2026-03-25 21:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-25 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-25 21:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-25 21:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-25 21:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-25 21:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-25 21:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-25 21:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: 01e43758f591784e
2026-03-25 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-25 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-25T21_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-25 21:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 21:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 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-25 21:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-25 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-25 21:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-25 21:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-25 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 2111
2026-03-25 21:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-25 21:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-25 21:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-25 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-25 21:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-25 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-25 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-25 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-25 21:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-25 21:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 21:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-25 21:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-25 21:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 21:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 21:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-25 21:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-25 21:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-25 21:30:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-25 21:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-25 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-25 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-25 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-25 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-25 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-25 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-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 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-25 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-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-25 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-25 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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-25 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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-25 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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-25 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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2aaf8176>
2026-03-25 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-25 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-25 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-25 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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2aaf8176>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 21:30:15 [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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 21:30:15 [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-25 21:30:15 [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-25 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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 21:30:15 [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-25 21:30:15 [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=2aaf8176)
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-25 21:30:15 [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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-25 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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1940596594&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=1539290762&gjid=586492992&cid=1640699135.1774474216&tid=UA-73443533-1&_gid=1495090824.1774474216&_r=1&_slc=1&z=1862062532> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 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-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1940596594&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=1539290762&gjid=586492992&cid=1640699135.1774474216&tid=UA-73443533-1&_gid=1495090824.1774474216&_r=1&_slc=1&z=1862062532>
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&sid=1774474215&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=3030> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1640699135.1774474216>m=45je63o0v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-25 21:30:15 [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=1640699135.1774474216>m=45je63o0v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&z=1306360408> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&sid=1774474215&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=1774473605&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=3100> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:16 [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-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-25 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-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&sid=1774474215&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=47&tfd=3230> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 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-25 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-25 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-25 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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63o0h1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774474216138&tfd=3260> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-25 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-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&sid=1774474215&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=3030>
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&sid=1774474215&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=1774473605&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=3100>
2026-03-25 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-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474216504&cv=11&fst=1774474216504&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 21:30:16 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474216525&tfd=3648> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774474200000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1640699135.1774474216>m=45je63o0v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252>
2026-03-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&sid=1774474215&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=47&tfd=3230>
2026-03-25 21:30:16 [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-25 21:30:16 [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-25 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6908964/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:16 [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-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [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-25 21:30:17 [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-25 21:30:17 [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-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/de.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940210/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941363/photo_061/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941452/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941565/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941593/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941759/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941847/photo_110/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948713/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948720/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950867/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/it.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474216504&cv=11&fst=1774474216504&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-25 21:30:17 [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-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25923&mobile=false&messagesUtk=c20767320f3d47828c25b7e249f2ce85&traceId=c20767320f3d47828c25b7e249f2ce85> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774474216504&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9GyXV_d0zbSGt416nzuGmn7u5ueAG3baTKYc7N1ekzC_8hg1rVLZmIn-TNJh087pOGeR9KVbeqVxoChEU4FFSc7QebhmSBSlT6eI&random=2893599625&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474216504&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9GyXV_d0zbSGt416nzuGmn7u5ueAG3baTKYc7N1ekzC_8hg1rVLZmIn-TNJh087pOGeR9KVbeqVxoChEU4FFSc7QebhmSBSlT6eI&random=2893599625&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6951172/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956005/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:17 [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-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-25 21:30:17 [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=1640699135.1774474216>m=45je63o0v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&z=1306360408>
2026-03-25 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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474216525&tfd=3648>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-25 21:30:17 [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-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6908964/photo_000/260x0__r.jpg>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774474200000/5441429.js>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-25 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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63o0h1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774474216138&tfd=3260>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/de.png>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg>
2026-03-25 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941363/photo_061/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940210/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941452/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941847/photo_110/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941593/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941759/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941565/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948713/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948720/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474216504&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9GyXV_d0zbSGt416nzuGmn7u5ueAG3baTKYc7N1ekzC_8hg1rVLZmIn-TNJh087pOGeR9KVbeqVxoChEU4FFSc7QebhmSBSlT6eI&random=2893599625&rmt_tld=1&ipr=y>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950867/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/it.png>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6951172/photo_000/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/nl.png>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774474216504&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9GyXV_d0zbSGt416nzuGmn7u5ueAG3baTKYc7N1ekzC_8hg1rVLZmIn-TNJh087pOGeR9KVbeqVxoChEU4FFSc7QebhmSBSlT6eI&random=2893599625&rmt_tld=0&ipr=y>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956005/photo_039/260x0__r.jpg>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-25 21:30:18 [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-25 21:30:18 [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-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-25 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-25 21:30:18 [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-25 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-25 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-25 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25923&mobile=false&messagesUtk=c20767320f3d47828c25b7e249f2ce85&traceId=c20767320f3d47828c25b7e249f2ce85>
2026-03-25 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-25 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 21:30:20 [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=1774474220215&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2aaf8176>
2026-03-25 21:30:20 [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=4123&_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=1774474220472&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2aaf8176>
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2aaf8176>
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2aaf8176>
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 21:30:20 [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=2aaf8176)
2026-03-25 21:30:20 [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=2aaf8176)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-25 21:30:20 [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=1774474220839&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256z8811692034za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&sid=1774474215&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=122&tfd=8053> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:20 [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=1774474220215&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474220936&cv=11&fst=1774474220936&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:21 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63o0h1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774474220950&tfd=8073> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474220950&tfd=8073> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256z8811692034za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&sid=1774474215&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=122&tfd=8053>
2026-03-25 21:30:21 [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=1774474221116&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474220936&cv=11&fst=1774474220936&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:21 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63o0h1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616985~115938466~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774474220950&tfd=8073>
2026-03-25 21:30:21 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474220950&tfd=8073>
2026-03-25 21:30:21 [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=1774474220839&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15>
2026-03-25 21:30:21 [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-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&uid=0&sid=1774474215&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774473605&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&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&_et=4811&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=8349> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474221231&cv=11&fst=1774474221231&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:21 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474221251&tfd=8374> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774474220936&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9jASDi-xxFfmL__xnLMUsn0YlCCJ5E4L7mZFdUux2kr88ADc63T8y-vfnT41JfeYxy-8RQxyjP7-dqWh8rvN2J8gRRqYlqaEVvgvf4LO0pEkOrgBn_VySAw&random=1121499793&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474220936&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9jASDi-xxFfmL__xnLMUsn0YlCCJ5E4L7mZFdUux2kr88ADc63T8y-vfnT41JfeYxy-8RQxyjP7-dqWh8rvN2J8gRRqYlqaEVvgvf4LO0pEkOrgBn_VySAw&random=1121499793&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&uid=0&sid=1774474215&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774473605&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&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&_et=4811&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=8349>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474221231&cv=11&fst=1774474221231&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774474221231&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9PFVbgQvrMmCgsOT2aeVYwjINxc2XkLsXQrs7PZLKyhrJvCt4DoYmFuGLYS-Qm3Hf_He1toy08_JDJ7g_OnyrFSsuN87u6uJuxG--o0VgTwobW1qsltUXmg&random=656107413&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474221251&tfd=8374>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474221231&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9PFVbgQvrMmCgsOT2aeVYwjINxc2XkLsXQrs7PZLKyhrJvCt4DoYmFuGLYS-Qm3Hf_He1toy08_JDJ7g_OnyrFSsuN87u6uJuxG--o0VgTwobW1qsltUXmg&random=656107413&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:21 [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=1774474221116&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474220936&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9jASDi-xxFfmL__xnLMUsn0YlCCJ5E4L7mZFdUux2kr88ADc63T8y-vfnT41JfeYxy-8RQxyjP7-dqWh8rvN2J8gRRqYlqaEVvgvf4LO0pEkOrgBn_VySAw&random=1121499793&rmt_tld=1&ipr=y>
2026-03-25 21:30:21 [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=4123&_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=1774474220472&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774474220936&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9jASDi-xxFfmL__xnLMUsn0YlCCJ5E4L7mZFdUux2kr88ADc63T8y-vfnT41JfeYxy-8RQxyjP7-dqWh8rvN2J8gRRqYlqaEVvgvf4LO0pEkOrgBn_VySAw&random=1121499793&rmt_tld=0&ipr=y>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774474221231&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9PFVbgQvrMmCgsOT2aeVYwjINxc2XkLsXQrs7PZLKyhrJvCt4DoYmFuGLYS-Qm3Hf_He1toy08_JDJ7g_OnyrFSsuN87u6uJuxG--o0VgTwobW1qsltUXmg&random=656107413&rmt_tld=0&ipr=y>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474221231&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9PFVbgQvrMmCgsOT2aeVYwjINxc2XkLsXQrs7PZLKyhrJvCt4DoYmFuGLYS-Qm3Hf_He1toy08_JDJ7g_OnyrFSsuN87u6uJuxG--o0VgTwobW1qsltUXmg&random=656107413&rmt_tld=1&ipr=y>
2026-03-25 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-25 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-25 21:30:22 [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-25 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:22 [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-25 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/221/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/221/logo.png>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/260x0__r.jpg>
2026-03-25 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/260x0__r.jpg>
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&uid=0&sid=1774474215&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774473605&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&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&_et=281&tfd=13349> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774474214690&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1640699135.1774474216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=103116026~103200004~115616986~115938466~115938469~116024733~117384405~117484252&uid=0&sid=1774474215&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774473605&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&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&_et=281&tfd=13349>
2026-03-25 21:30:26 [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=1774474226424&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474226447&cv=11&fst=1774474226447&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:26 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474226463&tfd=13586> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474226447&cv=11&fst=1774474226447&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774474226447&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9MNMSKua0qWjIP15SyLFqL3ld4FHgjgDG-dK5YZVOQ3MgYIRXpUuTu-p0yTEotlmPSn4cvZo0gUAEnP7MYXDs1Nsx8Q9xTm-izEkMe7t52IQi85cR4qr11w&random=4188138433&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474226447&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9MNMSKua0qWjIP15SyLFqL3ld4FHgjgDG-dK5YZVOQ3MgYIRXpUuTu-p0yTEotlmPSn4cvZo0gUAEnP7MYXDs1Nsx8Q9xTm-izEkMe7t52IQi85cR4qr11w&random=4188138433&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:26 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474226463&tfd=13586>
2026-03-25 21:30:26 [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=1774474226424&vi=738261ecc31605be249a5f264b44499d&nc=true&u=129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1&b=129379155.1.1774474220213&cc=15>
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774474226447&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9MNMSKua0qWjIP15SyLFqL3ld4FHgjgDG-dK5YZVOQ3MgYIRXpUuTu-p0yTEotlmPSn4cvZo0gUAEnP7MYXDs1Nsx8Q9xTm-izEkMe7t52IQi85cR4qr11w&random=4188138433&rmt_tld=0&ipr=y>
2026-03-25 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474226447&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9MNMSKua0qWjIP15SyLFqL3ld4FHgjgDG-dK5YZVOQ3MgYIRXpUuTu-p0yTEotlmPSn4cvZo0gUAEnP7MYXDs1Nsx8Q9xTm-izEkMe7t52IQi85cR4qr11w&random=4188138433&rmt_tld=1&ipr=y>
2026-03-25 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474228710&cv=11&fst=1774474228710&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474228729&cv=11&fst=1774474228729&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:28 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474228738&tfd=15860> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:28 [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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474228738&tfd=15860> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474228710&cv=11&fst=1774474228710&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-25 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774474228729&cv=11&fst=1774474228729&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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-25 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774474228710&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9843k1fu3KsJClz8WFsspdlfw-8StccrKFWJ6DqXDDUbdMLezhygdaW262aFeoa8QBnLn2_EXP9eSFa-pv0PJEdP_9KCEh-nAZF5DiQEW7J-zxA3tY1wcsQ&random=3023147492&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474228710&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9843k1fu3KsJClz8WFsspdlfw-8StccrKFWJ6DqXDDUbdMLezhygdaW262aFeoa8QBnLn2_EXP9eSFa-pv0PJEdP_9KCEh-nAZF5DiQEW7J-zxA3tY1wcsQ&random=3023147492&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774474228729&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9vkCoGA4GRg6Bxmw8n7ie0JOAy-v0gFAUgMennV6QvMk9l9hjiKkVYF5rv4dzCFr3uZqdnI58dUiFiSCqnrvrkomEjxwcFwzwmmaezUqlLbK5y67oIVzyDw&random=1270899247&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474228729&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9vkCoGA4GRg6Bxmw8n7ie0JOAy-v0gFAUgMennV6QvMk9l9hjiKkVYF5rv4dzCFr3uZqdnI58dUiFiSCqnrvrkomEjxwcFwzwmmaezUqlLbK5y67oIVzyDw&random=1270899247&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474228710&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9843k1fu3KsJClz8WFsspdlfw-8StccrKFWJ6DqXDDUbdMLezhygdaW262aFeoa8QBnLn2_EXP9eSFa-pv0PJEdP_9KCEh-nAZF5DiQEW7J-zxA3tY1wcsQ&random=3023147492&rmt_tld=1&ipr=y>
2026-03-25 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774474228729&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9vkCoGA4GRg6Bxmw8n7ie0JOAy-v0gFAUgMennV6QvMk9l9hjiKkVYF5rv4dzCFr3uZqdnI58dUiFiSCqnrvrkomEjxwcFwzwmmaezUqlLbK5y67oIVzyDw&random=1270899247&rmt_tld=1&ipr=y>
2026-03-25 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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474228738&tfd=15860>
2026-03-25 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=1243697779.1774474216&dt=Search%20%7C%20eCarsTrade&auid=1458807977.1774474216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774473605&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774474228738&tfd=15860>
2026-03-25 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774474228710&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9843k1fu3KsJClz8WFsspdlfw-8StccrKFWJ6DqXDDUbdMLezhygdaW262aFeoa8QBnLn2_EXP9eSFa-pv0PJEdP_9KCEh-nAZF5DiQEW7J-zxA3tY1wcsQ&random=3023147492&rmt_tld=0&ipr=y>
2026-03-25 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774474228729&cv=11&fst=1774472400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344&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=1458807977.1774474216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774473605%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=CAQSXQAFq6B9vkCoGA4GRg6Bxmw8n7ie0JOAy-v0gFAUgMennV6QvMk9l9hjiKkVYF5rv4dzCFr3uZqdnI58dUiFiSCqnrvrkomEjxwcFwzwmmaezUqlLbK5y67oIVzyDw&random=1270899247&rmt_tld=0&ipr=y>
2026-03-25 21:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 21:30:30 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-25 21:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-25 21:30:31 [ecarstrade.be] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUk2tiGh0LWXHEqBommBhFteIlhyD9anC2aixmXCuhT6_1YYdTXHnjWShrmp', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808170221, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777066213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': '9c9eqkodhimgtboe3ufj2ii88a', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774503013, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1835991013, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777066213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '1750d2cf-ba78-46fc-8f20-c27beeac5206', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809034215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1495090824.1774474216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774560615, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774474275, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.1640699135.1774474216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837546215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1458807977.1774474216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782250216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A22ebf92b-7c89-4b46-8828-645233157eb5%22%2C%22%24device_id%22%3A%2222ebf92b-7c89-4b46-8828-645233157eb5%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': 1806010217, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '501ad3c6-dba2-4565-9524-d6e78a6d9f1f', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806010218, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790026220, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '738261ecc31605be249a5f264b44499d', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790026220, '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.1774474220213', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774476020, '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-25T21%3A30%3A20.495Z%22%2C%22consentId%22%3A%226528d62e-cc44-4ad7-b349-5c0ffb76d648%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T21%3A30%3A20.495Z%22%2C%22expirationTime%22%3A1790199020495%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790199020, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"6528d62e-cc44-4ad7-b349-5c0ffb76d648","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': 1774474522, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774474215$o1$g1$t1774474228$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837546228, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'nMcO2xckABp4E2lLDxlsRZp8pWrEMKTYUMAA.Ygi1KQ-1774474226-1.0.1.1-uZsHWyymhv5F4NoOO98RhKrSL1js_0JY2_QUCkf17FQhTyywHqsqtVUhEht.1jWyy.io8qIMB7GBN1drZIRJXy5k9xqaJrC0KxhGC9WHqWk', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774476026, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'rmOb1eNE6HU0wVBOvDz.GzPIE6eMDrtnZjCCgT6KB80-1774474226614-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-25 21:30:31 [ecarstrade.be] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUk2tiGh0LWXHEqBommBhFteIlhyD9anC2aixmXCuhT6_1YYdTXHnjWShrmp', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': '9c9eqkodhimgtboe3ufj2ii88a', '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': '1750d2cf-ba78-46fc-8f20-c27beeac5206', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1495090824.1774474216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1640699135.1774474216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1458807977.1774474216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A22ebf92b-7c89-4b46-8828-645233157eb5%22%2C%22%24device_id%22%3A%2222ebf92b-7c89-4b46-8828-645233157eb5%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': 'ajs_anonymous_id', 'value': '501ad3c6-dba2-4565-9524-d6e78a6d9f1f', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.738261ecc31605be249a5f264b44499d.1774474220213.1774474220213.1774474220213.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '738261ecc31605be249a5f264b44499d', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774474220213', '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-25T21%3A30%3A20.495Z%22%2C%22consentId%22%3A%226528d62e-cc44-4ad7-b349-5c0ffb76d648%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T21%3A30%3A20.495Z%22%2C%22expirationTime%22%3A1790199020495%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"6528d62e-cc44-4ad7-b349-5c0ffb76d648","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.s1774474215$o1$g1$t1774474228$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'nMcO2xckABp4E2lLDxlsRZp8pWrEMKTYUMAA.Ygi1KQ-1774474226-1.0.1.1-uZsHWyymhv5F4NoOO98RhKrSL1js_0JY2_QUCkf17FQhTyywHqsqtVUhEht.1jWyy.io8qIMB7GBN1drZIRJXy5k9xqaJrC0KxhGC9WHqWk', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'rmOb1eNE6HU0wVBOvDz.GzPIE6eMDrtnZjCCgT6KB80-1774474226614-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-25 21:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-25 21:30:31 [ecarstrade.be] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-25 21:30:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:30:37 [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-25 21:30:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6908964stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6908964stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6937847stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6937847stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6938496stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938496stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6938496stock: 2
2026-03-25 21:30:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6939652stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6939652stock: 2
2026-03-25 21:30:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6940210stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6940210stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6941363stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6941363stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6941452stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6941452stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6941565stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6941565stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6941593stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6941593stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6941759stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6941759stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6941847stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6941847stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6948713stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6948713stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6948720stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6948720stock: 2
2026-03-25 21:30:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6950867stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6950867stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6956822stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6956822stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6961504stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6961504stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6963854stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6963854stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6963955stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963955stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6963955stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6779771stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6779771stock: 0
2026-03-25 21:30:38 [ecarstrade.be] INFO: Found listing with ID: 6798434stock
2026-03-25 21:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:38 [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-25 21:30:38 [ecarstrade.be] INFO: Scrape type for 6798434stock: 0
2026-03-25 21:30:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6807786stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6807786stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6812448stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6812448stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6812473stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6812473stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6812486stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6812486stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6821529stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6821529stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6826882stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6826882stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6841360stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6841360stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6841368stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6841368stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6844861stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844861stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6844861stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6846596stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6846596stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6852962stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6852962stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6852969stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852969stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6852969stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6853153stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6853153stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6861986stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6861986stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6862936stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6862936stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6869116stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6869116stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6870434stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6870434stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6879653stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6879653stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6881269stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6881269stock: 0
2026-03-25 21:30:44 [ecarstrade.be] INFO: Found listing with ID: 6882775stock
2026-03-25 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:44 [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-25 21:30:44 [ecarstrade.be] INFO: Scrape type for 6882775stock: 0
2026-03-25 21:30:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938496> (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-25 21:30:45 [ecarstrade.be] INFO: Extracting details for car 6938496stock
2026-03-25 21:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a5e0835-7b42-5da0-913f-564f29a3d5d6 with identifier: 6938496stock
2026-03-25 21:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5e0835-7b42-5da0-913f-564f29a3d5d6 with scrape type 2
2026-03-25 21:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a5e0835-7b42-5da0-913f-564f29a3d5d6 with scrape type 2
2026-03-25 21:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a5e0835-7b42-5da0-913f-564f29a3d5d6, identifier: 6938496stock
2026-03-25 21:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a5e0835-7b42-5da0-913f-564f29a3d5d6 with identifier: 6938496stock
2026-03-25 21:30:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:30:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a5e0835-7b42-5da0-913f-564f29a3d5d6 with identifier: 6938496stock
2026-03-25 21:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a5e0835-7b42-5da0-913f-564f29a3d5d6 with identifier: 6938496stock to the API
2026-03-25 21:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:30: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-25 21:30:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938496>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1a5e0835-7b42-5da0-913f-564f29a3d5d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938496',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 117233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d AMG Night Aut. Pano LED-MutiBeam Widescreen Ambient '
'Burmester Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'd AMG Night Aut. Pano LED-MutiBeam Widescreen Ambient Burmester Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938496stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:45 [ecarstrade.be] INFO: Saving data for 6938496stock: {'created_time': 1773672139.518917, 'last_price_update_time': 1774474245.739888}
2026-03-25 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938496stock') HTTP/1.1" 204 0
2026-03-25 21:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948720> (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-25 21:30:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939652> (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-25 21:30:45 [ecarstrade.be] INFO: Extracting details for car 6948720stock
2026-03-25 21:30:45 [ecarstrade.be] INFO: Extracting details for car 6939652stock
2026-03-25 21:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36fbc486-1060-535a-83f8-e061d28dd715 with identifier: 6948720stock
2026-03-25 21:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36fbc486-1060-535a-83f8-e061d28dd715 with scrape type 2
2026-03-25 21:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36fbc486-1060-535a-83f8-e061d28dd715 with scrape type 2
2026-03-25 21:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36fbc486-1060-535a-83f8-e061d28dd715, identifier: 6948720stock
2026-03-25 21:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dda9bee7-3758-5a25-a13e-bff87950952d with identifier: 6939652stock
2026-03-25 21:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda9bee7-3758-5a25-a13e-bff87950952d with scrape type 2
2026-03-25 21:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dda9bee7-3758-5a25-a13e-bff87950952d with scrape type 2
2026-03-25 21:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dda9bee7-3758-5a25-a13e-bff87950952d, identifier: 6939652stock
2026-03-25 21:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36fbc486-1060-535a-83f8-e061d28dd715 with identifier: 6948720stock
2026-03-25 21:30:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:30:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36fbc486-1060-535a-83f8-e061d28dd715 with identifier: 6948720stock
2026-03-25 21:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36fbc486-1060-535a-83f8-e061d28dd715 with identifier: 6948720stock to the API
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:30: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-25 21:30:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6948720>
{'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': '36fbc486-1060-535a-83f8-e061d28dd715',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6948720',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 115012,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes EQC 400 4MATIC Aut. LED Widescreen Navi Leather KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '400 4MATIC Aut. LED Widescreen Navi Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:46 [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-25 21:30:46 [ecarstrade.be] INFO: Saving data for 6948720stock: {'created_time': 1773672154.973311, 'last_price_update_time': 1774474246.518669}
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948720stock') HTTP/1.1" 204 0
2026-03-25 21:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dda9bee7-3758-5a25-a13e-bff87950952d with identifier: 6939652stock
2026-03-25 21:30:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dda9bee7-3758-5a25-a13e-bff87950952d with identifier: 6939652stock
2026-03-25 21:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dda9bee7-3758-5a25-a13e-bff87950952d with identifier: 6939652stock to the API
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:30: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-25 21:30:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939652>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'dda9bee7-3758-5a25-a13e-bff87950952d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939652',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 98439,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A160 Progressive LED-Xenon Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'A160 Progressive LED-Xenon Widescreen Ambient Navi Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:46 [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-25 21:30:46 [ecarstrade.be] INFO: Saving data for 6939652stock: {'created_time': 1773758244.150903, 'last_price_update_time': 1774474246.846823}
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939652stock') HTTP/1.1" 204 0
2026-03-25 21:30:51 [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-25 21:30:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6885897stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276885897stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6885897stock: 0
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6889981stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276889981stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6889981stock: 0
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6891000stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276891000stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6891000stock: 0
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6892364stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276892364stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6892364stock: 2
2026-03-25 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-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6897221stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276897221stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6897221stock: 0
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6898076stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276898076stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6898076stock: 0
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6898356stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276898356stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6898356stock: 0
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6902364stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276902364stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6902364stock: 0
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6907097stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276907097stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:51 [ecarstrade.be] INFO: Scrape type for 6907097stock: 0
2026-03-25 21:30:51 [ecarstrade.be] INFO: Found listing with ID: 6908828stock
2026-03-25 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6908828stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6909332stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6909332stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6909883stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6909883stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6913439stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913439stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6913439stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6914084stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6914084stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6915515stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6915515stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6917287stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6917287stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6917331stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6917331stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6917365stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917365stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6917365stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6919263stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30: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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6919263stock: 0
2026-03-25 21:30:52 [ecarstrade.be] INFO: Found listing with ID: 6923974stock
2026-03-25 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:30:52 [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-25 21:30:52 [ecarstrade.be] INFO: Scrape type for 6923974stock: 0
2026-03-25 21:30:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:30:59 [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-25 21:30:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6932497stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276932497stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6932497stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6933348stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933348stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6933348stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6933349stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933349stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6933349stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6933372stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933372stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6933372stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6933378stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933378stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6933378stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6933507stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933507stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6933507stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6432284stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276432284stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6432284stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6539595stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276539595stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6539595stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6566840stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276566840stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6566840stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6583408stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276583408stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6583408stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6612587stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276612587stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6612587stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6653096stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276653096stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6653096stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6673529stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276673529stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6673529stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6678770stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276678770stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6678770stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6701770stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276701770stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6701770stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6701935stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276701935stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6701935stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6715853stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276715853stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6715853stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6765282stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276765282stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6765282stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6765575stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276765575stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6765575stock: 0
2026-03-25 21:30:59 [ecarstrade.be] INFO: Found listing with ID: 6779573stock
2026-03-25 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276779573stock%27 HTTP/1.1" 200 None
2026-03-25 21:30:59 [ecarstrade.be] INFO: Scrape type for 6779573stock: 0
2026-03-25 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-25 21:31:06 [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-25 21:31:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6978801stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276978801stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6978801stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6978777stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276978777stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6978777stock: 2
2026-03-25 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-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6964693stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276964693stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6964693stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6666216stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276666216stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6666216stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6715447stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276715447stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6715447stock: 2
2026-03-25 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-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6721362stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276721362stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6721362stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6758802stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276758802stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6758802stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6758819stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276758819stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6758819stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6758822stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276758822stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6758822stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6764581stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276764581stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6764581stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6768590stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276768590stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6768590stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6784787stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276784787stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6784787stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6792013stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276792013stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6792013stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6809699stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276809699stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6809699stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6812476stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276812476stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6812476stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6816168stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276816168stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6816168stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6820657stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276820657stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6820657stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6834681stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276834681stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6834681stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6836054stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276836054stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6836054stock: 0
2026-03-25 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6843336stock
2026-03-25 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276843336stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:06 [ecarstrade.be] INFO: Scrape type for 6843336stock: 0
2026-03-25 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-25 21:31:06 [scrapy.extensions.logstats] INFO: Crawled 9 pages (at 9 pages/min), scraped 3 items (at 3 items/min)
2026-03-25 21:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 218MiB
2026-03-25 21:31:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6715447> (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-25 21:31:13 [ecarstrade.be] INFO: Extracting details for car 6715447stock
2026-03-25 21:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e79e6e15-3eaf-57fd-8b55-93421c80f42e with identifier: 6715447stock
2026-03-25 21:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e79e6e15-3eaf-57fd-8b55-93421c80f42e with scrape type 2
2026-03-25 21:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e79e6e15-3eaf-57fd-8b55-93421c80f42e with scrape type 2
2026-03-25 21:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e79e6e15-3eaf-57fd-8b55-93421c80f42e, identifier: 6715447stock
2026-03-25 21:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e79e6e15-3eaf-57fd-8b55-93421c80f42e with identifier: 6715447stock
2026-03-25 21:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e79e6e15-3eaf-57fd-8b55-93421c80f42e with identifier: 6715447stock
2026-03-25 21:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e79e6e15-3eaf-57fd-8b55-93421c80f42e with identifier: 6715447stock to the API
2026-03-25 21:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6715447>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e79e6e15-3eaf-57fd-8b55-93421c80f42e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6715447',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X3',
'odometer': 112241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-28',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw X3 Facelift 2.0 sDrive18d Navi Wood-Leather KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': 'Bmw Facelift 2.0 sDrive18d Navi Wood-Leather KeylessGo Klima PDC '
'...',
'vin': None,
'year': 2017}
2026-03-25 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276715447stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:13 [ecarstrade.be] INFO: Saving data for 6715447stock: {'created_time': 1772613063.515416, 'last_price_update_time': 1774474273.658027}
2026-03-25 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6715447stock') HTTP/1.1" 204 0
2026-03-25 21:31:13 [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-25 21:31:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6851391stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6851391stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6855220stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6855220stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6855255stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6855255stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6857670stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6857670stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6863023stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6863023stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6866954stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6866954stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6867688stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6867688stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6867987stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6867987stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6878554stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878554stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6878554stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6890954stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6890954stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6891458stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6891458stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6902391stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6902391stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6906274stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6906274stock: 2
2026-03-25 21:31:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6906336stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6906336stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6915092stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6915092stock: 2
2026-03-25 21:31:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6915132stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6915132stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6915444stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6915444stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6922030stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6922030stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6925462stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6925462stock: 0
2026-03-25 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6928167stock
2026-03-25 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:14 [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-25 21:31:14 [ecarstrade.be] INFO: Scrape type for 6928167stock: 0
2026-03-25 21:31:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:31:20 [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-25 21:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915092> (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-25 21:31:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:31:21 [ecarstrade.be] INFO: Extracting details for car 6915092stock
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6933400stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6933400stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6934382stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6934382stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6938490stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6938490stock: 2
2026-03-25 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-25 21:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04708af9-1b42-5cd7-9cd6-4bc107dbab73 with identifier: 6915092stock
2026-03-25 21:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04708af9-1b42-5cd7-9cd6-4bc107dbab73 with scrape type 2
2026-03-25 21:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04708af9-1b42-5cd7-9cd6-4bc107dbab73 with scrape type 2
2026-03-25 21:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04708af9-1b42-5cd7-9cd6-4bc107dbab73, identifier: 6915092stock
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6938545stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6938545stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6939768stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6939768stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6942877stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6942877stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6945655stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6945655stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6948741stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6948741stock: 2
2026-03-25 21:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04708af9-1b42-5cd7-9cd6-4bc107dbab73 with identifier: 6915092stock
2026-03-25 21:31:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04708af9-1b42-5cd7-9cd6-4bc107dbab73 with identifier: 6915092stock
2026-03-25 21:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04708af9-1b42-5cd7-9cd6-4bc107dbab73 with identifier: 6915092stock to the API
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:31: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-25 21:31:21 [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': '04708af9-1b42-5cd7-9cd6-4bc107dbab73',
'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-26',
'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-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Saving data for 6915092stock: {'created_time': 1773093634.648431, 'last_price_update_time': 1774474281.617207}
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915092stock') HTTP/1.1" 204 0
2026-03-25 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-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6957412stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6957412stock: 2
2026-03-25 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-25 21:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906274> (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-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 3742479stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 3742479stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 5661807stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 5661807stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6472747stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6472747stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6589495stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6589495stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6596836stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6596836stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6617796stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6617796stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6631679stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6631679stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6631720stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6631720stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6663716stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6663716stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6685729stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6685729stock: 0
2026-03-25 21:31:21 [ecarstrade.be] INFO: Found listing with ID: 6708827stock
2026-03-25 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:21 [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-25 21:31:21 [ecarstrade.be] INFO: Scrape type for 6708827stock: 0
2026-03-25 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-25 21:31:21 [ecarstrade.be] INFO: Extracting details for car 6906274stock
2026-03-25 21:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f57a617-b089-5f2c-8c17-5a0f61184c96 with identifier: 6906274stock
2026-03-25 21:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f57a617-b089-5f2c-8c17-5a0f61184c96 with scrape type 2
2026-03-25 21:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f57a617-b089-5f2c-8c17-5a0f61184c96 with scrape type 2
2026-03-25 21:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f57a617-b089-5f2c-8c17-5a0f61184c96, identifier: 6906274stock
2026-03-25 21:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f57a617-b089-5f2c-8c17-5a0f61184c96 with identifier: 6906274stock
2026-03-25 21:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f57a617-b089-5f2c-8c17-5a0f61184c96 with identifier: 6906274stock
2026-03-25 21:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f57a617-b089-5f2c-8c17-5a0f61184c96 with identifier: 6906274stock to the API
2026-03-25 21:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6906274>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3f57a617-b089-5f2c-8c17-5a0f61184c96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6906274',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 103946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d Aut. Navi-Pro KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'sDrive16d Aut. Navi-Pro KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276906274stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:22 [ecarstrade.be] INFO: Saving data for 6906274stock: {'created_time': 1772673694.766246, 'last_price_update_time': 1774474282.401617}
2026-03-25 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906274stock') HTTP/1.1" 204 0
2026-03-25 21:31:27 [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-25 21:31:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6879839stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276879839stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6879839stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6883830stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276883830stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6883830stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6885853stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276885853stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6885853stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6885954stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276885954stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6885954stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6885975stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276885975stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6885975stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6890910stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276890910stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6890910stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6890939stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276890939stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6890939stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6893001stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276893001stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6893001stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6893405stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276893405stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6893405stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6899424stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276899424stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6899424stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6901506stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276901506stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6901506stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6901822stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276901822stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6901822stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6904901stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276904901stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6904901stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6905414stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276905414stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6905414stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6906386stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276906386stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6906386stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6908834stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276908834stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6908834stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6909294stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276909294stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6909294stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6909316stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276909316stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6909316stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6910038stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276910038stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6910038stock: 0
2026-03-25 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6910043stock
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276910043stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:28 [ecarstrade.be] INFO: Scrape type for 6910043stock: 0
2026-03-25 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-25 21:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6892364> (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-25 21:31:28 [ecarstrade.be] INFO: Extracting details for car 6892364stock
2026-03-25 21:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957412> (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-25 21:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e86c619-9ad3-51e0-b384-eaae86738a23 with identifier: 6892364stock
2026-03-25 21:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e86c619-9ad3-51e0-b384-eaae86738a23 with scrape type 2
2026-03-25 21:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e86c619-9ad3-51e0-b384-eaae86738a23 with scrape type 2
2026-03-25 21:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7e86c619-9ad3-51e0-b384-eaae86738a23, identifier: 6892364stock
2026-03-25 21:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7e86c619-9ad3-51e0-b384-eaae86738a23 with identifier: 6892364stock
2026-03-25 21:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7e86c619-9ad3-51e0-b384-eaae86738a23 with identifier: 6892364stock
2026-03-25 21:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7e86c619-9ad3-51e0-b384-eaae86738a23 with identifier: 6892364stock to the API
2026-03-25 21:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6892364>
{'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': '7e86c619-9ad3-51e0-b384-eaae86738a23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6892364',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 157211,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-10',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Virtual Navi Camera '
'Klima PDC …',
'transmission': 'manual',
'trim': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Virtual Navi Camera '
'Klima PDC …',
'vin': None,
'year': 2020}
2026-03-25 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276892364stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:29 [ecarstrade.be] INFO: Saving data for 6892364stock: {'created_time': 1773955872.704638, 'last_price_update_time': 1774474289.12109}
2026-03-25 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6892364stock') HTTP/1.1" 204 0
2026-03-25 21:31:29 [ecarstrade.be] INFO: Extracting details for car 6957412stock
2026-03-25 21:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d648a746-7921-5d26-86d4-8cc196a502e1 with identifier: 6957412stock
2026-03-25 21:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d648a746-7921-5d26-86d4-8cc196a502e1 with scrape type 2
2026-03-25 21:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d648a746-7921-5d26-86d4-8cc196a502e1 with scrape type 2
2026-03-25 21:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d648a746-7921-5d26-86d4-8cc196a502e1, identifier: 6957412stock
2026-03-25 21:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d648a746-7921-5d26-86d4-8cc196a502e1 with identifier: 6957412stock
2026-03-25 21:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d648a746-7921-5d26-86d4-8cc196a502e1 with identifier: 6957412stock
2026-03-25 21:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d648a746-7921-5d26-86d4-8cc196a502e1 with identifier: 6957412stock to the API
2026-03-25 21:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:31:29 [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-25 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957412stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:29 [ecarstrade.be] INFO: Saving data for 6957412stock: {'created_time': 1773672246.843636, 'last_price_update_time': 1774474289.657716}
2026-03-25 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957412stock') HTTP/1.1" 204 0
2026-03-25 21:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938490> (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-25 21:31:29 [ecarstrade.be] INFO: Extracting details for car 6938490stock
2026-03-25 21:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0255699-af8b-5614-9772-1efd69e7478c with identifier: 6938490stock
2026-03-25 21:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0255699-af8b-5614-9772-1efd69e7478c with scrape type 2
2026-03-25 21:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0255699-af8b-5614-9772-1efd69e7478c with scrape type 2
2026-03-25 21:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0255699-af8b-5614-9772-1efd69e7478c, identifier: 6938490stock
2026-03-25 21:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0255699-af8b-5614-9772-1efd69e7478c with identifier: 6938490stock
2026-03-25 21:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0255699-af8b-5614-9772-1efd69e7478c with identifier: 6938490stock
2026-03-25 21:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0255699-af8b-5614-9772-1efd69e7478c with identifier: 6938490stock to the API
2026-03-25 21:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:31:30 [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-25 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276938490stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:30 [ecarstrade.be] INFO: Saving data for 6938490stock: {'created_time': 1773672136.433124, 'last_price_update_time': 1774474290.193573}
2026-03-25 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938490stock') HTTP/1.1" 204 0
2026-03-25 21:31:35 [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-25 21:31:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6910519stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276910519stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6910519stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6914005stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276914005stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6914005stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6914013stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276914013stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6914013stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6914030stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276914030stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6914030stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6916395stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276916395stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6916395stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6919152stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276919152stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6919152stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6919213stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276919213stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6919213stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6925476stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276925476stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6925476stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6925486stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276925486stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6925486stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6927538stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276927538stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6927538stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6927545stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276927545stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6927545stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6934491stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276934491stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:35 [ecarstrade.be] INFO: Scrape type for 6934491stock: 0
2026-03-25 21:31:35 [ecarstrade.be] INFO: Found listing with ID: 6937858stock
2026-03-25 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276937858stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:36 [ecarstrade.be] INFO: Scrape type for 6937858stock: 0
2026-03-25 21:31:36 [ecarstrade.be] INFO: Found listing with ID: 6939583stock
2026-03-25 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276939583stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:36 [ecarstrade.be] INFO: Scrape type for 6939583stock: 0
2026-03-25 21:31:36 [ecarstrade.be] INFO: Found listing with ID: 6941303stock
2026-03-25 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276941303stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:36 [ecarstrade.be] INFO: Scrape type for 6941303stock: 0
2026-03-25 21:31:36 [ecarstrade.be] INFO: Found listing with ID: 6942623stock
2026-03-25 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276942623stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:36 [ecarstrade.be] INFO: Scrape type for 6942623stock: 0
2026-03-25 21:31:36 [ecarstrade.be] INFO: Found listing with ID: 6679102stock
2026-03-25 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276679102stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:36 [ecarstrade.be] INFO: Scrape type for 6679102stock: 0
2026-03-25 21:31:36 [ecarstrade.be] INFO: Found listing with ID: 6688226stock
2026-03-25 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276688226stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:36 [ecarstrade.be] INFO: Scrape type for 6688226stock: 0
2026-03-25 21:31:36 [ecarstrade.be] INFO: Found listing with ID: 6694083stock
2026-03-25 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276694083stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:36 [ecarstrade.be] INFO: Scrape type for 6694083stock: 0
2026-03-25 21:31:36 [ecarstrade.be] INFO: Found listing with ID: 6696769stock
2026-03-25 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276696769stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:36 [ecarstrade.be] INFO: Scrape type for 6696769stock: 0
2026-03-25 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-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6701130stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6701130stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6702277stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6702277stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6723640stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6723640stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6728384stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6728384stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6728664stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6728664stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6746262stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6746262stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6764578stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6764578stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6772786stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6772786stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6773433stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6773433stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6776417stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6776417stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6779599stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6779599stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6787688stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6787688stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6788600stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6788600stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6791039stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6791039stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6792164stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6792164stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6792189stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6792189stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6792686stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6792686stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6797653stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [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-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6797653stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6798215stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798215stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6798215stock: 0
2026-03-25 21:31:42 [ecarstrade.be] INFO: Found listing with ID: 6802683stock
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802683stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:42 [ecarstrade.be] INFO: Scrape type for 6802683stock: 0
2026-03-25 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-25 21:31:49 [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-25 21:31:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6802754stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276802754stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6802754stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6804641stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276804641stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6804641stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6808563stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276808563stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6808563stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6812574stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276812574stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6812574stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6817744stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276817744stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6817744stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6818863stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276818863stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6818863stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6824257stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276824257stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6824257stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6824278stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276824278stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6824278stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6824325stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276824325stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6824325stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6835922stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276835922stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6835922stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6843034stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276843034stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6843034stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6844715stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276844715stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6844715stock: 2
2026-03-25 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-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6845529stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276845529stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6845529stock: 2
2026-03-25 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-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6847587stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276847587stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6847587stock: 2
2026-03-25 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-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6853022stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276853022stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6853022stock: 2
2026-03-25 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-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6857978stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276857978stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6857978stock: 2
2026-03-25 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-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6859947stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276859947stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6859947stock: 2
2026-03-25 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-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6862902stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276862902stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6862902stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6866821stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276866821stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6866821stock: 0
2026-03-25 21:31:50 [ecarstrade.be] INFO: Found listing with ID: 6867142stock
2026-03-25 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276867142stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:50 [ecarstrade.be] INFO: Scrape type for 6867142stock: 0
2026-03-25 21:31:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948741> (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-25 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-25 21:31:56 [ecarstrade.be] INFO: Extracting details for car 6948741stock
2026-03-25 21:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with identifier: 6948741stock
2026-03-25 21:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with scrape type 2
2026-03-25 21:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with scrape type 2
2026-03-25 21:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6, identifier: 6948741stock
2026-03-25 21:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with identifier: 6948741stock
2026-03-25 21:31:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with identifier: 6948741stock
2026-03-25 21:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with identifier: 6948741stock to the API
2026-03-25 21:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:31:57 [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-25 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276948741stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:57 [ecarstrade.be] INFO: Saving data for 6948741stock: {'created_time': 1773672153.135651, 'last_price_update_time': 1774474317.142422}
2026-03-25 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948741stock') HTTP/1.1" 204 0
2026-03-25 21:31:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6845529> (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-25 21:31:57 [ecarstrade.be] INFO: Extracting details for car 6845529stock
2026-03-25 21:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-25 21:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e447a2a3-eec7-574c-8761-ecbe045eae20 with scrape type 2
2026-03-25 21:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e447a2a3-eec7-574c-8761-ecbe045eae20 with scrape type 2
2026-03-25 21:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e447a2a3-eec7-574c-8761-ecbe045eae20, identifier: 6845529stock
2026-03-25 21:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-25 21:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-25 21:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock to the API
2026-03-25 21:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:31:57 [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-25 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276845529stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:57 [ecarstrade.be] INFO: Saving data for 6845529stock: {'created_time': 1772613142.216108, 'last_price_update_time': 1774474317.832854}
2026-03-25 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6845529stock') HTTP/1.1" 204 0
2026-03-25 21:31:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6847587> (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-25 21:31:57 [ecarstrade.be] INFO: Extracting details for car 6847587stock
2026-03-25 21:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-25 21:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad347c5f-f78c-5501-b1f9-41e88a072577 with scrape type 2
2026-03-25 21:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad347c5f-f78c-5501-b1f9-41e88a072577 with scrape type 2
2026-03-25 21:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad347c5f-f78c-5501-b1f9-41e88a072577, identifier: 6847587stock
2026-03-25 21:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-25 21:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-25 21:31:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock to the API
2026-03-25 21:31:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:31:58 [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-25 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276847587stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:58 [ecarstrade.be] INFO: Saving data for 6847587stock: {'created_time': 1772611228.880418, 'last_price_update_time': 1774474318.41814}
2026-03-25 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6847587stock') HTTP/1.1" 204 0
2026-03-25 21:31:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6857978> (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-25 21:31:58 [ecarstrade.be] INFO: Extracting details for car 6857978stock
2026-03-25 21:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9566eb5-9f86-51b7-8b77-d0bdc2f6f504 with identifier: 6857978stock
2026-03-25 21:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9566eb5-9f86-51b7-8b77-d0bdc2f6f504 with scrape type 2
2026-03-25 21:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9566eb5-9f86-51b7-8b77-d0bdc2f6f504 with scrape type 2
2026-03-25 21:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9566eb5-9f86-51b7-8b77-d0bdc2f6f504, identifier: 6857978stock
2026-03-25 21:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9566eb5-9f86-51b7-8b77-d0bdc2f6f504 with identifier: 6857978stock
2026-03-25 21:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9566eb5-9f86-51b7-8b77-d0bdc2f6f504 with identifier: 6857978stock
2026-03-25 21:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9566eb5-9f86-51b7-8b77-d0bdc2f6f504 with identifier: 6857978stock to the API
2026-03-25 21:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:31: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-25 21:31:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6857978>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a9566eb5-9f86-51b7-8b77-d0bdc2f6f504',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6857978',
'listing': 'auction',
'location': 'Belgium - "Belcar Zuid, Bist 12, 2630, Aartselaar"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 50627,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 1.0 TSI Life LED ACC Virtual Ambient Navi KeylessGo '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TSI Life LED ACC Virtual Ambient Navi KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2021}
2026-03-25 21:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857978stock%27 HTTP/1.1" 200 None
2026-03-25 21:31:59 [ecarstrade.be] INFO: Saving data for 6857978stock: {'created_time': 1772611247.077112, 'last_price_update_time': 1774474319.321377}
2026-03-25 21:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6857978stock') HTTP/1.1" 204 0
2026-03-25 21:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844715> (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-25 21:32:01 [ecarstrade.be] INFO: Extracting details for car 6844715stock
2026-03-25 21:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e716ae81-73d5-5859-8550-b0763bc3461c with identifier: 6844715stock
2026-03-25 21:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e716ae81-73d5-5859-8550-b0763bc3461c with scrape type 2
2026-03-25 21:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e716ae81-73d5-5859-8550-b0763bc3461c with scrape type 2
2026-03-25 21:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e716ae81-73d5-5859-8550-b0763bc3461c, identifier: 6844715stock
2026-03-25 21:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e716ae81-73d5-5859-8550-b0763bc3461c with identifier: 6844715stock
2026-03-25 21:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e716ae81-73d5-5859-8550-b0763bc3461c with identifier: 6844715stock
2026-03-25 21:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e716ae81-73d5-5859-8550-b0763bc3461c with identifier: 6844715stock to the API
2026-03-25 21:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:32:02 [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-25 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276844715stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:02 [ecarstrade.be] INFO: Saving data for 6844715stock: {'created_time': 1772613143.43367, 'last_price_update_time': 1774474322.528886}
2026-03-25 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844715stock') HTTP/1.1" 204 0
2026-03-25 21:32:03 [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-25 21:32:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6868001stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276868001stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6868001stock: 0
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6869050stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276869050stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6869050stock: 2
2026-03-25 21:32:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6870475stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276870475stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6870475stock: 0
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6870633stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276870633stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6870633stock: 0
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6875341stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276875341stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6875341stock: 2
2026-03-25 21:32:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6876338stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276876338stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6876338stock: 2
2026-03-25 21:32:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 5790258stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%275790258stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 5790258stock: 2
2026-03-25 21:32:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6380489stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276380489stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6380489stock: 2
2026-03-25 21:32:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6492226stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276492226stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6492226stock: 2
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6565827stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276565827stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6565827stock: 0
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6568211stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276568211stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6568211stock: 0
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6572320stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276572320stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6572320stock: 2
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6588028stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276588028stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6588028stock: 2
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6589936stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276589936stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6589936stock: 2
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6612228stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276612228stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6612228stock: 2
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6629462stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276629462stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6629462stock: 2
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6635088stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276635088stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6635088stock: 2
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6656157stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276656157stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6656157stock: 2
2026-03-25 21:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859947> (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-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6668929stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276668929stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6668929stock: 2
2026-03-25 21:32:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:03 [ecarstrade.be] INFO: Found listing with ID: 6672443stock
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276672443stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:03 [ecarstrade.be] INFO: Scrape type for 6672443stock: 2
2026-03-25 21:32:03 [ecarstrade.be] INFO: Extracting details for car 6859947stock
2026-03-25 21:32:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with identifier: 6859947stock
2026-03-25 21:32:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with scrape type 2
2026-03-25 21:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with scrape type 2
2026-03-25 21:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b, identifier: 6859947stock
2026-03-25 21:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with identifier: 6859947stock
2026-03-25 21:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with identifier: 6859947stock
2026-03-25 21:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2fed52b6-5c36-562f-8948-1aa5c29c0b0b with identifier: 6859947stock to the API
2026-03-25 21:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:32:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6859947>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2fed52b6-5c36-562f-8948-1aa5c29c0b0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6859947',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 189031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-12',
'seats_number': 6,
'seller_name': None,
'title': 'Volkswagen T6 Transporter 2.0 TDi LWB 6PL Display Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 TDi LWB 6PL Display Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-25 21:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276859947stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:04 [ecarstrade.be] INFO: Saving data for 6859947stock: {'created_time': 1772611244.392794, 'last_price_update_time': 1774474324.137447}
2026-03-25 21:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859947stock') HTTP/1.1" 204 0
2026-03-25 21:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6853022> (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-25 21:32:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:05 [ecarstrade.be] INFO: Extracting details for car 6853022stock
2026-03-25 21:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-25 21:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with scrape type 2
2026-03-25 21:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with scrape type 2
2026-03-25 21:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee, identifier: 6853022stock
2026-03-25 21:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-25 21:32:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-25 21:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock to the API
2026-03-25 21:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:32:06 [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-25 21:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:06 [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-25 21:32:06 [ecarstrade.be] INFO: Saving data for 6853022stock: {'created_time': 1772613138.472275, 'last_price_update_time': 1774474326.10387}
2026-03-25 21:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6853022stock') HTTP/1.1" 204 0
2026-03-25 21:32:06 [scrapy.extensions.logstats] INFO: Crawled 29 pages (at 20 pages/min), scraped 16 items (at 13 items/min)
2026-03-25 21:32:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 279MiB
2026-03-25 21:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/5790258> (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-25 21:32:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:09 [ecarstrade.be] INFO: Extracting details for car 5790258stock
2026-03-25 21:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-25 21:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11865ffe-2716-5cbf-9310-bcba177d6235 with scrape type 2
2026-03-25 21:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11865ffe-2716-5cbf-9310-bcba177d6235 with scrape type 2
2026-03-25 21:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11865ffe-2716-5cbf-9310-bcba177d6235, identifier: 5790258stock
2026-03-25 21:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-25 21:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-25 21:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock to the API
2026-03-25 21:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:10 [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-25 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:10 [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-25 21:32:10 [ecarstrade.be] INFO: Saving data for 5790258stock: {'created_time': 1772611330.609801, 'last_price_update_time': 1774474330.248451}
2026-03-25 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='5790258stock') HTTP/1.1" 204 0
2026-03-25 21:32:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6380489> (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-25 21:32:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:10 [ecarstrade.be] INFO: Extracting details for car 6380489stock
2026-03-25 21:32:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-25 21:32:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51a1e909-1f20-503a-8b48-7683e9acc33a with scrape type 2
2026-03-25 21:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51a1e909-1f20-503a-8b48-7683e9acc33a with scrape type 2
2026-03-25 21:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51a1e909-1f20-503a-8b48-7683e9acc33a, identifier: 6380489stock
2026-03-25 21:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-25 21:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-25 21:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock to the API
2026-03-25 21:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:10 [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-25 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:10 [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-25 21:32:10 [ecarstrade.be] INFO: Saving data for 6380489stock: {'created_time': 1772611315.180269, 'last_price_update_time': 1774474330.968669}
2026-03-25 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6380489stock') HTTP/1.1" 204 0
2026-03-25 21:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978777> (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-25 21:32:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:11 [ecarstrade.be] INFO: Extracting details for car 6978777stock
2026-03-25 21:32:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-25 21:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d4c3564-1dd5-54e9-99f7-03775207d190 with scrape type 2
2026-03-25 21:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d4c3564-1dd5-54e9-99f7-03775207d190 with scrape type 2
2026-03-25 21:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d4c3564-1dd5-54e9-99f7-03775207d190, identifier: 6978777stock
2026-03-25 21:32:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-25 21:32:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:32:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-25 21:32:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock to the API
2026-03-25 21:32:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978777>
{'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': '4d4c3564-1dd5-54e9-99f7-03775207d190',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978777',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Captur',
'odometer': 66830,
'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-25 21:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:11 [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-25 21:32:11 [ecarstrade.be] INFO: Saving data for 6978777stock: {'created_time': 1774276492.266795, 'last_price_update_time': 1774474331.545037}
2026-03-25 21:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978777stock') HTTP/1.1" 204 0
2026-03-25 21:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875341> (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-25 21:32:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6869050> (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-25 21:32:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:11 [ecarstrade.be] INFO: Extracting details for car 6875341stock
2026-03-25 21:32:11 [ecarstrade.be] INFO: Extracting details for car 6869050stock
2026-03-25 21:32:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-25 21:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd3779a9-486e-5f01-b8d0-aee660fbf7bd with scrape type 2
2026-03-25 21:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd3779a9-486e-5f01-b8d0-aee660fbf7bd with scrape type 2
2026-03-25 21:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd3779a9-486e-5f01-b8d0-aee660fbf7bd, identifier: 6875341stock
2026-03-25 21:32:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-25 21:32:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-25 21:32:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock to the API
2026-03-25 21:32:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:12 [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-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Saving data for 6875341stock: {'created_time': 1772611329.368089, 'last_price_update_time': 1774474332.093524}
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875341stock') HTTP/1.1" 204 0
2026-03-25 21:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-25 21:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07e2109-1d29-523d-a625-87e03d894341 with scrape type 2
2026-03-25 21:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c07e2109-1d29-523d-a625-87e03d894341 with scrape type 2
2026-03-25 21:32:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c07e2109-1d29-523d-a625-87e03d894341, identifier: 6869050stock
2026-03-25 21:32:12 [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-25 21:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-25 21:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-25 21:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock to the API
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:12 [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-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Saving data for 6869050stock: {'created_time': 1772611337.438124, 'last_price_update_time': 1774474332.535628}
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6869050stock') HTTP/1.1" 204 0
2026-03-25 21:32:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6492226> (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-25 21:32:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:32:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:12 [ecarstrade.be] INFO: Found listing with ID: 6915770stock
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Scrape type for 6915770stock: 2
2026-03-25 21:32:12 [ecarstrade.be] INFO: Found listing with ID: 6917674stock
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Scrape type for 6917674stock: 2
2026-03-25 21:32:12 [ecarstrade.be] INFO: Found listing with ID: 6922141stock
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Scrape type for 6922141stock: 2
2026-03-25 21:32:12 [ecarstrade.be] INFO: Found listing with ID: 6928287stock
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Scrape type for 6928287stock: 2
2026-03-25 21:32:12 [ecarstrade.be] INFO: Found listing with ID: 6641568stock
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Scrape type for 6641568stock: 2
2026-03-25 21:32:12 [ecarstrade.be] INFO: Extracting details for car 6492226stock
2026-03-25 21:32:12 [ecarstrade.be] INFO: Found listing with ID: 6642494stock
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Scrape type for 6642494stock: 2
2026-03-25 21:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-25 21:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with scrape type 2
2026-03-25 21:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with scrape type 2
2026-03-25 21:32:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c, identifier: 6492226stock
2026-03-25 21:32:12 [ecarstrade.be] INFO: Found listing with ID: 6664136stock
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:12 [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-25 21:32:12 [ecarstrade.be] INFO: Scrape type for 6664136stock: 2
2026-03-25 21:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-25 21:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-25 21:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock to the API
2026-03-25 21:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:13 [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-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Saving data for 6492226stock: {'created_time': 1772611815.856584, 'last_price_update_time': 1774474333.148624}
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6492226stock') HTTP/1.1" 204 0
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6666900stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6666900stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6686133stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6686133stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6690601stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6690601stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6709582stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6709582stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6722712stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6722712stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6723860stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6723860stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6764985stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6764985stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6764996stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6764996stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6769298stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6769298stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6769393stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6769393stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6784515stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6784515stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6795176stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6795176stock: 2
2026-03-25 21:32:13 [ecarstrade.be] INFO: Found listing with ID: 6819880stock
2026-03-25 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:13 [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-25 21:32:13 [ecarstrade.be] INFO: Scrape type for 6819880stock: 0
2026-03-25 21:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6876338> (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-25 21:32:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:15 [ecarstrade.be] INFO: Extracting details for car 6876338stock
2026-03-25 21:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-25 21:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with scrape type 2
2026-03-25 21:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with scrape type 2
2026-03-25 21:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461, identifier: 6876338stock
2026-03-25 21:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-25 21:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-25 21:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock to the API
2026-03-25 21:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:32:15 [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-25 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276876338stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:16 [ecarstrade.be] INFO: Saving data for 6876338stock: {'created_time': 1772611329.909864, 'last_price_update_time': 1774474336.011772}
2026-03-25 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6876338stock') HTTP/1.1" 204 0
2026-03-25 21:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6572320> (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-25 21:32:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:16 [ecarstrade.be] INFO: Extracting details for car 6572320stock
2026-03-25 21:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with identifier: 6572320stock
2026-03-25 21:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with scrape type 2
2026-03-25 21:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with scrape type 2
2026-03-25 21:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5750ea0c-00df-565b-9ec1-4a9861bb7d61, identifier: 6572320stock
2026-03-25 21:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with identifier: 6572320stock
2026-03-25 21:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with identifier: 6572320stock
2026-03-25 21:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with identifier: 6572320stock to the API
2026-03-25 21:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:32:17 [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-25 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276572320stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:17 [ecarstrade.be] INFO: Saving data for 6572320stock: {'created_time': 1772611279.923526, 'last_price_update_time': 1774474337.687901}
2026-03-25 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6572320stock') HTTP/1.1" 204 0
2026-03-25 21:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6588028> (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-25 21:32:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6589936> (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-25 21:32:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:18 [ecarstrade.be] INFO: Extracting details for car 6588028stock
2026-03-25 21:32:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-25 21:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 117fbae4-cb31-5266-92f8-87b53ca5f0de with scrape type 2
2026-03-25 21:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 117fbae4-cb31-5266-92f8-87b53ca5f0de with scrape type 2
2026-03-25 21:32:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 117fbae4-cb31-5266-92f8-87b53ca5f0de, identifier: 6588028stock
2026-03-25 21:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-25 21:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-25 21:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock to the API
2026-03-25 21:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:18 [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-25 21:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:18 [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-25 21:32:18 [ecarstrade.be] INFO: Saving data for 6588028stock: {'created_time': 1772613139.697332, 'last_price_update_time': 1774474338.659778}
2026-03-25 21:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6588028stock') HTTP/1.1" 204 0
2026-03-25 21:32:18 [ecarstrade.be] INFO: Extracting details for car 6589936stock
2026-03-25 21:32:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-25 21:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1634ea38-0b5b-5ea6-8039-ff4f820159cb with scrape type 2
2026-03-25 21:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1634ea38-0b5b-5ea6-8039-ff4f820159cb with scrape type 2
2026-03-25 21:32:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1634ea38-0b5b-5ea6-8039-ff4f820159cb, identifier: 6589936stock
2026-03-25 21:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-25 21:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-25 21:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock to the API
2026-03-25 21:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:19 [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-25 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276589936stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:19 [ecarstrade.be] INFO: Saving data for 6589936stock: {'created_time': 1772611295.540484, 'last_price_update_time': 1774474339.082136}
2026-03-25 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6589936stock') HTTP/1.1" 204 0
2026-03-25 21:32:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6612228> (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-25 21:32:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:19 [ecarstrade.be] INFO: Extracting details for car 6612228stock
2026-03-25 21:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-25 21:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 168a40be-f9c2-5271-947c-79b6aaeced8b with scrape type 2
2026-03-25 21:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 168a40be-f9c2-5271-947c-79b6aaeced8b with scrape type 2
2026-03-25 21:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 168a40be-f9c2-5271-947c-79b6aaeced8b, identifier: 6612228stock
2026-03-25 21:32:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-25 21:32:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-25 21:32:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock to the API
2026-03-25 21:32:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:32:19 [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-25 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276612228stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:19 [ecarstrade.be] INFO: Saving data for 6612228stock: {'created_time': 1772611296.949952, 'last_price_update_time': 1774474339.651673}
2026-03-25 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6612228stock') HTTP/1.1" 204 0
2026-03-25 21:32:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6629462> (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-25 21:32:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6656157> (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-25 21:32:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:19 [ecarstrade.be] INFO: Extracting details for car 6629462stock
2026-03-25 21:32:19 [ecarstrade.be] INFO: Extracting details for car 6656157stock
2026-03-25 21:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-25 21:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with scrape type 2
2026-03-25 21:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with scrape type 2
2026-03-25 21:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359, identifier: 6629462stock
2026-03-25 21:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96316ad2-ba8d-5f52-8078-89771df9a084 with identifier: 6656157stock
2026-03-25 21:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96316ad2-ba8d-5f52-8078-89771df9a084 with scrape type 2
2026-03-25 21:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96316ad2-ba8d-5f52-8078-89771df9a084 with scrape type 2
2026-03-25 21:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96316ad2-ba8d-5f52-8078-89771df9a084, identifier: 6656157stock
2026-03-25 21:32:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-25 21:32:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-25 21:32:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock to the API
2026-03-25 21:32:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:20 [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-25 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:20 [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-25 21:32:20 [ecarstrade.be] INFO: Saving data for 6629462stock: {'created_time': 1772611688.224244, 'last_price_update_time': 1774474340.302551}
2026-03-25 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6629462stock') HTTP/1.1" 204 0
2026-03-25 21:32:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96316ad2-ba8d-5f52-8078-89771df9a084 with identifier: 6656157stock
2026-03-25 21:32:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96316ad2-ba8d-5f52-8078-89771df9a084 with identifier: 6656157stock
2026-03-25 21:32:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96316ad2-ba8d-5f52-8078-89771df9a084 with identifier: 6656157stock to the API
2026-03-25 21:32:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:20 [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-25 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:20 [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-25 21:32:20 [ecarstrade.be] INFO: Saving data for 6656157stock: {'created_time': 1772611744.532318, 'last_price_update_time': 1774474340.624392}
2026-03-25 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6656157stock') HTTP/1.1" 204 0
2026-03-25 21:32:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6635088> (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-25 21:32:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:20 [ecarstrade.be] INFO: Extracting details for car 6635088stock
2026-03-25 21:32:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-25 21:32:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a2aaf26-c8ec-59a5-811a-438be8f4575c with scrape type 2
2026-03-25 21:32:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a2aaf26-c8ec-59a5-811a-438be8f4575c with scrape type 2
2026-03-25 21:32:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a2aaf26-c8ec-59a5-811a-438be8f4575c, identifier: 6635088stock
2026-03-25 21:32:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-25 21:32:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:32:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-25 21:32:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock to the API
2026-03-25 21:32:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:21 [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-25 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32: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-25 21:32:21 [ecarstrade.be] INFO: Saving data for 6635088stock: {'created_time': 1772611395.027664, 'last_price_update_time': 1774474341.223158}
2026-03-25 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6635088stock') HTTP/1.1" 204 0
2026-03-25 21:32:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6672443> (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-25 21:32:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:22 [ecarstrade.be] INFO: Extracting details for car 6672443stock
2026-03-25 21:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-25 21:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce96b5ed-dcab-512b-865c-f3db17e8bf86 with scrape type 2
2026-03-25 21:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce96b5ed-dcab-512b-865c-f3db17e8bf86 with scrape type 2
2026-03-25 21:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce96b5ed-dcab-512b-865c-f3db17e8bf86, identifier: 6672443stock
2026-03-25 21:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-25 21:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-25 21:32:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock to the API
2026-03-25 21:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:23 [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-25 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276672443stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:23 [ecarstrade.be] INFO: Saving data for 6672443stock: {'created_time': 1772611309.519757, 'last_price_update_time': 1774474343.044504}
2026-03-25 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6672443stock') HTTP/1.1" 204 0
2026-03-25 21:32:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6668929> (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-25 21:32:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:24 [ecarstrade.be] INFO: Extracting details for car 6668929stock
2026-03-25 21:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-25 21:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb5b3852-58ba-5615-95f9-e5371fc015c6 with scrape type 2
2026-03-25 21:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb5b3852-58ba-5615-95f9-e5371fc015c6 with scrape type 2
2026-03-25 21:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb5b3852-58ba-5615-95f9-e5371fc015c6, identifier: 6668929stock
2026-03-25 21:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-25 21:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-25 21:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock to the API
2026-03-25 21:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:25 [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-25 21:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:25 [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-25 21:32:25 [ecarstrade.be] INFO: Saving data for 6668929stock: {'created_time': 1772611707.481432, 'last_price_update_time': 1774474345.381556}
2026-03-25 21:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6668929stock') HTTP/1.1" 204 0
2026-03-25 21:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6917674> (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-25 21:32:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:26 [ecarstrade.be] INFO: Extracting details for car 6917674stock
2026-03-25 21:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-25 21:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with scrape type 2
2026-03-25 21:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with scrape type 2
2026-03-25 21:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97fb5223-ae4d-5761-91ff-ba02ee320ef4, identifier: 6917674stock
2026-03-25 21:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-25 21:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-25 21:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock to the API
2026-03-25 21:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6917674>
{'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': 'Petrol',
'id': '97fb5223-ae4d-5761-91ff-ba02ee320ef4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6917674',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q3',
'odometer': 125378,
'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': 5,
'seller_name': None,
'title': 'AUDI Q3 1.5 35 TFSI Aut. Pano LED-Matrix Virtual Navi Klima PDC ...',
'transmission': 'automatic',
'trim': 'AUDI 1.5 35 TFSI Aut. Pano LED-Matrix Virtual Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:26 [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-25 21:32:26 [ecarstrade.be] INFO: Saving data for 6917674stock: {'created_time': 1772839876.337871, 'last_price_update_time': 1774474346.549159}
2026-03-25 21:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6917674stock') HTTP/1.1" 204 0
2026-03-25 21:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915770> (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-25 21:32:26 [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-25 21:32:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:26 [ecarstrade.be] INFO: Extracting details for car 6915770stock
2026-03-25 21:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-25 21:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa70f8f-47ab-54d1-9160-825a1b3aa646 with scrape type 2
2026-03-25 21:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaa70f8f-47ab-54d1-9160-825a1b3aa646 with scrape type 2
2026-03-25 21:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eaa70f8f-47ab-54d1-9160-825a1b3aa646, identifier: 6915770stock
2026-03-25 21:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-25 21:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-25 21:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock to the API
2026-03-25 21:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915770>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'eaa70f8f-47ab-54d1-9160-825a1b3aa646',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915770',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 123701,
'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': 'Mercedes E 200d Avantgarde Aut. LED-Xenon Widescreen Navi 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Avantgarde Aut. LED-Xenon Widescreen Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Saving data for 6915770stock: {'created_time': 1772839900.302788, 'last_price_update_time': 1774474347.112568}
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915770stock') HTTP/1.1" 204 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6842457stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6842457stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6843749stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6843749stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6846412stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6846412stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6847119stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6847119stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6854164stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6854164stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6855416stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6855416stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6878513stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6878513stock: 2
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6883181stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6883181stock: 2
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6886947stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6886947stock: 2
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6890019stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6890019stock: 2
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6890677stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6890677stock: 2
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6890893stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890893stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6890893stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6890920stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6890920stock: 2
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6891450stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6891450stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6897903stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6897903stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6906305stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6906305stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6910287stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6910287stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6910288stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6910288stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6835919stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835919stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6835919stock: 0
2026-03-25 21:32:27 [ecarstrade.be] INFO: Found listing with ID: 6843094stock
2026-03-25 21:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:27 [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-25 21:32:27 [ecarstrade.be] INFO: Scrape type for 6843094stock: 0
2026-03-25 21:32:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928287> (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-25 21:32:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:28 [ecarstrade.be] INFO: Extracting details for car 6928287stock
2026-03-25 21:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-25 21:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with scrape type 2
2026-03-25 21:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with scrape type 2
2026-03-25 21:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2, identifier: 6928287stock
2026-03-25 21:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-25 21:32:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-25 21:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock to the API
2026-03-25 21:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928287>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3639ea8d-d2b9-5803-bd51-ec1875b27cf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928287',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'V40',
'odometer': 220833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-20',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V40 2.0 D2 LED-Xenon Navi Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 D2 LED-Xenon Navi Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-25 21:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:28 [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-25 21:32:28 [ecarstrade.be] INFO: Saving data for 6928287stock: {'created_time': 1773180982.108215, 'last_price_update_time': 1774474348.523258}
2026-03-25 21:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928287stock') HTTP/1.1" 204 0
2026-03-25 21:32:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922141> (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-25 21:32:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6641568> (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-25 21:32:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:28 [ecarstrade.be] INFO: Extracting details for car 6922141stock
2026-03-25 21:32:28 [ecarstrade.be] INFO: Extracting details for car 6641568stock
2026-03-25 21:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-25 21:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 425c0333-d561-5bd7-8f3c-481a63e3ce56 with scrape type 2
2026-03-25 21:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 425c0333-d561-5bd7-8f3c-481a63e3ce56 with scrape type 2
2026-03-25 21:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 425c0333-d561-5bd7-8f3c-481a63e3ce56, identifier: 6922141stock
2026-03-25 21:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-25 21:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7210b309-0e9c-5d00-a65e-0f22c640077c with scrape type 2
2026-03-25 21:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7210b309-0e9c-5d00-a65e-0f22c640077c with scrape type 2
2026-03-25 21:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7210b309-0e9c-5d00-a65e-0f22c640077c, identifier: 6641568stock
2026-03-25 21:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-25 21:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-25 21:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock to the API
2026-03-25 21:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922141>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '425c0333-d561-5bd7-8f3c-481a63e3ce56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922141',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 93620,
'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': 'Audi A3 SB 1.0 30 TFSI LED Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'SB 1.0 30 TFSI LED Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276922141stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:29 [ecarstrade.be] INFO: Saving data for 6922141stock: {'created_time': 1774276621.777343, 'last_price_update_time': 1774474349.259191}
2026-03-25 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922141stock') HTTP/1.1" 204 0
2026-03-25 21:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-25 21:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-25 21:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock to the API
2026-03-25 21:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6641568>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '7210b309-0e9c-5d00-a65e-0f22c640077c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6641568',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 187684,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Espace 1.6 DCI 160Hp Initiale Paris Aut. Pano LED-Xenon '
'Bose Navi Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 DCI 160Hp Initiale Paris Aut. Pano LED-Xenon Bose Navi '
'Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-25 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276641568stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:29 [ecarstrade.be] INFO: Saving data for 6641568stock: {'created_time': 1772611421.161023, 'last_price_update_time': 1774474349.557788}
2026-03-25 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6641568stock') HTTP/1.1" 204 0
2026-03-25 21:32:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6795176> (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-25 21:32:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:30 [ecarstrade.be] INFO: Extracting details for car 6795176stock
2026-03-25 21:32:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-25 21:32:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with scrape type 2
2026-03-25 21:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with scrape type 2
2026-03-25 21:32:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc, identifier: 6795176stock
2026-03-25 21:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-25 21:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-25 21:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock to the API
2026-03-25 21:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6795176>
{'auction_title': '',
'c_o_2_emission_value': 50,
'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': '8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6795176',
'listing': 'auction',
'location': 'France - "INGRANDES"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 73373,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLC 300e Plug-In Hybrid AMG 4Matic Aut. Pano LED-Multibeam '
'Widescreen Distronic Burmester Navi 1/2 Sport-Leather-Alcantra '
'KeylessGo Camera 360° Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid AMG 4Matic Aut. Pano LED-Multibeam Widescreen '
'Distronic Burmester Navi 1/2 Sport-Leather-Alcantra KeylessGo Camera '
'360° Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:30 [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-25 21:32:30 [ecarstrade.be] INFO: Saving data for 6795176stock: {'created_time': 1772611588.027008, 'last_price_update_time': 1774474350.971499}
2026-03-25 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6795176stock') HTTP/1.1" 204 0
2026-03-25 21:32:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784515> (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-25 21:32:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:33 [ecarstrade.be] INFO: Extracting details for car 6784515stock
2026-03-25 21:32:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-25 21:32:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with scrape type 2
2026-03-25 21:32:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with scrape type 2
2026-03-25 21:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bbdb3e1-9794-5fea-b298-96aaaaeace05, identifier: 6784515stock
2026-03-25 21:32:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6769298> (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-25 21:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-25 21:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-25 21:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock to the API
2026-03-25 21:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784515>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '0bbdb3e1-9794-5fea-b298-96aaaaeace05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784515',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 149029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 160 AMG Pano LED-Xenon Navi 1/2 Sport-Leather-Alcantara '
'Klima PDC ...',
'transmission': 'manual',
'trim': 'AMG Pano LED-Xenon Navi 1/2 Sport-Leather-Alcantara Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-25 21:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:33 [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-25 21:32:33 [ecarstrade.be] INFO: Saving data for 6784515stock: {'created_time': 1772611704.455807, 'last_price_update_time': 1774474353.696015}
2026-03-25 21:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784515stock') HTTP/1.1" 204 0
2026-03-25 21:32:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:33 [ecarstrade.be] INFO: Extracting details for car 6769298stock
2026-03-25 21:32:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-25 21:32:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with scrape type 2
2026-03-25 21:32:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with scrape type 2
2026-03-25 21:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40d351d7-88ff-5f40-8c8a-1f404394f3d1, identifier: 6769298stock
2026-03-25 21:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-25 21:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-25 21:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock to the API
2026-03-25 21:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6769298>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '40d351d7-88ff-5f40-8c8a-1f404394f3d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6769298',
'listing': 'auction',
'location': 'France - "CERTINES"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 118526,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 200 SB AMG Aut. Pano LED-Xenon Widescreen Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 200 SB AMG Aut. Pano LED-Xenon Widescreen Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-25 21:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:34 [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-25 21:32:34 [ecarstrade.be] INFO: Saving data for 6769298stock: {'created_time': 1772611619.306317, 'last_price_update_time': 1774474354.1157}
2026-03-25 21:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6769298stock') HTTP/1.1" 204 0
2026-03-25 21:32:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764996> (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-25 21:32:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:34 [ecarstrade.be] INFO: Extracting details for car 6764996stock
2026-03-25 21:32:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-25 21:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with scrape type 2
2026-03-25 21:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with scrape type 2
2026-03-25 21:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc, identifier: 6764996stock
2026-03-25 21:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-25 21:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-25 21:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock to the API
2026-03-25 21:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6764996>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1ce3b04a-e725-5bc8-93e1-4b1ad11651dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6764996',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 128547,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-15',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 200d SB Aut. LED-Xenon ACC Widescreen Navi 1/2 Leather '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 200d SB Aut. LED-Xenon ACC Widescreen Navi 1/2 Leather KeylessGo '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:34 [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-25 21:32:34 [ecarstrade.be] INFO: Saving data for 6764996stock: {'created_time': 1772611708.100086, 'last_price_update_time': 1774474354.652476}
2026-03-25 21:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764996stock') HTTP/1.1" 204 0
2026-03-25 21:32:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764985> (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-25 21:32:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:34 [ecarstrade.be] INFO: Extracting details for car 6764985stock
2026-03-25 21:32:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-25 21:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b53d6814-8c79-5d40-addf-f17c69f2ed5f with scrape type 2
2026-03-25 21:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b53d6814-8c79-5d40-addf-f17c69f2ed5f with scrape type 2
2026-03-25 21:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b53d6814-8c79-5d40-addf-f17c69f2ed5f, identifier: 6764985stock
2026-03-25 21:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-25 21:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-25 21:32:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock to the API
2026-03-25 21:32:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6764985>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b53d6814-8c79-5d40-addf-f17c69f2ed5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6764985',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 60985,
'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': 'Mercedes CLA 180d AMG Night Pano LED-Multibeam Widescreen Ambient '
'Burmester Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'd AMG Night Pano LED-Multibeam Widescreen Ambient Burmester Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:35 [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-25 21:32:35 [ecarstrade.be] INFO: Saving data for 6764985stock: {'created_time': 1772611457.431575, 'last_price_update_time': 1774474355.227881}
2026-03-25 21:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764985stock') HTTP/1.1" 204 0
2026-03-25 21:32:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6723860> (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-25 21:32:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:36 [ecarstrade.be] INFO: Extracting details for car 6723860stock
2026-03-25 21:32:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-25 21:32:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d03ee8ba-adcc-581a-ab40-0ced3b234292 with scrape type 2
2026-03-25 21:32:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d03ee8ba-adcc-581a-ab40-0ced3b234292 with scrape type 2
2026-03-25 21:32:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d03ee8ba-adcc-581a-ab40-0ced3b234292, identifier: 6723860stock
2026-03-25 21:32:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-25 21:32:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-25 21:32:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock to the API
2026-03-25 21:32:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6723860>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd03ee8ba-adcc-581a-ab40-0ced3b234292',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6723860',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Picanto',
'odometer': 61588,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Picanto 1.0 ISG GT-Line Navi Leather Camera Klima ...',
'transmission': 'manual',
'trim': '1.0 ISG GT-Line Navi Leather Camera Klima ...',
'vin': None,
'year': 2019}
2026-03-25 21:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:36 [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-25 21:32:36 [ecarstrade.be] INFO: Saving data for 6723860stock: {'created_time': 1772611721.734003, 'last_price_update_time': 1774474356.772399}
2026-03-25 21:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6723860stock') HTTP/1.1" 204 0
2026-03-25 21:32:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6722712> (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-25 21:32:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:36 [ecarstrade.be] INFO: Extracting details for car 6722712stock
2026-03-25 21:32:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-25 21:32:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cc7bc5c-a03d-5925-a854-cc0df770c169 with scrape type 2
2026-03-25 21:32:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cc7bc5c-a03d-5925-a854-cc0df770c169 with scrape type 2
2026-03-25 21:32:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cc7bc5c-a03d-5925-a854-cc0df770c169, identifier: 6722712stock
2026-03-25 21:32:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-25 21:32:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-25 21:32:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock to the API
2026-03-25 21:32:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6722712>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '5cc7bc5c-a03d-5925-a854-cc0df770c169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6722712',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 87553,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 1.5 T2 Momentum LED-Xenon Virtual ACC Navi KeylessGo '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 T2 Momentum LED-Xenon Virtual ACC Navi KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:38 [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-25 21:32:38 [ecarstrade.be] INFO: Saving data for 6722712stock: {'created_time': 1772611398.658706, 'last_price_update_time': 1774474358.179422}
2026-03-25 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6722712stock') HTTP/1.1" 204 0
2026-03-25 21:32:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6709582> (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-25 21:32:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:38 [ecarstrade.be] INFO: Extracting details for car 6709582stock
2026-03-25 21:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-25 21:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with scrape type 2
2026-03-25 21:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with scrape type 2
2026-03-25 21:32:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c, identifier: 6709582stock
2026-03-25 21:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-25 21:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-25 21:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock to the API
2026-03-25 21:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6709582>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c4efaaf0-fbf5-526a-8279-eae9cb00bc8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6709582',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': '500S',
'odometer': 38711,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-21',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500S 1.2i Lounge Display 1/2 Sport-Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.2i Lounge Display 1/2 Sport-Leather Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-25 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:38 [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-25 21:32:38 [ecarstrade.be] INFO: Saving data for 6709582stock: {'created_time': 1772611484.877613, 'last_price_update_time': 1774474358.716277}
2026-03-25 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6709582stock') HTTP/1.1" 204 0
2026-03-25 21:32:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6690601> (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-25 21:32:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:40 [ecarstrade.be] INFO: Extracting details for car 6690601stock
2026-03-25 21:32:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-25 21:32:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91997f8a-1092-5857-b516-3ee0efa06e8b with scrape type 2
2026-03-25 21:32:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91997f8a-1092-5857-b516-3ee0efa06e8b with scrape type 2
2026-03-25 21:32:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91997f8a-1092-5857-b516-3ee0efa06e8b, identifier: 6690601stock
2026-03-25 21:32:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-25 21:32:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-25 21:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock to the API
2026-03-25 21:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6690601>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '91997f8a-1092-5857-b516-3ee0efa06e8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6690601',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC90',
'odometer': 103312,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-25',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 D4 Inscription 7PL Aut. Pano LED-Xenon Head-Up '
'Virtual ACC Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D4 Inscription 7PL Aut. Pano LED-Xenon Head-Up Virtual ACC Navi '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-25 21:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:40 [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-25 21:32:40 [ecarstrade.be] INFO: Saving data for 6690601stock: {'created_time': 1772611419.368825, 'last_price_update_time': 1774474360.472799}
2026-03-25 21:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6690601stock') HTTP/1.1" 204 0
2026-03-25 21:32:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6686133> (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-25 21:32:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:40 [ecarstrade.be] INFO: Extracting details for car 6686133stock
2026-03-25 21:32:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-25 21:32:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab33887f-bf5b-564d-96a1-a252a20a8c75 with scrape type 2
2026-03-25 21:32:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab33887f-bf5b-564d-96a1-a252a20a8c75 with scrape type 2
2026-03-25 21:32:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab33887f-bf5b-564d-96a1-a252a20a8c75, identifier: 6686133stock
2026-03-25 21:32:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-25 21:32:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-25 21:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock to the API
2026-03-25 21:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6686133>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ab33887f-bf5b-564d-96a1-a252a20a8c75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6686133',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q7',
'odometer': 137469,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-12',
'seats_number': 7,
'seller_name': None,
'title': 'Audi Q7 3.0 45 TDI Quattro S-Line Ext. 7PL Aut. LED-Xenon Virtual '
'Navi Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 45 TDI Quattro S-Line Ext. 7PL Aut. LED-Xenon Virtual Navi '
'Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-25 21:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:41 [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-25 21:32:41 [ecarstrade.be] INFO: Saving data for 6686133stock: {'created_time': 1772611637.941791, 'last_price_update_time': 1774474361.098877}
2026-03-25 21:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6686133stock') HTTP/1.1" 204 0
2026-03-25 21:32:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6666900> (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-25 21:32:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:41 [ecarstrade.be] INFO: Extracting details for car 6666900stock
2026-03-25 21:32:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-25 21:32:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9801514-e511-5c68-b412-d741366988d3 with scrape type 2
2026-03-25 21:32:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9801514-e511-5c68-b412-d741366988d3 with scrape type 2
2026-03-25 21:32:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9801514-e511-5c68-b412-d741366988d3, identifier: 6666900stock
2026-03-25 21:32:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-25 21:32:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-25 21:32:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock to the API
2026-03-25 21:32:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6666900>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b9801514-e511-5c68-b412-d741366988d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6666900',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC90',
'odometer': 104541,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-30',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 D5 Inscription AWD 7PL Aut. LED-Xenon Virtual ACC '
'Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D5 Inscription AWD 7PL Aut. LED-Xenon Virtual ACC Navi Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-25 21:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:41 [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-25 21:32:41 [ecarstrade.be] INFO: Saving data for 6666900stock: {'created_time': 1772611418.866867, 'last_price_update_time': 1774474361.619703}
2026-03-25 21:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6666900stock') HTTP/1.1" 204 0
2026-03-25 21:32:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6664136> (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-25 21:32:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:42 [ecarstrade.be] INFO: Extracting details for car 6664136stock
2026-03-25 21:32:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-25 21:32:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cb43e29-2541-5dd5-92dc-b973e5448e48 with scrape type 2
2026-03-25 21:32:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cb43e29-2541-5dd5-92dc-b973e5448e48 with scrape type 2
2026-03-25 21:32:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cb43e29-2541-5dd5-92dc-b973e5448e48, identifier: 6664136stock
2026-03-25 21:32:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-25 21:32:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-25 21:32:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock to the API
2026-03-25 21:32:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6664136>
{'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': '9cb43e29-2541-5dd5-92dc-b973e5448e48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6664136',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 102346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'Audi E-tron Sportback 50 Quattro Aut. LED-Matrix Head-Up Virtual '
'Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'E-tron Sportback 50 Quattro Aut. LED-Matrix Head-Up Virtual Navi-Pro '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32: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-25 21:32:42 [ecarstrade.be] INFO: Saving data for 6664136stock: {'created_time': 1772611680.223994, 'last_price_update_time': 1774474362.521642}
2026-03-25 21:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6664136stock') HTTP/1.1" 204 0
2026-03-25 21:32:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890920> (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-25 21:32:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:43 [ecarstrade.be] INFO: Extracting details for car 6890920stock
2026-03-25 21:32:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-25 21:32:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with scrape type 2
2026-03-25 21:32:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with scrape type 2
2026-03-25 21:32:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e, identifier: 6890920stock
2026-03-25 21:32:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-25 21:32:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-25 21:32:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock to the API
2026-03-25 21:32:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890920>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890920',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 225710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLC 220d AMG 4Matic Aut. Pano LED-Xenon Navi 1/2 '
'Sport-Leather-Alcantara Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd AMG 4Matic Aut. Pano LED-Xenon Navi 1/2 Sport-Leather-Alcantara '
'Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-25 21:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:43 [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-25 21:32:43 [ecarstrade.be] INFO: Saving data for 6890920stock: {'created_time': 1774283659.688867, 'last_price_update_time': 1774474363.945725}
2026-03-25 21:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890920stock') HTTP/1.1" 204 0
2026-03-25 21:32:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890677> (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-25 21:32:45 [ecarstrade.be] INFO: Extracting details for car 6890677stock
2026-03-25 21:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-25 21:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf7d4511-d2d6-5948-b239-934033b96937 with scrape type 2
2026-03-25 21:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf7d4511-d2d6-5948-b239-934033b96937 with scrape type 2
2026-03-25 21:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf7d4511-d2d6-5948-b239-934033b96937, identifier: 6890677stock
2026-03-25 21:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-25 21:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-25 21:32:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock to the API
2026-03-25 21:32:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890677>
{'auction_title': '',
'c_o_2_emission_value': 31,
'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': 'cf7d4511-d2d6-5948-b239-934033b96937',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890677',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A3',
'odometer': 177837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 SB 1.4 40 TFSIe Plug-In Hybrid S-Line Aut. LED-Matrix '
'Virtual Navi-Pro 1/2 Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 1.4 40 TFSIe Plug-In Hybrid S-Line Aut. LED-Matrix Virtual '
'Navi-Pro 1/2 Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:45 [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-25 21:32:45 [ecarstrade.be] INFO: Saving data for 6890677stock: {'created_time': 1772611810.252201, 'last_price_update_time': 1774474365.459032}
2026-03-25 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890677stock') HTTP/1.1" 204 0
2026-03-25 21:32:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890019> (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-25 21:32:45 [ecarstrade.be] INFO: Extracting details for car 6890019stock
2026-03-25 21:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-25 21:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b184380f-441f-505c-950b-181980720dcf with scrape type 2
2026-03-25 21:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b184380f-441f-505c-950b-181980720dcf with scrape type 2
2026-03-25 21:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b184380f-441f-505c-950b-181980720dcf, identifier: 6890019stock
2026-03-25 21:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-25 21:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-25 21:32:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock to the API
2026-03-25 21:32:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890019>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b184380f-441f-505c-950b-181980720dcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890019',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 128505,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-09',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'transmission': 'automatic',
'trim': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'vin': None,
'year': 2020}
2026-03-25 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:45 [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-25 21:32:45 [ecarstrade.be] INFO: Saving data for 6890019stock: {'created_time': 1772611822.145462, 'last_price_update_time': 1774474365.980032}
2026-03-25 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890019stock') HTTP/1.1" 204 0
2026-03-25 21:32:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886947> (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-25 21:32:47 [ecarstrade.be] INFO: Extracting details for car 6886947stock
2026-03-25 21:32:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-25 21:32:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with scrape type 2
2026-03-25 21:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with scrape type 2
2026-03-25 21:32:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8, identifier: 6886947stock
2026-03-25 21:32:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-25 21:32:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-25 21:32:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock to the API
2026-03-25 21:32:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6886947>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd4a8bc75-8f4c-513b-b6f4-96442e95e4f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6886947',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 157287,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 180d Avantgrade Aut. LED-Xenon Navi-Pro 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Avantgrade Aut. LED-Xenon Navi-Pro 1/2 Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:47 [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-25 21:32:47 [ecarstrade.be] INFO: Saving data for 6886947stock: {'created_time': 1772611808.401466, 'last_price_update_time': 1774474367.574632}
2026-03-25 21:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886947stock') HTTP/1.1" 204 0
2026-03-25 21:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878513> (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-25 21:32:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6883181> (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-25 21:32:48 [ecarstrade.be] INFO: Extracting details for car 6878513stock
2026-03-25 21:32:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-25 21:32:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1e092cc-1353-5d9b-8f88-9f3486a276fc with scrape type 2
2026-03-25 21:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1e092cc-1353-5d9b-8f88-9f3486a276fc with scrape type 2
2026-03-25 21:32:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1e092cc-1353-5d9b-8f88-9f3486a276fc, identifier: 6878513stock
2026-03-25 21:32:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-25 21:32:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-25 21:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock to the API
2026-03-25 21:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878513>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b1e092cc-1353-5d9b-8f88-9f3486a276fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878513',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 152935,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-02',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'transmission': 'automatic',
'trim': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'vin': None,
'year': 2019}
2026-03-25 21:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32: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-25 21:32:48 [ecarstrade.be] INFO: Saving data for 6878513stock: {'created_time': 1772611771.510323, 'last_price_update_time': 1774474368.57234}
2026-03-25 21:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878513stock') HTTP/1.1" 204 0
2026-03-25 21:32:48 [ecarstrade.be] INFO: Extracting details for car 6883181stock
2026-03-25 21:32:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-25 21:32:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3939e18d-286e-5b74-bb78-591bf5be9bab with scrape type 2
2026-03-25 21:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3939e18d-286e-5b74-bb78-591bf5be9bab with scrape type 2
2026-03-25 21:32:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3939e18d-286e-5b74-bb78-591bf5be9bab, identifier: 6883181stock
2026-03-25 21:32:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-25 21:32:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-25 21:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock to the API
2026-03-25 21:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6883181>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3939e18d-286e-5b74-bb78-591bf5be9bab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6883181',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 94223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-15',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Corolla 1.8 e-CVT Hybrid GR-Sport Aut. LED-Xenon ACC Navi '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.8 e-CVT Hybrid GR-Sport Aut. LED-Xenon ACC Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:49 [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-25 21:32:49 [ecarstrade.be] INFO: Saving data for 6883181stock: {'created_time': 1772611314.536781, 'last_price_update_time': 1774474369.03114}
2026-03-25 21:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6883181stock') HTTP/1.1" 204 0
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6893692stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893692stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6893692stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6434642stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6434642stock: 2
2026-03-25 21:32:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6642494> (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-25 21:32:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6882517stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6882517stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6769282stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6769282stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6287267stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6287267stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6821040stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6821040stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6462698stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6462698stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6478353stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6478353stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6644566stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6644566stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6674391stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276674391stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6674391stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6675809stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6675809stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6700653stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6700653stock: 0
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6706350stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6706350stock: 2
2026-03-25 21:32:51 [ecarstrade.be] INFO: Extracting details for car 6642494stock
2026-03-25 21:32:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6708816stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6708816stock: 2
2026-03-25 21:32:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-25 21:32:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dad4bc24-536a-5655-9100-432977e3331c with scrape type 2
2026-03-25 21:32:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dad4bc24-536a-5655-9100-432977e3331c with scrape type 2
2026-03-25 21:32:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dad4bc24-536a-5655-9100-432977e3331c, identifier: 6642494stock
2026-03-25 21:32:51 [ecarstrade.be] INFO: Found listing with ID: 6719179stock
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Scrape type for 6719179stock: 2
2026-03-25 21:32:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-25 21:32:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-25 21:32:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock to the API
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6642494>
{'auction_title': '',
'c_o_2_emission_value': 210,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.2L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dad4bc24-536a-5655-9100-432977e3331c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6642494',
'listing': 'auction',
'location': 'Belgium',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 304639,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Santa Fe 2.2 CRDI Black Mountain Aut. 1/2 Leather Klima ...',
'transmission': 'automatic',
'trim': '2.2 CRDI Black Mountain Aut. 1/2 Leather Klima ...',
'vin': None,
'year': 2009}
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [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-25 21:32:51 [ecarstrade.be] INFO: Saving data for 6642494stock: {'created_time': 1772611638.565741, 'last_price_update_time': 1774474371.822041}
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6642494stock') HTTP/1.1" 204 0
2026-03-25 21:32:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:52 [ecarstrade.be] INFO: Found listing with ID: 6740077stock
2026-03-25 21:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:52 [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-25 21:32:52 [ecarstrade.be] INFO: Scrape type for 6740077stock: 0
2026-03-25 21:32:52 [ecarstrade.be] INFO: Found listing with ID: 6752714stock
2026-03-25 21:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:52 [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-25 21:32:52 [ecarstrade.be] INFO: Scrape type for 6752714stock: 0
2026-03-25 21:32:52 [ecarstrade.be] INFO: Found listing with ID: 6761356stock
2026-03-25 21:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:52 [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-25 21:32:52 [ecarstrade.be] INFO: Scrape type for 6761356stock: 2
2026-03-25 21:32:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:52 [ecarstrade.be] INFO: Found listing with ID: 6778069stock
2026-03-25 21:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:52 [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-25 21:32:52 [ecarstrade.be] INFO: Scrape type for 6778069stock: 0
2026-03-25 21:32:52 [ecarstrade.be] INFO: Found listing with ID: 6781448stock
2026-03-25 21:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:52 [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-25 21:32:52 [ecarstrade.be] INFO: Scrape type for 6781448stock: 0
2026-03-25 21:32:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6797160stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6797160stock: 2
2026-03-25 21:32:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6801102stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6801102stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6808931stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6808931stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6811286stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6811286stock: 2
2026-03-25 21:32:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6816472stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6816472stock: 2
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6821306stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6821306stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6828925stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6828925stock: 2
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6835650stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6835650stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6863207stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6863207stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6865470stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6865470stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6867096stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6867096stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6883239stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883239stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6883239stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6884277stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6884277stock: 2
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6886254stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6886254stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6886825stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6886825stock: 2
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6888967stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6888967stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6897644stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6897644stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6900393stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900393stock%27 HTTP/1.1" 200 None
2026-03-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6900393stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6902393stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6902393stock: 0
2026-03-25 21:32:57 [ecarstrade.be] INFO: Found listing with ID: 6903066stock
2026-03-25 21:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:57 [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-25 21:32:57 [ecarstrade.be] INFO: Scrape type for 6903066stock: 0
2026-03-25 21:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6761356> (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-25 21:32:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6434642> (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-25 21:32:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:58 [ecarstrade.be] INFO: Extracting details for car 6761356stock
2026-03-25 21:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96ed542c-8bf4-594a-a3c3-65c764f584c5 with identifier: 6761356stock
2026-03-25 21:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96ed542c-8bf4-594a-a3c3-65c764f584c5 with scrape type 2
2026-03-25 21:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96ed542c-8bf4-594a-a3c3-65c764f584c5 with scrape type 2
2026-03-25 21:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96ed542c-8bf4-594a-a3c3-65c764f584c5, identifier: 6761356stock
2026-03-25 21:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96ed542c-8bf4-594a-a3c3-65c764f584c5 with identifier: 6761356stock
2026-03-25 21:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96ed542c-8bf4-594a-a3c3-65c764f584c5 with identifier: 6761356stock
2026-03-25 21:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96ed542c-8bf4-594a-a3c3-65c764f584c5 with identifier: 6761356stock to the API
2026-03-25 21:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6761356>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '96ed542c-8bf4-594a-a3c3-65c764f584c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6761356',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 176250,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Mondeo 1.5D Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.5D Navi Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-25 21:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:58 [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-25 21:32:58 [ecarstrade.be] INFO: Saving data for 6761356stock: {'created_time': 1774276643.827536, 'last_price_update_time': 1774474378.666226}
2026-03-25 21:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6761356stock') HTTP/1.1" 204 0
2026-03-25 21:32:58 [ecarstrade.be] INFO: Extracting details for car 6434642stock
2026-03-25 21:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6706350> (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-25 21:32:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 933bf5c2-fe7c-594d-9d44-e6de3012b778 with identifier: 6434642stock
2026-03-25 21:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 933bf5c2-fe7c-594d-9d44-e6de3012b778 with scrape type 2
2026-03-25 21:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 933bf5c2-fe7c-594d-9d44-e6de3012b778 with scrape type 2
2026-03-25 21:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 933bf5c2-fe7c-594d-9d44-e6de3012b778, identifier: 6434642stock
2026-03-25 21:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 933bf5c2-fe7c-594d-9d44-e6de3012b778 with identifier: 6434642stock
2026-03-25 21:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 933bf5c2-fe7c-594d-9d44-e6de3012b778 with identifier: 6434642stock
2026-03-25 21:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 933bf5c2-fe7c-594d-9d44-e6de3012b778 with identifier: 6434642stock to the API
2026-03-25 21:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6434642>
{'auction_title': '',
'c_o_2_emission_value': 53,
'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': '933bf5c2-fe7c-594d-9d44-e6de3012b778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6434642',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '530',
'odometer': 224869,
'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': 5,
'seller_name': None,
'title': 'BMW 530e Plug-In Hybrid M-Sport Shadow Aut. Pano LED LC-Pro Ambient '
'Navi-Pro Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Shadow Aut. Pano LED LC-Pro Ambient '
'Navi-Pro Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:59 [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-25 21:32:59 [ecarstrade.be] INFO: Saving data for 6434642stock: {'created_time': 1774103607.446318, 'last_price_update_time': 1774474379.180219}
2026-03-25 21:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6434642stock') HTTP/1.1" 204 0
2026-03-25 21:32:59 [ecarstrade.be] INFO: Extracting details for car 6706350stock
2026-03-25 21:32:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15083948-bea5-56cf-90d3-1c5125d3642f with identifier: 6706350stock
2026-03-25 21:32:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15083948-bea5-56cf-90d3-1c5125d3642f with scrape type 2
2026-03-25 21:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15083948-bea5-56cf-90d3-1c5125d3642f with scrape type 2
2026-03-25 21:32:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15083948-bea5-56cf-90d3-1c5125d3642f, identifier: 6706350stock
2026-03-25 21:32:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15083948-bea5-56cf-90d3-1c5125d3642f with identifier: 6706350stock
2026-03-25 21:32:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15083948-bea5-56cf-90d3-1c5125d3642f with identifier: 6706350stock
2026-03-25 21:32:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15083948-bea5-56cf-90d3-1c5125d3642f with identifier: 6706350stock to the API
2026-03-25 21:32:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:32: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-25 21:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6706350>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '15083948-bea5-56cf-90d3-1c5125d3642f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6706350',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Clio',
'odometer': 168927,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio 0.9 TCe 90Hp Bass Reflex Navi Klima ...',
'transmission': 'manual',
'trim': '0.9 TCe 90Hp Bass Reflex Navi Klima ...',
'vin': None,
'year': 2018}
2026-03-25 21:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:59 [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-25 21:32:59 [ecarstrade.be] INFO: Saving data for 6706350stock: {'created_time': 1774276647.613002, 'last_price_update_time': 1774474379.610599}
2026-03-25 21:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6706350stock') HTTP/1.1" 204 0
2026-03-25 21:32:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6708816> (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-25 21:32:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719179> (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-25 21:32:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:32:59 [ecarstrade.be] INFO: Extracting details for car 6708816stock
2026-03-25 21:32:59 [ecarstrade.be] INFO: Extracting details for car 6719179stock
2026-03-25 21:32:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-25 21:32:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b394c909-ebe4-5a82-b935-4b8e27f5a480 with scrape type 2
2026-03-25 21:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b394c909-ebe4-5a82-b935-4b8e27f5a480 with scrape type 2
2026-03-25 21:32:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b394c909-ebe4-5a82-b935-4b8e27f5a480, identifier: 6708816stock
2026-03-25 21:32:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-25 21:32:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a44ecb8f-23d2-55ef-b640-e7ed1884837e with scrape type 2
2026-03-25 21:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a44ecb8f-23d2-55ef-b640-e7ed1884837e with scrape type 2
2026-03-25 21:32:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a44ecb8f-23d2-55ef-b640-e7ed1884837e, identifier: 6719179stock
2026-03-25 21:32:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-25 21:32:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-25 21:33:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock to the API
2026-03-25 21:33:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6708816>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b394c909-ebe4-5a82-b935-4b8e27f5a480',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6708816',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 206069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-02',
'seats_number': 7,
'seller_name': None,
'title': 'Renault Espace 1.6 dCi 7PL Pano LED-Xenon Navi KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.6 dCi 7PL Pano LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-25 21:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:00 [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-25 21:33:00 [ecarstrade.be] INFO: Saving data for 6708816stock: {'created_time': 1774276647.208995, 'last_price_update_time': 1774474380.250289}
2026-03-25 21:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6708816stock') HTTP/1.1" 204 0
2026-03-25 21:33:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-25 21:33:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-25 21:33:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock to the API
2026-03-25 21:33:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6719179>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a44ecb8f-23d2-55ef-b640-e7ed1884837e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6719179',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Laguna',
'odometer': 201436,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Laguna 1.5 DCI Pano Navi 1/2 Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 DCI Pano Navi 1/2 Leather Klima PDC ...',
'vin': None,
'year': 2013}
2026-03-25 21:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:00 [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-25 21:33:00 [ecarstrade.be] INFO: Saving data for 6719179stock: {'created_time': 1774276646.260333, 'last_price_update_time': 1774474380.567907}
2026-03-25 21:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719179stock') HTTP/1.1" 204 0
2026-03-25 21:33:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6811286> (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-25 21:33:04 [ecarstrade.be] INFO: Extracting details for car 6811286stock
2026-03-25 21:33:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c461d2c7-df45-5feb-9e72-4c7c3e59df2a with identifier: 6811286stock
2026-03-25 21:33:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c461d2c7-df45-5feb-9e72-4c7c3e59df2a with scrape type 2
2026-03-25 21:33:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c461d2c7-df45-5feb-9e72-4c7c3e59df2a with scrape type 2
2026-03-25 21:33:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c461d2c7-df45-5feb-9e72-4c7c3e59df2a, identifier: 6811286stock
2026-03-25 21:33:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c461d2c7-df45-5feb-9e72-4c7c3e59df2a with identifier: 6811286stock
2026-03-25 21:33:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c461d2c7-df45-5feb-9e72-4c7c3e59df2a with identifier: 6811286stock
2026-03-25 21:33:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c461d2c7-df45-5feb-9e72-4c7c3e59df2a with identifier: 6811286stock to the API
2026-03-25 21:33:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6811286>
{'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': 'c461d2c7-df45-5feb-9e72-4c7c3e59df2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6811286',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 108089,
'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': 7,
'seller_name': None,
'title': 'Citroen Grand C4 Spacetourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'transmission': 'automatic',
'trim': 'Citroen Grand C4 Spacetourer 1.5 BlueHDI 7PL Aut. Virtual Navi '
'Camera Klima PDC …',
'vin': None,
'year': 2022}
2026-03-25 21:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:04 [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-25 21:33:04 [ecarstrade.be] INFO: Saving data for 6811286stock: {'created_time': 1774276644.36253, 'last_price_update_time': 1774474384.682428}
2026-03-25 21:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6811286stock') HTTP/1.1" 204 0
2026-03-25 21:33:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6797160> (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-25 21:33:04 [ecarstrade.be] INFO: Extracting details for car 6797160stock
2026-03-25 21:33:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac72e5e4-97ca-531f-b124-92d74b6dbcba with identifier: 6797160stock
2026-03-25 21:33:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac72e5e4-97ca-531f-b124-92d74b6dbcba with scrape type 2
2026-03-25 21:33:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac72e5e4-97ca-531f-b124-92d74b6dbcba with scrape type 2
2026-03-25 21:33:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac72e5e4-97ca-531f-b124-92d74b6dbcba, identifier: 6797160stock
2026-03-25 21:33:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac72e5e4-97ca-531f-b124-92d74b6dbcba with identifier: 6797160stock
2026-03-25 21:33:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac72e5e4-97ca-531f-b124-92d74b6dbcba with identifier: 6797160stock
2026-03-25 21:33:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac72e5e4-97ca-531f-b124-92d74b6dbcba with identifier: 6797160stock to the API
2026-03-25 21:33:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6797160>
{'auction_title': '',
'c_o_2_emission_value': 199,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ac72e5e4-97ca-531f-b124-92d74b6dbcba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6797160',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Ranger',
'odometer': 186905,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Ranger 2.0 EcoBlue WildTrak Double Cabine Aut. LED-Xenon ACC '
'Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 EcoBlue WildTrak Double Cabine Aut. LED-Xenon ACC Navi Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:05 [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-25 21:33:05 [ecarstrade.be] INFO: Saving data for 6797160stock: {'created_time': 1774042530.365707, 'last_price_update_time': 1774474385.265264}
2026-03-25 21:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6797160stock') HTTP/1.1" 204 0
2026-03-25 21:33:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6828925> (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-25 21:33:05 [ecarstrade.be] INFO: Extracting details for car 6828925stock
2026-03-25 21:33:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f21e07b2-ad0b-5d64-a5de-edbca3a21830 with identifier: 6828925stock
2026-03-25 21:33:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f21e07b2-ad0b-5d64-a5de-edbca3a21830 with scrape type 2
2026-03-25 21:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f21e07b2-ad0b-5d64-a5de-edbca3a21830 with scrape type 2
2026-03-25 21:33:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f21e07b2-ad0b-5d64-a5de-edbca3a21830, identifier: 6828925stock
2026-03-25 21:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f21e07b2-ad0b-5d64-a5de-edbca3a21830 with identifier: 6828925stock
2026-03-25 21:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f21e07b2-ad0b-5d64-a5de-edbca3a21830 with identifier: 6828925stock
2026-03-25 21:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f21e07b2-ad0b-5d64-a5de-edbca3a21830 with identifier: 6828925stock to the API
2026-03-25 21:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6828925>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f21e07b2-ad0b-5d64-a5de-edbca3a21830',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6828925',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 170975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 2.0 TDI LED Virtual ACC Navi KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': '2.0 TDI LED Virtual ACC Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:06 [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-25 21:33:06 [ecarstrade.be] INFO: Saving data for 6828925stock: {'created_time': 1774276646.852804, 'last_price_update_time': 1774474386.305215}
2026-03-25 21:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6828925stock') HTTP/1.1" 204 0
2026-03-25 21:33:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6816472> (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-25 21:33:06 [ecarstrade.be] INFO: Extracting details for car 6816472stock
2026-03-25 21:33:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddf27591-9658-5484-b4ee-b79c63cff0dc with identifier: 6816472stock
2026-03-25 21:33:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddf27591-9658-5484-b4ee-b79c63cff0dc with scrape type 2
2026-03-25 21:33:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddf27591-9658-5484-b4ee-b79c63cff0dc with scrape type 2
2026-03-25 21:33:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ddf27591-9658-5484-b4ee-b79c63cff0dc, identifier: 6816472stock
2026-03-25 21:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ddf27591-9658-5484-b4ee-b79c63cff0dc with identifier: 6816472stock
2026-03-25 21:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ddf27591-9658-5484-b4ee-b79c63cff0dc with identifier: 6816472stock
2026-03-25 21:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ddf27591-9658-5484-b4ee-b79c63cff0dc with identifier: 6816472stock to the API
2026-03-25 21:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6816472>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ddf27591-9658-5484-b4ee-b79c63cff0dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6816472',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 170926,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Evoque 2.0 TD4 Pure AWD Aut. Pano LED-Xenon '
'Leather Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TD4 Pure AWD Aut. Pano LED-Xenon Leather Navi KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-25 21:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:06 [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-25 21:33:06 [ecarstrade.be] INFO: Saving data for 6816472stock: {'created_time': 1774276645.347056, 'last_price_update_time': 1774474386.823657}
2026-03-25 21:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6816472stock') HTTP/1.1" 204 0
2026-03-25 21:33:06 [scrapy.extensions.logstats] INFO: Crawled 82 pages (at 53 pages/min), scraped 65 items (at 49 items/min)
2026-03-25 21:33:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 290MiB
2026-03-25 21:33:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6884277> (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-25 21:33:07 [ecarstrade.be] INFO: Extracting details for car 6884277stock
2026-03-25 21:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f43b25fd-7dd5-59cc-8189-9f660f40d2b4 with identifier: 6884277stock
2026-03-25 21:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f43b25fd-7dd5-59cc-8189-9f660f40d2b4 with scrape type 2
2026-03-25 21:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f43b25fd-7dd5-59cc-8189-9f660f40d2b4 with scrape type 2
2026-03-25 21:33:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f43b25fd-7dd5-59cc-8189-9f660f40d2b4, identifier: 6884277stock
2026-03-25 21:33:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f43b25fd-7dd5-59cc-8189-9f660f40d2b4 with identifier: 6884277stock
2026-03-25 21:33:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f43b25fd-7dd5-59cc-8189-9f660f40d2b4 with identifier: 6884277stock
2026-03-25 21:33:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f43b25fd-7dd5-59cc-8189-9f660f40d2b4 with identifier: 6884277stock to the API
2026-03-25 21:33:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6884277>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'f43b25fd-7dd5-59cc-8189-9f660f40d2b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6884277',
'listing': 'auction',
'location': 'Belgium - "Eupen"',
'make': 'Kia',
'model': 'Stonic',
'odometer': 166000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Stonic 1.0 T-GDI Sense Navi KeylessGo Leather Camera Klima PDC '
'...',
'transmission': 'manual',
'trim': 'KIA 1.0 T-GDI Sense Navi KeylessGo Leather Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-25 21:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:07 [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-25 21:33:07 [ecarstrade.be] INFO: Saving data for 6884277stock: {'created_time': 1774276654.96145, 'last_price_update_time': 1774474387.886563}
2026-03-25 21:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6884277stock') HTTP/1.1" 204 0
2026-03-25 21:33:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886825> (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-25 21:33:08 [ecarstrade.be] INFO: Extracting details for car 6886825stock
2026-03-25 21:33:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec73c3f8-6796-5d12-9e9e-715a99cd801f with identifier: 6886825stock
2026-03-25 21:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec73c3f8-6796-5d12-9e9e-715a99cd801f with scrape type 2
2026-03-25 21:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec73c3f8-6796-5d12-9e9e-715a99cd801f with scrape type 2
2026-03-25 21:33:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec73c3f8-6796-5d12-9e9e-715a99cd801f, identifier: 6886825stock
2026-03-25 21:33:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec73c3f8-6796-5d12-9e9e-715a99cd801f with identifier: 6886825stock
2026-03-25 21:33:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec73c3f8-6796-5d12-9e9e-715a99cd801f with identifier: 6886825stock
2026-03-25 21:33:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec73c3f8-6796-5d12-9e9e-715a99cd801f with identifier: 6886825stock to the API
2026-03-25 21:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6886825>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ec73c3f8-6796-5d12-9e9e-715a99cd801f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6886825',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 166404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Kodiaq 2.0 CRTDI Ambition Aut. LED Virtual Canton Navi '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 CRTDI Ambition Aut. LED Virtual Canton Navi KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:09 [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-25 21:33:09 [ecarstrade.be] INFO: Saving data for 6886825stock: {'created_time': 1774276667.582022, 'last_price_update_time': 1774474389.3253}
2026-03-25 21:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886825stock') HTTP/1.1" 204 0
2026-03-25 21:33:31 [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-25 21:33:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6906584stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276906584stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6906584stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6906853stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276906853stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6906853stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6906917stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276906917stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6906917stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6912515stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276912515stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6912515stock: 2
2026-03-25 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-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6915596stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276915596stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6915596stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6916489stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276916489stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6916489stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6919009stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276919009stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6919009stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6921709stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276921709stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6921709stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6928196stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276928196stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6928196stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6929239stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276929239stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6929239stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6929377stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276929377stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6929377stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6929379stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276929379stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6929379stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6933323stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933323stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6933323stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6933343stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933343stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6933343stock: 0
2026-03-25 21:33:31 [ecarstrade.be] INFO: Found listing with ID: 6933344stock
2026-03-25 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933344stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:31 [ecarstrade.be] INFO: Scrape type for 6933344stock: 0
2026-03-25 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6933640stock
2026-03-25 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933640stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:32 [ecarstrade.be] INFO: Scrape type for 6933640stock: 0
2026-03-25 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6933657stock
2026-03-25 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933657stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:32 [ecarstrade.be] INFO: Scrape type for 6933657stock: 2
2026-03-25 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-25 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6933658stock
2026-03-25 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933658stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:32 [ecarstrade.be] INFO: Scrape type for 6933658stock: 0
2026-03-25 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6933662stock
2026-03-25 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933662stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:32 [ecarstrade.be] INFO: Scrape type for 6933662stock: 0
2026-03-25 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6934437stock
2026-03-25 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276934437stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:32 [ecarstrade.be] INFO: Scrape type for 6934437stock: 0
2026-03-25 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-25 21:33:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6769393> (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-25 21:33:33 [ecarstrade.be] INFO: Extracting details for car 6769393stock
2026-03-25 21:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-25 21:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with scrape type 2
2026-03-25 21:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with scrape type 2
2026-03-25 21:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f, identifier: 6769393stock
2026-03-25 21:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-25 21:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-25 21:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock to the API
2026-03-25 21:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6769393>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6826b4d5-2634-5aab-927d-e2df2d8d6e6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6769393',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 134448,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 300e Plug-In Hybrid Aut. LED-MultiBeam Navi-Pro 1/2 '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-MultiBeam Navi-Pro 1/2 Sport-Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276769393stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:33 [ecarstrade.be] INFO: Saving data for 6769393stock: {'created_time': 1772611615.576457, 'last_price_update_time': 1774474413.903379}
2026-03-25 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6769393stock') HTTP/1.1" 204 0
2026-03-25 21:33:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6912515> (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-25 21:33:38 [ecarstrade.be] INFO: Extracting details for car 6912515stock
2026-03-25 21:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30dadd7f-b638-5a5f-8aae-a824f7be8ba2 with identifier: 6912515stock
2026-03-25 21:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30dadd7f-b638-5a5f-8aae-a824f7be8ba2 with scrape type 2
2026-03-25 21:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30dadd7f-b638-5a5f-8aae-a824f7be8ba2 with scrape type 2
2026-03-25 21:33:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30dadd7f-b638-5a5f-8aae-a824f7be8ba2, identifier: 6912515stock
2026-03-25 21:33:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30dadd7f-b638-5a5f-8aae-a824f7be8ba2 with identifier: 6912515stock
2026-03-25 21:33:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30dadd7f-b638-5a5f-8aae-a824f7be8ba2 with identifier: 6912515stock
2026-03-25 21:33:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30dadd7f-b638-5a5f-8aae-a824f7be8ba2 with identifier: 6912515stock to the API
2026-03-25 21:33:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:33: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-25 21:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6912515>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '30dadd7f-b638-5a5f-8aae-a824f7be8ba2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6912515',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X3',
'odometer': 167740,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw X3 2.0i xDrive30e M-Sport Aut. LED-Xenon ACC Sport-Leather '
'LC-Pro KeylessGo Navi-Pro Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Bmw 2.0i xDrive30e M-Sport Aut. LED-Xenon ACC Sport-Leather LC-Pro '
'KeylessGo Navi-Pro Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276912515stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:39 [ecarstrade.be] INFO: Saving data for 6912515stock: {'created_time': 1774276659.067194, 'last_price_update_time': 1774474419.02679}
2026-03-25 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6912515stock') HTTP/1.1" 204 0
2026-03-25 21:33:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933657> (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-25 21:33:39 [ecarstrade.be] INFO: Extracting details for car 6933657stock
2026-03-25 21:33:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 873946bb-8bd6-52aa-a978-7820584092bf with identifier: 6933657stock
2026-03-25 21:33:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 873946bb-8bd6-52aa-a978-7820584092bf with scrape type 2
2026-03-25 21:33:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 873946bb-8bd6-52aa-a978-7820584092bf with scrape type 2
2026-03-25 21:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 873946bb-8bd6-52aa-a978-7820584092bf, identifier: 6933657stock
2026-03-25 21:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 873946bb-8bd6-52aa-a978-7820584092bf with identifier: 6933657stock
2026-03-25 21:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 873946bb-8bd6-52aa-a978-7820584092bf with identifier: 6933657stock
2026-03-25 21:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 873946bb-8bd6-52aa-a978-7820584092bf with identifier: 6933657stock to the API
2026-03-25 21:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933657>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '873946bb-8bd6-52aa-a978-7820584092bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933657',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 127069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-09',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert 1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi '
'Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933657stock%27 HTTP/1.1" 200 None
2026-03-25 21:33:39 [ecarstrade.be] INFO: Saving data for 6933657stock: {'created_time': 1773672105.576769, 'last_price_update_time': 1774474419.557878}
2026-03-25 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933657stock') HTTP/1.1" 204 0
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6934462stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6934462stock: 0
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6934463stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6934463stock: 0
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6935000stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6935000stock: 0
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6938498stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6938498stock: 2
2026-03-25 21:34:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6938520stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6938520stock: 2
2026-03-25 21:34:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6938580stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6938580stock: 2
2026-03-25 21:34:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6938597stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6938597stock: 2
2026-03-25 21:34:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6938612stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6938612stock: 2
2026-03-25 21:34:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6938631stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938631stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6938631stock: 2
2026-03-25 21:34:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6939443stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6939443stock: 2
2026-03-25 21:34:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6939506stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939506stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6939506stock: 2
2026-03-25 21:34:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6939659stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6939659stock: 2
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6939660stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6939660stock: 2
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6939662stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6939662stock: 2
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6939689stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6939689stock: 2
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6940180stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6940180stock: 2
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6940842stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6940842stock: 0
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6941160stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6941160stock: 0
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6942252stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6942252stock: 2
2026-03-25 21:34:06 [scrapy.extensions.logstats] INFO: Crawled 89 pages (at 7 pages/min), scraped 70 items (at 5 items/min)
2026-03-25 21:34:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 290MiB
2026-03-25 21:34:06 [ecarstrade.be] INFO: Found listing with ID: 6942267stock
2026-03-25 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:06 [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-25 21:34:06 [ecarstrade.be] INFO: Scrape type for 6942267stock: 0
2026-03-25 21:34:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938498> (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-25 21:34:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:12 [ecarstrade.be] INFO: Extracting details for car 6938498stock
2026-03-25 21:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with identifier: 6938498stock
2026-03-25 21:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with scrape type 2
2026-03-25 21:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with scrape type 2
2026-03-25 21:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7, identifier: 6938498stock
2026-03-25 21:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with identifier: 6938498stock
2026-03-25 21:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with identifier: 6938498stock
2026-03-25 21:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 972c8fc7-03ac-5f45-82f6-2e45b117a8a7 with identifier: 6938498stock to the API
2026-03-25 21:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938498>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '972c8fc7-03ac-5f45-82f6-2e45b117a8a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938498',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '308',
'odometer': 85570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.5 BlueHDi I-Cockpit Navi Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi I-Cockpit Navi Leather Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:14 [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-25 21:34:14 [ecarstrade.be] INFO: Saving data for 6938498stock: {'created_time': 1773758233.141848, 'last_price_update_time': 1774474454.08606}
2026-03-25 21:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938498stock') HTTP/1.1" 204 0
2026-03-25 21:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938520> (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-25 21:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938631> (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-25 21:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938612> (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-25 21:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938597> (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-25 21:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938580> (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-25 21:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939443> (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-25 21:34:14 [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-25 21:34:14 [ecarstrade.be] INFO: Extracting details for car 6938520stock
2026-03-25 21:34:14 [ecarstrade.be] INFO: Extracting details for car 6938631stock
2026-03-25 21:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:14 [ecarstrade.be] INFO: Extracting details for car 6938612stock
2026-03-25 21:34:14 [ecarstrade.be] INFO: Extracting details for car 6938597stock
2026-03-25 21:34:14 [ecarstrade.be] INFO: Extracting details for car 6938580stock
2026-03-25 21:34:14 [ecarstrade.be] INFO: Extracting details for car 6939443stock
2026-03-25 21:34:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4298dff5-203a-56bf-bbc9-f7b256c2070a with identifier: 6938520stock
2026-03-25 21:34:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4298dff5-203a-56bf-bbc9-f7b256c2070a with scrape type 2
2026-03-25 21:34:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4298dff5-203a-56bf-bbc9-f7b256c2070a with scrape type 2
2026-03-25 21:34:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4298dff5-203a-56bf-bbc9-f7b256c2070a, identifier: 6938520stock
2026-03-25 21:34:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b957f8b-ab95-5f32-a783-8d86e418a9ac with identifier: 6938631stock
2026-03-25 21:34:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b957f8b-ab95-5f32-a783-8d86e418a9ac with scrape type 2
2026-03-25 21:34:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b957f8b-ab95-5f32-a783-8d86e418a9ac with scrape type 2
2026-03-25 21:34:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b957f8b-ab95-5f32-a783-8d86e418a9ac, identifier: 6938631stock
2026-03-25 21:34:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4298dff5-203a-56bf-bbc9-f7b256c2070a with identifier: 6938520stock
2026-03-25 21:34:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4298dff5-203a-56bf-bbc9-f7b256c2070a with identifier: 6938520stock
2026-03-25 21:34:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4298dff5-203a-56bf-bbc9-f7b256c2070a with identifier: 6938520stock to the API
2026-03-25 21:34:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938520>
{'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': '4298dff5-203a-56bf-bbc9-f7b256c2070a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938520',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 156435,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d LED-Xenon LC-Pro Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon LC-Pro Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:15 [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-25 21:34:15 [ecarstrade.be] INFO: Saving data for 6938520stock: {'created_time': 1773672155.48744, 'last_price_update_time': 1774474455.024891}
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938520stock') HTTP/1.1" 204 0
2026-03-25 21:34:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b957f8b-ab95-5f32-a783-8d86e418a9ac with identifier: 6938631stock
2026-03-25 21:34:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b957f8b-ab95-5f32-a783-8d86e418a9ac with identifier: 6938631stock
2026-03-25 21:34:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b957f8b-ab95-5f32-a783-8d86e418a9ac with identifier: 6938631stock to the API
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938631>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6b957f8b-ab95-5f32-a783-8d86e418a9ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938631',
'listing': 'auction',
'location': 'France - "Parc GCA LOG WALON SAINT SAULV"',
'make': 'Citroen',
'model': 'C4',
'odometer': 28521,
'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': 'Citroen C4 1.2 PureTech Plus MHEV Aut. LED Virtual Navi Camera '
'Klima PDC …',
'transmission': 'automatic',
'trim': '1.2 PureTech Plus MHEV Aut. LED Virtual Navi Camera Klima PDC …',
'vin': None,
'year': 2025}
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938631stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:15 [ecarstrade.be] INFO: Saving data for 6938631stock: {'created_time': 1774276690.103521, 'last_price_update_time': 1774474455.33863}
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938631stock') HTTP/1.1" 204 0
2026-03-25 21:34:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e24e732-17ca-53de-b7c1-e4348e487733 with identifier: 6938612stock
2026-03-25 21:34:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e24e732-17ca-53de-b7c1-e4348e487733 with scrape type 2
2026-03-25 21:34:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e24e732-17ca-53de-b7c1-e4348e487733 with scrape type 2
2026-03-25 21:34:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e24e732-17ca-53de-b7c1-e4348e487733, identifier: 6938612stock
2026-03-25 21:34:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-25 21:34:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76bb504f-f679-5977-9184-a9497eb9cd11 with scrape type 2
2026-03-25 21:34:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76bb504f-f679-5977-9184-a9497eb9cd11 with scrape type 2
2026-03-25 21:34:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76bb504f-f679-5977-9184-a9497eb9cd11, identifier: 6938597stock
2026-03-25 21:34:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b09fd29-3fb8-5de5-8862-27e186ba59dc with identifier: 6938580stock
2026-03-25 21:34:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b09fd29-3fb8-5de5-8862-27e186ba59dc with scrape type 2
2026-03-25 21:34:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b09fd29-3fb8-5de5-8862-27e186ba59dc with scrape type 2
2026-03-25 21:34:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b09fd29-3fb8-5de5-8862-27e186ba59dc, identifier: 6938580stock
2026-03-25 21:34:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-25 21:34:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b3de09-20a0-502d-b771-0e90fd83e361 with scrape type 2
2026-03-25 21:34:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b3de09-20a0-502d-b771-0e90fd83e361 with scrape type 2
2026-03-25 21:34:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96b3de09-20a0-502d-b771-0e90fd83e361, identifier: 6939443stock
2026-03-25 21:34:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:34:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e24e732-17ca-53de-b7c1-e4348e487733 with identifier: 6938612stock
2026-03-25 21:34:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e24e732-17ca-53de-b7c1-e4348e487733 with identifier: 6938612stock
2026-03-25 21:34:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e24e732-17ca-53de-b7c1-e4348e487733 with identifier: 6938612stock to the API
2026-03-25 21:34:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938612>
{'auction_title': '',
'c_o_2_emission_value': 45,
'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': '8e24e732-17ca-53de-b7c1-e4348e487733',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938612',
'listing': 'auction',
'location': 'France',
'make': 'BMW',
'model': 'X3',
'odometer': 137592,
'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 X3 Facelift 2.0 xDrive30e Plug-In Hybrid Design Aut. Pano '
'LED-Xenon Head-Up Navi-Pro Sport-Leather KeylessGo Camera Klima PDC '
'...',
'transmission': 'automatic',
'trim': 'Facelift 2.0 xDrive30e Plug-In Hybrid Design Aut. Pano LED-Xenon '
'Head-Up Navi-Pro Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276938612stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:16 [ecarstrade.be] INFO: Saving data for 6938612stock: {'created_time': 1773758236.576009, 'last_price_update_time': 1774474456.061915}
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938612stock') HTTP/1.1" 204 0
2026-03-25 21:34:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-25 21:34:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-25 21:34:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock to the API
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938597>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '76bb504f-f679-5977-9184-a9497eb9cd11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938597',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '508',
'odometer': 149469,
'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': 'Peugeot 508 1.6 Plug-In Hybrid Allure Aut. LED-Xenon I-Cockpit Navi '
'1/2 Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 Plug-In Hybrid Allure Aut. LED-Xenon I-Cockpit Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276938597stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:16 [ecarstrade.be] INFO: Saving data for 6938597stock: {'created_time': 1773452116.277025, 'last_price_update_time': 1774474456.380546}
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938597stock') HTTP/1.1" 204 0
2026-03-25 21:34:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b09fd29-3fb8-5de5-8862-27e186ba59dc with identifier: 6938580stock
2026-03-25 21:34:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b09fd29-3fb8-5de5-8862-27e186ba59dc with identifier: 6938580stock
2026-03-25 21:34:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b09fd29-3fb8-5de5-8862-27e186ba59dc with identifier: 6938580stock to the API
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938580>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6b09fd29-3fb8-5de5-8862-27e186ba59dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938580',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'BMW',
'model': '118',
'odometer': 105379,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 118d M-Sport Aut. LED-Xenon LC-Pro Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd M-Sport Aut. LED-Xenon LC-Pro Navi 1/2 Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276938580stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:16 [ecarstrade.be] INFO: Saving data for 6938580stock: {'created_time': 1773758235.036761, 'last_price_update_time': 1774474456.687389}
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938580stock') HTTP/1.1" 204 0
2026-03-25 21:34:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-25 21:34:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-25 21:34:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock to the API
2026-03-25 21:34:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939443>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '96b3de09-20a0-502d-b771-0e90fd83e361',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939443',
'listing': 'auction',
'location': 'France',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 165056,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLA 250e Plug-In Hybrid AMG Night Aut. LED-Xenon '
'Widescreen Burmester Ambient Navi 1/2 Sport-Leather-Alcantara '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid AMG Night Aut. LED-Xenon Widescreen Burmester '
'Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276939443stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Saving data for 6939443stock: {'created_time': 1773758235.661321, 'last_price_update_time': 1774474457.018135}
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939443stock') HTTP/1.1" 204 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6945449stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276945449stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6945449stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6945574stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276945574stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6945574stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6945582stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276945582stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6945582stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6945629stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276945629stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6945629stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6946051stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276946051stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6946051stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6947046stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276947046stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6947046stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6947972stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276947972stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6947972stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6947973stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276947973stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6947973stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6948423stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276948423stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6948423stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6948679stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276948679stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6948679stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6948764stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276948764stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6948764stock: 2
2026-03-25 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-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6949801stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276949801stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6949801stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6953550stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276953550stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6953550stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6953591stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276953591stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6953591stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6953602stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276953602stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6953602stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6957434stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957434stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6957434stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6957436stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957436stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6957436stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6957438stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957438stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6957438stock: 0
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6957970stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957970stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6957970stock: 2
2026-03-25 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6957987stock
2026-03-25 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957987stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:17 [ecarstrade.be] INFO: Scrape type for 6957987stock: 2
2026-03-25 21:34:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939660> (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-25 21:34:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:21 [ecarstrade.be] INFO: Extracting details for car 6939660stock
2026-03-25 21:34:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with identifier: 6939660stock
2026-03-25 21:34:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with scrape type 2
2026-03-25 21:34:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with scrape type 2
2026-03-25 21:34:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d0bc74d-ea3e-527c-a9bf-9676674447c8, identifier: 6939660stock
2026-03-25 21:34:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with identifier: 6939660stock
2026-03-25 21:34:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with identifier: 6939660stock
2026-03-25 21:34:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d0bc74d-ea3e-527c-a9bf-9676674447c8 with identifier: 6939660stock to the API
2026-03-25 21:34:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939660>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9d0bc74d-ea3e-527c-a9bf-9676674447c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939660',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 124675,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert 1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi '
'Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:22 [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-25 21:34:22 [ecarstrade.be] INFO: Saving data for 6939660stock: {'created_time': 1773672109.643987, 'last_price_update_time': 1774474462.238377}
2026-03-25 21:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939660stock') HTTP/1.1" 204 0
2026-03-25 21:34:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939659> (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-25 21:34:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:22 [ecarstrade.be] INFO: Extracting details for car 6939659stock
2026-03-25 21:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-25 21:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 746b36a3-6caa-5afd-b857-a138d61664f4 with scrape type 2
2026-03-25 21:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 746b36a3-6caa-5afd-b857-a138d61664f4 with scrape type 2
2026-03-25 21:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 746b36a3-6caa-5afd-b857-a138d61664f4, identifier: 6939659stock
2026-03-25 21:34:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-25 21:34:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-25 21:34:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock to the API
2026-03-25 21:34:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939659>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '746b36a3-6caa-5afd-b857-a138d61664f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939659',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 112841,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-26',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot Rifter 1.5 BlueHDI GT-Line 2 Slide Doors 7PL Aut. Navi '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDI GT-Line 2 Slide Doors 7PL Aut. Navi KeylessGo Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-25 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:24 [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-25 21:34:24 [ecarstrade.be] INFO: Saving data for 6939659stock: {'created_time': 1773672162.647913, 'last_price_update_time': 1774474464.191563}
2026-03-25 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939659stock') HTTP/1.1" 204 0
2026-03-25 21:34:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940180> (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-25 21:34:24 [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-25 21:34:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939689> (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-25 21:34:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939662> (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-25 21:34:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:24 [ecarstrade.be] INFO: Extracting details for car 6940180stock
2026-03-25 21:34:24 [ecarstrade.be] INFO: Extracting details for car 6939689stock
2026-03-25 21:34:24 [ecarstrade.be] INFO: Extracting details for car 6939662stock
2026-03-25 21:34:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0a24003-b68d-5c90-8a11-870315605f8c with identifier: 6940180stock
2026-03-25 21:34:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0a24003-b68d-5c90-8a11-870315605f8c with scrape type 2
2026-03-25 21:34:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0a24003-b68d-5c90-8a11-870315605f8c with scrape type 2
2026-03-25 21:34:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0a24003-b68d-5c90-8a11-870315605f8c, identifier: 6940180stock
2026-03-25 21:34:24 [ecarstrade.be] INFO: Found 5 car items
2026-03-25 21:34:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-25 21:34:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f569c3fd-a4a1-53cd-8002-7f7a6364844c with scrape type 2
2026-03-25 21:34:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f569c3fd-a4a1-53cd-8002-7f7a6364844c with scrape type 2
2026-03-25 21:34:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f569c3fd-a4a1-53cd-8002-7f7a6364844c, identifier: 6939689stock
2026-03-25 21:34:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a687e79d-2b5b-5ed2-b6aa-7deb2209434f with identifier: 6939662stock
2026-03-25 21:34:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a687e79d-2b5b-5ed2-b6aa-7deb2209434f with scrape type 2
2026-03-25 21:34:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a687e79d-2b5b-5ed2-b6aa-7deb2209434f with scrape type 2
2026-03-25 21:34:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a687e79d-2b5b-5ed2-b6aa-7deb2209434f, identifier: 6939662stock
2026-03-25 21:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0a24003-b68d-5c90-8a11-870315605f8c with identifier: 6940180stock
2026-03-25 21:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0a24003-b68d-5c90-8a11-870315605f8c with identifier: 6940180stock
2026-03-25 21:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0a24003-b68d-5c90-8a11-870315605f8c with identifier: 6940180stock to the API
2026-03-25 21:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940180>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd0a24003-b68d-5c90-8a11-870315605f8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940180',
'listing': 'auction',
'location': 'France - "Castelnau-dEstrétefonds"',
'make': 'Peugeot',
'model': '308',
'odometer': 194282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.5 BlueHDi Allure Aut. I-Cockpit Navi 1/2 Leather '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDi Allure Aut. I-Cockpit Navi 1/2 Leather Camera Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-25 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:24 [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-25 21:34:24 [ecarstrade.be] INFO: Saving data for 6940180stock: {'created_time': 1773672104.886184, 'last_price_update_time': 1774474464.956383}
2026-03-25 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940180stock') HTTP/1.1" 204 0
2026-03-25 21:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-25 21:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-25 21:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock to the API
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939689>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'f569c3fd-a4a1-53cd-8002-7f7a6364844c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939689',
'listing': 'auction',
'location': 'France',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 110129,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Kona 1.0 T-GDI Creative Head-Up Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima ...',
'transmission': 'manual',
'trim': '1.0 T-GDI Creative Head-Up Navi 1/2 Sport-Leather KeylessGo Camera '
'Klima ...',
'vin': None,
'year': 2020}
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [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-25 21:34:25 [ecarstrade.be] INFO: Saving data for 6939689stock: {'created_time': 1773672105.257895, 'last_price_update_time': 1774474465.253238}
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939689stock') HTTP/1.1" 204 0
2026-03-25 21:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a687e79d-2b5b-5ed2-b6aa-7deb2209434f with identifier: 6939662stock
2026-03-25 21:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a687e79d-2b5b-5ed2-b6aa-7deb2209434f with identifier: 6939662stock
2026-03-25 21:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a687e79d-2b5b-5ed2-b6aa-7deb2209434f with identifier: 6939662stock to the API
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939662>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a687e79d-2b5b-5ed2-b6aa-7deb2209434f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939662',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 152203,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-02',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert 1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi '
'Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi 120Hp L2 Premuim 2 Slide Doors Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [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-25 21:34:25 [ecarstrade.be] INFO: Saving data for 6939662stock: {'created_time': 1773672104.183748, 'last_price_update_time': 1774474465.557505}
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939662stock') HTTP/1.1" 204 0
2026-03-25 21:34:25 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [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-25 21:34:25 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 21:34:25 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [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-25 21:34:25 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 21:34:25 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [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-25 21:34:25 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 21:34:25 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [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-25 21:34:25 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 21:34:25 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:25 [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-25 21:34:25 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 21:34:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6942252> (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-25 21:34:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:34:25 [ecarstrade.be] INFO: Extracting details for car 6942252stock
2026-03-25 21:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8299783-f42a-5da8-b23e-e51574712090 with identifier: 6942252stock
2026-03-25 21:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8299783-f42a-5da8-b23e-e51574712090 with scrape type 2
2026-03-25 21:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8299783-f42a-5da8-b23e-e51574712090 with scrape type 2
2026-03-25 21:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8299783-f42a-5da8-b23e-e51574712090, identifier: 6942252stock
2026-03-25 21:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8299783-f42a-5da8-b23e-e51574712090 with identifier: 6942252stock
2026-03-25 21:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8299783-f42a-5da8-b23e-e51574712090 with identifier: 6942252stock
2026-03-25 21:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8299783-f42a-5da8-b23e-e51574712090 with identifier: 6942252stock to the API
2026-03-25 21:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6942252>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e8299783-f42a-5da8-b23e-e51574712090',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6942252',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 79797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech LED Navi Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech LED Navi Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:26 [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-25 21:34:26 [ecarstrade.be] INFO: Saving data for 6942252stock: {'created_time': 1773672186.805868, 'last_price_update_time': 1774474466.164812}
2026-03-25 21:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6942252stock') HTTP/1.1" 204 0
2026-03-25 21:34:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948764> (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-25 21:34:29 [ecarstrade.be] INFO: Extracting details for car 6948764stock
2026-03-25 21:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with identifier: 6948764stock
2026-03-25 21:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with scrape type 2
2026-03-25 21:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with scrape type 2
2026-03-25 21:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14bdaf3b-de0d-5dae-a649-601a64adb5d3, identifier: 6948764stock
2026-03-25 21:34:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with identifier: 6948764stock
2026-03-25 21:34:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with identifier: 6948764stock
2026-03-25 21:34:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14bdaf3b-de0d-5dae-a649-601a64adb5d3 with identifier: 6948764stock to the API
2026-03-25 21:34:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6948764>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '14bdaf3b-de0d-5dae-a649-601a64adb5d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6948764',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 176438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.0 TSI Aut. LED Virtual ACC Navi KeylessGo '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'Combi 1.0 TSI Aut. LED Virtual ACC Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:30 [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-25 21:34:30 [ecarstrade.be] INFO: Saving data for 6948764stock: {'created_time': 1773672155.916034, 'last_price_update_time': 1774474470.124362}
2026-03-25 21:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948764stock') HTTP/1.1" 204 0
2026-03-25 21:34:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957987> (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-25 21:34:31 [ecarstrade.be] INFO: Extracting details for car 6957987stock
2026-03-25 21:34:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83f2ebd-be9f-5090-8d3a-9c8892584df5 with identifier: 6957987stock
2026-03-25 21:34:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83f2ebd-be9f-5090-8d3a-9c8892584df5 with scrape type 2
2026-03-25 21:34:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c83f2ebd-be9f-5090-8d3a-9c8892584df5 with scrape type 2
2026-03-25 21:34:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c83f2ebd-be9f-5090-8d3a-9c8892584df5, identifier: 6957987stock
2026-03-25 21:34:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c83f2ebd-be9f-5090-8d3a-9c8892584df5 with identifier: 6957987stock
2026-03-25 21:34:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c83f2ebd-be9f-5090-8d3a-9c8892584df5 with identifier: 6957987stock
2026-03-25 21:34:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c83f2ebd-be9f-5090-8d3a-9c8892584df5 with identifier: 6957987stock to the API
2026-03-25 21:34:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957987>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c83f2ebd-be9f-5090-8d3a-9c8892584df5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957987',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 89135,
'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 sDrive16d Navi-Pro Leather KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d Navi-Pro Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:32 [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-25 21:34:32 [ecarstrade.be] INFO: Saving data for 6957987stock: {'created_time': 1774276700.378658, 'last_price_update_time': 1774474472.334995}
2026-03-25 21:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957987stock') HTTP/1.1" 204 0
2026-03-25 21:34:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939506> (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-25 21:34:48 [ecarstrade.be] INFO: Extracting details for car 6939506stock
2026-03-25 21:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32e5f3e5-721a-50e8-ae73-5d5051b416d2 with identifier: 6939506stock
2026-03-25 21:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32e5f3e5-721a-50e8-ae73-5d5051b416d2 with scrape type 2
2026-03-25 21:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32e5f3e5-721a-50e8-ae73-5d5051b416d2 with scrape type 2
2026-03-25 21:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32e5f3e5-721a-50e8-ae73-5d5051b416d2, identifier: 6939506stock
2026-03-25 21:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32e5f3e5-721a-50e8-ae73-5d5051b416d2 with identifier: 6939506stock
2026-03-25 21:34:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32e5f3e5-721a-50e8-ae73-5d5051b416d2 with identifier: 6939506stock
2026-03-25 21:34:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32e5f3e5-721a-50e8-ae73-5d5051b416d2 with identifier: 6939506stock to the API
2026-03-25 21:34:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939506>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Hybrid (diesel / electric)',
'id': '32e5f3e5-721a-50e8-ae73-5d5051b416d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939506',
'listing': 'auction',
'location': 'France',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 63182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-05',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLE 350de Coupe Plug-In Hybrid AMG Night Aut. Pano '
'LED-Multibeam Head-Up Widescreen Distronic Burmester Ambient Navi '
'Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'de Coupe Plug-In Hybrid AMG Night Aut. Pano LED-Multibeam Head-Up '
'Widescreen Distronic Burmester Ambient Navi Sport-Leather KeylessGo '
'Camera 360 Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276939506stock%27 HTTP/1.1" 200 None
2026-03-25 21:34:48 [ecarstrade.be] INFO: Saving data for 6939506stock: {'created_time': 1773758237.195263, 'last_price_update_time': 1774474488.888343}
2026-03-25 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939506stock') HTTP/1.1" 204 0
2026-03-25 21:34:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957970> (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-25 21:34:49 [ecarstrade.be] INFO: Extracting details for car 6957970stock
2026-03-25 21:34:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fe79428-5228-52b4-b081-2a8b0f1979e5 with identifier: 6957970stock
2026-03-25 21:34:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fe79428-5228-52b4-b081-2a8b0f1979e5 with scrape type 2
2026-03-25 21:34:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fe79428-5228-52b4-b081-2a8b0f1979e5 with scrape type 2
2026-03-25 21:34:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8fe79428-5228-52b4-b081-2a8b0f1979e5, identifier: 6957970stock
2026-03-25 21:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8fe79428-5228-52b4-b081-2a8b0f1979e5 with identifier: 6957970stock
2026-03-25 21:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8fe79428-5228-52b4-b081-2a8b0f1979e5 with identifier: 6957970stock
2026-03-25 21:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8fe79428-5228-52b4-b081-2a8b0f1979e5 with identifier: 6957970stock to the API
2026-03-25 21:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:34: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-25 21:34:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957970>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '8fe79428-5228-52b4-b081-2a8b0f1979e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957970',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '2008',
'odometer': 112261,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech 130Hp Allure LED I-Cockpit Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech 130Hp Allure LED I-Cockpit Navi 1/2 Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:49 [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-25 21:34:49 [ecarstrade.be] INFO: Saving data for 6957970stock: {'created_time': 1774276707.12326, 'last_price_update_time': 1774474489.544465}
2026-03-25 21:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957970stock') HTTP/1.1" 204 0
2026-03-25 21:35:06 [scrapy.extensions.logstats] INFO: Crawled 108 pages (at 19 pages/min), scraped 87 items (at 17 items/min)
2026-03-25 21:35:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-25 21:35:30 [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-25 21:35:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6962711stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6962711stock: 2
2026-03-25 21:35:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6962713stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6962713stock: 2
2026-03-25 21:35:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6962714stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6962714stock: 2
2026-03-25 21:35:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6962716stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6962716stock: 2
2026-03-25 21:35:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6962808stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962808stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6962808stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6962855stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962855stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6962855stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6962934stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6962934stock: 2
2026-03-25 21:35:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6962942stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6962942stock: 2
2026-03-25 21:35:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6963005stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6963005stock: 2
2026-03-25 21:35:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6963006stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6963006stock: 2
2026-03-25 21:35:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6963075stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6963075stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6963092stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6963092stock: 2
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6963160stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6963160stock: 2
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6963175stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6963175stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6963226stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6963226stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6964823stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6964823stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6964893stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6964893stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6964895stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6964895stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6964902stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6964902stock: 0
2026-03-25 21:35:31 [ecarstrade.be] INFO: Found listing with ID: 6964903stock
2026-03-25 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:31 [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-25 21:35:31 [ecarstrade.be] INFO: Scrape type for 6964903stock: 0
2026-03-25 21:35:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962942> (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-25 21:35:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:37 [ecarstrade.be] INFO: Extracting details for car 6962942stock
2026-03-25 21:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-25 21:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec40e9f-5686-5530-976c-936864f4a620 with scrape type 2
2026-03-25 21:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dec40e9f-5686-5530-976c-936864f4a620 with scrape type 2
2026-03-25 21:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dec40e9f-5686-5530-976c-936864f4a620, identifier: 6962942stock
2026-03-25 21:35:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-25 21:35:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-25 21:35:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock to the API
2026-03-25 21:35:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962942>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'dec40e9f-5686-5530-976c-936864f4a620',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962942',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Peugeot',
'model': '2008',
'odometer': 91635,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech Allure Aut. LED I-Cockpit Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.2 PureTech Allure Aut. LED I-Cockpit Navi 1/2 Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:38 [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-25 21:35:38 [ecarstrade.be] INFO: Saving data for 6962942stock: {'created_time': 1774276704.539995, 'last_price_update_time': 1774474538.86573}
2026-03-25 21:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962942stock') HTTP/1.1" 204 0
2026-03-25 21:35:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962714> (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-25 21:35:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962713> (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-25 21:35:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:39 [ecarstrade.be] INFO: Extracting details for car 6962714stock
2026-03-25 21:35:39 [ecarstrade.be] INFO: Extracting details for car 6962713stock
2026-03-25 21:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-25 21:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a30ba2a-5c9a-50e2-9839-37252946e884 with scrape type 2
2026-03-25 21:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a30ba2a-5c9a-50e2-9839-37252946e884 with scrape type 2
2026-03-25 21:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a30ba2a-5c9a-50e2-9839-37252946e884, identifier: 6962714stock
2026-03-25 21:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-25 21:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a55c3a1b-c8f6-5935-b851-f827ebc04776 with scrape type 2
2026-03-25 21:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a55c3a1b-c8f6-5935-b851-f827ebc04776 with scrape type 2
2026-03-25 21:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a55c3a1b-c8f6-5935-b851-f827ebc04776, identifier: 6962713stock
2026-03-25 21:35:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-25 21:35:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-25 21:35:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock to the API
2026-03-25 21:35:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962714>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9a30ba2a-5c9a-50e2-9839-37252946e884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962714',
'listing': 'auction',
'location': 'France - "WAVRIN"',
'make': 'Citroen',
'model': 'C3',
'odometer': 83508,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:39 [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-25 21:35:39 [ecarstrade.be] INFO: Saving data for 6962714stock: {'created_time': 1774276709.386618, 'last_price_update_time': 1774474539.581531}
2026-03-25 21:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962714stock') HTTP/1.1" 204 0
2026-03-25 21:35:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-25 21:35:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-25 21:35:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock to the API
2026-03-25 21:35:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962713>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a55c3a1b-c8f6-5935-b851-f827ebc04776',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962713',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Citroen',
'model': 'C3',
'odometer': 114033,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:39 [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-25 21:35:39 [ecarstrade.be] INFO: Saving data for 6962713stock: {'created_time': 1774276708.491755, 'last_price_update_time': 1774474539.892606}
2026-03-25 21:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962713stock') HTTP/1.1" 204 0
2026-03-25 21:35:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963005> (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-25 21:35:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962716> (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-25 21:35:40 [ecarstrade.be] INFO: Extracting details for car 6963005stock
2026-03-25 21:35:40 [ecarstrade.be] INFO: Extracting details for car 6962716stock
2026-03-25 21:35:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-25 21:35:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with scrape type 2
2026-03-25 21:35:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with scrape type 2
2026-03-25 21:35:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7, identifier: 6963005stock
2026-03-25 21:35:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-25 21:35:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with scrape type 2
2026-03-25 21:35:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with scrape type 2
2026-03-25 21:35:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0, identifier: 6962716stock
2026-03-25 21:35:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-25 21:35:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-25 21:35:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock to the API
2026-03-25 21:35:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963005>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6c9e2d6c-7403-5436-a8a3-238b59ae7ae7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963005',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Peugeot',
'model': '308',
'odometer': 144055,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDI Aut. I-Cockpit Navi Klima PDC ...',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDI Aut. I-Cockpit Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276963005stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:40 [ecarstrade.be] INFO: Saving data for 6963005stock: {'created_time': 1774276727.768739, 'last_price_update_time': 1774474540.50549}
2026-03-25 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963005stock') HTTP/1.1" 204 0
2026-03-25 21:35:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-25 21:35:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-25 21:35:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock to the API
2026-03-25 21:35:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962716>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'bbc86a08-1f73-5ce3-ac79-e3fc76521ef0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962716',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Citroen',
'model': 'C3',
'odometer': 135597,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276962716stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:40 [ecarstrade.be] INFO: Saving data for 6962716stock: {'created_time': 1774276727.417616, 'last_price_update_time': 1774474540.804017}
2026-03-25 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962716stock') HTTP/1.1" 204 0
2026-03-25 21:35:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962711> (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-25 21:35:40 [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-25 21:35:40 [ecarstrade.be] INFO: Extracting details for car 6962711stock
2026-03-25 21:35:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-25 21:35:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec908ba1-5bef-5610-91df-078fcbd6fe62 with scrape type 2
2026-03-25 21:35:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec908ba1-5bef-5610-91df-078fcbd6fe62 with scrape type 2
2026-03-25 21:35:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec908ba1-5bef-5610-91df-078fcbd6fe62, identifier: 6962711stock
2026-03-25 21:35:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-25 21:35:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-25 21:35:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock to the API
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962711>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ec908ba1-5bef-5610-91df-078fcbd6fe62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962711',
'listing': 'auction',
'location': 'France - "WAVRIN"',
'make': 'Citroen',
'model': 'C3',
'odometer': 109859,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-06',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 1.2 PureTech Feel LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Feel LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Saving data for 6962711stock: {'created_time': 1774276714.175724, 'last_price_update_time': 1774474541.330293}
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962711stock') HTTP/1.1" 204 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6965180stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6965180stock: 2
2026-03-25 21:35:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6965186stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6965186stock: 2
2026-03-25 21:35:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6965209stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6965209stock: 2
2026-03-25 21:35:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6965334stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6965334stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6966110stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6966110stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6966336stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6966336stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6969573stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6969573stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6969942stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6969942stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6970021stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6970021stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6971189stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6971189stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6971207stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6971207stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6972124stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6972124stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6972165stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6972165stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6974836stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6974836stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6976163stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6976163stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6976559stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6976559stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6976648stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6976648stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6976731stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6976731stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6977964stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6977964stock: 0
2026-03-25 21:35:41 [ecarstrade.be] INFO: Found listing with ID: 6978744stock
2026-03-25 21:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:41 [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-25 21:35:41 [ecarstrade.be] INFO: Scrape type for 6978744stock: 2
2026-03-25 21:35:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963006> (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-25 21:35:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:44 [ecarstrade.be] INFO: Extracting details for car 6963006stock
2026-03-25 21:35:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-25 21:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b3df03-9564-55ec-9efb-7e6d6db57930 with scrape type 2
2026-03-25 21:35:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b3df03-9564-55ec-9efb-7e6d6db57930 with scrape type 2
2026-03-25 21:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71b3df03-9564-55ec-9efb-7e6d6db57930, identifier: 6963006stock
2026-03-25 21:35:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-25 21:35:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-25 21:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock to the API
2026-03-25 21:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963006>
{'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': '71b3df03-9564-55ec-9efb-7e6d6db57930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963006',
'listing': 'auction',
'location': 'France - "WAVRIN"',
'make': 'Peugeot',
'model': '308',
'odometer': 174226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDI Aut. I-Cockpit Navi Klima PDC ...',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDI Aut. I-Cockpit Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:45 [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-25 21:35:45 [ecarstrade.be] INFO: Saving data for 6963006stock: {'created_time': 1774276725.310092, 'last_price_update_time': 1774474545.362927}
2026-03-25 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963006stock') HTTP/1.1" 204 0
2026-03-25 21:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963160> (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-25 21:35:46 [ecarstrade.be] INFO: Extracting details for car 6963160stock
2026-03-25 21:35:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-25 21:35:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with scrape type 2
2026-03-25 21:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with scrape type 2
2026-03-25 21:35:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17da28c8-0d7e-5cdc-adc0-64e03edd9085, identifier: 6963160stock
2026-03-25 21:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-25 21:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-25 21:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock to the API
2026-03-25 21:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963160>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '17da28c8-0d7e-5cdc-adc0-64e03edd9085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963160',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 209619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI Aut. LED Navi Sport-Seats '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI Aut. LED Navi Sport-Seats KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:46 [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-25 21:35:46 [ecarstrade.be] INFO: Saving data for 6963160stock: {'created_time': 1774276706.063685, 'last_price_update_time': 1774474546.892991}
2026-03-25 21:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963160stock') HTTP/1.1" 204 0
2026-03-25 21:35:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965209> (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-25 21:35:47 [ecarstrade.be] INFO: Extracting details for car 6965209stock
2026-03-25 21:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 698d9194-82df-56de-a727-e1e7eb7135f3 with identifier: 6965209stock
2026-03-25 21:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 698d9194-82df-56de-a727-e1e7eb7135f3 with scrape type 2
2026-03-25 21:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 698d9194-82df-56de-a727-e1e7eb7135f3 with scrape type 2
2026-03-25 21:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 698d9194-82df-56de-a727-e1e7eb7135f3, identifier: 6965209stock
2026-03-25 21:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 698d9194-82df-56de-a727-e1e7eb7135f3 with identifier: 6965209stock
2026-03-25 21:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 698d9194-82df-56de-a727-e1e7eb7135f3 with identifier: 6965209stock
2026-03-25 21:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 698d9194-82df-56de-a727-e1e7eb7135f3 with identifier: 6965209stock to the API
2026-03-25 21:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965209>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '698d9194-82df-56de-a727-e1e7eb7135f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965209',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Trafic',
'odometer': 208536,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-26',
'seats_number': 3,
'seller_name': None,
'title': 'Renault Trafic 2.0 DCI 130Hp Facelift LED Klima ...',
'transmission': 'manual',
'trim': '2.0 DCI 130Hp Facelift LED Klima ...',
'vin': None,
'year': 2022}
2026-03-25 21:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:48 [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-25 21:35:48 [ecarstrade.be] INFO: Saving data for 6965209stock: {'created_time': 1774276727.020098, 'last_price_update_time': 1774474548.347349}
2026-03-25 21:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965209stock') HTTP/1.1" 204 0
2026-03-25 21:35:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963092> (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-25 21:35:48 [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-25 21:35:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965186> (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-25 21:35:48 [ecarstrade.be] INFO: Extracting details for car 6963092stock
2026-03-25 21:35:48 [ecarstrade.be] INFO: Extracting details for car 6965186stock
2026-03-25 21:35:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-25 21:35:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c52212-5039-5eed-b118-2fba8a5652dd with scrape type 2
2026-03-25 21:35:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64c52212-5039-5eed-b118-2fba8a5652dd with scrape type 2
2026-03-25 21:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64c52212-5039-5eed-b118-2fba8a5652dd, identifier: 6963092stock
2026-03-25 21:35:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:35:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-25 21:35:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with scrape type 2
2026-03-25 21:35:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with scrape type 2
2026-03-25 21:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc, identifier: 6965186stock
2026-03-25 21:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-25 21:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-25 21:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock to the API
2026-03-25 21:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963092>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '64c52212-5039-5eed-b118-2fba8a5652dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963092',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Seat',
'model': 'Leon',
'odometer': 177657,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'Seat Leon 2.0 TDI 150Hp FR-Line Aut. Pano LED Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI 150Hp FR-Line Aut. Pano LED Navi 1/2 Sport-Leather-Alcantara '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276963092stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Saving data for 6963092stock: {'created_time': 1774276705.333576, 'last_price_update_time': 1774474549.044116}
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963092stock') HTTP/1.1" 204 0
2026-03-25 21:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-25 21:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-25 21:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock to the API
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965186>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '31fe3504-dd7a-5d7e-89da-b3f93d29e3fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965186',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 181235,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-20',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen Crafter 2.0 TDI 177Hp L3H3 Aut. Display Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI 177Hp L3H3 Aut. Display Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276965186stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Saving data for 6965186stock: {'created_time': 1774276728.306721, 'last_price_update_time': 1774474549.346173}
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965186stock') HTTP/1.1" 204 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6978760stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276978760stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6978760stock: 2
2026-03-25 21:35:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965180> (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-25 21:35:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6978774stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276978774stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6978774stock: 2
2026-03-25 21:35:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6979306stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276979306stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6979306stock: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6980294stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980294stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6980294stock: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6980640stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980640stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6980640stock: 2
2026-03-25 21:35:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6981993stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276981993stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6981993stock: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6983670stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276983670stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6983670stock: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6983700stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276983700stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6983700stock: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6983705stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276983705stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6983705stock: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6987316stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276987316stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6987316stock: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6861328stock
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276861328stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6861328stock: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6990755auction110893
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990755auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6990755auction110893: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6990757auction110893
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990757auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6990757auction110893: 0
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6990808auction110893
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990808auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6990808auction110893: 2
2026-03-25 21:35:49 [ecarstrade.be] INFO: Extracting details for car 6965180stock
2026-03-25 21:35:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6990821auction110893
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990821auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6990821auction110893: 2
2026-03-25 21:35:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with identifier: 6965180stock
2026-03-25 21:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with scrape type 2
2026-03-25 21:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with scrape type 2
2026-03-25 21:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8, identifier: 6965180stock
2026-03-25 21:35:49 [ecarstrade.be] INFO: Found listing with ID: 6990822auction110893
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990822auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:49 [ecarstrade.be] INFO: Scrape type for 6990822auction110893: 2
2026-03-25 21:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with identifier: 6965180stock
2026-03-25 21:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with identifier: 6965180stock
2026-03-25 21:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f9e08f6-63d7-5c42-86ae-f4243819a2a8 with identifier: 6965180stock to the API
2026-03-25 21:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965180>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.9L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0f9e08f6-63d7-5c42-86ae-f4243819a2a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965180',
'listing': 'auction',
'location': 'Belgium',
'make': 'Porsche',
'model': 'Panamera',
'odometer': 25386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-14',
'seats_number': 4,
'seller_name': None,
'title': 'Porsche Panamera 4 E-Hybrid Aut. Pano LED-Matrix Sport-Chrono Bose '
'Inno Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '4 E-Hybrid Aut. Pano LED-Matrix Sport-Chrono Bose Inno Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:50 [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-25 21:35:50 [ecarstrade.be] INFO: Saving data for 6965180stock: {'created_time': 1774276728.756781, 'last_price_update_time': 1774474550.058164}
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965180stock') HTTP/1.1" 204 0
2026-03-25 21:35:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990847auction110893
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990847auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:50 [ecarstrade.be] INFO: Scrape type for 6990847auction110893: 0
2026-03-25 21:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990848auction110893
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990848auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:50 [ecarstrade.be] INFO: Scrape type for 6990848auction110893: 2
2026-03-25 21:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990913auction110893
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990913auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:50 [ecarstrade.be] INFO: Scrape type for 6990913auction110893: 2
2026-03-25 21:35:50 [ecarstrade.be] INFO: Found listing with ID: 6990966auction110893
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990966auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:50 [ecarstrade.be] INFO: Scrape type for 6990966auction110893: 2
2026-03-25 21:35:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978744> (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-25 21:35:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:51 [ecarstrade.be] INFO: Extracting details for car 6978744stock
2026-03-25 21:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba58d627-5f85-5289-9260-716884f8c13f with identifier: 6978744stock
2026-03-25 21:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba58d627-5f85-5289-9260-716884f8c13f with scrape type 2
2026-03-25 21:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba58d627-5f85-5289-9260-716884f8c13f with scrape type 2
2026-03-25 21:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba58d627-5f85-5289-9260-716884f8c13f, identifier: 6978744stock
2026-03-25 21:35:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba58d627-5f85-5289-9260-716884f8c13f with identifier: 6978744stock
2026-03-25 21:35:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba58d627-5f85-5289-9260-716884f8c13f with identifier: 6978744stock
2026-03-25 21:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba58d627-5f85-5289-9260-716884f8c13f with identifier: 6978744stock to the API
2026-03-25 21:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978744>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ba58d627-5f85-5289-9260-716884f8c13f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978744',
'listing': 'auction',
'location': 'France - "2ndMove Nice"',
'make': 'Fiat',
'model': '500',
'odometer': 62868,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-29',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 Mild-Hybrid Dolcevita Display 1/2 Leather Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.0 Mild-Hybrid Dolcevita Display 1/2 Leather Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-25 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276978744stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:51 [ecarstrade.be] INFO: Saving data for 6978744stock: {'created_time': 1774276726.133449, 'last_price_update_time': 1774474551.828845}
2026-03-25 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978744stock') HTTP/1.1" 204 0
2026-03-25 21:35:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978760> (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-25 21:35:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:56 [ecarstrade.be] INFO: Extracting details for car 6978760stock
2026-03-25 21:35:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53227b59-ecde-5a57-a112-7cfc59e6d5ea with identifier: 6978760stock
2026-03-25 21:35:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53227b59-ecde-5a57-a112-7cfc59e6d5ea with scrape type 2
2026-03-25 21:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53227b59-ecde-5a57-a112-7cfc59e6d5ea with scrape type 2
2026-03-25 21:35:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53227b59-ecde-5a57-a112-7cfc59e6d5ea, identifier: 6978760stock
2026-03-25 21:35:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53227b59-ecde-5a57-a112-7cfc59e6d5ea with identifier: 6978760stock
2026-03-25 21:35:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53227b59-ecde-5a57-a112-7cfc59e6d5ea with identifier: 6978760stock
2026-03-25 21:35:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53227b59-ecde-5a57-a112-7cfc59e6d5ea with identifier: 6978760stock to the API
2026-03-25 21:35:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978760>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '53227b59-ecde-5a57-a112-7cfc59e6d5ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978760',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 82273,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 Aircross 1.2 PureTech Shine LED Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Shine LED Navi 1/2 Leather KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2023}
2026-03-25 21:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:56 [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-25 21:35:56 [ecarstrade.be] INFO: Saving data for 6978760stock: {'created_time': 1774276731.184794, 'last_price_update_time': 1774474556.554187}
2026-03-25 21:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978760stock') HTTP/1.1" 204 0
2026-03-25 21:35:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990821> (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-25 21:35:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978774> (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-25 21:35:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:56 [ecarstrade.be] INFO: Extracting details for car 6990821auction110893
2026-03-25 21:35:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0e22da0-890a-548c-a3f5-c4fc12fb01e9 with identifier: 6990821auction110893
2026-03-25 21:35:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0e22da0-890a-548c-a3f5-c4fc12fb01e9 with scrape type 2
2026-03-25 21:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0e22da0-890a-548c-a3f5-c4fc12fb01e9 with scrape type 2
2026-03-25 21:35:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0e22da0-890a-548c-a3f5-c4fc12fb01e9, identifier: 6990821auction110893
2026-03-25 21:35:56 [ecarstrade.be] INFO: Extracting details for car 6978774stock
2026-03-25 21:35:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0e22da0-890a-548c-a3f5-c4fc12fb01e9 with identifier: 6990821auction110893
2026-03-25 21:35:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0e22da0-890a-548c-a3f5-c4fc12fb01e9 with identifier: 6990821auction110893
2026-03-25 21:35:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0e22da0-890a-548c-a3f5-c4fc12fb01e9 with identifier: 6990821auction110893 to the API
2026-03-25 21:35:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990821>
{'auction_title': '',
'c_o_2_emission_value': 21,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b0e22da0-890a-548c-a3f5-c4fc12fb01e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990821',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 23705,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VIII eHybrid (PHEV) Golf Style Business 1.4 TSI '
'eHybrid 110 kW (150 ch) 6 vitesses DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN VIII eHybrid (PHEV) Style Business 1.4 TSI eHybrid 110 '
'kW (150 ch) 6 vitesses DSG',
'vin': None,
'year': 2022}
2026-03-25 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990821auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:57 [ecarstrade.be] INFO: Saving data for 6990821auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280542.612075, 'last_price_update_time': 1774474557.106115}
2026-03-25 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990821auction110893') HTTP/1.1" 204 0
2026-03-25 21:35:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990808> (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-25 21:35:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980640> (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-25 21:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-25 21:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e901a27c-1008-5414-accc-4eb57fe17405 with scrape type 2
2026-03-25 21:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e901a27c-1008-5414-accc-4eb57fe17405 with scrape type 2
2026-03-25 21:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e901a27c-1008-5414-accc-4eb57fe17405, identifier: 6978774stock
2026-03-25 21:35:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-25 21:35:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-25 21:35:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock to the API
2026-03-25 21:35:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978774>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e901a27c-1008-5414-accc-4eb57fe17405',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978774',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Renault',
'model': 'Captur',
'odometer': 67356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-14',
'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-25 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276978774stock%27 HTTP/1.1" 200 None
2026-03-25 21:35:57 [ecarstrade.be] INFO: Saving data for 6978774stock: {'created_time': 1774276732.759795, 'last_price_update_time': 1774474557.516508}
2026-03-25 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978774stock') HTTP/1.1" 204 0
2026-03-25 21:35:57 [ecarstrade.be] INFO: Extracting details for car 6990808auction110893
2026-03-25 21:35:57 [ecarstrade.be] INFO: Extracting details for car 6980640stock
2026-03-25 21:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00076578-caa0-583f-8729-eb46f085a440 with identifier: 6990808auction110893
2026-03-25 21:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00076578-caa0-583f-8729-eb46f085a440 with scrape type 2
2026-03-25 21:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00076578-caa0-583f-8729-eb46f085a440 with scrape type 2
2026-03-25 21:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00076578-caa0-583f-8729-eb46f085a440, identifier: 6990808auction110893
2026-03-25 21:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a411604b-d5f8-5bcd-a065-7785f5d1e943 with identifier: 6980640stock
2026-03-25 21:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a411604b-d5f8-5bcd-a065-7785f5d1e943 with scrape type 2
2026-03-25 21:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a411604b-d5f8-5bcd-a065-7785f5d1e943 with scrape type 2
2026-03-25 21:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a411604b-d5f8-5bcd-a065-7785f5d1e943, identifier: 6980640stock
2026-03-25 21:35:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00076578-caa0-583f-8729-eb46f085a440 with identifier: 6990808auction110893
2026-03-25 21:35:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00076578-caa0-583f-8729-eb46f085a440 with identifier: 6990808auction110893
2026-03-25 21:35:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00076578-caa0-583f-8729-eb46f085a440 with identifier: 6990808auction110893 to the API
2026-03-25 21:35:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990808>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '00076578-caa0-583f-8729-eb46f085a440',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990808',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Corsa',
'odometer': 38396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa Corsa 1.2 Turbo Edition S/S (EU6AP)',
'transmission': 'manual',
'trim': 'OPEL 1.2 Turbo Edition S/S (EU6AP)',
'vin': None,
'year': 2021}
2026-03-25 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990808auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:58 [ecarstrade.be] INFO: Saving data for 6990808auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280500.453467, 'last_price_update_time': 1774474558.004167}
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990808auction110893') HTTP/1.1" 204 0
2026-03-25 21:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a411604b-d5f8-5bcd-a065-7785f5d1e943 with identifier: 6980640stock
2026-03-25 21:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a411604b-d5f8-5bcd-a065-7785f5d1e943 with identifier: 6980640stock
2026-03-25 21:35:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a411604b-d5f8-5bcd-a065-7785f5d1e943 with identifier: 6980640stock to the API
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980640>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a411604b-d5f8-5bcd-a065-7785f5d1e943',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980640',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 75798,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Juke 1.0 DIG-T N-Design LED-Xenon Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 DIG-T N-Design LED-Xenon Navi 1/2 Sport-Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:58 [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-25 21:35:58 [ecarstrade.be] INFO: Saving data for 6980640stock: {'created_time': 1774276731.636774, 'last_price_update_time': 1774474558.489254}
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980640stock') HTTP/1.1" 204 0
2026-03-25 21:35:58 [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-25 21:35:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990822> (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-25 21:35:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:35:58 [ecarstrade.be] INFO: Found listing with ID: 6991130auction110893
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991130auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:58 [ecarstrade.be] INFO: Scrape type for 6991130auction110893: 2
2026-03-25 21:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:58 [ecarstrade.be] INFO: Found listing with ID: 6991133auction110893
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991133auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:58 [ecarstrade.be] INFO: Scrape type for 6991133auction110893: 2
2026-03-25 21:35:58 [ecarstrade.be] INFO: Extracting details for car 6990822auction110893
2026-03-25 21:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:58 [ecarstrade.be] INFO: Found listing with ID: 6991134auction110893
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991134auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:58 [ecarstrade.be] INFO: Scrape type for 6991134auction110893: 2
2026-03-25 21:35:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a275417-ef7a-5781-a883-1b2805af88fe with identifier: 6990822auction110893
2026-03-25 21:35:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a275417-ef7a-5781-a883-1b2805af88fe with scrape type 2
2026-03-25 21:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a275417-ef7a-5781-a883-1b2805af88fe with scrape type 2
2026-03-25 21:35:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a275417-ef7a-5781-a883-1b2805af88fe, identifier: 6990822auction110893
2026-03-25 21:35:58 [ecarstrade.be] INFO: Found listing with ID: 6991145auction110893
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991145auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:58 [ecarstrade.be] INFO: Scrape type for 6991145auction110893: 2
2026-03-25 21:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a275417-ef7a-5781-a883-1b2805af88fe with identifier: 6990822auction110893
2026-03-25 21:35:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a275417-ef7a-5781-a883-1b2805af88fe with identifier: 6990822auction110893
2026-03-25 21:35:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a275417-ef7a-5781-a883-1b2805af88fe with identifier: 6990822auction110893 to the API
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:35: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-25 21:35:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990822>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': '8a275417-ef7a-5781-a883-1b2805af88fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990822',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Superb',
'odometer': 432876,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb Combi COM ELEG GL 1,6 CR TDI 77KW 5V',
'transmission': 'manual',
'trim': 'SKODA Combi COM ELEG GL 1,6 CR TDI 77KW 5V',
'vin': None,
'year': 2011}
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990822auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Saving data for 6990822auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280541.961091, 'last_price_update_time': 1774474559.211364}
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990822auction110893') HTTP/1.1" 204 0
2026-03-25 21:35:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991213auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991213auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991213auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991214auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991214auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991214auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991215auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991215auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991215auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991216auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991216auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991216auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991217auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991217auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991217auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991223auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991223auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991223auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991225auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991225auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991225auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991227auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991227auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991227auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6991613auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991613auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6991613auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6992185auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992185auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6992185auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6992186auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992186auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6992186auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6992187auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992187auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6992187auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6992188auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992188auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6992188auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6992189auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992189auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6992189auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6992190auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992190auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6992190auction110893: 2
2026-03-25 21:35:59 [ecarstrade.be] INFO: Found listing with ID: 6992191auction110893
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992191auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:35:59 [ecarstrade.be] INFO: Scrape type for 6992191auction110893: 2
2026-03-25 21:36:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990848> (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-25 21:36:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:02 [ecarstrade.be] INFO: Extracting details for car 6990848auction110893
2026-03-25 21:36:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac9a35c9-dbe7-5dc6-95c9-6227195cc97c with identifier: 6990848auction110893
2026-03-25 21:36:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac9a35c9-dbe7-5dc6-95c9-6227195cc97c with scrape type 2
2026-03-25 21:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac9a35c9-dbe7-5dc6-95c9-6227195cc97c with scrape type 2
2026-03-25 21:36:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac9a35c9-dbe7-5dc6-95c9-6227195cc97c, identifier: 6990848auction110893
2026-03-25 21:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac9a35c9-dbe7-5dc6-95c9-6227195cc97c with identifier: 6990848auction110893
2026-03-25 21:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac9a35c9-dbe7-5dc6-95c9-6227195cc97c with identifier: 6990848auction110893
2026-03-25 21:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac9a35c9-dbe7-5dc6-95c9-6227195cc97c with identifier: 6990848auction110893 to the API
2026-03-25 21:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990848>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'ac9a35c9-dbe7-5dc6-95c9-6227195cc97c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990848',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': 'Tipo',
'odometer': 199719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'FIAT Tipo Sedan Tipo 1.4i Easy',
'transmission': 'manual',
'trim': 'FIAT Sedan 1.4i Easy',
'vin': None,
'year': 2016}
2026-03-25 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990848auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:03 [ecarstrade.be] INFO: Saving data for 6990848auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280498.448782, 'last_price_update_time': 1774474563.278738}
2026-03-25 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990848auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990913> (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-25 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-25 21:36:03 [ecarstrade.be] INFO: Extracting details for car 6990913auction110893
2026-03-25 21:36:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee46743a-1df6-5e0e-9505-a45dcb9c5172 with identifier: 6990913auction110893
2026-03-25 21:36:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee46743a-1df6-5e0e-9505-a45dcb9c5172 with scrape type 2
2026-03-25 21:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee46743a-1df6-5e0e-9505-a45dcb9c5172 with scrape type 2
2026-03-25 21:36:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee46743a-1df6-5e0e-9505-a45dcb9c5172, identifier: 6990913auction110893
2026-03-25 21:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee46743a-1df6-5e0e-9505-a45dcb9c5172 with identifier: 6990913auction110893
2026-03-25 21:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee46743a-1df6-5e0e-9505-a45dcb9c5172 with identifier: 6990913auction110893
2026-03-25 21:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee46743a-1df6-5e0e-9505-a45dcb9c5172 with identifier: 6990913auction110893 to the API
2026-03-25 21:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990913>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'ee46743a-1df6-5e0e-9505-a45dcb9c5172',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990913',
'listing': 'auction',
'location': 'Belgium',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 83838,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 5P/D New Ibiza Move! 1.0 TSI 95ch (70kW) MANUELLE 5v '
'Start/Stop EURO 6 AP',
'transmission': 'manual',
'trim': 'SEAT 5P/D New Move! 1.0 TSI 95ch (70kW) MANUELLE 5v Start/Stop '
'EURO 6 AP',
'vin': None,
'year': 2022}
2026-03-25 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990913auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:04 [ecarstrade.be] INFO: Saving data for 6990913auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280501.338905, 'last_price_update_time': 1774474564.095454}
2026-03-25 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990913auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990966> (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-25 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-25 21:36:04 [ecarstrade.be] INFO: Extracting details for car 6990966auction110893
2026-03-25 21:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b9a4e84-af36-5e89-80a9-feb35f4f7033 with identifier: 6990966auction110893
2026-03-25 21:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b9a4e84-af36-5e89-80a9-feb35f4f7033 with scrape type 2
2026-03-25 21:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b9a4e84-af36-5e89-80a9-feb35f4f7033 with scrape type 2
2026-03-25 21:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b9a4e84-af36-5e89-80a9-feb35f4f7033, identifier: 6990966auction110893
2026-03-25 21:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b9a4e84-af36-5e89-80a9-feb35f4f7033 with identifier: 6990966auction110893
2026-03-25 21:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b9a4e84-af36-5e89-80a9-feb35f4f7033 with identifier: 6990966auction110893
2026-03-25 21:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b9a4e84-af36-5e89-80a9-feb35f4f7033 with identifier: 6990966auction110893 to the API
2026-03-25 21:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990966>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': '0b9a4e84-af36-5e89-80a9-feb35f4f7033',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990966',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q3',
'odometer': 94971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-21',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Audi Q3 Business edition advanced 35 TDI 110(150) kW(ch) '
'S tronic',
'transmission': 'automatic',
'trim': 'AUDI Business edition advanced 35 TDI 110(150) kW(ch) S tronic',
'vin': None,
'year': 2022}
2026-03-25 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990966auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:04 [ecarstrade.be] INFO: Saving data for 6990966auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280266.360418, 'last_price_update_time': 1774474564.582563}
2026-03-25 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990966auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962934> (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-25 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-25 21:36:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991130> (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-25 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-25 21:36:05 [ecarstrade.be] INFO: Extracting details for car 6962934stock
2026-03-25 21:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with identifier: 6962934stock
2026-03-25 21:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with scrape type 2
2026-03-25 21:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with scrape type 2
2026-03-25 21:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25, identifier: 6962934stock
2026-03-25 21:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with identifier: 6962934stock
2026-03-25 21:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with identifier: 6962934stock
2026-03-25 21:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30bf0d3e-8034-5c6d-8d04-2f1b861a3f25 with identifier: 6962934stock to the API
2026-03-25 21:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962934>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '30bf0d3e-8034-5c6d-8d04-2f1b861a3f25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962934',
'listing': 'auction',
'location': 'France - "MARSEILLE 16"',
'make': 'Peugeot',
'model': '2008',
'odometer': 145280,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech Allure LED I-Cockpit Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Allure LED I-Cockpit Navi 1/2 Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-25 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276962934stock%27 HTTP/1.1" 200 None
2026-03-25 21:36:05 [ecarstrade.be] INFO: Saving data for 6962934stock: {'created_time': 1774276702.356209, 'last_price_update_time': 1774474565.841819}
2026-03-25 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962934stock') HTTP/1.1" 204 0
2026-03-25 21:36:05 [ecarstrade.be] INFO: Extracting details for car 6991130auction110893
2026-03-25 21:36:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991133> (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-25 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-25 21:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eca4a0ef-6ef0-52fa-9bb3-2957efcabdf4 with identifier: 6991130auction110893
2026-03-25 21:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eca4a0ef-6ef0-52fa-9bb3-2957efcabdf4 with scrape type 2
2026-03-25 21:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eca4a0ef-6ef0-52fa-9bb3-2957efcabdf4 with scrape type 2
2026-03-25 21:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eca4a0ef-6ef0-52fa-9bb3-2957efcabdf4, identifier: 6991130auction110893
2026-03-25 21:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eca4a0ef-6ef0-52fa-9bb3-2957efcabdf4 with identifier: 6991130auction110893
2026-03-25 21:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eca4a0ef-6ef0-52fa-9bb3-2957efcabdf4 with identifier: 6991130auction110893
2026-03-25 21:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eca4a0ef-6ef0-52fa-9bb3-2957efcabdf4 with identifier: 6991130auction110893 to the API
2026-03-25 21:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991130>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'eca4a0ef-6ef0-52fa-9bb3-2957efcabdf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991130',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': '500X',
'odometer': 142424,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-13',
'seats_number': 5,
'seller_name': None,
'title': 'FIAT 500X 1.3 Multijet Cross',
'transmission': 'manual',
'trim': 'FIAT 1.3 Multijet Cross',
'vin': None,
'year': 2019}
2026-03-25 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991130auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:06 [ecarstrade.be] INFO: Saving data for 6991130auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280265.36274, 'last_price_update_time': 1774474566.23269}
2026-03-25 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991130auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:06 [ecarstrade.be] INFO: Extracting details for car 6991133auction110893
2026-03-25 21:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e32cd12f-ab6e-59a8-abe8-86df47808dab with identifier: 6991133auction110893
2026-03-25 21:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e32cd12f-ab6e-59a8-abe8-86df47808dab with scrape type 2
2026-03-25 21:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e32cd12f-ab6e-59a8-abe8-86df47808dab with scrape type 2
2026-03-25 21:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e32cd12f-ab6e-59a8-abe8-86df47808dab, identifier: 6991133auction110893
2026-03-25 21:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e32cd12f-ab6e-59a8-abe8-86df47808dab with identifier: 6991133auction110893
2026-03-25 21:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e32cd12f-ab6e-59a8-abe8-86df47808dab with identifier: 6991133auction110893
2026-03-25 21:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e32cd12f-ab6e-59a8-abe8-86df47808dab with identifier: 6991133auction110893 to the API
2026-03-25 21:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991133>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'e32cd12f-ab6e-59a8-abe8-86df47808dab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991133',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mitsubishi',
'model': 'Outlander',
'odometer': 147924,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-08-02',
'seats_number': 7,
'seller_name': None,
'title': 'MITSUBISHI Outlander Outlander 2.0i 4WD Instyle CVT',
'transmission': 'automatic',
'trim': 'MITSUBISHI 2.0i 4WD Instyle CVT',
'vin': None,
'year': 2016}
2026-03-25 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991133auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:06 [ecarstrade.be] INFO: Saving data for 6991133auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280577.740569, 'last_price_update_time': 1774474566.593377}
2026-03-25 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991133auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:06 [scrapy.extensions.logstats] INFO: Crawled 137 pages (at 29 pages/min), scraped 112 items (at 25 items/min)
2026-03-25 21:36:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 295MiB
2026-03-25 21:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991134> (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-25 21:36:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:09 [ecarstrade.be] INFO: Extracting details for car 6991134auction110893
2026-03-25 21:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 166f95ef-58cc-5fa8-bb9c-ac297946d061 with identifier: 6991134auction110893
2026-03-25 21:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 166f95ef-58cc-5fa8-bb9c-ac297946d061 with scrape type 2
2026-03-25 21:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 166f95ef-58cc-5fa8-bb9c-ac297946d061 with scrape type 2
2026-03-25 21:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 166f95ef-58cc-5fa8-bb9c-ac297946d061, identifier: 6991134auction110893
2026-03-25 21:36:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 166f95ef-58cc-5fa8-bb9c-ac297946d061 with identifier: 6991134auction110893
2026-03-25 21:36:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 166f95ef-58cc-5fa8-bb9c-ac297946d061 with identifier: 6991134auction110893
2026-03-25 21:36:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 166f95ef-58cc-5fa8-bb9c-ac297946d061 with identifier: 6991134auction110893 to the API
2026-03-25 21:36:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991134>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '166f95ef-58cc-5fa8-bb9c-ac297946d061',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991134',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 184273,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo Trendline 1.0 BlueMotion Technology 55 kW (75 '
'ch) 5 vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Trendline 1.0 BlueMotion Technology 55 kW (75 ch) 5 '
'vitesses manuel',
'vin': None,
'year': 2017}
2026-03-25 21:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991134auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:10 [ecarstrade.be] INFO: Saving data for 6991134auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280502.421408, 'last_price_update_time': 1774474570.007412}
2026-03-25 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991134auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991213> (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-25 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-25 21:36:10 [ecarstrade.be] INFO: Extracting details for car 6991213auction110893
2026-03-25 21:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a0a099b-0667-5666-9c41-cb44be0de52d with identifier: 6991213auction110893
2026-03-25 21:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a0a099b-0667-5666-9c41-cb44be0de52d with scrape type 2
2026-03-25 21:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a0a099b-0667-5666-9c41-cb44be0de52d with scrape type 2
2026-03-25 21:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a0a099b-0667-5666-9c41-cb44be0de52d, identifier: 6991213auction110893
2026-03-25 21:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a0a099b-0667-5666-9c41-cb44be0de52d with identifier: 6991213auction110893
2026-03-25 21:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a0a099b-0667-5666-9c41-cb44be0de52d with identifier: 6991213auction110893
2026-03-25 21:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a0a099b-0667-5666-9c41-cb44be0de52d with identifier: 6991213auction110893 to the API
2026-03-25 21:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991213>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '7a0a099b-0667-5666-9c41-cb44be0de52d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991213',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 77267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII Golf 1.2 TSI Allstar',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VII 1.2 TSI Allstar',
'vin': None,
'year': 2016}
2026-03-25 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991213auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:10 [ecarstrade.be] INFO: Saving data for 6991213auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280204.547013, 'last_price_update_time': 1774474570.714216}
2026-03-25 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991213auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991214> (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-25 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-25 21:36:10 [ecarstrade.be] INFO: Extracting details for car 6991214auction110893
2026-03-25 21:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e6d779-dc68-597b-9c94-8bc409401077 with identifier: 6991214auction110893
2026-03-25 21:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e6d779-dc68-597b-9c94-8bc409401077 with scrape type 2
2026-03-25 21:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e6d779-dc68-597b-9c94-8bc409401077 with scrape type 2
2026-03-25 21:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5e6d779-dc68-597b-9c94-8bc409401077, identifier: 6991214auction110893
2026-03-25 21:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5e6d779-dc68-597b-9c94-8bc409401077 with identifier: 6991214auction110893
2026-03-25 21:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5e6d779-dc68-597b-9c94-8bc409401077 with identifier: 6991214auction110893
2026-03-25 21:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5e6d779-dc68-597b-9c94-8bc409401077 with identifier: 6991214auction110893 to the API
2026-03-25 21:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991214>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'c5e6d779-dc68-597b-9c94-8bc409401077',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991214',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 82134,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo IQ Drive 1.0 48 kW (65 ch) 5 vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN IQ Drive 1.0 48 kW (65 ch) 5 vitesses manuel',
'vin': None,
'year': 2019}
2026-03-25 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991214auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:11 [ecarstrade.be] INFO: Saving data for 6991214auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280355.701361, 'last_price_update_time': 1774474571.192954}
2026-03-25 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991214auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991216> (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-25 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-25 21:36:12 [ecarstrade.be] INFO: Extracting details for car 6991216auction110893
2026-03-25 21:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7ba0ac-5525-543a-b121-0445f6fcc689 with identifier: 6991216auction110893
2026-03-25 21:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7ba0ac-5525-543a-b121-0445f6fcc689 with scrape type 2
2026-03-25 21:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff7ba0ac-5525-543a-b121-0445f6fcc689 with scrape type 2
2026-03-25 21:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff7ba0ac-5525-543a-b121-0445f6fcc689, identifier: 6991216auction110893
2026-03-25 21:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff7ba0ac-5525-543a-b121-0445f6fcc689 with identifier: 6991216auction110893
2026-03-25 21:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff7ba0ac-5525-543a-b121-0445f6fcc689 with identifier: 6991216auction110893
2026-03-25 21:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff7ba0ac-5525-543a-b121-0445f6fcc689 with identifier: 6991216auction110893 to the API
2026-03-25 21:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991216>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'ff7ba0ac-5525-543a-b121-0445f6fcc689',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991216',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 93515,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy',
'transmission': 'manual',
'trim': 'VOLKSWAGEN',
'vin': None,
'year': 2020}
2026-03-25 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991216auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:12 [ecarstrade.be] INFO: Saving data for 6991216auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280208.144394, 'last_price_update_time': 1774474572.869529}
2026-03-25 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991216auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991215> (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-25 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-25 21:36:13 [ecarstrade.be] INFO: Extracting details for car 6991215auction110893
2026-03-25 21:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46fd2d6a-b07f-5ba1-bce5-41783e1bc8ab with identifier: 6991215auction110893
2026-03-25 21:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46fd2d6a-b07f-5ba1-bce5-41783e1bc8ab with scrape type 2
2026-03-25 21:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46fd2d6a-b07f-5ba1-bce5-41783e1bc8ab with scrape type 2
2026-03-25 21:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46fd2d6a-b07f-5ba1-bce5-41783e1bc8ab, identifier: 6991215auction110893
2026-03-25 21:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46fd2d6a-b07f-5ba1-bce5-41783e1bc8ab with identifier: 6991215auction110893
2026-03-25 21:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46fd2d6a-b07f-5ba1-bce5-41783e1bc8ab with identifier: 6991215auction110893
2026-03-25 21:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46fd2d6a-b07f-5ba1-bce5-41783e1bc8ab with identifier: 6991215auction110893 to the API
2026-03-25 21:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991215>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '46fd2d6a-b07f-5ba1-bce5-41783e1bc8ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991215',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 13780,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-15',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kamiq Kamiq Corporate 1,0 TSI 85 kW 7-speed automat.',
'transmission': 'automatic',
'trim': 'SKODA Corporate 1,0 TSI 85 kW 7-speed automat.',
'vin': None,
'year': 2024}
2026-03-25 21:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991215auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:13 [ecarstrade.be] INFO: Saving data for 6991215auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280211.868891, 'last_price_update_time': 1774474573.376512}
2026-03-25 21:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991215auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991225> (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-25 21:36:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991223> (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-25 21:36:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:16 [ecarstrade.be] INFO: Extracting details for car 6991225auction110893
2026-03-25 21:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3423bca-acc1-56cf-ac63-9a4c11fc697f with identifier: 6991225auction110893
2026-03-25 21:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3423bca-acc1-56cf-ac63-9a4c11fc697f with scrape type 2
2026-03-25 21:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3423bca-acc1-56cf-ac63-9a4c11fc697f with scrape type 2
2026-03-25 21:36:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3423bca-acc1-56cf-ac63-9a4c11fc697f, identifier: 6991225auction110893
2026-03-25 21:36:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3423bca-acc1-56cf-ac63-9a4c11fc697f with identifier: 6991225auction110893
2026-03-25 21:36:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3423bca-acc1-56cf-ac63-9a4c11fc697f with identifier: 6991225auction110893
2026-03-25 21:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3423bca-acc1-56cf-ac63-9a4c11fc697f with identifier: 6991225auction110893 to the API
2026-03-25 21:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991225>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'f3423bca-acc1-56cf-ac63-9a4c11fc697f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991225',
'listing': 'auction',
'location': 'Belgium',
'make': 'Toyota',
'model': 'Auris',
'odometer': 53109,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-08',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Auris Auris 1.2 Turbo Comfort & pack 50 S/S',
'transmission': 'manual',
'trim': 'TOYOTA 1.2 Turbo Comfort & pack 50 S/S',
'vin': None,
'year': 2018}
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991225auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:17 [ecarstrade.be] INFO: Saving data for 6991225auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280211.356096, 'last_price_update_time': 1774474577.01132}
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991225auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:17 [ecarstrade.be] INFO: Extracting details for car 6991223auction110893
2026-03-25 21:36:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1a10fc5-7a1e-53f1-aeeb-eb767e278210 with identifier: 6991223auction110893
2026-03-25 21:36:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1a10fc5-7a1e-53f1-aeeb-eb767e278210 with scrape type 2
2026-03-25 21:36:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1a10fc5-7a1e-53f1-aeeb-eb767e278210 with scrape type 2
2026-03-25 21:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1a10fc5-7a1e-53f1-aeeb-eb767e278210, identifier: 6991223auction110893
2026-03-25 21:36:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1a10fc5-7a1e-53f1-aeeb-eb767e278210 with identifier: 6991223auction110893
2026-03-25 21:36:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1a10fc5-7a1e-53f1-aeeb-eb767e278210 with identifier: 6991223auction110893
2026-03-25 21:36:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1a10fc5-7a1e-53f1-aeeb-eb767e278210 with identifier: 6991223auction110893 to the API
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991223>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'b1a10fc5-7a1e-53f1-aeeb-eb767e278210',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991223',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mini',
'model': 'ONE',
'odometer': 77023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-11',
'seats_number': 4,
'seller_name': None,
'title': 'MINI Mini (F56) Mini 1.5 One OPF (EU6d-TEMP)',
'transmission': 'manual',
'trim': 'MINI (F56) 1.5 One OPF (EU6d-TEMP)',
'vin': None,
'year': 2020}
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991223auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:17 [ecarstrade.be] INFO: Saving data for 6991223auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280319.296931, 'last_price_update_time': 1774474577.412501}
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991223auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992191> (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-25 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-25 21:36:17 [ecarstrade.be] INFO: Extracting details for car 6992191auction110893
2026-03-25 21:36:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b43cc4c3-1bec-57fa-8c95-8f9c7264b181 with identifier: 6992191auction110893
2026-03-25 21:36:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b43cc4c3-1bec-57fa-8c95-8f9c7264b181 with scrape type 2
2026-03-25 21:36:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b43cc4c3-1bec-57fa-8c95-8f9c7264b181 with scrape type 2
2026-03-25 21:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b43cc4c3-1bec-57fa-8c95-8f9c7264b181, identifier: 6992191auction110893
2026-03-25 21:36:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b43cc4c3-1bec-57fa-8c95-8f9c7264b181 with identifier: 6992191auction110893
2026-03-25 21:36:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b43cc4c3-1bec-57fa-8c95-8f9c7264b181 with identifier: 6992191auction110893
2026-03-25 21:36:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b43cc4c3-1bec-57fa-8c95-8f9c7264b181 with identifier: 6992191auction110893 to the API
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992191>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'b43cc4c3-1bec-57fa-8c95-8f9c7264b181',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992191',
'listing': 'auction',
'location': 'Belgium',
'make': 'Suzuki',
'model': 'Alto',
'odometer': 211557,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-27',
'seats_number': 4,
'seller_name': None,
'title': 'SUZUKI Alto Alto 1.0i',
'transmission': 'manual',
'trim': 'SUZUKI 1.0i',
'vin': None,
'year': 2009}
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992191auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:17 [ecarstrade.be] INFO: Saving data for 6992191auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280300.135045, 'last_price_update_time': 1774474577.906893}
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992191auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992190> (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-25 21:36:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:19 [ecarstrade.be] INFO: Extracting details for car 6992190auction110893
2026-03-25 21:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d30a48d9-0a12-5a2b-8d54-d58dc689515b with identifier: 6992190auction110893
2026-03-25 21:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d30a48d9-0a12-5a2b-8d54-d58dc689515b with scrape type 2
2026-03-25 21:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d30a48d9-0a12-5a2b-8d54-d58dc689515b with scrape type 2
2026-03-25 21:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d30a48d9-0a12-5a2b-8d54-d58dc689515b, identifier: 6992190auction110893
2026-03-25 21:36:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d30a48d9-0a12-5a2b-8d54-d58dc689515b with identifier: 6992190auction110893
2026-03-25 21:36:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:36:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d30a48d9-0a12-5a2b-8d54-d58dc689515b with identifier: 6992190auction110893
2026-03-25 21:36:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d30a48d9-0a12-5a2b-8d54-d58dc689515b with identifier: 6992190auction110893 to the API
2026-03-25 21:36:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992190>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Natural Gas',
'id': 'd30a48d9-0a12-5a2b-8d54-d58dc689515b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992190',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 173751,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-16',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Touran CNG Touran Trendline 1.4 TGI BlueMotion 110 kW '
'(150 ch) 6 vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CNG Trendline 1.4 TGI BlueMotion 110 kW (150 ch) 6 '
'vitesses manuel',
'vin': None,
'year': 2014}
2026-03-25 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992190auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:19 [ecarstrade.be] INFO: Saving data for 6992190auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280319.872773, 'last_price_update_time': 1774474579.666633}
2026-03-25 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992190auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992189> (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-25 21:36:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:21 [ecarstrade.be] INFO: Extracting details for car 6992189auction110893
2026-03-25 21:36:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ad124fd-25d7-584e-9f32-35d64e29537e with identifier: 6992189auction110893
2026-03-25 21:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ad124fd-25d7-584e-9f32-35d64e29537e with scrape type 2
2026-03-25 21:36:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ad124fd-25d7-584e-9f32-35d64e29537e with scrape type 2
2026-03-25 21:36:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ad124fd-25d7-584e-9f32-35d64e29537e, identifier: 6992189auction110893
2026-03-25 21:36:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ad124fd-25d7-584e-9f32-35d64e29537e with identifier: 6992189auction110893
2026-03-25 21:36:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ad124fd-25d7-584e-9f32-35d64e29537e with identifier: 6992189auction110893
2026-03-25 21:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ad124fd-25d7-584e-9f32-35d64e29537e with identifier: 6992189auction110893 to the API
2026-03-25 21:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992189>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '6ad124fd-25d7-584e-9f32-35d64e29537e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992189',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 13496,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 Turbo MHEV',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 Turbo MHEV',
'vin': None,
'year': 2025}
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992189auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:23 [ecarstrade.be] INFO: Saving data for 6992189auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280301.4066, 'last_price_update_time': 1774474583.067764}
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992189auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992188> (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-25 21:36:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:23 [ecarstrade.be] INFO: Extracting details for car 6992188auction110893
2026-03-25 21:36:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e20541b-5e6e-5066-940c-b993af9ff5e5 with identifier: 6992188auction110893
2026-03-25 21:36:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e20541b-5e6e-5066-940c-b993af9ff5e5 with scrape type 2
2026-03-25 21:36:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e20541b-5e6e-5066-940c-b993af9ff5e5 with scrape type 2
2026-03-25 21:36:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e20541b-5e6e-5066-940c-b993af9ff5e5, identifier: 6992188auction110893
2026-03-25 21:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e20541b-5e6e-5066-940c-b993af9ff5e5 with identifier: 6992188auction110893
2026-03-25 21:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e20541b-5e6e-5066-940c-b993af9ff5e5 with identifier: 6992188auction110893
2026-03-25 21:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e20541b-5e6e-5066-940c-b993af9ff5e5 with identifier: 6992188auction110893 to the API
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992188>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '9e20541b-5e6e-5066-940c-b993af9ff5e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992188',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Beetle',
'odometer': 182265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Beetle Beetle Design 1.2 TSI BMT 77 kW (105 pk) 6 '
'versnellingen manueel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Design 1.2 TSI BMT 77 kW (105 pk) 6 versnellingen '
'manueel',
'vin': None,
'year': 2018}
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992188auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:23 [ecarstrade.be] INFO: Saving data for 6992188auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280209.635377, 'last_price_update_time': 1774474583.763452}
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992188auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992187> (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-25 21:36:24 [ecarstrade.be] INFO: Extracting details for car 6992187auction110893
2026-03-25 21:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26b92f1c-3200-5659-af1f-af077a80844a with identifier: 6992187auction110893
2026-03-25 21:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26b92f1c-3200-5659-af1f-af077a80844a with scrape type 2
2026-03-25 21:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26b92f1c-3200-5659-af1f-af077a80844a with scrape type 2
2026-03-25 21:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 26b92f1c-3200-5659-af1f-af077a80844a, identifier: 6992187auction110893
2026-03-25 21:36:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 26b92f1c-3200-5659-af1f-af077a80844a with identifier: 6992187auction110893
2026-03-25 21:36:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 26b92f1c-3200-5659-af1f-af077a80844a with identifier: 6992187auction110893
2026-03-25 21:36:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 26b92f1c-3200-5659-af1f-af077a80844a with identifier: 6992187auction110893 to the API
2026-03-25 21:36:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992187>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '26b92f1c-3200-5659-af1f-af077a80844a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992187',
'listing': 'auction',
'location': 'Belgium',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 77418,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 5P/D Ibiza 1.0 TSI Style (EU6.2)',
'transmission': 'manual',
'trim': 'SEAT 5P/D 1.0 TSI Style (EU6.2)',
'vin': None,
'year': 2019}
2026-03-25 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992187auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:24 [ecarstrade.be] INFO: Saving data for 6992187auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280300.757653, 'last_price_update_time': 1774474584.79132}
2026-03-25 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992187auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992186> (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-25 21:36:26 [ecarstrade.be] INFO: Extracting details for car 6992186auction110893
2026-03-25 21:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db699bb7-7d41-5b1c-9cf1-04b3301e0290 with identifier: 6992186auction110893
2026-03-25 21:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db699bb7-7d41-5b1c-9cf1-04b3301e0290 with scrape type 2
2026-03-25 21:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db699bb7-7d41-5b1c-9cf1-04b3301e0290 with scrape type 2
2026-03-25 21:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db699bb7-7d41-5b1c-9cf1-04b3301e0290, identifier: 6992186auction110893
2026-03-25 21:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db699bb7-7d41-5b1c-9cf1-04b3301e0290 with identifier: 6992186auction110893
2026-03-25 21:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db699bb7-7d41-5b1c-9cf1-04b3301e0290 with identifier: 6992186auction110893
2026-03-25 21:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db699bb7-7d41-5b1c-9cf1-04b3301e0290 with identifier: 6992186auction110893 to the API
2026-03-25 21:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:36:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992186>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'db699bb7-7d41-5b1c-9cf1-04b3301e0290',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992186',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A3',
'odometer': 60241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback Audi A3 Ambition Sportback 1.4 TFSI 90(122) '
'kW(ch) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Sportback Ambition Sportback 1.4 TFSI 90(122) kW(ch) S '
'tronic',
'vin': None,
'year': 2014}
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992186auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Saving data for 6992186auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280298.598963, 'last_price_update_time': 1774474587.656204}
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992186auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:27 [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-25 21:36:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992224auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992224auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992224auction110893: 2
2026-03-25 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-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992227auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992227auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992227auction110893: 2
2026-03-25 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-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992229auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992229auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992229auction110893: 2
2026-03-25 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-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992530auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992530auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992530auction110893: 2
2026-03-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992532auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992532auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992532auction110893: 2
2026-03-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992533auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992533auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992533auction110893: 2
2026-03-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992534auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992534auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992534auction110893: 2
2026-03-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992536auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992536auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992536auction110893: 2
2026-03-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992778auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992778auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992778auction110893: 2
2026-03-25 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6992975auction110893
2026-03-25 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992975auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:27 [ecarstrade.be] INFO: Scrape type for 6992975auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6992976auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992976auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6992976auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6992977auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992977auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6992977auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6992978auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992978auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6992978auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6992979auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992979auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6992979auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6992984auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992984auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6992984auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6992985auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992985auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6992985auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6992986auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992986auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6992986auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6993036auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276993036auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6993036auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6993037auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276993037auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6993037auction110893: 2
2026-03-25 21:36:28 [ecarstrade.be] INFO: Found listing with ID: 6993339auction110893
2026-03-25 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276993339auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:28 [ecarstrade.be] INFO: Scrape type for 6993339auction110893: 2
2026-03-25 21:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992185> (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-25 21:36:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:29 [ecarstrade.be] INFO: Extracting details for car 6992185auction110893
2026-03-25 21:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90f4f141-911e-5f75-9532-5d56180ae250 with identifier: 6992185auction110893
2026-03-25 21:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90f4f141-911e-5f75-9532-5d56180ae250 with scrape type 2
2026-03-25 21:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90f4f141-911e-5f75-9532-5d56180ae250 with scrape type 2
2026-03-25 21:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 90f4f141-911e-5f75-9532-5d56180ae250, identifier: 6992185auction110893
2026-03-25 21:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 90f4f141-911e-5f75-9532-5d56180ae250 with identifier: 6992185auction110893
2026-03-25 21:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 90f4f141-911e-5f75-9532-5d56180ae250 with identifier: 6992185auction110893
2026-03-25 21:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 90f4f141-911e-5f75-9532-5d56180ae250 with identifier: 6992185auction110893 to the API
2026-03-25 21:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992185>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '90f4f141-911e-5f75-9532-5d56180ae250',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992185',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 174236,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Tiguan Sound 1.4 TSI ACT 110 kW (150 ch) 6 '
'vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Sound 1.4 TSI ACT 110 kW (150 ch) 6 vitesses manuel',
'vin': None,
'year': 2018}
2026-03-25 21:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992185auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:29 [ecarstrade.be] INFO: Saving data for 6992185auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280210.797963, 'last_price_update_time': 1774474589.975813}
2026-03-25 21:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992185auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991227> (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-25 21:36:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:32 [ecarstrade.be] INFO: Extracting details for car 6991227auction110893
2026-03-25 21:36:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea39f149-2201-5c1d-97bc-3fa16fed4fd9 with identifier: 6991227auction110893
2026-03-25 21:36:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea39f149-2201-5c1d-97bc-3fa16fed4fd9 with scrape type 2
2026-03-25 21:36:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea39f149-2201-5c1d-97bc-3fa16fed4fd9 with scrape type 2
2026-03-25 21:36:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea39f149-2201-5c1d-97bc-3fa16fed4fd9, identifier: 6991227auction110893
2026-03-25 21:36:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea39f149-2201-5c1d-97bc-3fa16fed4fd9 with identifier: 6991227auction110893
2026-03-25 21:36:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea39f149-2201-5c1d-97bc-3fa16fed4fd9 with identifier: 6991227auction110893
2026-03-25 21:36:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea39f149-2201-5c1d-97bc-3fa16fed4fd9 with identifier: 6991227auction110893 to the API
2026-03-25 21:36:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991227>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'ea39f149-2201-5c1d-97bc-3fa16fed4fd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991227',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 72976,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Elegance 1.5 TSI ACT OPF 110 kW (150 ch) 7 '
'vitesses DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Elegance 1.5 TSI ACT OPF 110 kW (150 ch) 7 vitesses DSG',
'vin': None,
'year': 2021}
2026-03-25 21:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991227auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:33 [ecarstrade.be] INFO: Saving data for 6991227auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280297.217913, 'last_price_update_time': 1774474593.126431}
2026-03-25 21:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991227auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992227> (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-25 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-25 21:36:34 [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-25 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-25 21:36:34 [ecarstrade.be] INFO: Extracting details for car 6992227auction110893
2026-03-25 21:36:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47cc8577-5bf1-537f-8200-0128fe3b9659 with identifier: 6992227auction110893
2026-03-25 21:36:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47cc8577-5bf1-537f-8200-0128fe3b9659 with scrape type 2
2026-03-25 21:36:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47cc8577-5bf1-537f-8200-0128fe3b9659 with scrape type 2
2026-03-25 21:36:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47cc8577-5bf1-537f-8200-0128fe3b9659, identifier: 6992227auction110893
2026-03-25 21:36:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:36:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47cc8577-5bf1-537f-8200-0128fe3b9659 with identifier: 6992227auction110893
2026-03-25 21:36:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47cc8577-5bf1-537f-8200-0128fe3b9659 with identifier: 6992227auction110893
2026-03-25 21:36:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47cc8577-5bf1-537f-8200-0128fe3b9659 with identifier: 6992227auction110893 to the API
2026-03-25 21:36:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992227>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '47cc8577-5bf1-537f-8200-0128fe3b9659',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992227',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Scala',
'odometer': 65577,
'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': 'SKODA Scala Scala Clever 1,0 TSI 81 KW 7-speed automat.',
'transmission': 'automatic',
'trim': 'SKODA Clever 1,0 TSI 81 KW 7-speed automat.',
'vin': None,
'year': 2022}
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992227auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Saving data for 6992227auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280266.975319, 'last_price_update_time': 1774474595.192176}
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992227auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6993629auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993629auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6993629auction110893: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6993631auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993631auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6993631auction110893: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6993781auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993781auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6993781auction110893: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6993785auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993785auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6993785auction110893: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6994021auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994021auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6994021auction110893: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6994023auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994023auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6994023auction110893: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6994024auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994024auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6994024auction110893: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6994745auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994745auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6994745auction110893: 0
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6994768auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994768auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6994768auction110893: 0
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6994814auction110893
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994814auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6994814auction110893: 0
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6988574auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988574auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6988574auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6988857auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988857auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6988857auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6988877auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988877auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6988877auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6988860auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988860auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6988860auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6988866auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988866auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6988866auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6988521auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988521auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6988521auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6990054auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990054auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6990054auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6988649auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988649auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6988649auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6990040auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990040auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6990040auction110871: 2
2026-03-25 21:36:35 [ecarstrade.be] INFO: Found listing with ID: 6988871auction110871
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988871auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:35 [ecarstrade.be] INFO: Scrape type for 6988871auction110871: 2
2026-03-25 21:36:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992224> (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-25 21:36:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:35 [ecarstrade.be] INFO: Extracting details for car 6992224auction110893
2026-03-25 21:36:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb4d0097-26e3-56d8-bd86-53034e84f5cb with identifier: 6992224auction110893
2026-03-25 21:36:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb4d0097-26e3-56d8-bd86-53034e84f5cb with scrape type 2
2026-03-25 21:36:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb4d0097-26e3-56d8-bd86-53034e84f5cb with scrape type 2
2026-03-25 21:36:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cb4d0097-26e3-56d8-bd86-53034e84f5cb, identifier: 6992224auction110893
2026-03-25 21:36:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cb4d0097-26e3-56d8-bd86-53034e84f5cb with identifier: 6992224auction110893
2026-03-25 21:36:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cb4d0097-26e3-56d8-bd86-53034e84f5cb with identifier: 6992224auction110893
2026-03-25 21:36:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cb4d0097-26e3-56d8-bd86-53034e84f5cb with identifier: 6992224auction110893 to the API
2026-03-25 21:36:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992224>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'cb4d0097-26e3-56d8-bd86-53034e84f5cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992224',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A3',
'odometer': 81813,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sedan Audi A3 Berline S line 35 TFSI 110(150) kW(ch) S '
'tronic',
'transmission': 'automatic',
'trim': 'AUDI Sedan Berline S line 35 TFSI 110(150) kW(ch) S tronic',
'vin': None,
'year': 2021}
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992224auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:36 [ecarstrade.be] INFO: Saving data for 6992224auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280299.341437, 'last_price_update_time': 1774474596.132418}
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992224auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992229> (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-25 21:36:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:36 [ecarstrade.be] INFO: Extracting details for car 6992229auction110893
2026-03-25 21:36:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2707392a-fa6a-5289-83fe-d57e04aedf3d with identifier: 6992229auction110893
2026-03-25 21:36:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2707392a-fa6a-5289-83fe-d57e04aedf3d with scrape type 2
2026-03-25 21:36:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2707392a-fa6a-5289-83fe-d57e04aedf3d with scrape type 2
2026-03-25 21:36:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2707392a-fa6a-5289-83fe-d57e04aedf3d, identifier: 6992229auction110893
2026-03-25 21:36:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2707392a-fa6a-5289-83fe-d57e04aedf3d with identifier: 6992229auction110893
2026-03-25 21:36:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2707392a-fa6a-5289-83fe-d57e04aedf3d with identifier: 6992229auction110893
2026-03-25 21:36:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2707392a-fa6a-5289-83fe-d57e04aedf3d with identifier: 6992229auction110893 to the API
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992229>
{'auction_title': '',
'c_o_2_emission_value': 187,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '2707392a-fa6a-5289-83fe-d57e04aedf3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992229',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Other',
'odometer': 91102,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-28',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI TTRS Coupé Coupé 2.5 TFSI Quattro TTRS S tronic',
'transmission': 'automatic',
'trim': 'AUDI TTRS Coupé Coupé 2.5 TFSI Quattro TTRS S tronic',
'vin': None,
'year': 2016}
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992229auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:36 [ecarstrade.be] INFO: Saving data for 6992229auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280357.158835, 'last_price_update_time': 1774474596.736649}
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992229auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992530> (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-25 21:36:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:40 [ecarstrade.be] INFO: Extracting details for car 6992530auction110893
2026-03-25 21:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128e089c-a2fc-5ceb-ae8c-6b8d99b1c5b7 with identifier: 6992530auction110893
2026-03-25 21:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128e089c-a2fc-5ceb-ae8c-6b8d99b1c5b7 with scrape type 2
2026-03-25 21:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 128e089c-a2fc-5ceb-ae8c-6b8d99b1c5b7 with scrape type 2
2026-03-25 21:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 128e089c-a2fc-5ceb-ae8c-6b8d99b1c5b7, identifier: 6992530auction110893
2026-03-25 21:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 128e089c-a2fc-5ceb-ae8c-6b8d99b1c5b7 with identifier: 6992530auction110893
2026-03-25 21:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 128e089c-a2fc-5ceb-ae8c-6b8d99b1c5b7 with identifier: 6992530auction110893
2026-03-25 21:36:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 128e089c-a2fc-5ceb-ae8c-6b8d99b1c5b7 with identifier: 6992530auction110893 to the API
2026-03-25 21:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992530>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '128e089c-a2fc-5ceb-ae8c-6b8d99b1c5b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992530',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Laguna',
'odometer': 261584,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-25',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Laguna SW III Phase II Laguna 1.5 dCi ECO2 champion Black '
'Edition FAP',
'transmission': 'manual',
'trim': 'RENAULT SW III Phase II 1.5 dCi ECO2 champion Black Edition FAP',
'vin': None,
'year': 2012}
2026-03-25 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992530auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:41 [ecarstrade.be] INFO: Saving data for 6992530auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280261.523257, 'last_price_update_time': 1774474601.544242}
2026-03-25 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992530auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992532> (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-25 21:36:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:41 [ecarstrade.be] INFO: Extracting details for car 6992532auction110893
2026-03-25 21:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20ea9bf5-b9b0-5c22-ad55-01ef658efcfb with identifier: 6992532auction110893
2026-03-25 21:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20ea9bf5-b9b0-5c22-ad55-01ef658efcfb with scrape type 2
2026-03-25 21:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20ea9bf5-b9b0-5c22-ad55-01ef658efcfb with scrape type 2
2026-03-25 21:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20ea9bf5-b9b0-5c22-ad55-01ef658efcfb, identifier: 6992532auction110893
2026-03-25 21:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20ea9bf5-b9b0-5c22-ad55-01ef658efcfb with identifier: 6992532auction110893
2026-03-25 21:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20ea9bf5-b9b0-5c22-ad55-01ef658efcfb with identifier: 6992532auction110893
2026-03-25 21:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20ea9bf5-b9b0-5c22-ad55-01ef658efcfb with identifier: 6992532auction110893 to the API
2026-03-25 21:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992532>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '20ea9bf5-b9b0-5c22-ad55-01ef658efcfb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992532',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 140',
'odometer': 203158,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz A 140 classic',
'transmission': 'manual',
'trim': '-Benz classic',
'vin': None,
'year': 2002}
2026-03-25 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992532auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:42 [ecarstrade.be] INFO: Saving data for 6992532auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280262.112916, 'last_price_update_time': 1774474602.024991}
2026-03-25 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992532auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992534> (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-25 21:36:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:42 [ecarstrade.be] INFO: Extracting details for car 6992534auction110893
2026-03-25 21:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb04e006-15e2-5038-a3b5-c0bf65540959 with identifier: 6992534auction110893
2026-03-25 21:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb04e006-15e2-5038-a3b5-c0bf65540959 with scrape type 2
2026-03-25 21:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb04e006-15e2-5038-a3b5-c0bf65540959 with scrape type 2
2026-03-25 21:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb04e006-15e2-5038-a3b5-c0bf65540959, identifier: 6992534auction110893
2026-03-25 21:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb04e006-15e2-5038-a3b5-c0bf65540959 with identifier: 6992534auction110893
2026-03-25 21:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb04e006-15e2-5038-a3b5-c0bf65540959 with identifier: 6992534auction110893
2026-03-25 21:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb04e006-15e2-5038-a3b5-c0bf65540959 with identifier: 6992534auction110893 to the API
2026-03-25 21:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992534>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.3L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'bb04e006-15e2-5038-a3b5-c0bf65540959',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992534',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mitsubishi',
'model': 'Outlander',
'odometer': 189387,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-08',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Outlander Outlander 2.2 DI-D Inclass DPF',
'transmission': 'manual',
'trim': 'MITSUBISHI 2.2 DI-D Inclass DPF',
'vin': None,
'year': 2012}
2026-03-25 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992534auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:43 [ecarstrade.be] INFO: Saving data for 6992534auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280263.492116, 'last_price_update_time': 1774474603.602898}
2026-03-25 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992534auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992533> (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-25 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-25 21:36:43 [ecarstrade.be] INFO: Extracting details for car 6992533auction110893
2026-03-25 21:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b10492b-af09-5a81-b09e-c05cbc6e4b4e with identifier: 6992533auction110893
2026-03-25 21:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b10492b-af09-5a81-b09e-c05cbc6e4b4e with scrape type 2
2026-03-25 21:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b10492b-af09-5a81-b09e-c05cbc6e4b4e with scrape type 2
2026-03-25 21:36:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b10492b-af09-5a81-b09e-c05cbc6e4b4e, identifier: 6992533auction110893
2026-03-25 21:36:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b10492b-af09-5a81-b09e-c05cbc6e4b4e with identifier: 6992533auction110893
2026-03-25 21:36:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b10492b-af09-5a81-b09e-c05cbc6e4b4e with identifier: 6992533auction110893
2026-03-25 21:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b10492b-af09-5a81-b09e-c05cbc6e4b4e with identifier: 6992533auction110893 to the API
2026-03-25 21:36:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992533>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '7b10492b-af09-5a81-b09e-c05cbc6e4b4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992533',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Corsa',
'odometer': 108814,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa Corsa 1.2 Turbo Elegance S/S (EU6AP)',
'transmission': 'manual',
'trim': 'OPEL 1.2 Turbo Elegance S/S (EU6AP)',
'vin': None,
'year': 2021}
2026-03-25 21:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992533auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:44 [ecarstrade.be] INFO: Saving data for 6992533auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280262.853785, 'last_price_update_time': 1774474604.100367}
2026-03-25 21:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992533auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992778> (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-25 21:36:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:47 [ecarstrade.be] INFO: Extracting details for car 6992778auction110893
2026-03-25 21:36:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 792425bd-b439-5ea5-b789-f85a15a50fed with identifier: 6992778auction110893
2026-03-25 21:36:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 792425bd-b439-5ea5-b789-f85a15a50fed with scrape type 2
2026-03-25 21:36:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 792425bd-b439-5ea5-b789-f85a15a50fed with scrape type 2
2026-03-25 21:36:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 792425bd-b439-5ea5-b789-f85a15a50fed, identifier: 6992778auction110893
2026-03-25 21:36:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 792425bd-b439-5ea5-b789-f85a15a50fed with identifier: 6992778auction110893
2026-03-25 21:36:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 792425bd-b439-5ea5-b789-f85a15a50fed with identifier: 6992778auction110893
2026-03-25 21:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 792425bd-b439-5ea5-b789-f85a15a50fed with identifier: 6992778auction110893 to the API
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992778>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '792425bd-b439-5ea5-b789-f85a15a50fed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992778',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': '500X',
'odometer': 140570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'FIAT 500X 1.3 FireFly T4 Cross DCT',
'transmission': 'automatic',
'trim': 'FIAT 1.3 FireFly T4 Cross DCT',
'vin': None,
'year': 2019}
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992778auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:48 [ecarstrade.be] INFO: Saving data for 6992778auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280232.646691, 'last_price_update_time': 1774474608.18376}
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992778auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992975> (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-25 21:36:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:48 [ecarstrade.be] INFO: Extracting details for car 6992975auction110893
2026-03-25 21:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d36a3d99-9895-5df1-9adc-d00a208b1f87 with identifier: 6992975auction110893
2026-03-25 21:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d36a3d99-9895-5df1-9adc-d00a208b1f87 with scrape type 2
2026-03-25 21:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d36a3d99-9895-5df1-9adc-d00a208b1f87 with scrape type 2
2026-03-25 21:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d36a3d99-9895-5df1-9adc-d00a208b1f87, identifier: 6992975auction110893
2026-03-25 21:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d36a3d99-9895-5df1-9adc-d00a208b1f87 with identifier: 6992975auction110893
2026-03-25 21:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d36a3d99-9895-5df1-9adc-d00a208b1f87 with identifier: 6992975auction110893
2026-03-25 21:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d36a3d99-9895-5df1-9adc-d00a208b1f87 with identifier: 6992975auction110893 to the API
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992975>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'd36a3d99-9895-5df1-9adc-d00a208b1f87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992975',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 173116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-02-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Touran Touran 2.0 CR TDi Highline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 CR TDi Highline',
'vin': None,
'year': 2013}
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992975auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:48 [ecarstrade.be] INFO: Saving data for 6992975auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280264.11233, 'last_price_update_time': 1774474608.660184}
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992975auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991613> (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-25 21:36:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:49 [ecarstrade.be] INFO: Extracting details for car 6991613auction110893
2026-03-25 21:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df3d012-3af4-57cd-a777-1ce3eed569b8 with identifier: 6991613auction110893
2026-03-25 21:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df3d012-3af4-57cd-a777-1ce3eed569b8 with scrape type 2
2026-03-25 21:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df3d012-3af4-57cd-a777-1ce3eed569b8 with scrape type 2
2026-03-25 21:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9df3d012-3af4-57cd-a777-1ce3eed569b8, identifier: 6991613auction110893
2026-03-25 21:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9df3d012-3af4-57cd-a777-1ce3eed569b8 with identifier: 6991613auction110893
2026-03-25 21:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9df3d012-3af4-57cd-a777-1ce3eed569b8 with identifier: 6991613auction110893
2026-03-25 21:36:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9df3d012-3af4-57cd-a777-1ce3eed569b8 with identifier: 6991613auction110893 to the API
2026-03-25 21:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991613>
{'auction_title': '',
'c_o_2_emission_value': 185,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': '9df3d012-3af4-57cd-a777-1ce3eed569b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991613',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Transit',
'odometer': 67677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-29',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 2T 350M Fou Mwb Hr Transit 2.0 TDCi L2H2 RWD Ambiente',
'transmission': 'manual',
'trim': 'FORD 2T 350M Fou Mwb Hr 2.0 TDCi L2H2 RWD Ambiente',
'vin': None,
'year': 2021}
2026-03-25 21:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991613auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:49 [ecarstrade.be] INFO: Saving data for 6991613auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280210.159699, 'last_price_update_time': 1774474609.835922}
2026-03-25 21:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991613auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991145> (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-25 21:36:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:49 [ecarstrade.be] INFO: Extracting details for car 6991145auction110893
2026-03-25 21:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70184f41-9f46-56ae-b063-f517b73b5505 with identifier: 6991145auction110893
2026-03-25 21:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70184f41-9f46-56ae-b063-f517b73b5505 with scrape type 2
2026-03-25 21:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70184f41-9f46-56ae-b063-f517b73b5505 with scrape type 2
2026-03-25 21:36:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70184f41-9f46-56ae-b063-f517b73b5505, identifier: 6991145auction110893
2026-03-25 21:36:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70184f41-9f46-56ae-b063-f517b73b5505 with identifier: 6991145auction110893
2026-03-25 21:36:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70184f41-9f46-56ae-b063-f517b73b5505 with identifier: 6991145auction110893
2026-03-25 21:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70184f41-9f46-56ae-b063-f517b73b5505 with identifier: 6991145auction110893 to the API
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991145>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '70184f41-9f46-56ae-b063-f517b73b5505',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991145',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 70000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc T-Roc Life Business 1.0 TSI OPF 81 kW (110 ch) 6 '
'vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Life Business 1.0 TSI OPF 81 kW (110 ch) 6 vitesses '
'manuel',
'vin': None,
'year': 2022}
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991145auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:50 [ecarstrade.be] INFO: Saving data for 6991145auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280322.317525, 'last_price_update_time': 1774474610.31224}
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991145auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993339> (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-25 21:36:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:50 [ecarstrade.be] INFO: Extracting details for car 6993339auction110893
2026-03-25 21:36:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 569f91dd-e174-52da-ab72-91a12ed90de7 with identifier: 6993339auction110893
2026-03-25 21:36:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 569f91dd-e174-52da-ab72-91a12ed90de7 with scrape type 2
2026-03-25 21:36:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 569f91dd-e174-52da-ab72-91a12ed90de7 with scrape type 2
2026-03-25 21:36:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 569f91dd-e174-52da-ab72-91a12ed90de7, identifier: 6993339auction110893
2026-03-25 21:36:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 569f91dd-e174-52da-ab72-91a12ed90de7 with identifier: 6993339auction110893
2026-03-25 21:36:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 569f91dd-e174-52da-ab72-91a12ed90de7 with identifier: 6993339auction110893
2026-03-25 21:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 569f91dd-e174-52da-ab72-91a12ed90de7 with identifier: 6993339auction110893 to the API
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993339>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '569f91dd-e174-52da-ab72-91a12ed90de7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993339',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '208',
'odometer': 122590,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2i Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2i Active',
'vin': None,
'year': 2013}
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993339auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:50 [ecarstrade.be] INFO: Saving data for 6993339auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280235.264764, 'last_price_update_time': 1774474610.817511}
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993339auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992536> (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-25 21:36:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:53 [ecarstrade.be] INFO: Extracting details for car 6992536auction110893
2026-03-25 21:36:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77c29509-c219-5b8a-81c9-8b609868e940 with identifier: 6992536auction110893
2026-03-25 21:36:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77c29509-c219-5b8a-81c9-8b609868e940 with scrape type 2
2026-03-25 21:36:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77c29509-c219-5b8a-81c9-8b609868e940 with scrape type 2
2026-03-25 21:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77c29509-c219-5b8a-81c9-8b609868e940, identifier: 6992536auction110893
2026-03-25 21:36:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77c29509-c219-5b8a-81c9-8b609868e940 with identifier: 6992536auction110893
2026-03-25 21:36:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77c29509-c219-5b8a-81c9-8b609868e940 with identifier: 6992536auction110893
2026-03-25 21:36:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77c29509-c219-5b8a-81c9-8b609868e940 with identifier: 6992536auction110893 to the API
2026-03-25 21:36:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992536>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 3',
'engine': '2.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': '77c29509-c219-5b8a-81c9-8b609868e940',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992536',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C8',
'odometer': 194241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C8 monovolume',
'transmission': 'manual',
'trim': 'monovolume',
'vin': None,
'year': 2006}
2026-03-25 21:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992536auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:53 [ecarstrade.be] INFO: Saving data for 6992536auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280356.244994, 'last_price_update_time': 1774474613.500085}
2026-03-25 21:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992536auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993036> (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-25 21:36:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:54 [ecarstrade.be] INFO: Extracting details for car 6993036auction110893
2026-03-25 21:36:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ece17c6b-2e8b-539d-a5a2-6b58b3384930 with identifier: 6993036auction110893
2026-03-25 21:36:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ece17c6b-2e8b-539d-a5a2-6b58b3384930 with scrape type 2
2026-03-25 21:36:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ece17c6b-2e8b-539d-a5a2-6b58b3384930 with scrape type 2
2026-03-25 21:36:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ece17c6b-2e8b-539d-a5a2-6b58b3384930, identifier: 6993036auction110893
2026-03-25 21:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ece17c6b-2e8b-539d-a5a2-6b58b3384930 with identifier: 6993036auction110893
2026-03-25 21:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ece17c6b-2e8b-539d-a5a2-6b58b3384930 with identifier: 6993036auction110893
2026-03-25 21:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ece17c6b-2e8b-539d-a5a2-6b58b3384930 with identifier: 6993036auction110893 to the API
2026-03-25 21:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993036>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.7L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'ece17c6b-2e8b-539d-a5a2-6b58b3384930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993036',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Astra',
'odometer': 214788,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-21',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Astra 1.7 CDTi ecoFLEX Cosmo Start&Stop DPF',
'transmission': 'manual',
'trim': 'OPEL 1.7 CDTi ecoFLEX Cosmo Start&Stop DPF',
'vin': None,
'year': 2012}
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993036auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:56 [ecarstrade.be] INFO: Saving data for 6993036auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280236.678492, 'last_price_update_time': 1774474616.153719}
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993036auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992986> (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-25 21:36:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988871> (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-25 21:36:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990040> (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-25 21:36:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:56 [ecarstrade.be] INFO: Extracting details for car 6992986auction110893
2026-03-25 21:36:56 [ecarstrade.be] INFO: Extracting details for car 6988871auction110871
2026-03-25 21:36:56 [ecarstrade.be] INFO: Extracting details for car 6990040auction110871
2026-03-25 21:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5bf548c-5743-59ee-a697-55c3ac0e4e7e with identifier: 6992986auction110893
2026-03-25 21:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bf548c-5743-59ee-a697-55c3ac0e4e7e with scrape type 2
2026-03-25 21:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5bf548c-5743-59ee-a697-55c3ac0e4e7e with scrape type 2
2026-03-25 21:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5bf548c-5743-59ee-a697-55c3ac0e4e7e, identifier: 6992986auction110893
2026-03-25 21:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9820600-28df-559e-80c4-511ebd82db54 with identifier: 6988871auction110871
2026-03-25 21:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9820600-28df-559e-80c4-511ebd82db54 with scrape type 2
2026-03-25 21:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9820600-28df-559e-80c4-511ebd82db54 with scrape type 2
2026-03-25 21:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9820600-28df-559e-80c4-511ebd82db54, identifier: 6988871auction110871
2026-03-25 21:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17147388-539a-5f4b-b17a-ef252406dbc7 with identifier: 6990040auction110871
2026-03-25 21:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17147388-539a-5f4b-b17a-ef252406dbc7 with scrape type 2
2026-03-25 21:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17147388-539a-5f4b-b17a-ef252406dbc7 with scrape type 2
2026-03-25 21:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17147388-539a-5f4b-b17a-ef252406dbc7, identifier: 6990040auction110871
2026-03-25 21:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5bf548c-5743-59ee-a697-55c3ac0e4e7e with identifier: 6992986auction110893
2026-03-25 21:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5bf548c-5743-59ee-a697-55c3ac0e4e7e with identifier: 6992986auction110893
2026-03-25 21:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5bf548c-5743-59ee-a697-55c3ac0e4e7e with identifier: 6992986auction110893 to the API
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992986>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'd5bf548c-5743-59ee-a697-55c3ac0e4e7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992986',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 114879,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A 180 180',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ 180',
'vin': None,
'year': 2015}
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992986auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:36:56 [ecarstrade.be] INFO: Saving data for 6992986auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280451.549203, 'last_price_update_time': 1774474616.87233}
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992986auction110893') HTTP/1.1" 204 0
2026-03-25 21:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9820600-28df-559e-80c4-511ebd82db54 with identifier: 6988871auction110871
2026-03-25 21:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9820600-28df-559e-80c4-511ebd82db54 with identifier: 6988871auction110871
2026-03-25 21:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9820600-28df-559e-80c4-511ebd82db54 with identifier: 6988871auction110871 to the API
2026-03-25 21:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988871>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c9820600-28df-559e-80c4-511ebd82db54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988871',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 26765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV 4WD SHINE AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI TUCSON 1.6 T-GDI PHEV 4WD SHINE AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988871auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:57 [ecarstrade.be] INFO: Saving data for 6988871auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044482.352373, 'last_price_update_time': 1774474617.143064}
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988871auction110871') HTTP/1.1" 204 0
2026-03-25 21:36:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17147388-539a-5f4b-b17a-ef252406dbc7 with identifier: 6990040auction110871
2026-03-25 21:36:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:36:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17147388-539a-5f4b-b17a-ef252406dbc7 with identifier: 6990040auction110871
2026-03-25 21:36:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17147388-539a-5f4b-b17a-ef252406dbc7 with identifier: 6990040auction110871 to the API
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990040>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO G',
'engine': '2.3L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '17147388-539a-5f4b-b17a-ef252406dbc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990040',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Master',
'odometer': 48632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-25',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER 2.3 DCI 180 E. BL. G CONFORT L3H2 35 AMT',
'transmission': 'automatic',
'trim': 'RENAULT MASTER 2.3 DCI 180 E. BL. G CONFORT L3H2 35 AMT',
'vin': None,
'year': 2023}
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990040auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:57 [ecarstrade.be] INFO: Saving data for 6990040auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044477.612076, 'last_price_update_time': 1774474617.501289}
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990040auction110871') HTTP/1.1" 204 0
2026-03-25 21:36:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988649> (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-25 21:36:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:58 [ecarstrade.be] INFO: Extracting details for car 6988649auction110871
2026-03-25 21:36:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e21fdb26-7c46-5a51-9c16-81f44d25e52a with identifier: 6988649auction110871
2026-03-25 21:36:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e21fdb26-7c46-5a51-9c16-81f44d25e52a with scrape type 2
2026-03-25 21:36:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e21fdb26-7c46-5a51-9c16-81f44d25e52a with scrape type 2
2026-03-25 21:36:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e21fdb26-7c46-5a51-9c16-81f44d25e52a, identifier: 6988649auction110871
2026-03-25 21:36:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e21fdb26-7c46-5a51-9c16-81f44d25e52a with identifier: 6988649auction110871
2026-03-25 21:36:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e21fdb26-7c46-5a51-9c16-81f44d25e52a with identifier: 6988649auction110871
2026-03-25 21:36:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e21fdb26-7c46-5a51-9c16-81f44d25e52a with identifier: 6988649auction110871 to the API
2026-03-25 21:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:36: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-25 21:36:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988649>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO D',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e21fdb26-7c46-5a51-9c16-81f44d25e52a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988649',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 64765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-19',
'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': 2023}
2026-03-25 21:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988649auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:36:58 [ecarstrade.be] INFO: Saving data for 6988649auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044482.822938, 'last_price_update_time': 1774474618.488586}
2026-03-25 21:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988649auction110871') HTTP/1.1" 204 0
2026-03-25 21:36:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990054> (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-25 21:36:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:36:59 [ecarstrade.be] INFO: Extracting details for car 6990054auction110871
2026-03-25 21:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f301c4e-fd39-5acf-b5ba-32b61d7952ee with identifier: 6990054auction110871
2026-03-25 21:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f301c4e-fd39-5acf-b5ba-32b61d7952ee with scrape type 2
2026-03-25 21:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f301c4e-fd39-5acf-b5ba-32b61d7952ee with scrape type 2
2026-03-25 21:37:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f301c4e-fd39-5acf-b5ba-32b61d7952ee, identifier: 6990054auction110871
2026-03-25 21:37:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f301c4e-fd39-5acf-b5ba-32b61d7952ee with identifier: 6990054auction110871
2026-03-25 21:37:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f301c4e-fd39-5acf-b5ba-32b61d7952ee with identifier: 6990054auction110871
2026-03-25 21:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f301c4e-fd39-5acf-b5ba-32b61d7952ee with identifier: 6990054auction110871 to the API
2026-03-25 21:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990054>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '3f301c4e-fd39-5acf-b5ba-32b61d7952ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990054',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 48189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-13',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 2.5 HEV DYNAMIC PLUS CVT',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 2.5 HEV DYNAMIC PLUS CVT',
'vin': None,
'year': 2023}
2026-03-25 21:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990054auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:00 [ecarstrade.be] INFO: Saving data for 6990054auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044490.671097, 'last_price_update_time': 1774474620.394378}
2026-03-25 21:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990054auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988521> (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-25 21:37:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:02 [ecarstrade.be] INFO: Extracting details for car 6988521auction110871
2026-03-25 21:37:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f00f812-d6b1-57f2-af1b-5c5254280b47 with identifier: 6988521auction110871
2026-03-25 21:37:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f00f812-d6b1-57f2-af1b-5c5254280b47 with scrape type 2
2026-03-25 21:37:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f00f812-d6b1-57f2-af1b-5c5254280b47 with scrape type 2
2026-03-25 21:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f00f812-d6b1-57f2-af1b-5c5254280b47, identifier: 6988521auction110871
2026-03-25 21:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f00f812-d6b1-57f2-af1b-5c5254280b47 with identifier: 6988521auction110871
2026-03-25 21:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f00f812-d6b1-57f2-af1b-5c5254280b47 with identifier: 6988521auction110871
2026-03-25 21:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f00f812-d6b1-57f2-af1b-5c5254280b47 with identifier: 6988521auction110871 to the API
2026-03-25 21:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988521>
{'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-26T09:10:00Z',
'fuel_type': 'Electric',
'id': '1f00f812-d6b1-57f2-af1b-5c5254280b47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988521',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQB',
'odometer': 50513,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB BEV 67KWH EQB 250 BUSINESS LINE AUTO',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ BEV 67KWH 250 BUSINESS LINE AUTO',
'vin': None,
'year': 2023}
2026-03-25 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988521auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:03 [ecarstrade.be] INFO: Saving data for 6988521auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044491.729149, 'last_price_update_time': 1774474623.220611}
2026-03-25 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988521auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988866> (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-25 21:37:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988877> (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-25 21:37:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988860> (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-25 21:37:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:03 [ecarstrade.be] INFO: Extracting details for car 6988866auction110871
2026-03-25 21:37:03 [ecarstrade.be] INFO: Extracting details for car 6988877auction110871
2026-03-25 21:37:03 [ecarstrade.be] INFO: Extracting details for car 6988860auction110871
2026-03-25 21:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc6057b0-e0e1-5849-977e-280618b1b5ff with identifier: 6988866auction110871
2026-03-25 21:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc6057b0-e0e1-5849-977e-280618b1b5ff with scrape type 2
2026-03-25 21:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc6057b0-e0e1-5849-977e-280618b1b5ff with scrape type 2
2026-03-25 21:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc6057b0-e0e1-5849-977e-280618b1b5ff, identifier: 6988866auction110871
2026-03-25 21:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38fddf2a-36f1-50db-94bc-790bfd286237 with identifier: 6988877auction110871
2026-03-25 21:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38fddf2a-36f1-50db-94bc-790bfd286237 with scrape type 2
2026-03-25 21:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38fddf2a-36f1-50db-94bc-790bfd286237 with scrape type 2
2026-03-25 21:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38fddf2a-36f1-50db-94bc-790bfd286237, identifier: 6988877auction110871
2026-03-25 21:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4be3230f-0d02-5ddf-86aa-8637cd18f878 with identifier: 6988860auction110871
2026-03-25 21:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4be3230f-0d02-5ddf-86aa-8637cd18f878 with scrape type 2
2026-03-25 21:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4be3230f-0d02-5ddf-86aa-8637cd18f878 with scrape type 2
2026-03-25 21:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4be3230f-0d02-5ddf-86aa-8637cd18f878, identifier: 6988860auction110871
2026-03-25 21:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc6057b0-e0e1-5849-977e-280618b1b5ff with identifier: 6988866auction110871
2026-03-25 21:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc6057b0-e0e1-5849-977e-280618b1b5ff with identifier: 6988866auction110871
2026-03-25 21:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc6057b0-e0e1-5849-977e-280618b1b5ff with identifier: 6988866auction110871 to the API
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988866>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'bc6057b0-e0e1-5849-977e-280618b1b5ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988866',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 13965,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'FORD S-MAX 2.5I HEV 140KW AUTO VIGNALE',
'transmission': 'automatic',
'trim': 'FORD S-MAX 2.5I HEV 140KW AUTO VIGNALE',
'vin': None,
'year': 2023}
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988866auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:04 [ecarstrade.be] INFO: Saving data for 6988866auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044487.061846, 'last_price_update_time': 1774474624.395334}
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988866auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38fddf2a-36f1-50db-94bc-790bfd286237 with identifier: 6988877auction110871
2026-03-25 21:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38fddf2a-36f1-50db-94bc-790bfd286237 with identifier: 6988877auction110871
2026-03-25 21:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38fddf2a-36f1-50db-94bc-790bfd286237 with identifier: 6988877auction110871 to the API
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988877>
{'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-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '38fddf2a-36f1-50db-94bc-790bfd286237',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988877',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 24565,
'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': 'MERCEDES-BENZ C-CLASS BERLINE 2.0 C 300 E PHEV AUTO LUXURY LINE',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-CLASS BERLINE 2.0 E PHEV AUTO LUXURY LINE',
'vin': None,
'year': 2022}
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988877auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:04 [ecarstrade.be] INFO: Saving data for 6988877auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044494.296267, 'last_price_update_time': 1774474624.676893}
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988877auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4be3230f-0d02-5ddf-86aa-8637cd18f878 with identifier: 6988860auction110871
2026-03-25 21:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4be3230f-0d02-5ddf-86aa-8637cd18f878 with identifier: 6988860auction110871
2026-03-25 21:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4be3230f-0d02-5ddf-86aa-8637cd18f878 with identifier: 6988860auction110871 to the API
2026-03-25 21:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988860>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4be3230f-0d02-5ddf-86aa-8637cd18f878',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988860',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Cupra',
'model': 'Leon',
'odometer': 97,
'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': 'CUPRA LEON 1.4 PHEV E-HYBRID 150KW DSG',
'transmission': 'automatic',
'trim': 'CUPRA LEON 1.4 PHEV E-HYBRID 150KW DSG',
'vin': None,
'year': 2024}
2026-03-25 21:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988860auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:05 [ecarstrade.be] INFO: Saving data for 6988860auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044487.700075, 'last_price_update_time': 1774474625.089907}
2026-03-25 21:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988860auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988857> (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-25 21:37:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:06 [ecarstrade.be] INFO: Extracting details for car 6988857auction110871
2026-03-25 21:37:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8d8acb0-b8ff-50cf-b5b2-45e900759f8c with identifier: 6988857auction110871
2026-03-25 21:37:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8d8acb0-b8ff-50cf-b5b2-45e900759f8c with scrape type 2
2026-03-25 21:37:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8d8acb0-b8ff-50cf-b5b2-45e900759f8c with scrape type 2
2026-03-25 21:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8d8acb0-b8ff-50cf-b5b2-45e900759f8c, identifier: 6988857auction110871
2026-03-25 21:37:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8d8acb0-b8ff-50cf-b5b2-45e900759f8c with identifier: 6988857auction110871
2026-03-25 21:37:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8d8acb0-b8ff-50cf-b5b2-45e900759f8c with identifier: 6988857auction110871
2026-03-25 21:37:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8d8acb0-b8ff-50cf-b5b2-45e900759f8c with identifier: 6988857auction110871 to the API
2026-03-25 21:37:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988857>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a8d8acb0-b8ff-50cf-b5b2-45e900759f8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988857',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X4',
'odometer': 46934,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X4 2.0 XDRIVE20D 140KW AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 XDRIVE20D 140KW AUTO 4WD',
'vin': None,
'year': 2021}
2026-03-25 21:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988857auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:06 [ecarstrade.be] INFO: Saving data for 6988857auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044486.694667, 'last_price_update_time': 1774474626.592405}
2026-03-25 21:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988857auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:06 [scrapy.extensions.logstats] INFO: Crawled 178 pages (at 41 pages/min), scraped 151 items (at 39 items/min)
2026-03-25 21:37:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 295MiB
2026-03-25 21:37:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988574> (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-25 21:37:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:06 [ecarstrade.be] INFO: Extracting details for car 6988574auction110871
2026-03-25 21:37:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bf9516b-88d1-5dc6-849c-8dc9f458badb with identifier: 6988574auction110871
2026-03-25 21:37:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bf9516b-88d1-5dc6-849c-8dc9f458badb with scrape type 2
2026-03-25 21:37:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bf9516b-88d1-5dc6-849c-8dc9f458badb with scrape type 2
2026-03-25 21:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bf9516b-88d1-5dc6-849c-8dc9f458badb, identifier: 6988574auction110871
2026-03-25 21:37:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bf9516b-88d1-5dc6-849c-8dc9f458badb with identifier: 6988574auction110871
2026-03-25 21:37:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bf9516b-88d1-5dc6-849c-8dc9f458badb with identifier: 6988574auction110871
2026-03-25 21:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bf9516b-88d1-5dc6-849c-8dc9f458badb with identifier: 6988574auction110871 to the API
2026-03-25 21:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988574>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5bf9516b-88d1-5dc6-849c-8dc9f458badb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988574',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A7',
'odometer': 95522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A7 SPORTBACK DIESEL - 2018 40 TDi S tronic',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2018 40 TDi S tronic',
'vin': None,
'year': 2021}
2026-03-25 21:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988574auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:07 [ecarstrade.be] INFO: Saving data for 6988574auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044486.353171, 'last_price_update_time': 1774474627.224402}
2026-03-25 21:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988574auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994024> (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-25 21:37:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:09 [ecarstrade.be] INFO: Extracting details for car 6994024auction110893
2026-03-25 21:37:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14e4dcd4-030c-5682-a6f7-b9ac1e2fbbe9 with identifier: 6994024auction110893
2026-03-25 21:37:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14e4dcd4-030c-5682-a6f7-b9ac1e2fbbe9 with scrape type 2
2026-03-25 21:37:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14e4dcd4-030c-5682-a6f7-b9ac1e2fbbe9 with scrape type 2
2026-03-25 21:37:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14e4dcd4-030c-5682-a6f7-b9ac1e2fbbe9, identifier: 6994024auction110893
2026-03-25 21:37:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14e4dcd4-030c-5682-a6f7-b9ac1e2fbbe9 with identifier: 6994024auction110893
2026-03-25 21:37:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14e4dcd4-030c-5682-a6f7-b9ac1e2fbbe9 with identifier: 6994024auction110893
2026-03-25 21:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14e4dcd4-030c-5682-a6f7-b9ac1e2fbbe9 with identifier: 6994024auction110893 to the API
2026-03-25 21:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994024>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '14e4dcd4-030c-5682-a6f7-b9ac1e2fbbe9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994024',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 93797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII SW Golf Variant JOIN 1.0 TSI 85 kW (115 ch) 6 '
'vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VII SW Variant JOIN 1.0 TSI 85 kW (115 ch) 6 vitesses '
'manuel',
'vin': None,
'year': 2019}
2026-03-25 21:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994024auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:10 [ecarstrade.be] INFO: Saving data for 6994024auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774285592.352786, 'last_price_update_time': 1774474630.016028}
2026-03-25 21:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994024auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993785> (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-25 21:37:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:11 [ecarstrade.be] INFO: Extracting details for car 6993785auction110893
2026-03-25 21:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e8a117a-4b87-554d-9058-87fae56f7042 with identifier: 6993785auction110893
2026-03-25 21:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e8a117a-4b87-554d-9058-87fae56f7042 with scrape type 2
2026-03-25 21:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e8a117a-4b87-554d-9058-87fae56f7042 with scrape type 2
2026-03-25 21:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e8a117a-4b87-554d-9058-87fae56f7042, identifier: 6993785auction110893
2026-03-25 21:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e8a117a-4b87-554d-9058-87fae56f7042 with identifier: 6993785auction110893
2026-03-25 21:37:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e8a117a-4b87-554d-9058-87fae56f7042 with identifier: 6993785auction110893
2026-03-25 21:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e8a117a-4b87-554d-9058-87fae56f7042 with identifier: 6993785auction110893 to the API
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993785>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': '1e8a117a-4b87-554d-9058-87fae56f7042',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993785',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 103883,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII Golf Highline 1.6 TDI BlueMotion Technology 77 '
'kW (105 pk) 5 versnellingen manueel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VII Highline 1.6 TDI BlueMotion Technology 77 kW (105 '
'pk) 5 versnellingen manueel',
'vin': None,
'year': 2015}
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993785auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:11 [ecarstrade.be] INFO: Saving data for 6993785auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774285592.018804, 'last_price_update_time': 1774474631.443013}
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993785auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994023> (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-25 21:37:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994021> (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-25 21:37:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:11 [ecarstrade.be] INFO: Extracting details for car 6994023auction110893
2026-03-25 21:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88fc0382-a7cb-5419-b53f-a984c8e36ea4 with identifier: 6994023auction110893
2026-03-25 21:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88fc0382-a7cb-5419-b53f-a984c8e36ea4 with scrape type 2
2026-03-25 21:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88fc0382-a7cb-5419-b53f-a984c8e36ea4 with scrape type 2
2026-03-25 21:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88fc0382-a7cb-5419-b53f-a984c8e36ea4, identifier: 6994023auction110893
2026-03-25 21:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88fc0382-a7cb-5419-b53f-a984c8e36ea4 with identifier: 6994023auction110893
2026-03-25 21:37:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88fc0382-a7cb-5419-b53f-a984c8e36ea4 with identifier: 6994023auction110893
2026-03-25 21:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88fc0382-a7cb-5419-b53f-a984c8e36ea4 with identifier: 6994023auction110893 to the API
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994023>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '88fc0382-a7cb-5419-b53f-a984c8e36ea4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994023',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Eos',
'odometer': 136348,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-19',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN EOS Eos 1.4 TSI BlueMotion Technology 90 kW (122 ch) 6 '
'vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN EOS 1.4 TSI BlueMotion Technology 90 kW (122 ch) 6 '
'vitesses manuel',
'vin': None,
'year': 2014}
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994023auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:11 [ecarstrade.be] INFO: Saving data for 6994023auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774285591.375423, 'last_price_update_time': 1774474631.936089}
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994023auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:11 [ecarstrade.be] INFO: Extracting details for car 6994021auction110893
2026-03-25 21:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c90ef77-5636-5428-83ab-7043dda283bd with identifier: 6994021auction110893
2026-03-25 21:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c90ef77-5636-5428-83ab-7043dda283bd with scrape type 2
2026-03-25 21:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c90ef77-5636-5428-83ab-7043dda283bd with scrape type 2
2026-03-25 21:37:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c90ef77-5636-5428-83ab-7043dda283bd, identifier: 6994021auction110893
2026-03-25 21:37:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c90ef77-5636-5428-83ab-7043dda283bd with identifier: 6994021auction110893
2026-03-25 21:37:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c90ef77-5636-5428-83ab-7043dda283bd with identifier: 6994021auction110893
2026-03-25 21:37:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c90ef77-5636-5428-83ab-7043dda283bd with identifier: 6994021auction110893 to the API
2026-03-25 21:37:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994021>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': '4c90ef77-5636-5428-83ab-7043dda283bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994021',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': '500',
'odometer': 210304,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-05-25',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 1.3 Multijet Sport Stop & Start',
'transmission': 'manual',
'trim': 'FIAT 1.3 Multijet Sport Stop & Start',
'vin': None,
'year': 2010}
2026-03-25 21:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994021auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:12 [ecarstrade.be] INFO: Saving data for 6994021auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774285589.767599, 'last_price_update_time': 1774474632.342085}
2026-03-25 21:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994021auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993781> (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-25 21:37:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:13 [ecarstrade.be] INFO: Extracting details for car 6993781auction110893
2026-03-25 21:37:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 656735f1-6b97-599b-aaeb-2ca6c7d8e855 with identifier: 6993781auction110893
2026-03-25 21:37:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 656735f1-6b97-599b-aaeb-2ca6c7d8e855 with scrape type 2
2026-03-25 21:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 656735f1-6b97-599b-aaeb-2ca6c7d8e855 with scrape type 2
2026-03-25 21:37:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 656735f1-6b97-599b-aaeb-2ca6c7d8e855, identifier: 6993781auction110893
2026-03-25 21:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 656735f1-6b97-599b-aaeb-2ca6c7d8e855 with identifier: 6993781auction110893
2026-03-25 21:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 656735f1-6b97-599b-aaeb-2ca6c7d8e855 with identifier: 6993781auction110893
2026-03-25 21:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 656735f1-6b97-599b-aaeb-2ca6c7d8e855 with identifier: 6993781auction110893 to the API
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993781>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Electric',
'id': '656735f1-6b97-599b-aaeb-2ca6c7d8e855',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993781',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 46126,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 e-tron e-Tron 82 kWh 40 Attraction',
'transmission': 'automatic',
'trim': 'AUDI e-Tron 82 kWh 40 Attraction',
'vin': None,
'year': 2023}
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993781auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:13 [ecarstrade.be] INFO: Saving data for 6993781auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774285451.615283, 'last_price_update_time': 1774474633.411157}
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993781auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991217> (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-25 21:37:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:13 [ecarstrade.be] INFO: Extracting details for car 6991217auction110893
2026-03-25 21:37:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 136aaf70-9218-5f65-9490-b12b2a38aad2 with identifier: 6991217auction110893
2026-03-25 21:37:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 136aaf70-9218-5f65-9490-b12b2a38aad2 with scrape type 2
2026-03-25 21:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 136aaf70-9218-5f65-9490-b12b2a38aad2 with scrape type 2
2026-03-25 21:37:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 136aaf70-9218-5f65-9490-b12b2a38aad2, identifier: 6991217auction110893
2026-03-25 21:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 136aaf70-9218-5f65-9490-b12b2a38aad2 with identifier: 6991217auction110893
2026-03-25 21:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 136aaf70-9218-5f65-9490-b12b2a38aad2 with identifier: 6991217auction110893
2026-03-25 21:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 136aaf70-9218-5f65-9490-b12b2a38aad2 with identifier: 6991217auction110893 to the API
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991217>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 6,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '136aaf70-9218-5f65-9490-b12b2a38aad2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991217',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mini',
'model': 'Cooper S',
'odometer': 118018,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'MINI Mini Clubman (F54) Mini Clubman 2.0 Cooper S',
'transmission': 'manual',
'trim': 'MINI Clubman (F54) Clubman 2.0',
'vin': None,
'year': 2015}
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991217auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:13 [ecarstrade.be] INFO: Saving data for 6991217auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280321.625665, 'last_price_update_time': 1774474633.87834}
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991217auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993631> (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-25 21:37:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:14 [ecarstrade.be] INFO: Extracting details for car 6993631auction110893
2026-03-25 21:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc2a9e22-a693-5e4f-9612-1a508d4ddd29 with identifier: 6993631auction110893
2026-03-25 21:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc2a9e22-a693-5e4f-9612-1a508d4ddd29 with scrape type 2
2026-03-25 21:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc2a9e22-a693-5e4f-9612-1a508d4ddd29 with scrape type 2
2026-03-25 21:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc2a9e22-a693-5e4f-9612-1a508d4ddd29, identifier: 6993631auction110893
2026-03-25 21:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc2a9e22-a693-5e4f-9612-1a508d4ddd29 with identifier: 6993631auction110893
2026-03-25 21:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc2a9e22-a693-5e4f-9612-1a508d4ddd29 with identifier: 6993631auction110893
2026-03-25 21:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc2a9e22-a693-5e4f-9612-1a508d4ddd29 with identifier: 6993631auction110893 to the API
2026-03-25 21:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993631>
{'auction_title': '',
'c_o_2_emission_value': 176,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'bc2a9e22-a693-5e4f-9612-1a508d4ddd29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993631',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Megane',
'odometer': 113436,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-25',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Megane Berline R.S. Megane 1.8 TCe R.S. 300 Trophy EDC GPF',
'transmission': 'automatic',
'trim': 'RENAULT Berline R.S. 1.8 TCe R.S. 300 Trophy EDC GPF',
'vin': None,
'year': 2020}
2026-03-25 21:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993631auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:14 [ecarstrade.be] INFO: Saving data for 6993631auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774285479.340625, 'last_price_update_time': 1774474634.926261}
2026-03-25 21:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993631auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993629> (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-25 21:37:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:16 [ecarstrade.be] INFO: Extracting details for car 6993629auction110893
2026-03-25 21:37:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 636ef792-b2cb-5447-9654-6b94bf0ab5f6 with identifier: 6993629auction110893
2026-03-25 21:37:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 636ef792-b2cb-5447-9654-6b94bf0ab5f6 with scrape type 2
2026-03-25 21:37:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 636ef792-b2cb-5447-9654-6b94bf0ab5f6 with scrape type 2
2026-03-25 21:37:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 636ef792-b2cb-5447-9654-6b94bf0ab5f6, identifier: 6993629auction110893
2026-03-25 21:37:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 636ef792-b2cb-5447-9654-6b94bf0ab5f6 with identifier: 6993629auction110893
2026-03-25 21:37:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 636ef792-b2cb-5447-9654-6b94bf0ab5f6 with identifier: 6993629auction110893
2026-03-25 21:37:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 636ef792-b2cb-5447-9654-6b94bf0ab5f6 with identifier: 6993629auction110893 to the API
2026-03-25 21:37:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993629>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '636ef792-b2cb-5447-9654-6b94bf0ab5f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993629',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X2',
'odometer': 45995,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 (F39) 1.5i sDrive18 OPF (EU6AP)',
'transmission': 'manual',
'trim': '(F39) 1.5i sDrive18 OPF (EU6AP)',
'vin': None,
'year': 2021}
2026-03-25 21:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993629auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:16 [ecarstrade.be] INFO: Saving data for 6993629auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774285452.067496, 'last_price_update_time': 1774474636.924352}
2026-03-25 21:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993629auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:18 [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-25 21:37:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6990051auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990051auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6990051auction110871: 2
2026-03-25 21:37:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993037> (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-25 21:37:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6990052auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990052auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6990052auction110871: 2
2026-03-25 21:37:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6990071auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990071auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6990071auction110871: 2
2026-03-25 21:37:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992985> (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-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6988551auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988551auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6988551auction110871: 2
2026-03-25 21:37:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6988592auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988592auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6988592auction110871: 2
2026-03-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6990068auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990068auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6990068auction110871: 2
2026-03-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6988583auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988583auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6988583auction110871: 2
2026-03-25 21:37:18 [ecarstrade.be] INFO: Extracting details for car 6993037auction110893
2026-03-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6990065auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990065auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6990065auction110871: 2
2026-03-25 21:37:18 [ecarstrade.be] INFO: Extracting details for car 6992985auction110893
2026-03-25 21:37:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992984> (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-25 21:37:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03352656-686c-50f4-b3bb-00f927ae1dc9 with identifier: 6993037auction110893
2026-03-25 21:37:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03352656-686c-50f4-b3bb-00f927ae1dc9 with scrape type 2
2026-03-25 21:37:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03352656-686c-50f4-b3bb-00f927ae1dc9 with scrape type 2
2026-03-25 21:37:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03352656-686c-50f4-b3bb-00f927ae1dc9, identifier: 6993037auction110893
2026-03-25 21:37:18 [ecarstrade.be] INFO: Found listing with ID: 6988581auction110871
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988581auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Scrape type for 6988581auction110871: 2
2026-03-25 21:37:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03352656-686c-50f4-b3bb-00f927ae1dc9 with identifier: 6993037auction110893
2026-03-25 21:37:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03352656-686c-50f4-b3bb-00f927ae1dc9 with identifier: 6993037auction110893
2026-03-25 21:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03352656-686c-50f4-b3bb-00f927ae1dc9 with identifier: 6993037auction110893 to the API
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993037>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '03352656-686c-50f4-b3bb-00f927ae1dc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993037',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q3',
'odometer': 33233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback Audi Q3 Sportback Business Edition Attraction 35 '
'TFSI 110(150) kW(pk) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Sportback Sportback Business Edition Attraction 35 TFSI '
'110(150) kW(pk) S tronic',
'vin': None,
'year': 2024}
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993037auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:18 [ecarstrade.be] INFO: Saving data for 6993037auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280235.977962, 'last_price_update_time': 1774474638.899832}
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993037auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:18 [ecarstrade.be] INFO: Extracting details for car 6992984auction110893
2026-03-25 21:37:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab90d07-b3dc-5920-8bb8-1a1b64ac0ef5 with identifier: 6992985auction110893
2026-03-25 21:37:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab90d07-b3dc-5920-8bb8-1a1b64ac0ef5 with scrape type 2
2026-03-25 21:37:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab90d07-b3dc-5920-8bb8-1a1b64ac0ef5 with scrape type 2
2026-03-25 21:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ab90d07-b3dc-5920-8bb8-1a1b64ac0ef5, identifier: 6992985auction110893
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6988644auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988644auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6988644auction110871: 2
2026-03-25 21:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ab90d07-b3dc-5920-8bb8-1a1b64ac0ef5 with identifier: 6992985auction110893
2026-03-25 21:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ab90d07-b3dc-5920-8bb8-1a1b64ac0ef5 with identifier: 6992985auction110893
2026-03-25 21:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ab90d07-b3dc-5920-8bb8-1a1b64ac0ef5 with identifier: 6992985auction110893 to the API
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992985>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '9ab90d07-b3dc-5920-8bb8-1a1b64ac0ef5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992985',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 115017,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Tiguan Trend & Fun 1.4 TSI BlueMotion Technology '
'92 kW (125 pk) 6 versnellingen manueel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Trend & Fun 1.4 TSI BlueMotion Technology 92 kW (125 '
'pk) 6 versnellingen manueel',
'vin': None,
'year': 2016}
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992985auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Saving data for 6992985auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280234.636673, 'last_price_update_time': 1774474639.299973}
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992985auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63e99000-2abb-5445-90ee-fb46d1e1aec2 with identifier: 6992984auction110893
2026-03-25 21:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e99000-2abb-5445-90ee-fb46d1e1aec2 with scrape type 2
2026-03-25 21:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63e99000-2abb-5445-90ee-fb46d1e1aec2 with scrape type 2
2026-03-25 21:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63e99000-2abb-5445-90ee-fb46d1e1aec2, identifier: 6992984auction110893
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6990066auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990066auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6990066auction110871: 2
2026-03-25 21:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63e99000-2abb-5445-90ee-fb46d1e1aec2 with identifier: 6992984auction110893
2026-03-25 21:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63e99000-2abb-5445-90ee-fb46d1e1aec2 with identifier: 6992984auction110893
2026-03-25 21:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63e99000-2abb-5445-90ee-fb46d1e1aec2 with identifier: 6992984auction110893 to the API
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992984>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '63e99000-2abb-5445-90ee-fb46d1e1aec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992984',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A6',
'odometer': 57407,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 Avant PHEV Audi A6 Avant Business Edition Advanced 50 TFSI '
'e quattro 220(299) kW(pk) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Avant PHEV Avant Business Edition Advanced 50 TFSI e quattro '
'220(299) kW(pk) S tronic',
'vin': None,
'year': 2024}
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992984auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Saving data for 6992984auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280232.091178, 'last_price_update_time': 1774474639.689362}
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992984auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6988562auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988562auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6988562auction110871: 2
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6990049auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990049auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6990049auction110871: 2
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6990053auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990053auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6990053auction110871: 2
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6990055auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990055auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6990055auction110871: 2
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6990034auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990034auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6990034auction110871: 2
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6990067auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990067auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6990067auction110871: 2
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6990070auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990070auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6990070auction110871: 2
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6988854auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988854auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6988854auction110871: 2
2026-03-25 21:37:19 [ecarstrade.be] INFO: Found listing with ID: 6988885auction110871
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988885auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:19 [ecarstrade.be] INFO: Scrape type for 6988885auction110871: 2
2026-03-25 21:37:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992978> (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-25 21:37:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:20 [ecarstrade.be] INFO: Extracting details for car 6992978auction110893
2026-03-25 21:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c018bdf-e7ec-51cf-a1d5-d1fe5d9070ba with identifier: 6992978auction110893
2026-03-25 21:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c018bdf-e7ec-51cf-a1d5-d1fe5d9070ba with scrape type 2
2026-03-25 21:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c018bdf-e7ec-51cf-a1d5-d1fe5d9070ba with scrape type 2
2026-03-25 21:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c018bdf-e7ec-51cf-a1d5-d1fe5d9070ba, identifier: 6992978auction110893
2026-03-25 21:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c018bdf-e7ec-51cf-a1d5-d1fe5d9070ba with identifier: 6992978auction110893
2026-03-25 21:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c018bdf-e7ec-51cf-a1d5-d1fe5d9070ba with identifier: 6992978auction110893
2026-03-25 21:37:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c018bdf-e7ec-51cf-a1d5-d1fe5d9070ba with identifier: 6992978auction110893 to the API
2026-03-25 21:37:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992978>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '9c018bdf-e7ec-51cf-a1d5-d1fe5d9070ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992978',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'C-Max',
'odometer': 134000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-02',
'seats_number': 5,
'seller_name': None,
'title': 'FORD C-Max C-Max 1.0 EcoBoost Titanium Start-Stop',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoBoost Titanium Start-Stop',
'vin': None,
'year': 2016}
2026-03-25 21:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992978auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:20 [ecarstrade.be] INFO: Saving data for 6992978auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280264.663574, 'last_price_update_time': 1774474640.446876}
2026-03-25 21:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992978auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992979> (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-25 21:37:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:20 [ecarstrade.be] INFO: Extracting details for car 6992979auction110893
2026-03-25 21:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10ec3e33-ac42-5faa-995d-712c0222863f with identifier: 6992979auction110893
2026-03-25 21:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10ec3e33-ac42-5faa-995d-712c0222863f with scrape type 2
2026-03-25 21:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10ec3e33-ac42-5faa-995d-712c0222863f with scrape type 2
2026-03-25 21:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10ec3e33-ac42-5faa-995d-712c0222863f, identifier: 6992979auction110893
2026-03-25 21:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10ec3e33-ac42-5faa-995d-712c0222863f with identifier: 6992979auction110893
2026-03-25 21:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10ec3e33-ac42-5faa-995d-712c0222863f with identifier: 6992979auction110893
2026-03-25 21:37:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10ec3e33-ac42-5faa-995d-712c0222863f with identifier: 6992979auction110893 to the API
2026-03-25 21:37:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992979>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Petrol',
'id': '10ec3e33-ac42-5faa-995d-712c0222863f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992979',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 47327,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Tiguan Sport & Style 1.4 l TSI 90 kW (122 HP) '
'6-speed',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Sport & Style 1.4 l TSI 90 kW (122 HP) 6-speed',
'vin': None,
'year': 2015}
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992979auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:21 [ecarstrade.be] INFO: Saving data for 6992979auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280233.284714, 'last_price_update_time': 1774474641.013284}
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992979auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992977> (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-25 21:37:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:21 [ecarstrade.be] INFO: Extracting details for car 6992977auction110893
2026-03-25 21:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 239ed2f8-6922-53e1-bce0-b679b72e0473 with identifier: 6992977auction110893
2026-03-25 21:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 239ed2f8-6922-53e1-bce0-b679b72e0473 with scrape type 2
2026-03-25 21:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 239ed2f8-6922-53e1-bce0-b679b72e0473 with scrape type 2
2026-03-25 21:37:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 239ed2f8-6922-53e1-bce0-b679b72e0473, identifier: 6992977auction110893
2026-03-25 21:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 239ed2f8-6922-53e1-bce0-b679b72e0473 with identifier: 6992977auction110893
2026-03-25 21:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 239ed2f8-6922-53e1-bce0-b679b72e0473 with identifier: 6992977auction110893
2026-03-25 21:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 239ed2f8-6922-53e1-bce0-b679b72e0473 with identifier: 6992977auction110893 to the API
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992977>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': '239ed2f8-6922-53e1-bce0-b679b72e0473',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992977',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 316471,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII Golf HL 1.6 TDI BMT 85kW (115ch) 5 vitesses '
'manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN VII HL 1.6 TDI BMT 85kW (115ch) 5 vitesses manuel',
'vin': None,
'year': 2017}
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992977auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:21 [ecarstrade.be] INFO: Saving data for 6992977auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280297.905194, 'last_price_update_time': 1774474641.674097}
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992977auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992976> (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-25 21:37:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:23 [ecarstrade.be] INFO: Extracting details for car 6992976auction110893
2026-03-25 21:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0361c35-cf4d-5af8-bf63-2e9d23710d85 with identifier: 6992976auction110893
2026-03-25 21:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0361c35-cf4d-5af8-bf63-2e9d23710d85 with scrape type 2
2026-03-25 21:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0361c35-cf4d-5af8-bf63-2e9d23710d85 with scrape type 2
2026-03-25 21:37:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0361c35-cf4d-5af8-bf63-2e9d23710d85, identifier: 6992976auction110893
2026-03-25 21:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0361c35-cf4d-5af8-bf63-2e9d23710d85 with identifier: 6992976auction110893
2026-03-25 21:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0361c35-cf4d-5af8-bf63-2e9d23710d85 with identifier: 6992976auction110893
2026-03-25 21:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0361c35-cf4d-5af8-bf63-2e9d23710d85 with identifier: 6992976auction110893 to the API
2026-03-25 21:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992976>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-26T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'a0361c35-cf4d-5af8-bf63-2e9d23710d85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992976',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mazda',
'model': '3',
'odometer': 117882,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'MAZDA 3 Hatchback 1.6 CDVi Active DPF',
'transmission': 'manual',
'trim': 'MAZDA Hatchback 1.6 CDVi Active DPF',
'vin': None,
'year': 2010}
2026-03-25 21:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992976auction110893%27 HTTP/1.1" 200 None
2026-03-25 21:37:24 [ecarstrade.be] INFO: Saving data for 6992976auction110893: {'auction_closing_time': 1774507200.0, 'created_time': 1774280296.613228, 'last_price_update_time': 1774474644.112947}
2026-03-25 21:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992976auction110893') HTTP/1.1" 204 0
2026-03-25 21:37:24 [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-25 21:37:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988587auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988587auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988587auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988543auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988543auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988543auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988883auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988883auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988883auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988555auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988555auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988555auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988576auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988576auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988576auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988741auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988741auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988741auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990069auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990069auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6990069auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988655auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988655auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988655auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990050auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990050auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6990050auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988879auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988879auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988879auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988835auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988835auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988835auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990028auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990028auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6990028auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988809auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988809auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988809auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988886auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988886auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988886auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988888auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988888auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988888auction110871: 2
2026-03-25 21:37:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990051> (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-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990073auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990073auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6990073auction110871: 2
2026-03-25 21:37:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988872auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988872auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988872auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6990074auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990074auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6990074auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988542auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988542auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988542auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Found listing with ID: 6988565auction110871
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988565auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Scrape type for 6988565auction110871: 2
2026-03-25 21:37:25 [ecarstrade.be] INFO: Extracting details for car 6990051auction110871
2026-03-25 21:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa2dcad5-4906-57a9-bcda-ff94f1dae001 with identifier: 6990051auction110871
2026-03-25 21:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2dcad5-4906-57a9-bcda-ff94f1dae001 with scrape type 2
2026-03-25 21:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa2dcad5-4906-57a9-bcda-ff94f1dae001 with scrape type 2
2026-03-25 21:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa2dcad5-4906-57a9-bcda-ff94f1dae001, identifier: 6990051auction110871
2026-03-25 21:37:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa2dcad5-4906-57a9-bcda-ff94f1dae001 with identifier: 6990051auction110871
2026-03-25 21:37:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa2dcad5-4906-57a9-bcda-ff94f1dae001 with identifier: 6990051auction110871
2026-03-25 21:37:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa2dcad5-4906-57a9-bcda-ff94f1dae001 with identifier: 6990051auction110871 to the API
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990051>
{'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-03-26T09:10:00Z',
'fuel_type': 'Electric',
'id': 'aa2dcad5-4906-57a9-bcda-ff94f1dae001',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990051',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 94554,
'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': '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-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990051auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:25 [ecarstrade.be] INFO: Saving data for 6990051auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044478.33612, 'last_price_update_time': 1774474645.829116}
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990051auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990052> (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-25 21:37:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:26 [ecarstrade.be] INFO: Extracting details for car 6990052auction110871
2026-03-25 21:37:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb1059b0-e47f-5f1e-8c48-31522709d813 with identifier: 6990052auction110871
2026-03-25 21:37:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb1059b0-e47f-5f1e-8c48-31522709d813 with scrape type 2
2026-03-25 21:37:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb1059b0-e47f-5f1e-8c48-31522709d813 with scrape type 2
2026-03-25 21:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb1059b0-e47f-5f1e-8c48-31522709d813, identifier: 6990052auction110871
2026-03-25 21:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb1059b0-e47f-5f1e-8c48-31522709d813 with identifier: 6990052auction110871
2026-03-25 21:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb1059b0-e47f-5f1e-8c48-31522709d813 with identifier: 6990052auction110871
2026-03-25 21:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb1059b0-e47f-5f1e-8c48-31522709d813 with identifier: 6990052auction110871 to the API
2026-03-25 21:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990052>
{'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-26T09:10:00Z',
'fuel_type': 'Electric',
'id': 'bb1059b0-e47f-5f1e-8c48-31522709d813',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990052',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 100833,
'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': '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-25 21:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990052auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:26 [ecarstrade.be] INFO: Saving data for 6990052auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044475.131794, 'last_price_update_time': 1774474646.493499}
2026-03-25 21:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990052auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990071> (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-25 21:37:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:26 [ecarstrade.be] INFO: Extracting details for car 6990071auction110871
2026-03-25 21:37:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bec5abf3-575b-5b7d-b25e-bc45714a5106 with identifier: 6990071auction110871
2026-03-25 21:37:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bec5abf3-575b-5b7d-b25e-bc45714a5106 with scrape type 2
2026-03-25 21:37:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bec5abf3-575b-5b7d-b25e-bc45714a5106 with scrape type 2
2026-03-25 21:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bec5abf3-575b-5b7d-b25e-bc45714a5106, identifier: 6990071auction110871
2026-03-25 21:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bec5abf3-575b-5b7d-b25e-bc45714a5106 with identifier: 6990071auction110871
2026-03-25 21:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bec5abf3-575b-5b7d-b25e-bc45714a5106 with identifier: 6990071auction110871
2026-03-25 21:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bec5abf3-575b-5b7d-b25e-bc45714a5106 with identifier: 6990071auction110871 to the API
2026-03-25 21:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990071>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bec5abf3-575b-5b7d-b25e-bc45714a5106',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990071',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 62676,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 BEV 70KWH RECHARGE PLUS',
'transmission': 'automatic',
'trim': 'VOLVO BEV 70KWH RECHARGE PLUS',
'vin': None,
'year': 2022}
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990071auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:27 [ecarstrade.be] INFO: Saving data for 6990071auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044475.572485, 'last_price_update_time': 1774474647.072774}
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990071auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988592> (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-25 21:37:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:27 [ecarstrade.be] INFO: Extracting details for car 6988592auction110871
2026-03-25 21:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ccdddb0-86e9-5ce9-b684-8d2ebeda8f35 with identifier: 6988592auction110871
2026-03-25 21:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ccdddb0-86e9-5ce9-b684-8d2ebeda8f35 with scrape type 2
2026-03-25 21:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ccdddb0-86e9-5ce9-b684-8d2ebeda8f35 with scrape type 2
2026-03-25 21:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ccdddb0-86e9-5ce9-b684-8d2ebeda8f35, identifier: 6988592auction110871
2026-03-25 21:37:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ccdddb0-86e9-5ce9-b684-8d2ebeda8f35 with identifier: 6988592auction110871
2026-03-25 21:37:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ccdddb0-86e9-5ce9-b684-8d2ebeda8f35 with identifier: 6988592auction110871
2026-03-25 21:37:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ccdddb0-86e9-5ce9-b684-8d2ebeda8f35 with identifier: 6988592auction110871 to the API
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988592>
{'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-26T09:10:00Z',
'fuel_type': 'Electric',
'id': '4ccdddb0-86e9-5ce9-b684-8d2ebeda8f35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988592',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 82972,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 E-TRON BEV 82KWH 40 ADVANCED AUTO',
'transmission': 'automatic',
'trim': 'AUDI Q4 E-TRON BEV 82KWH 40 ADVANCED AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988592auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:27 [ecarstrade.be] INFO: Saving data for 6988592auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044476.402166, 'last_price_update_time': 1774474647.628856}
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988592auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990068> (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-25 21:37:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:29 [ecarstrade.be] INFO: Extracting details for car 6990068auction110871
2026-03-25 21:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c99fcd6f-e90c-5711-bbde-36286fb1d7dd with identifier: 6990068auction110871
2026-03-25 21:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c99fcd6f-e90c-5711-bbde-36286fb1d7dd with scrape type 2
2026-03-25 21:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c99fcd6f-e90c-5711-bbde-36286fb1d7dd with scrape type 2
2026-03-25 21:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c99fcd6f-e90c-5711-bbde-36286fb1d7dd, identifier: 6990068auction110871
2026-03-25 21:37:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c99fcd6f-e90c-5711-bbde-36286fb1d7dd with identifier: 6990068auction110871
2026-03-25 21:37:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c99fcd6f-e90c-5711-bbde-36286fb1d7dd with identifier: 6990068auction110871
2026-03-25 21:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c99fcd6f-e90c-5711-bbde-36286fb1d7dd with identifier: 6990068auction110871 to the API
2026-03-25 21:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990068>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c99fcd6f-e90c-5711-bbde-36286fb1d7dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990068',
'listing': 'auction',
'location': 'Belgium - "DELIVERY"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 92195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990068auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:30 [ecarstrade.be] INFO: Saving data for 6990068auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044481.559332, 'last_price_update_time': 1774474650.135908}
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990068auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988583> (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-25 21:37:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:30 [ecarstrade.be] INFO: Extracting details for car 6988583auction110871
2026-03-25 21:37:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fec3ccb6-f1c3-5fea-992f-ab16735161ab with identifier: 6988583auction110871
2026-03-25 21:37:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fec3ccb6-f1c3-5fea-992f-ab16735161ab with scrape type 2
2026-03-25 21:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fec3ccb6-f1c3-5fea-992f-ab16735161ab with scrape type 2
2026-03-25 21:37:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fec3ccb6-f1c3-5fea-992f-ab16735161ab, identifier: 6988583auction110871
2026-03-25 21:37:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fec3ccb6-f1c3-5fea-992f-ab16735161ab with identifier: 6988583auction110871
2026-03-25 21:37:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fec3ccb6-f1c3-5fea-992f-ab16735161ab with identifier: 6988583auction110871
2026-03-25 21:37:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fec3ccb6-f1c3-5fea-992f-ab16735161ab with identifier: 6988583auction110871 to the API
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988583>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fec3ccb6-f1c3-5fea-992f-ab16735161ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988583',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 48834,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-20',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988583auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:30 [ecarstrade.be] INFO: Saving data for 6988583auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044583.861292, 'last_price_update_time': 1774474650.711307}
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988583auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988581> (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-25 21:37:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:32 [ecarstrade.be] INFO: Extracting details for car 6988581auction110871
2026-03-25 21:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed8e8e92-e380-5380-96d6-ec65038022f4 with identifier: 6988581auction110871
2026-03-25 21:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed8e8e92-e380-5380-96d6-ec65038022f4 with scrape type 2
2026-03-25 21:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed8e8e92-e380-5380-96d6-ec65038022f4 with scrape type 2
2026-03-25 21:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed8e8e92-e380-5380-96d6-ec65038022f4, identifier: 6988581auction110871
2026-03-25 21:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed8e8e92-e380-5380-96d6-ec65038022f4 with identifier: 6988581auction110871
2026-03-25 21:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed8e8e92-e380-5380-96d6-ec65038022f4 with identifier: 6988581auction110871
2026-03-25 21:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed8e8e92-e380-5380-96d6-ec65038022f4 with identifier: 6988581auction110871 to the API
2026-03-25 21:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988581>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ed8e8e92-e380-5380-96d6-ec65038022f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988581',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 43335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988581auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:32 [ecarstrade.be] INFO: Saving data for 6988581auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044585.627067, 'last_price_update_time': 1774474652.367106}
2026-03-25 21:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988581auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990065> (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-25 21:37:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:32 [ecarstrade.be] INFO: Extracting details for car 6990065auction110871
2026-03-25 21:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2281e0f-51e2-5ecb-b63b-58c2ec0f0bcd with identifier: 6990065auction110871
2026-03-25 21:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2281e0f-51e2-5ecb-b63b-58c2ec0f0bcd with scrape type 2
2026-03-25 21:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2281e0f-51e2-5ecb-b63b-58c2ec0f0bcd with scrape type 2
2026-03-25 21:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2281e0f-51e2-5ecb-b63b-58c2ec0f0bcd, identifier: 6990065auction110871
2026-03-25 21:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2281e0f-51e2-5ecb-b63b-58c2ec0f0bcd with identifier: 6990065auction110871
2026-03-25 21:37:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2281e0f-51e2-5ecb-b63b-58c2ec0f0bcd with identifier: 6990065auction110871
2026-03-25 21:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2281e0f-51e2-5ecb-b63b-58c2ec0f0bcd with identifier: 6990065auction110871 to the API
2026-03-25 21:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990065>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c2281e0f-51e2-5ecb-b63b-58c2ec0f0bcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990065',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 95492,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 PHEV R-DESIGN DCT',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 PHEV R-DESIGN DCT',
'vin': None,
'year': 2022}
2026-03-25 21:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990065auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:33 [ecarstrade.be] INFO: Saving data for 6990065auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044481.997592, 'last_price_update_time': 1774474653.856305}
2026-03-25 21:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990065auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988644> (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-25 21:37:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988885> (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-25 21:37:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:33 [ecarstrade.be] INFO: Extracting details for car 6988644auction110871
2026-03-25 21:37:34 [ecarstrade.be] INFO: Extracting details for car 6988885auction110871
2026-03-25 21:37:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6447f49-df89-5501-a376-07224c95309b with identifier: 6988644auction110871
2026-03-25 21:37:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6447f49-df89-5501-a376-07224c95309b with scrape type 2
2026-03-25 21:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6447f49-df89-5501-a376-07224c95309b with scrape type 2
2026-03-25 21:37:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6447f49-df89-5501-a376-07224c95309b, identifier: 6988644auction110871
2026-03-25 21:37:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e315763-e6ff-5fb5-a577-f8b28d689e7d with identifier: 6988885auction110871
2026-03-25 21:37:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e315763-e6ff-5fb5-a577-f8b28d689e7d with scrape type 2
2026-03-25 21:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e315763-e6ff-5fb5-a577-f8b28d689e7d with scrape type 2
2026-03-25 21:37:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e315763-e6ff-5fb5-a577-f8b28d689e7d, identifier: 6988885auction110871
2026-03-25 21:37:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6447f49-df89-5501-a376-07224c95309b with identifier: 6988644auction110871
2026-03-25 21:37:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6447f49-df89-5501-a376-07224c95309b with identifier: 6988644auction110871
2026-03-25 21:37:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6447f49-df89-5501-a376-07224c95309b with identifier: 6988644auction110871 to the API
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988644>
{'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-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f6447f49-df89-5501-a376-07224c95309b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988644',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 75198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 320E BERLINE',
'transmission': 'automatic',
'trim': '3 SERIES BERLINE 2.0 E BERLINE',
'vin': None,
'year': 2022}
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988644auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:34 [ecarstrade.be] INFO: Saving data for 6988644auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044582.447886, 'last_price_update_time': 1774474654.46957}
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988644auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e315763-e6ff-5fb5-a577-f8b28d689e7d with identifier: 6988885auction110871
2026-03-25 21:37:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e315763-e6ff-5fb5-a577-f8b28d689e7d with identifier: 6988885auction110871
2026-03-25 21:37:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e315763-e6ff-5fb5-a577-f8b28d689e7d with identifier: 6988885auction110871 to the API
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988885>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '0e315763-e6ff-5fb5-a577-f8b28d689e7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988885',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 145205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-03',
'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': 2021}
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988885auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:34 [ecarstrade.be] INFO: Saving data for 6988885auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044480.412425, 'last_price_update_time': 1774474654.741426}
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988885auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990070> (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-25 21:37:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:36 [ecarstrade.be] INFO: Extracting details for car 6990070auction110871
2026-03-25 21:37:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deb6e55c-6179-5596-a1c7-d4474f7cd484 with identifier: 6990070auction110871
2026-03-25 21:37:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deb6e55c-6179-5596-a1c7-d4474f7cd484 with scrape type 2
2026-03-25 21:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item deb6e55c-6179-5596-a1c7-d4474f7cd484 with scrape type 2
2026-03-25 21:37:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: deb6e55c-6179-5596-a1c7-d4474f7cd484, identifier: 6990070auction110871
2026-03-25 21:37:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: deb6e55c-6179-5596-a1c7-d4474f7cd484 with identifier: 6990070auction110871
2026-03-25 21:37:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: deb6e55c-6179-5596-a1c7-d4474f7cd484 with identifier: 6990070auction110871
2026-03-25 21:37:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: deb6e55c-6179-5596-a1c7-d4474f7cd484 with identifier: 6990070auction110871 to the API
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990070>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'deb6e55c-6179-5596-a1c7-d4474f7cd484',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990070',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 58510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 BEV 70KWH RECHARGE CORE',
'transmission': 'automatic',
'trim': 'VOLVO BEV 70KWH RECHARGE CORE',
'vin': None,
'year': 2021}
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990070auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:37 [ecarstrade.be] INFO: Saving data for 6990070auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044506.471292, 'last_price_update_time': 1774474657.332625}
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990070auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988854> (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-25 21:37:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:37 [ecarstrade.be] INFO: Extracting details for car 6988854auction110871
2026-03-25 21:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6304d3c5-f06a-5619-bbf1-41b25a64e2af with identifier: 6988854auction110871
2026-03-25 21:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6304d3c5-f06a-5619-bbf1-41b25a64e2af with scrape type 2
2026-03-25 21:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6304d3c5-f06a-5619-bbf1-41b25a64e2af with scrape type 2
2026-03-25 21:37:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6304d3c5-f06a-5619-bbf1-41b25a64e2af, identifier: 6988854auction110871
2026-03-25 21:37:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6304d3c5-f06a-5619-bbf1-41b25a64e2af with identifier: 6988854auction110871
2026-03-25 21:37:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6304d3c5-f06a-5619-bbf1-41b25a64e2af with identifier: 6988854auction110871
2026-03-25 21:37:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6304d3c5-f06a-5619-bbf1-41b25a64e2af with identifier: 6988854auction110871 to the API
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988854>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6304d3c5-f06a-5619-bbf1-41b25a64e2af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988854',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X3',
'odometer': 99967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 DIESEL - 2018 2.0 dA sDrive18 AdBlue',
'transmission': 'automatic',
'trim': 'DIESEL - 2018 2.0 dA sDrive18 AdBlue',
'vin': None,
'year': 2020}
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988854auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:37 [ecarstrade.be] INFO: Saving data for 6988854auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044501.531683, 'last_price_update_time': 1774474657.822752}
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988854auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988551> (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-25 21:37:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:37 [ecarstrade.be] INFO: Extracting details for car 6988551auction110871
2026-03-25 21:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac2ec006-d2b4-51c8-8a21-40735fab62e2 with identifier: 6988551auction110871
2026-03-25 21:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac2ec006-d2b4-51c8-8a21-40735fab62e2 with scrape type 2
2026-03-25 21:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac2ec006-d2b4-51c8-8a21-40735fab62e2 with scrape type 2
2026-03-25 21:37:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac2ec006-d2b4-51c8-8a21-40735fab62e2, identifier: 6988551auction110871
2026-03-25 21:37:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac2ec006-d2b4-51c8-8a21-40735fab62e2 with identifier: 6988551auction110871
2026-03-25 21:37:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac2ec006-d2b4-51c8-8a21-40735fab62e2 with identifier: 6988551auction110871
2026-03-25 21:37:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac2ec006-d2b4-51c8-8a21-40735fab62e2 with identifier: 6988551auction110871 to the API
2026-03-25 21:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988551>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ac2ec006-d2b4-51c8-8a21-40735fab62e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988551',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Audi',
'model': 'A3',
'odometer': 35477,
'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': '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-25 21:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988551auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:38 [ecarstrade.be] INFO: Saving data for 6988551auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044477.257143, 'last_price_update_time': 1774474658.301071}
2026-03-25 21:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988551auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990067> (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-25 21:37:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:38 [ecarstrade.be] INFO: Extracting details for car 6990067auction110871
2026-03-25 21:37:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37054055-2f80-571b-995c-339b473deffd with identifier: 6990067auction110871
2026-03-25 21:37:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37054055-2f80-571b-995c-339b473deffd with scrape type 2
2026-03-25 21:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37054055-2f80-571b-995c-339b473deffd with scrape type 2
2026-03-25 21:37:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37054055-2f80-571b-995c-339b473deffd, identifier: 6990067auction110871
2026-03-25 21:37:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37054055-2f80-571b-995c-339b473deffd with identifier: 6990067auction110871
2026-03-25 21:37:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37054055-2f80-571b-995c-339b473deffd with identifier: 6990067auction110871
2026-03-25 21:37:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37054055-2f80-571b-995c-339b473deffd with identifier: 6990067auction110871 to the API
2026-03-25 21:37:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990067>
{'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-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '37054055-2f80-571b-995c-339b473deffd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990067',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 98641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTR. INSCRIPTION',
'vin': None,
'year': 2021}
2026-03-25 21:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990067auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:39 [ecarstrade.be] INFO: Saving data for 6990067auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044504.064831, 'last_price_update_time': 1774474659.255158}
2026-03-25 21:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990067auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990034> (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-25 21:37:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:40 [ecarstrade.be] INFO: Extracting details for car 6990034auction110871
2026-03-25 21:37:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84b3c149-14ea-52b0-b90b-416db40aed63 with identifier: 6990034auction110871
2026-03-25 21:37:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84b3c149-14ea-52b0-b90b-416db40aed63 with scrape type 2
2026-03-25 21:37:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84b3c149-14ea-52b0-b90b-416db40aed63 with scrape type 2
2026-03-25 21:37:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84b3c149-14ea-52b0-b90b-416db40aed63, identifier: 6990034auction110871
2026-03-25 21:37:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84b3c149-14ea-52b0-b90b-416db40aed63 with identifier: 6990034auction110871
2026-03-25 21:37:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84b3c149-14ea-52b0-b90b-416db40aed63 with identifier: 6990034auction110871
2026-03-25 21:37:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84b3c149-14ea-52b0-b90b-416db40aed63 with identifier: 6990034auction110871 to the API
2026-03-25 21:37:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990034>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Electric',
'id': '84b3c149-14ea-52b0-b90b-416db40aed63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990034',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 27577,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT BEV 75KWH ELECTRIQUE LONG ASPHALT',
'transmission': 'automatic',
'trim': 'PEUGEOT EXPERT BEV 75KWH ELECTRIQUE LONG ASPHALT',
'vin': None,
'year': 2023}
2026-03-25 21:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990034auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:40 [ecarstrade.be] INFO: Saving data for 6990034auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044503.066346, 'last_price_update_time': 1774474660.598889}
2026-03-25 21:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990034auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988888> (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-25 21:37:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:41 [ecarstrade.be] INFO: Extracting details for car 6988888auction110871
2026-03-25 21:37:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3fabeda-0aa9-5557-b0bf-0c169ab86aaf with identifier: 6988888auction110871
2026-03-25 21:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3fabeda-0aa9-5557-b0bf-0c169ab86aaf with scrape type 2
2026-03-25 21:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3fabeda-0aa9-5557-b0bf-0c169ab86aaf with scrape type 2
2026-03-25 21:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3fabeda-0aa9-5557-b0bf-0c169ab86aaf, identifier: 6988888auction110871
2026-03-25 21:37:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3fabeda-0aa9-5557-b0bf-0c169ab86aaf with identifier: 6988888auction110871
2026-03-25 21:37:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3fabeda-0aa9-5557-b0bf-0c169ab86aaf with identifier: 6988888auction110871
2026-03-25 21:37:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3fabeda-0aa9-5557-b0bf-0c169ab86aaf with identifier: 6988888auction110871 to the API
2026-03-25 21:37:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988888>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a3fabeda-0aa9-5557-b0bf-0c169ab86aaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988888',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'MAN',
'model': 'Mini Cooper SE Countryman',
'odometer': 32137,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'MINI COUNTRYMAN 1.5 COOPER S E 4WD AUTO',
'transmission': 'automatic',
'trim': 'MINI COUNTRY 1.5 COOPER S E 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988888auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:41 [ecarstrade.be] INFO: Saving data for 6988888auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044566.294793, 'last_price_update_time': 1774474661.695326}
2026-03-25 21:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988888auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990074> (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-25 21:37:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:43 [ecarstrade.be] INFO: Extracting details for car 6990074auction110871
2026-03-25 21:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 201b99a1-b4ee-56c3-b490-e74618f9b8aa with identifier: 6990074auction110871
2026-03-25 21:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 201b99a1-b4ee-56c3-b490-e74618f9b8aa with scrape type 2
2026-03-25 21:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 201b99a1-b4ee-56c3-b490-e74618f9b8aa with scrape type 2
2026-03-25 21:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 201b99a1-b4ee-56c3-b490-e74618f9b8aa, identifier: 6990074auction110871
2026-03-25 21:37:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 201b99a1-b4ee-56c3-b490-e74618f9b8aa with identifier: 6990074auction110871
2026-03-25 21:37:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 201b99a1-b4ee-56c3-b490-e74618f9b8aa with identifier: 6990074auction110871
2026-03-25 21:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 201b99a1-b4ee-56c3-b490-e74618f9b8aa with identifier: 6990074auction110871 to the API
2026-03-25 21:37:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990074>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '201b99a1-b4ee-56c3-b490-e74618f9b8aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990074',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 170535,
'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': 'VOLVO XC60 2.0 T6 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 T6 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-25 21:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990074auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:44 [ecarstrade.be] INFO: Saving data for 6990074auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044707.580423, 'last_price_update_time': 1774474664.857949}
2026-03-25 21:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990074auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988872> (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-25 21:37:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:44 [ecarstrade.be] INFO: Extracting details for car 6988872auction110871
2026-03-25 21:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 602ec33a-1ea6-5eec-8b0b-5fba49f53b04 with identifier: 6988872auction110871
2026-03-25 21:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 602ec33a-1ea6-5eec-8b0b-5fba49f53b04 with scrape type 2
2026-03-25 21:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 602ec33a-1ea6-5eec-8b0b-5fba49f53b04 with scrape type 2
2026-03-25 21:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 602ec33a-1ea6-5eec-8b0b-5fba49f53b04, identifier: 6988872auction110871
2026-03-25 21:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 602ec33a-1ea6-5eec-8b0b-5fba49f53b04 with identifier: 6988872auction110871
2026-03-25 21:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 602ec33a-1ea6-5eec-8b0b-5fba49f53b04 with identifier: 6988872auction110871
2026-03-25 21:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 602ec33a-1ea6-5eec-8b0b-5fba49f53b04 with identifier: 6988872auction110871 to the API
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988872>
{'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-26T09:10:00Z',
'fuel_type': 'Electric',
'id': '602ec33a-1ea6-5eec-8b0b-5fba49f53b04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988872',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Kia',
'model': 'EV6',
'odometer': 169556,
'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': 'KIA EV6 BEV 77KWH EARTH AUTO RWD',
'transmission': 'automatic',
'trim': 'KIA BEV 77KWH EARTH AUTO RWD',
'vin': None,
'year': 2022}
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988872auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:45 [ecarstrade.be] INFO: Saving data for 6988872auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044706.732714, 'last_price_update_time': 1774474665.373005}
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988872auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990073> (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-25 21:37:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988542> (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-25 21:37:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:45 [ecarstrade.be] INFO: Extracting details for car 6990073auction110871
2026-03-25 21:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6a64a96-7056-5f1b-8778-1d19bdf11159 with identifier: 6990073auction110871
2026-03-25 21:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6a64a96-7056-5f1b-8778-1d19bdf11159 with scrape type 2
2026-03-25 21:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6a64a96-7056-5f1b-8778-1d19bdf11159 with scrape type 2
2026-03-25 21:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6a64a96-7056-5f1b-8778-1d19bdf11159, identifier: 6990073auction110871
2026-03-25 21:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6a64a96-7056-5f1b-8778-1d19bdf11159 with identifier: 6990073auction110871
2026-03-25 21:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6a64a96-7056-5f1b-8778-1d19bdf11159 with identifier: 6990073auction110871
2026-03-25 21:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6a64a96-7056-5f1b-8778-1d19bdf11159 with identifier: 6990073auction110871 to the API
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990073>
{'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-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c6a64a96-7056-5f1b-8778-1d19bdf11159',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990073',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 201803,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 D4 120KW GEARTRONIC INSCRIPTION',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 D4 120KW GEARTRONIC INSCRIPTION',
'vin': None,
'year': 2020}
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990073auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:45 [ecarstrade.be] INFO: Saving data for 6990073auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044546.031525, 'last_price_update_time': 1774474665.844504}
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990073auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:45 [ecarstrade.be] INFO: Extracting details for car 6988542auction110871
2026-03-25 21:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46d61e81-5412-530e-b9fb-0d6d38b8b28d with identifier: 6988542auction110871
2026-03-25 21:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46d61e81-5412-530e-b9fb-0d6d38b8b28d with scrape type 2
2026-03-25 21:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46d61e81-5412-530e-b9fb-0d6d38b8b28d with scrape type 2
2026-03-25 21:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46d61e81-5412-530e-b9fb-0d6d38b8b28d, identifier: 6988542auction110871
2026-03-25 21:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46d61e81-5412-530e-b9fb-0d6d38b8b28d with identifier: 6988542auction110871
2026-03-25 21:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46d61e81-5412-530e-b9fb-0d6d38b8b28d with identifier: 6988542auction110871
2026-03-25 21:37:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46d61e81-5412-530e-b9fb-0d6d38b8b28d with identifier: 6988542auction110871 to the API
2026-03-25 21:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988542>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '46d61e81-5412-530e-b9fb-0d6d38b8b28d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988542',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 116952,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 BERLINE 1.5 TFSI 35 110KW S TRONIC S LINE',
'transmission': 'automatic',
'trim': 'AUDI BERLINE 1.5 TFSI 35 110KW S TRONIC S LINE',
'vin': None,
'year': 2022}
2026-03-25 21:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988542auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:46 [ecarstrade.be] INFO: Saving data for 6988542auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044707.080607, 'last_price_update_time': 1774474666.215593}
2026-03-25 21:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988542auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988886> (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-25 21:37:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:46 [ecarstrade.be] INFO: Extracting details for car 6988886auction110871
2026-03-25 21:37:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1527c764-83d6-5916-b2f8-1fd381bbb3e1 with identifier: 6988886auction110871
2026-03-25 21:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1527c764-83d6-5916-b2f8-1fd381bbb3e1 with scrape type 2
2026-03-25 21:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1527c764-83d6-5916-b2f8-1fd381bbb3e1 with scrape type 2
2026-03-25 21:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1527c764-83d6-5916-b2f8-1fd381bbb3e1, identifier: 6988886auction110871
2026-03-25 21:37:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1527c764-83d6-5916-b2f8-1fd381bbb3e1 with identifier: 6988886auction110871
2026-03-25 21:37:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1527c764-83d6-5916-b2f8-1fd381bbb3e1 with identifier: 6988886auction110871
2026-03-25 21:37:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1527c764-83d6-5916-b2f8-1fd381bbb3e1 with identifier: 6988886auction110871 to the API
2026-03-25 21:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988886>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO E',
'engine': '1.9L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '1527c764-83d6-5916-b2f8-1fd381bbb3e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988886',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 152255,
'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': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ VITO 2.0 120KW 116 CDI SWB MIXTO L2',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ VITO 2.0 120KW 116 CDI SWB MIXTO L2',
'vin': None,
'year': 2022}
2026-03-25 21:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988886auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:47 [ecarstrade.be] INFO: Saving data for 6988886auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044539.255847, 'last_price_update_time': 1774474667.032551}
2026-03-25 21:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988886auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988809> (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-25 21:37:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:48 [ecarstrade.be] INFO: Extracting details for car 6988809auction110871
2026-03-25 21:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee30d413-17e9-5246-8056-d1a8798dcd02 with identifier: 6988809auction110871
2026-03-25 21:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee30d413-17e9-5246-8056-d1a8798dcd02 with scrape type 2
2026-03-25 21:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee30d413-17e9-5246-8056-d1a8798dcd02 with scrape type 2
2026-03-25 21:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee30d413-17e9-5246-8056-d1a8798dcd02, identifier: 6988809auction110871
2026-03-25 21:37:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee30d413-17e9-5246-8056-d1a8798dcd02 with identifier: 6988809auction110871
2026-03-25 21:37:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee30d413-17e9-5246-8056-d1a8798dcd02 with identifier: 6988809auction110871
2026-03-25 21:37:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee30d413-17e9-5246-8056-d1a8798dcd02 with identifier: 6988809auction110871 to the API
2026-03-25 21:37:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988809>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ee30d413-17e9-5246-8056-d1a8798dcd02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988809',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X2',
'odometer': 135124,
'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 X2 1.5iA xDrive25e PHEV OPF',
'transmission': 'automatic',
'trim': '1.5iA xDrive25e PHEV OPF',
'vin': None,
'year': 2020}
2026-03-25 21:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988809auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:48 [ecarstrade.be] INFO: Saving data for 6988809auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044544.907912, 'last_price_update_time': 1774474668.452284}
2026-03-25 21:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988809auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988879> (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-25 21:37:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990028> (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-25 21:37:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:51 [ecarstrade.be] INFO: Extracting details for car 6988879auction110871
2026-03-25 21:37:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a590271a-8293-59ba-97cf-95f04e1ba0b1 with identifier: 6988879auction110871
2026-03-25 21:37:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a590271a-8293-59ba-97cf-95f04e1ba0b1 with scrape type 2
2026-03-25 21:37:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a590271a-8293-59ba-97cf-95f04e1ba0b1 with scrape type 2
2026-03-25 21:37:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a590271a-8293-59ba-97cf-95f04e1ba0b1, identifier: 6988879auction110871
2026-03-25 21:37:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a590271a-8293-59ba-97cf-95f04e1ba0b1 with identifier: 6988879auction110871
2026-03-25 21:37:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a590271a-8293-59ba-97cf-95f04e1ba0b1 with identifier: 6988879auction110871
2026-03-25 21:37:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a590271a-8293-59ba-97cf-95f04e1ba0b1 with identifier: 6988879auction110871 to the API
2026-03-25 21:37:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 21:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988879>
{'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-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a590271a-8293-59ba-97cf-95f04e1ba0b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988879',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 74123,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA - Klasse 1.3 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988879auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:51 [ecarstrade.be] INFO: Saving data for 6988879auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044557.188582, 'last_price_update_time': 1774474671.662825}
2026-03-25 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988879auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:51 [ecarstrade.be] INFO: Extracting details for car 6990028auction110871
2026-03-25 21:37:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988835> (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-25 21:37:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f71e294c-1310-50ec-ba55-68b0449e7e15 with identifier: 6990028auction110871
2026-03-25 21:37:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f71e294c-1310-50ec-ba55-68b0449e7e15 with scrape type 2
2026-03-25 21:37:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f71e294c-1310-50ec-ba55-68b0449e7e15 with scrape type 2
2026-03-25 21:37:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f71e294c-1310-50ec-ba55-68b0449e7e15, identifier: 6990028auction110871
2026-03-25 21:37:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f71e294c-1310-50ec-ba55-68b0449e7e15 with identifier: 6990028auction110871
2026-03-25 21:37:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f71e294c-1310-50ec-ba55-68b0449e7e15 with identifier: 6990028auction110871
2026-03-25 21:37:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f71e294c-1310-50ec-ba55-68b0449e7e15 with identifier: 6990028auction110871 to the API
2026-03-25 21:37:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 21:37:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990028>
{'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-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f71e294c-1310-50ec-ba55-68b0449e7e15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990028',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '5008',
'odometer': 82942,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.5 BLUEHDI 130 AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BLUEHDI 130 AUTO GT PACK',
'vin': None,
'year': 2022}
2026-03-25 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990028auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:52 [ecarstrade.be] INFO: Saving data for 6990028auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044548.120142, 'last_price_update_time': 1774474672.058798}
2026-03-25 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990028auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:52 [ecarstrade.be] INFO: Extracting details for car 6988835auction110871
2026-03-25 21:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9287d6e8-13ae-5555-8764-0f80c5808c4d with identifier: 6988835auction110871
2026-03-25 21:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9287d6e8-13ae-5555-8764-0f80c5808c4d with scrape type 2
2026-03-25 21:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9287d6e8-13ae-5555-8764-0f80c5808c4d with scrape type 2
2026-03-25 21:37:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9287d6e8-13ae-5555-8764-0f80c5808c4d, identifier: 6988835auction110871
2026-03-25 21:37:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9287d6e8-13ae-5555-8764-0f80c5808c4d with identifier: 6988835auction110871
2026-03-25 21:37:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9287d6e8-13ae-5555-8764-0f80c5808c4d with identifier: 6988835auction110871
2026-03-25 21:37:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9287d6e8-13ae-5555-8764-0f80c5808c4d with identifier: 6988835auction110871 to the API
2026-03-25 21:37:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988835>
{'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-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9287d6e8-13ae-5555-8764-0f80c5808c4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988835',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X3',
'odometer': 173719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'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-25 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276988835auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:52 [ecarstrade.be] INFO: Saving data for 6988835auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044561.723081, 'last_price_update_time': 1774474672.43383}
2026-03-25 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988835auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988655> (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-25 21:37:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:53 [ecarstrade.be] INFO: Extracting details for car 6988655auction110871
2026-03-25 21:37:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f537dba3-2ad8-5d3f-aadd-2d2fb7c9ac5a with identifier: 6988655auction110871
2026-03-25 21:37:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f537dba3-2ad8-5d3f-aadd-2d2fb7c9ac5a with scrape type 2
2026-03-25 21:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f537dba3-2ad8-5d3f-aadd-2d2fb7c9ac5a with scrape type 2
2026-03-25 21:37:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f537dba3-2ad8-5d3f-aadd-2d2fb7c9ac5a, identifier: 6988655auction110871
2026-03-25 21:37:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f537dba3-2ad8-5d3f-aadd-2d2fb7c9ac5a with identifier: 6988655auction110871
2026-03-25 21:37:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f537dba3-2ad8-5d3f-aadd-2d2fb7c9ac5a with identifier: 6988655auction110871
2026-03-25 21:37:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f537dba3-2ad8-5d3f-aadd-2d2fb7c9ac5a with identifier: 6988655auction110871 to the API
2026-03-25 21:37:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988655>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f537dba3-2ad8-5d3f-aadd-2d2fb7c9ac5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988655',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 78203,
'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': 'BMW 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E TOURING',
'vin': None,
'year': 2022}
2026-03-25 21:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988655auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:54 [ecarstrade.be] INFO: Saving data for 6988655auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044547.083154, 'last_price_update_time': 1774474674.158625}
2026-03-25 21:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988655auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990069> (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-25 21:37:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:55 [ecarstrade.be] INFO: Extracting details for car 6990069auction110871
2026-03-25 21:37:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d7d9ee4-39dd-5cf1-8a44-d7fddeae2f3e with identifier: 6990069auction110871
2026-03-25 21:37:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d7d9ee4-39dd-5cf1-8a44-d7fddeae2f3e with scrape type 2
2026-03-25 21:37:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d7d9ee4-39dd-5cf1-8a44-d7fddeae2f3e with scrape type 2
2026-03-25 21:37:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d7d9ee4-39dd-5cf1-8a44-d7fddeae2f3e, identifier: 6990069auction110871
2026-03-25 21:37:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d7d9ee4-39dd-5cf1-8a44-d7fddeae2f3e with identifier: 6990069auction110871
2026-03-25 21:37:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d7d9ee4-39dd-5cf1-8a44-d7fddeae2f3e with identifier: 6990069auction110871
2026-03-25 21:37:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d7d9ee4-39dd-5cf1-8a44-d7fddeae2f3e with identifier: 6990069auction110871 to the API
2026-03-25 21:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990069>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1d7d9ee4-39dd-5cf1-8a44-d7fddeae2f3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990069',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 104601,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-25 21:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990069auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:56 [ecarstrade.be] INFO: Saving data for 6990069auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044580.40245, 'last_price_update_time': 1774474676.232645}
2026-03-25 21:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990069auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988741> (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-25 21:37:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:57 [ecarstrade.be] INFO: Extracting details for car 6988741auction110871
2026-03-25 21:37:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a05a7e8-468e-567f-b6af-e4e1c8c848a1 with identifier: 6988741auction110871
2026-03-25 21:37:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a05a7e8-468e-567f-b6af-e4e1c8c848a1 with scrape type 2
2026-03-25 21:37:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a05a7e8-468e-567f-b6af-e4e1c8c848a1 with scrape type 2
2026-03-25 21:37:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a05a7e8-468e-567f-b6af-e4e1c8c848a1, identifier: 6988741auction110871
2026-03-25 21:37:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a05a7e8-468e-567f-b6af-e4e1c8c848a1 with identifier: 6988741auction110871
2026-03-25 21:37:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a05a7e8-468e-567f-b6af-e4e1c8c848a1 with identifier: 6988741auction110871
2026-03-25 21:37:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a05a7e8-468e-567f-b6af-e4e1c8c848a1 with identifier: 6988741auction110871 to the API
2026-03-25 21:37:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988741>
{'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-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2a05a7e8-468e-567f-b6af-e4e1c8c848a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988741',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 34891,
'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 X2 1.5 SDRIVE18I 100KW DCT',
'transmission': 'automatic',
'trim': '1.5 SDRIVE18I 100KW DCT',
'vin': None,
'year': 2022}
2026-03-25 21:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988741auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:58 [ecarstrade.be] INFO: Saving data for 6988741auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044509.076979, 'last_price_update_time': 1774474678.180176}
2026-03-25 21:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988741auction110871') HTTP/1.1" 204 0
2026-03-25 21:37:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988576> (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-25 21:37:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:37:59 [ecarstrade.be] INFO: Extracting details for car 6988576auction110871
2026-03-25 21:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4c966db-eb43-5f6d-b6bb-42ea7993a4a1 with identifier: 6988576auction110871
2026-03-25 21:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4c966db-eb43-5f6d-b6bb-42ea7993a4a1 with scrape type 2
2026-03-25 21:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4c966db-eb43-5f6d-b6bb-42ea7993a4a1 with scrape type 2
2026-03-25 21:37:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4c966db-eb43-5f6d-b6bb-42ea7993a4a1, identifier: 6988576auction110871
2026-03-25 21:37:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4c966db-eb43-5f6d-b6bb-42ea7993a4a1 with identifier: 6988576auction110871
2026-03-25 21:37:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4c966db-eb43-5f6d-b6bb-42ea7993a4a1 with identifier: 6988576auction110871
2026-03-25 21:37:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4c966db-eb43-5f6d-b6bb-42ea7993a4a1 with identifier: 6988576auction110871 to the API
2026-03-25 21:37:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:37: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-25 21:37:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988576>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b4c966db-eb43-5f6d-b6bb-42ea7993a4a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988576',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 100777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-23',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 DIESEL - 2019 35 TDi Business Edition S line S tronic',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2019 35 TDi Business Edition S line S tronic',
'vin': None,
'year': 2020}
2026-03-25 21:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988576auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:37:59 [ecarstrade.be] INFO: Saving data for 6988576auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044508.053425, 'last_price_update_time': 1774474679.585526}
2026-03-25 21:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988576auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988883> (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-25 21:38:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:00 [ecarstrade.be] INFO: Extracting details for car 6988883auction110871
2026-03-25 21:38:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d14315f7-b8da-5546-96a0-b1eae4a8815d with identifier: 6988883auction110871
2026-03-25 21:38:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d14315f7-b8da-5546-96a0-b1eae4a8815d with scrape type 2
2026-03-25 21:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d14315f7-b8da-5546-96a0-b1eae4a8815d with scrape type 2
2026-03-25 21:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d14315f7-b8da-5546-96a0-b1eae4a8815d, identifier: 6988883auction110871
2026-03-25 21:38:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d14315f7-b8da-5546-96a0-b1eae4a8815d with identifier: 6988883auction110871
2026-03-25 21:38:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d14315f7-b8da-5546-96a0-b1eae4a8815d with identifier: 6988883auction110871
2026-03-25 21:38:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d14315f7-b8da-5546-96a0-b1eae4a8815d with identifier: 6988883auction110871 to the API
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988883>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'd14315f7-b8da-5546-96a0-b1eae4a8815d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988883',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 84659,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS C BREAK DIESEL (S205) - C 300 de PHEV Business '
'Solution',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASS C BREAK DIESEL (S205) - de PHEV Business '
'Solution',
'vin': None,
'year': 2021}
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988883auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:01 [ecarstrade.be] INFO: Saving data for 6988883auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044506.111209, 'last_price_update_time': 1774474681.337344}
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988883auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990066> (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-25 21:38:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:01 [ecarstrade.be] INFO: Extracting details for car 6990066auction110871
2026-03-25 21:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85633266-2e57-549b-b4e9-99eaa0cec67a with identifier: 6990066auction110871
2026-03-25 21:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85633266-2e57-549b-b4e9-99eaa0cec67a with scrape type 2
2026-03-25 21:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85633266-2e57-549b-b4e9-99eaa0cec67a with scrape type 2
2026-03-25 21:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85633266-2e57-549b-b4e9-99eaa0cec67a, identifier: 6990066auction110871
2026-03-25 21:38:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85633266-2e57-549b-b4e9-99eaa0cec67a with identifier: 6990066auction110871
2026-03-25 21:38:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85633266-2e57-549b-b4e9-99eaa0cec67a with identifier: 6990066auction110871
2026-03-25 21:38:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85633266-2e57-549b-b4e9-99eaa0cec67a with identifier: 6990066auction110871 to the API
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990066>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '85633266-2e57-549b-b4e9-99eaa0cec67a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990066',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 83978,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTR. INSCRIPTION',
'vin': None,
'year': 2021}
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990066auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:01 [ecarstrade.be] INFO: Saving data for 6990066auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044586.8385, 'last_price_update_time': 1774474681.827294}
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990066auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988543> (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-25 21:38:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:02 [ecarstrade.be] INFO: Extracting details for car 6988543auction110871
2026-03-25 21:38:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447e8f8a-78cc-5c5c-a3da-5b6bc945b1aa with identifier: 6988543auction110871
2026-03-25 21:38:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447e8f8a-78cc-5c5c-a3da-5b6bc945b1aa with scrape type 2
2026-03-25 21:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447e8f8a-78cc-5c5c-a3da-5b6bc945b1aa with scrape type 2
2026-03-25 21:38:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 447e8f8a-78cc-5c5c-a3da-5b6bc945b1aa, identifier: 6988543auction110871
2026-03-25 21:38:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 447e8f8a-78cc-5c5c-a3da-5b6bc945b1aa with identifier: 6988543auction110871
2026-03-25 21:38:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 447e8f8a-78cc-5c5c-a3da-5b6bc945b1aa with identifier: 6988543auction110871
2026-03-25 21:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 447e8f8a-78cc-5c5c-a3da-5b6bc945b1aa with identifier: 6988543auction110871 to the API
2026-03-25 21:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988543>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '447e8f8a-78cc-5c5c-a3da-5b6bc945b1aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988543',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A3',
'odometer': 54454,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2021}
2026-03-25 21:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988543auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:03 [ecarstrade.be] INFO: Saving data for 6988543auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044507.61286, 'last_price_update_time': 1774474683.053445}
2026-03-25 21:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988543auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988587> (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-25 21:38:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:06 [ecarstrade.be] INFO: Extracting details for car 6988587auction110871
2026-03-25 21:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29c64ffd-3395-5547-8e14-e15e8981cdce with identifier: 6988587auction110871
2026-03-25 21:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29c64ffd-3395-5547-8e14-e15e8981cdce with scrape type 2
2026-03-25 21:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29c64ffd-3395-5547-8e14-e15e8981cdce with scrape type 2
2026-03-25 21:38:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29c64ffd-3395-5547-8e14-e15e8981cdce, identifier: 6988587auction110871
2026-03-25 21:38:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29c64ffd-3395-5547-8e14-e15e8981cdce with identifier: 6988587auction110871
2026-03-25 21:38:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29c64ffd-3395-5547-8e14-e15e8981cdce with identifier: 6988587auction110871
2026-03-25 21:38:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29c64ffd-3395-5547-8e14-e15e8981cdce with identifier: 6988587auction110871 to the API
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988587>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '29c64ffd-3395-5547-8e14-e15e8981cdce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988587',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 93342,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988587auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Saving data for 6988587auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044507.132671, 'last_price_update_time': 1774474686.480004}
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988587auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:06 [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-25 21:38:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988588auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988588auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988588auction110871: 2
2026-03-25 21:38:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988708auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988708auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988708auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988876auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988876auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988876auction110871: 2
2026-03-25 21:38:06 [scrapy.extensions.logstats] INFO: Crawled 230 pages (at 52 pages/min), scraped 200 items (at 49 items/min)
2026-03-25 21:38:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 295MiB
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990037auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990037auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6990037auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988561auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988561auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988561auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988569auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988569auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988569auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990046auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990046auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6990046auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988882auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988882auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988882auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988873auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988873auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988873auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988878auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988878auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988878auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988627auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988627auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988627auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988659auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988659auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988659auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990060auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990060auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6990060auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988540auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988540auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988540auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988632auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988632auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988632auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988874auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988874auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988874auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988620auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988620auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988620auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990041auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990041auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6990041auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6988863auction110871
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988863auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:06 [ecarstrade.be] INFO: Scrape type for 6988863auction110871: 2
2026-03-25 21:38:06 [ecarstrade.be] INFO: Found listing with ID: 6990062auction110871
2026-03-25 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990062auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:07 [ecarstrade.be] INFO: Scrape type for 6990062auction110871: 2
2026-03-25 21:38:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990055> (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-25 21:38:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:07 [ecarstrade.be] INFO: Extracting details for car 6990055auction110871
2026-03-25 21:38:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e2f0ff5-1435-5755-af50-e94af1106764 with identifier: 6990055auction110871
2026-03-25 21:38:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e2f0ff5-1435-5755-af50-e94af1106764 with scrape type 2
2026-03-25 21:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e2f0ff5-1435-5755-af50-e94af1106764 with scrape type 2
2026-03-25 21:38:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e2f0ff5-1435-5755-af50-e94af1106764, identifier: 6990055auction110871
2026-03-25 21:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e2f0ff5-1435-5755-af50-e94af1106764 with identifier: 6990055auction110871
2026-03-25 21:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e2f0ff5-1435-5755-af50-e94af1106764 with identifier: 6990055auction110871
2026-03-25 21:38:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e2f0ff5-1435-5755-af50-e94af1106764 with identifier: 6990055auction110871 to the API
2026-03-25 21:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990055>
{'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-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0e2f0ff5-1435-5755-af50-e94af1106764',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990055',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Caddy Maxi',
'odometer': 78351,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-21',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY MAXI 1.5TSI 84KW BMT MAXI DRIVE',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CADDY MAXI 1.5TSI 84KW BMT MAXI DRIVE',
'vin': None,
'year': 2023}
2026-03-25 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990055auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:07 [ecarstrade.be] INFO: Saving data for 6990055auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044505.581739, 'last_price_update_time': 1774474687.796004}
2026-03-25 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990055auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990053> (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-25 21:38:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:08 [ecarstrade.be] INFO: Extracting details for car 6990053auction110871
2026-03-25 21:38:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39a4bed9-6a28-5185-987f-b36ae4962e01 with identifier: 6990053auction110871
2026-03-25 21:38:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39a4bed9-6a28-5185-987f-b36ae4962e01 with scrape type 2
2026-03-25 21:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39a4bed9-6a28-5185-987f-b36ae4962e01 with scrape type 2
2026-03-25 21:38:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39a4bed9-6a28-5185-987f-b36ae4962e01, identifier: 6990053auction110871
2026-03-25 21:38:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39a4bed9-6a28-5185-987f-b36ae4962e01 with identifier: 6990053auction110871
2026-03-25 21:38:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39a4bed9-6a28-5185-987f-b36ae4962e01 with identifier: 6990053auction110871
2026-03-25 21:38:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39a4bed9-6a28-5185-987f-b36ae4962e01 with identifier: 6990053auction110871 to the API
2026-03-25 21:38:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990053>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Electric',
'id': '39a4bed9-6a28-5185-987f-b36ae4962e01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990053',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 138872,
'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': 'TESLA MODEL Y BEV LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y BEV LONG RANGE AUTO 4WD',
'vin': None,
'year': 2023}
2026-03-25 21:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990053auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:08 [ecarstrade.be] INFO: Saving data for 6990053auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044480.935619, 'last_price_update_time': 1774474688.365071}
2026-03-25 21:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990053auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988565> (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-25 21:38:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:08 [ecarstrade.be] INFO: Extracting details for car 6988565auction110871
2026-03-25 21:38:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49260458-833b-51f4-98d4-d64b70118683 with identifier: 6988565auction110871
2026-03-25 21:38:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49260458-833b-51f4-98d4-d64b70118683 with scrape type 2
2026-03-25 21:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49260458-833b-51f4-98d4-d64b70118683 with scrape type 2
2026-03-25 21:38:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49260458-833b-51f4-98d4-d64b70118683, identifier: 6988565auction110871
2026-03-25 21:38:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49260458-833b-51f4-98d4-d64b70118683 with identifier: 6988565auction110871
2026-03-25 21:38:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49260458-833b-51f4-98d4-d64b70118683 with identifier: 6988565auction110871
2026-03-25 21:38:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49260458-833b-51f4-98d4-d64b70118683 with identifier: 6988565auction110871 to the API
2026-03-25 21:38:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988565>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '49260458-833b-51f4-98d4-d64b70118683',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988565',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 124094,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 30 TDI 100KW S TR ADV BUSINESS ED',
'transmission': 'automatic',
'trim': 'AUDI 2.0 30 TDI 100KW S TR ADV BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988565auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:09 [ecarstrade.be] INFO: Saving data for 6988565auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044703.418064, 'last_price_update_time': 1774474689.041422}
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988565auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990049> (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-25 21:38:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:09 [ecarstrade.be] INFO: Extracting details for car 6990049auction110871
2026-03-25 21:38:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68c35cf4-74a2-5080-a47b-c004aae6a134 with identifier: 6990049auction110871
2026-03-25 21:38:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68c35cf4-74a2-5080-a47b-c004aae6a134 with scrape type 2
2026-03-25 21:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68c35cf4-74a2-5080-a47b-c004aae6a134 with scrape type 2
2026-03-25 21:38:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68c35cf4-74a2-5080-a47b-c004aae6a134, identifier: 6990049auction110871
2026-03-25 21:38:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68c35cf4-74a2-5080-a47b-c004aae6a134 with identifier: 6990049auction110871
2026-03-25 21:38:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68c35cf4-74a2-5080-a47b-c004aae6a134 with identifier: 6990049auction110871
2026-03-25 21:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68c35cf4-74a2-5080-a47b-c004aae6a134 with identifier: 6990049auction110871 to the API
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990049>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Electric',
'id': '68c35cf4-74a2-5080-a47b-c004aae6a134',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990049',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 19662,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV 50KWH STANDARD RWD PLUS AUTO',
'transmission': 'automatic',
'trim': 'TESLA MODEL 3 BEV 50KWH STANDARD RWD PLUS AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990049auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:09 [ecarstrade.be] INFO: Saving data for 6990049auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044505.090229, 'last_price_update_time': 1774474689.815246}
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990049auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988562> (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-25 21:38:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:12 [ecarstrade.be] INFO: Extracting details for car 6988562auction110871
2026-03-25 21:38:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a10b7d77-e17a-57a7-a6a5-58565a8baae0 with identifier: 6988562auction110871
2026-03-25 21:38:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a10b7d77-e17a-57a7-a6a5-58565a8baae0 with scrape type 2
2026-03-25 21:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a10b7d77-e17a-57a7-a6a5-58565a8baae0 with scrape type 2
2026-03-25 21:38:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a10b7d77-e17a-57a7-a6a5-58565a8baae0, identifier: 6988562auction110871
2026-03-25 21:38:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a10b7d77-e17a-57a7-a6a5-58565a8baae0 with identifier: 6988562auction110871
2026-03-25 21:38:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a10b7d77-e17a-57a7-a6a5-58565a8baae0 with identifier: 6988562auction110871
2026-03-25 21:38:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a10b7d77-e17a-57a7-a6a5-58565a8baae0 with identifier: 6988562auction110871 to the API
2026-03-25 21:38:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988562>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a10b7d77-e17a-57a7-a6a5-58565a8baae0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988562',
'listing': 'auction',
'location': 'Belgium - "DELIVERY"',
'make': 'Audi',
'model': 'A3',
'odometer': 35271,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 2.0 35 TDI 110KW ADVANCED',
'transmission': 'manual',
'trim': 'AUDI SPORTBACK 2.0 35 TDI 110KW ADVANCED',
'vin': None,
'year': 2023}
2026-03-25 21:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988562auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:12 [ecarstrade.be] INFO: Saving data for 6988562auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044549.17476, 'last_price_update_time': 1774474692.952868}
2026-03-25 21:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988562auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:12 [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-25 21:38:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990061auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990061auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990061auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990072auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990072auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990072auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988598auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988598auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988598auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988677auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988677auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988677auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988682auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988682auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988682auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990059auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990059auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990059auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988607auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988607auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988607auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988881auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988881auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988881auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988613auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988613auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988613auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990030auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990030auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990030auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990063auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990063auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990063auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990043auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990043auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990043auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988533auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988533auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988533auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988689auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988689auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988689auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990029auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990029auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990029auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990058auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990058auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990058auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988884auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988884auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988884auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6990044auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990044auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6990044auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988513auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988513auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988513auction110871: 2
2026-03-25 21:38:13 [ecarstrade.be] INFO: Found listing with ID: 6988639auction110871
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988639auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:13 [ecarstrade.be] INFO: Scrape type for 6988639auction110871: 2
2026-03-25 21:38:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988708> (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-25 21:38:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:14 [ecarstrade.be] INFO: Extracting details for car 6988708auction110871
2026-03-25 21:38:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe616ed0-0bcb-5bc4-8205-02727334d98e with identifier: 6988708auction110871
2026-03-25 21:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe616ed0-0bcb-5bc4-8205-02727334d98e with scrape type 2
2026-03-25 21:38:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe616ed0-0bcb-5bc4-8205-02727334d98e with scrape type 2
2026-03-25 21:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe616ed0-0bcb-5bc4-8205-02727334d98e, identifier: 6988708auction110871
2026-03-25 21:38:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe616ed0-0bcb-5bc4-8205-02727334d98e with identifier: 6988708auction110871
2026-03-25 21:38:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe616ed0-0bcb-5bc4-8205-02727334d98e with identifier: 6988708auction110871
2026-03-25 21:38:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe616ed0-0bcb-5bc4-8205-02727334d98e with identifier: 6988708auction110871 to the API
2026-03-25 21:38:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988708>
{'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-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fe616ed0-0bcb-5bc4-8205-02727334d98e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988708',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'BMW',
'model': 'X2',
'odometer': 83954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'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-25 21:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988708auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:14 [ecarstrade.be] INFO: Saving data for 6988708auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044538.727389, 'last_price_update_time': 1774474694.746836}
2026-03-25 21:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988708auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988876> (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-25 21:38:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990037> (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-25 21:38:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:16 [ecarstrade.be] INFO: Extracting details for car 6988876auction110871
2026-03-25 21:38:16 [ecarstrade.be] INFO: Extracting details for car 6990037auction110871
2026-03-25 21:38:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7b9687c-3cea-56c1-8b85-3bc3b92166d8 with identifier: 6988876auction110871
2026-03-25 21:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7b9687c-3cea-56c1-8b85-3bc3b92166d8 with scrape type 2
2026-03-25 21:38:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7b9687c-3cea-56c1-8b85-3bc3b92166d8 with scrape type 2
2026-03-25 21:38:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7b9687c-3cea-56c1-8b85-3bc3b92166d8, identifier: 6988876auction110871
2026-03-25 21:38:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1cb18bf-73b1-57cf-a9be-d4e9d62ec5c4 with identifier: 6990037auction110871
2026-03-25 21:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1cb18bf-73b1-57cf-a9be-d4e9d62ec5c4 with scrape type 2
2026-03-25 21:38:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1cb18bf-73b1-57cf-a9be-d4e9d62ec5c4 with scrape type 2
2026-03-25 21:38:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1cb18bf-73b1-57cf-a9be-d4e9d62ec5c4, identifier: 6990037auction110871
2026-03-25 21:38:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7b9687c-3cea-56c1-8b85-3bc3b92166d8 with identifier: 6988876auction110871
2026-03-25 21:38:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7b9687c-3cea-56c1-8b85-3bc3b92166d8 with identifier: 6988876auction110871
2026-03-25 21:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7b9687c-3cea-56c1-8b85-3bc3b92166d8 with identifier: 6988876auction110871 to the API
2026-03-25 21:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988876>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd7b9687c-3cea-56c1-8b85-3bc3b92166d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988876',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 83090,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'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-25 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988876auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:17 [ecarstrade.be] INFO: Saving data for 6988876auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044692.180525, 'last_price_update_time': 1774474697.166727}
2026-03-25 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988876auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1cb18bf-73b1-57cf-a9be-d4e9d62ec5c4 with identifier: 6990037auction110871
2026-03-25 21:38:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1cb18bf-73b1-57cf-a9be-d4e9d62ec5c4 with identifier: 6990037auction110871
2026-03-25 21:38:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1cb18bf-73b1-57cf-a9be-d4e9d62ec5c4 with identifier: 6990037auction110871 to the API
2026-03-25 21:38:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990037>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Electric',
'id': 'b1cb18bf-73b1-57cf-a9be-d4e9d62ec5c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990037',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Polestar',
'model': '2',
'odometer': 76912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'POLESTAR POLESTAR 2 78 kWh Dual Motor Launch',
'transmission': 'automatic',
'trim': 'POLESTAR POLESTAR 78 kWh Dual Motor Launch',
'vin': None,
'year': 2020}
2026-03-25 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990037auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:17 [ecarstrade.be] INFO: Saving data for 6990037auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044692.524272, 'last_price_update_time': 1774474697.437717}
2026-03-25 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990037auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988561> (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-25 21:38:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:19 [ecarstrade.be] INFO: Extracting details for car 6988561auction110871
2026-03-25 21:38:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b05c289a-777c-5583-ad8c-42859c803cf1 with identifier: 6988561auction110871
2026-03-25 21:38:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b05c289a-777c-5583-ad8c-42859c803cf1 with scrape type 2
2026-03-25 21:38:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b05c289a-777c-5583-ad8c-42859c803cf1 with scrape type 2
2026-03-25 21:38:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b05c289a-777c-5583-ad8c-42859c803cf1, identifier: 6988561auction110871
2026-03-25 21:38:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b05c289a-777c-5583-ad8c-42859c803cf1 with identifier: 6988561auction110871
2026-03-25 21:38:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b05c289a-777c-5583-ad8c-42859c803cf1 with identifier: 6988561auction110871
2026-03-25 21:38:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b05c289a-777c-5583-ad8c-42859c803cf1 with identifier: 6988561auction110871 to the API
2026-03-25 21:38:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988561>
{'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-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b05c289a-777c-5583-ad8c-42859c803cf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988561',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 60925,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI 110KW S TRONIC ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.5 35 TFSI 110KW S TRONIC ATTRACTION',
'vin': None,
'year': 2022}
2026-03-25 21:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988561auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:19 [ecarstrade.be] INFO: Saving data for 6988561auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044544.580629, 'last_price_update_time': 1774474699.754999}
2026-03-25 21:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988561auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988569> (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-25 21:38:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:20 [ecarstrade.be] INFO: Extracting details for car 6988569auction110871
2026-03-25 21:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46a30844-7097-5052-bd07-2ebc9498e42e with identifier: 6988569auction110871
2026-03-25 21:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46a30844-7097-5052-bd07-2ebc9498e42e with scrape type 2
2026-03-25 21:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46a30844-7097-5052-bd07-2ebc9498e42e with scrape type 2
2026-03-25 21:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46a30844-7097-5052-bd07-2ebc9498e42e, identifier: 6988569auction110871
2026-03-25 21:38:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46a30844-7097-5052-bd07-2ebc9498e42e with identifier: 6988569auction110871
2026-03-25 21:38:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46a30844-7097-5052-bd07-2ebc9498e42e with identifier: 6988569auction110871
2026-03-25 21:38:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46a30844-7097-5052-bd07-2ebc9498e42e with identifier: 6988569auction110871 to the API
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988569>
{'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-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '46a30844-7097-5052-bd07-2ebc9498e42e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988569',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 195631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-02',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 30 TDI S TRONIC BUS. ED. ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 30 TDI S TRONIC BUS. ED. ATTRACTION',
'vin': None,
'year': 2022}
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988569auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:20 [ecarstrade.be] INFO: Saving data for 6988569auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044590.368442, 'last_price_update_time': 1774474700.361994}
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988569auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988588> (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-25 21:38:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990050> (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-25 21:38:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:20 [ecarstrade.be] INFO: Extracting details for car 6988588auction110871
2026-03-25 21:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72697d73-a287-55c3-8316-fe4cdbce6784 with identifier: 6988588auction110871
2026-03-25 21:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72697d73-a287-55c3-8316-fe4cdbce6784 with scrape type 2
2026-03-25 21:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72697d73-a287-55c3-8316-fe4cdbce6784 with scrape type 2
2026-03-25 21:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72697d73-a287-55c3-8316-fe4cdbce6784, identifier: 6988588auction110871
2026-03-25 21:38:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72697d73-a287-55c3-8316-fe4cdbce6784 with identifier: 6988588auction110871
2026-03-25 21:38:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72697d73-a287-55c3-8316-fe4cdbce6784 with identifier: 6988588auction110871
2026-03-25 21:38:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72697d73-a287-55c3-8316-fe4cdbce6784 with identifier: 6988588auction110871 to the API
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988588>
{'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-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '72697d73-a287-55c3-8316-fe4cdbce6784',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988588',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 146926,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 2.0 35 TDI S TRONIC BUSINESS EDITION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 35 TDI S TRONIC BUSINESS EDITION',
'vin': None,
'year': 2021}
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988588auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:20 [ecarstrade.be] INFO: Saving data for 6988588auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044689.05552, 'last_price_update_time': 1774474700.856063}
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988588auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:20 [ecarstrade.be] INFO: Extracting details for car 6990050auction110871
2026-03-25 21:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75484d22-25e3-5971-818c-9d333100f09a with identifier: 6990050auction110871
2026-03-25 21:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75484d22-25e3-5971-818c-9d333100f09a with scrape type 2
2026-03-25 21:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75484d22-25e3-5971-818c-9d333100f09a with scrape type 2
2026-03-25 21:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75484d22-25e3-5971-818c-9d333100f09a, identifier: 6990050auction110871
2026-03-25 21:38:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75484d22-25e3-5971-818c-9d333100f09a with identifier: 6990050auction110871
2026-03-25 21:38:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75484d22-25e3-5971-818c-9d333100f09a with identifier: 6990050auction110871
2026-03-25 21:38:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75484d22-25e3-5971-818c-9d333100f09a with identifier: 6990050auction110871 to the API
2026-03-25 21:38:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990050>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Electric',
'id': '75484d22-25e3-5971-818c-9d333100f09a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990050',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 65076,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV 50KWH STANDARD RWD PLUS AUTO',
'transmission': 'automatic',
'trim': 'TESLA MODEL 3 BEV 50KWH STANDARD RWD PLUS AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990050auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:21 [ecarstrade.be] INFO: Saving data for 6990050auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044558.232592, 'last_price_update_time': 1774474701.95816}
2026-03-25 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990050auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990046> (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-25 21:38:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:22 [ecarstrade.be] INFO: Extracting details for car 6990046auction110871
2026-03-25 21:38:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c97558f4-4ea3-519a-ac69-5410cf4d6ce5 with identifier: 6990046auction110871
2026-03-25 21:38:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c97558f4-4ea3-519a-ac69-5410cf4d6ce5 with scrape type 2
2026-03-25 21:38:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c97558f4-4ea3-519a-ac69-5410cf4d6ce5 with scrape type 2
2026-03-25 21:38:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c97558f4-4ea3-519a-ac69-5410cf4d6ce5, identifier: 6990046auction110871
2026-03-25 21:38:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c97558f4-4ea3-519a-ac69-5410cf4d6ce5 with identifier: 6990046auction110871
2026-03-25 21:38:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c97558f4-4ea3-519a-ac69-5410cf4d6ce5 with identifier: 6990046auction110871
2026-03-25 21:38:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c97558f4-4ea3-519a-ac69-5410cf4d6ce5 with identifier: 6990046auction110871 to the API
2026-03-25 21:38:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990046>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c97558f4-4ea3-519a-ac69-5410cf4d6ce5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990046',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 77438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.4 TSI PHEV 150KW DSG STYLE',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.4 TSI PHEV 150KW DSG STYLE',
'vin': None,
'year': 2021}
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990046auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:23 [ecarstrade.be] INFO: Saving data for 6990046auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044544.137196, 'last_price_update_time': 1774474703.476754}
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990046auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988882> (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-25 21:38:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:23 [ecarstrade.be] INFO: Extracting details for car 6988882auction110871
2026-03-25 21:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d87e09d0-49fa-573b-886d-5d3817998891 with identifier: 6988882auction110871
2026-03-25 21:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d87e09d0-49fa-573b-886d-5d3817998891 with scrape type 2
2026-03-25 21:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d87e09d0-49fa-573b-886d-5d3817998891 with scrape type 2
2026-03-25 21:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d87e09d0-49fa-573b-886d-5d3817998891, identifier: 6988882auction110871
2026-03-25 21:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d87e09d0-49fa-573b-886d-5d3817998891 with identifier: 6988882auction110871
2026-03-25 21:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d87e09d0-49fa-573b-886d-5d3817998891 with identifier: 6988882auction110871
2026-03-25 21:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d87e09d0-49fa-573b-886d-5d3817998891 with identifier: 6988882auction110871 to the API
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988882>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd87e09d0-49fa-573b-886d-5d3817998891',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988882',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 157535,
'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-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': 2022}
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988882auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:23 [ecarstrade.be] INFO: Saving data for 6988882auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044589.839699, 'last_price_update_time': 1774474703.956643}
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988882auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990062> (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-25 21:38:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:24 [ecarstrade.be] INFO: Extracting details for car 6990062auction110871
2026-03-25 21:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4568ba1b-600d-570f-94c1-8a525cba347b with identifier: 6990062auction110871
2026-03-25 21:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4568ba1b-600d-570f-94c1-8a525cba347b with scrape type 2
2026-03-25 21:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4568ba1b-600d-570f-94c1-8a525cba347b with scrape type 2
2026-03-25 21:38:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4568ba1b-600d-570f-94c1-8a525cba347b, identifier: 6990062auction110871
2026-03-25 21:38:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4568ba1b-600d-570f-94c1-8a525cba347b with identifier: 6990062auction110871
2026-03-25 21:38:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4568ba1b-600d-570f-94c1-8a525cba347b with identifier: 6990062auction110871
2026-03-25 21:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4568ba1b-600d-570f-94c1-8a525cba347b with identifier: 6990062auction110871 to the API
2026-03-25 21:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990062>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4568ba1b-600d-570f-94c1-8a525cba347b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990062',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 187764,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-27',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE DIESEL 2.0 TDi SCR Highline DSG (EU6.2)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TIGUAN ALLSPACE DIESEL 2.0 TDi SCR Highline DSG (EU6.2)',
'vin': None,
'year': 2019}
2026-03-25 21:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990062auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:24 [ecarstrade.be] INFO: Saving data for 6990062auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044577.522955, 'last_price_update_time': 1774474704.452274}
2026-03-25 21:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990062auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990041> (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-25 21:38:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:26 [ecarstrade.be] INFO: Extracting details for car 6990041auction110871
2026-03-25 21:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8640e1e3-cbd3-5d9f-a7d0-0784731956cf with identifier: 6990041auction110871
2026-03-25 21:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8640e1e3-cbd3-5d9f-a7d0-0784731956cf with scrape type 2
2026-03-25 21:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8640e1e3-cbd3-5d9f-a7d0-0784731956cf with scrape type 2
2026-03-25 21:38:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8640e1e3-cbd3-5d9f-a7d0-0784731956cf, identifier: 6990041auction110871
2026-03-25 21:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8640e1e3-cbd3-5d9f-a7d0-0784731956cf with identifier: 6990041auction110871
2026-03-25 21:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8640e1e3-cbd3-5d9f-a7d0-0784731956cf with identifier: 6990041auction110871
2026-03-25 21:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8640e1e3-cbd3-5d9f-a7d0-0784731956cf with identifier: 6990041auction110871 to the API
2026-03-25 21:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990041>
{'auction_title': '',
'c_o_2_emission_value': 212,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8640e1e3-cbd3-5d9f-a7d0-0784731956cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990041',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Master',
'odometer': 48620,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-10',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER 35 CARGO LWB DSL - 2014 2.3 dCi 35 L3H1 Cargo 440 '
'STOCK',
'transmission': 'manual',
'trim': 'RENAULT MASTER 35 CARGO LWB DSL - 2014 2.3 dCi 35 L3H1 Cargo 440 '
'STOCK',
'vin': None,
'year': 2019}
2026-03-25 21:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990041auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:26 [ecarstrade.be] INFO: Saving data for 6990041auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044578.54472, 'last_price_update_time': 1774474706.765514}
2026-03-25 21:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990041auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988620> (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-25 21:38:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:26 [ecarstrade.be] INFO: Extracting details for car 6988620auction110871
2026-03-25 21:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dd334a8-a7ef-5be1-889b-d51bb64d3630 with identifier: 6988620auction110871
2026-03-25 21:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dd334a8-a7ef-5be1-889b-d51bb64d3630 with scrape type 2
2026-03-25 21:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dd334a8-a7ef-5be1-889b-d51bb64d3630 with scrape type 2
2026-03-25 21:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9dd334a8-a7ef-5be1-889b-d51bb64d3630, identifier: 6988620auction110871
2026-03-25 21:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9dd334a8-a7ef-5be1-889b-d51bb64d3630 with identifier: 6988620auction110871
2026-03-25 21:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9dd334a8-a7ef-5be1-889b-d51bb64d3630 with identifier: 6988620auction110871
2026-03-25 21:38:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9dd334a8-a7ef-5be1-889b-d51bb64d3630 with identifier: 6988620auction110871 to the API
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988620>
{'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-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9dd334a8-a7ef-5be1-889b-d51bb64d3630',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988620',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 60729,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-07',
'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': 2022}
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988620auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:27 [ecarstrade.be] INFO: Saving data for 6988620auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044578.208218, 'last_price_update_time': 1774474707.264966}
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988620auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988863> (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-25 21:38:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:27 [ecarstrade.be] INFO: Extracting details for car 6988863auction110871
2026-03-25 21:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d559e5-3051-545a-9e76-92483b2bd3ca with identifier: 6988863auction110871
2026-03-25 21:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d559e5-3051-545a-9e76-92483b2bd3ca with scrape type 2
2026-03-25 21:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d559e5-3051-545a-9e76-92483b2bd3ca with scrape type 2
2026-03-25 21:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48d559e5-3051-545a-9e76-92483b2bd3ca, identifier: 6988863auction110871
2026-03-25 21:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48d559e5-3051-545a-9e76-92483b2bd3ca with identifier: 6988863auction110871
2026-03-25 21:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48d559e5-3051-545a-9e76-92483b2bd3ca with identifier: 6988863auction110871
2026-03-25 21:38:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48d559e5-3051-545a-9e76-92483b2bd3ca with identifier: 6988863auction110871 to the API
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988863>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '48d559e5-3051-545a-9e76-92483b2bd3ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988863',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 131988,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA - 2020 2.5 EcoBoost FWD PHEV ST-Line X',
'transmission': 'automatic',
'trim': 'FORD KUGA - 2020 2.5 EcoBoost FWD PHEV ST-Line X',
'vin': None,
'year': 2021}
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988863auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:27 [ecarstrade.be] INFO: Saving data for 6988863auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044578.927834, 'last_price_update_time': 1774474707.746691}
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988863auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988874> (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-25 21:38:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:27 [ecarstrade.be] INFO: Extracting details for car 6988874auction110871
2026-03-25 21:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23394157-c964-52c8-860c-8f4cee2c4865 with identifier: 6988874auction110871
2026-03-25 21:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23394157-c964-52c8-860c-8f4cee2c4865 with scrape type 2
2026-03-25 21:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23394157-c964-52c8-860c-8f4cee2c4865 with scrape type 2
2026-03-25 21:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23394157-c964-52c8-860c-8f4cee2c4865, identifier: 6988874auction110871
2026-03-25 21:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23394157-c964-52c8-860c-8f4cee2c4865 with identifier: 6988874auction110871
2026-03-25 21:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23394157-c964-52c8-860c-8f4cee2c4865 with identifier: 6988874auction110871
2026-03-25 21:38:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23394157-c964-52c8-860c-8f4cee2c4865 with identifier: 6988874auction110871 to the API
2026-03-25 21:38:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988874>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.6L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '23394157-c964-52c8-860c-8f4cee2c4865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988874',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 82315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 T-GDI 150 PULSE',
'transmission': 'manual',
'trim': 'KIA SPORTAGE 1.6 T-GDI 150 PULSE',
'vin': None,
'year': 2022}
2026-03-25 21:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988874auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:28 [ecarstrade.be] INFO: Saving data for 6988874auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044577.160109, 'last_price_update_time': 1774474708.227068}
2026-03-25 21:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988874auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988555> (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-25 21:38:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:29 [ecarstrade.be] INFO: Extracting details for car 6988555auction110871
2026-03-25 21:38:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd124753-b8d8-5e60-a7de-7f94b11b3738 with identifier: 6988555auction110871
2026-03-25 21:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd124753-b8d8-5e60-a7de-7f94b11b3738 with scrape type 2
2026-03-25 21:38:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd124753-b8d8-5e60-a7de-7f94b11b3738 with scrape type 2
2026-03-25 21:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd124753-b8d8-5e60-a7de-7f94b11b3738, identifier: 6988555auction110871
2026-03-25 21:38:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd124753-b8d8-5e60-a7de-7f94b11b3738 with identifier: 6988555auction110871
2026-03-25 21:38:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd124753-b8d8-5e60-a7de-7f94b11b3738 with identifier: 6988555auction110871
2026-03-25 21:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd124753-b8d8-5e60-a7de-7f94b11b3738 with identifier: 6988555auction110871 to the API
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988555>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fd124753-b8d8-5e60-a7de-7f94b11b3738',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988555',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 117199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'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-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988555auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:30 [ecarstrade.be] INFO: Saving data for 6988555auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044508.528291, 'last_price_update_time': 1774474710.249527}
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988555auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988632> (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-25 21:38:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:30 [ecarstrade.be] INFO: Extracting details for car 6988632auction110871
2026-03-25 21:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 405d6e58-5ca3-557e-a893-021d08b4ba64 with identifier: 6988632auction110871
2026-03-25 21:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 405d6e58-5ca3-557e-a893-021d08b4ba64 with scrape type 2
2026-03-25 21:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 405d6e58-5ca3-557e-a893-021d08b4ba64 with scrape type 2
2026-03-25 21:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 405d6e58-5ca3-557e-a893-021d08b4ba64, identifier: 6988632auction110871
2026-03-25 21:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 405d6e58-5ca3-557e-a893-021d08b4ba64 with identifier: 6988632auction110871
2026-03-25 21:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 405d6e58-5ca3-557e-a893-021d08b4ba64 with identifier: 6988632auction110871
2026-03-25 21:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 405d6e58-5ca3-557e-a893-021d08b4ba64 with identifier: 6988632auction110871 to the API
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988632>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '405d6e58-5ca3-557e-a893-021d08b4ba64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988632',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '118',
'odometer': 75406,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1-serie 2.0 118D (100KW)',
'transmission': 'manual',
'trim': '1-serie 2.0 D (100KW)',
'vin': None,
'year': 2020}
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988632auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:30 [ecarstrade.be] INFO: Saving data for 6988632auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044569.856239, 'last_price_update_time': 1774474710.712521}
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988632auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988513> (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-25 21:38:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988639> (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-25 21:38:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:30 [ecarstrade.be] INFO: Extracting details for car 6988513auction110871
2026-03-25 21:38:30 [ecarstrade.be] INFO: Extracting details for car 6988639auction110871
2026-03-25 21:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbaf89ab-749f-5df8-bfb3-c6f666d22d91 with identifier: 6988513auction110871
2026-03-25 21:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbaf89ab-749f-5df8-bfb3-c6f666d22d91 with scrape type 2
2026-03-25 21:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbaf89ab-749f-5df8-bfb3-c6f666d22d91 with scrape type 2
2026-03-25 21:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbaf89ab-749f-5df8-bfb3-c6f666d22d91, identifier: 6988513auction110871
2026-03-25 21:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbaf89ab-749f-5df8-bfb3-c6f666d22d91 with identifier: 6988513auction110871
2026-03-25 21:38:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbaf89ab-749f-5df8-bfb3-c6f666d22d91 with identifier: 6988513auction110871
2026-03-25 21:38:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbaf89ab-749f-5df8-bfb3-c6f666d22d91 with identifier: 6988513auction110871 to the API
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988513>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fbaf89ab-749f-5df8-bfb3-c6f666d22d91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988513',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A1',
'odometer': 102472,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A1 1.0 25 TFSI ADVANCED',
'transmission': 'manual',
'trim': 'AUDI 1.0 25 TFSI ADVANCED',
'vin': None,
'year': 2022}
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988513auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:31 [ecarstrade.be] INFO: Saving data for 6988513auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044685.091501, 'last_price_update_time': 1774474711.520881}
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988513auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5479a677-e089-5e91-b5ae-9198dab9aae7 with identifier: 6988639auction110871
2026-03-25 21:38:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5479a677-e089-5e91-b5ae-9198dab9aae7 with scrape type 2
2026-03-25 21:38:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5479a677-e089-5e91-b5ae-9198dab9aae7 with scrape type 2
2026-03-25 21:38:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5479a677-e089-5e91-b5ae-9198dab9aae7, identifier: 6988639auction110871
2026-03-25 21:38:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5479a677-e089-5e91-b5ae-9198dab9aae7 with identifier: 6988639auction110871
2026-03-25 21:38:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5479a677-e089-5e91-b5ae-9198dab9aae7 with identifier: 6988639auction110871
2026-03-25 21:38:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5479a677-e089-5e91-b5ae-9198dab9aae7 with identifier: 6988639auction110871 to the API
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988639>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5479a677-e089-5e91-b5ae-9198dab9aae7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988639',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 186846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 318D (100KW) BERLINE',
'transmission': 'manual',
'trim': '3 SERIES BERLINE 2.0 D (100KW) BERLINE',
'vin': None,
'year': 2022}
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988639auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:31 [ecarstrade.be] INFO: Saving data for 6988639auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044684.61961, 'last_price_update_time': 1774474711.905632}
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988639auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990044> (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-25 21:38:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:32 [ecarstrade.be] INFO: Extracting details for car 6990044auction110871
2026-03-25 21:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 484a29c9-2d52-5646-ad3c-dbb225ff5adb with identifier: 6990044auction110871
2026-03-25 21:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 484a29c9-2d52-5646-ad3c-dbb225ff5adb with scrape type 2
2026-03-25 21:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 484a29c9-2d52-5646-ad3c-dbb225ff5adb with scrape type 2
2026-03-25 21:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 484a29c9-2d52-5646-ad3c-dbb225ff5adb, identifier: 6990044auction110871
2026-03-25 21:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 484a29c9-2d52-5646-ad3c-dbb225ff5adb with identifier: 6990044auction110871
2026-03-25 21:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 484a29c9-2d52-5646-ad3c-dbb225ff5adb with identifier: 6990044auction110871
2026-03-25 21:38:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 484a29c9-2d52-5646-ad3c-dbb225ff5adb with identifier: 6990044auction110871 to the API
2026-03-25 21:38:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990044>
{'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-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '484a29c9-2d52-5646-ad3c-dbb225ff5adb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990044',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Seat',
'model': 'Leon',
'odometer': 61239,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON 1.0 ETSI 81KW S-S MOVE! DSG',
'transmission': 'automatic',
'trim': 'SEAT LEON 1.0 ETSI 81KW S-S MOVE! DSG',
'vin': None,
'year': 2022}
2026-03-25 21:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990044auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:33 [ecarstrade.be] INFO: Saving data for 6990044auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044688.013311, 'last_price_update_time': 1774474713.035728}
2026-03-25 21:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990044auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988884> (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-25 21:38:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:33 [ecarstrade.be] INFO: Extracting details for car 6988884auction110871
2026-03-25 21:38:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab3e3432-baea-542a-bea8-94cbf49710da with identifier: 6988884auction110871
2026-03-25 21:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3e3432-baea-542a-bea8-94cbf49710da with scrape type 2
2026-03-25 21:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab3e3432-baea-542a-bea8-94cbf49710da with scrape type 2
2026-03-25 21:38:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab3e3432-baea-542a-bea8-94cbf49710da, identifier: 6988884auction110871
2026-03-25 21:38:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab3e3432-baea-542a-bea8-94cbf49710da with identifier: 6988884auction110871
2026-03-25 21:38:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab3e3432-baea-542a-bea8-94cbf49710da with identifier: 6988884auction110871
2026-03-25 21:38:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab3e3432-baea-542a-bea8-94cbf49710da with identifier: 6988884auction110871 to the API
2026-03-25 21:38:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988884>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ab3e3432-baea-542a-bea8-94cbf49710da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988884',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 47006,
'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-BENZ CLASSE A (W177) A 160 Business Solution',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLASSE A (W177) Business Solution',
'vin': None,
'year': 2020}
2026-03-25 21:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988884auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:34 [ecarstrade.be] INFO: Saving data for 6988884auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044683.573184, 'last_price_update_time': 1774474714.08177}
2026-03-25 21:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988884auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990029> (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-25 21:38:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990058> (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-25 21:38:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:34 [ecarstrade.be] INFO: Extracting details for car 6990029auction110871
2026-03-25 21:38:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a159d9a-998a-536b-a620-9eff3cfa77a4 with identifier: 6990029auction110871
2026-03-25 21:38:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a159d9a-998a-536b-a620-9eff3cfa77a4 with scrape type 2
2026-03-25 21:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a159d9a-998a-536b-a620-9eff3cfa77a4 with scrape type 2
2026-03-25 21:38:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a159d9a-998a-536b-a620-9eff3cfa77a4, identifier: 6990029auction110871
2026-03-25 21:38:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a159d9a-998a-536b-a620-9eff3cfa77a4 with identifier: 6990029auction110871
2026-03-25 21:38:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a159d9a-998a-536b-a620-9eff3cfa77a4 with identifier: 6990029auction110871
2026-03-25 21:38:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a159d9a-998a-536b-a620-9eff3cfa77a4 with identifier: 6990029auction110871 to the API
2026-03-25 21:38:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990029>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5a159d9a-998a-536b-a620-9eff3cfa77a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990029',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '5008',
'odometer': 123891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-15',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2017 1.5 BlueHDi GT Line (EU6.2) STOCK',
'transmission': 'automatic',
'trim': 'PEUGEOT DIESEL - 2017 1.5 BlueHDi GT Line (EU6.2) STOCK',
'vin': None,
'year': 2020}
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990029auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:35 [ecarstrade.be] INFO: Saving data for 6990029auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044635.937897, 'last_price_update_time': 1774474715.110264}
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990029auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:35 [ecarstrade.be] INFO: Extracting details for car 6990058auction110871
2026-03-25 21:38:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae08eb8f-da68-54df-b1fd-80944589ed4b with identifier: 6990058auction110871
2026-03-25 21:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae08eb8f-da68-54df-b1fd-80944589ed4b with scrape type 2
2026-03-25 21:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae08eb8f-da68-54df-b1fd-80944589ed4b with scrape type 2
2026-03-25 21:38:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae08eb8f-da68-54df-b1fd-80944589ed4b, identifier: 6990058auction110871
2026-03-25 21:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae08eb8f-da68-54df-b1fd-80944589ed4b with identifier: 6990058auction110871
2026-03-25 21:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae08eb8f-da68-54df-b1fd-80944589ed4b with identifier: 6990058auction110871
2026-03-25 21:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae08eb8f-da68-54df-b1fd-80944589ed4b with identifier: 6990058auction110871 to the API
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990058>
{'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-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ae08eb8f-da68-54df-b1fd-80944589ed4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990058',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 127943,
'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': 'VOLKSWAGEN GOLF VARIANT VIII 2.0 TDI 85KW DSG LIFE',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VARIANT VIII 2.0 TDI 85KW DSG LIFE',
'vin': None,
'year': 2022}
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990058auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:35 [ecarstrade.be] INFO: Saving data for 6990058auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044684.009669, 'last_price_update_time': 1774474715.490038}
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990058auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988689> (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-25 21:38:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:36 [ecarstrade.be] INFO: Extracting details for car 6988689auction110871
2026-03-25 21:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055cf30c-56f1-5a0e-9df9-682f375202e6 with identifier: 6988689auction110871
2026-03-25 21:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055cf30c-56f1-5a0e-9df9-682f375202e6 with scrape type 2
2026-03-25 21:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 055cf30c-56f1-5a0e-9df9-682f375202e6 with scrape type 2
2026-03-25 21:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 055cf30c-56f1-5a0e-9df9-682f375202e6, identifier: 6988689auction110871
2026-03-25 21:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 055cf30c-56f1-5a0e-9df9-682f375202e6 with identifier: 6988689auction110871
2026-03-25 21:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 055cf30c-56f1-5a0e-9df9-682f375202e6 with identifier: 6988689auction110871
2026-03-25 21:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 055cf30c-56f1-5a0e-9df9-682f375202e6 with identifier: 6988689auction110871 to the API
2026-03-25 21:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988689>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '055cf30c-56f1-5a0e-9df9-682f375202e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988689',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 155344,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-25 21:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988689auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:36 [ecarstrade.be] INFO: Saving data for 6988689auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044682.086203, 'last_price_update_time': 1774474716.740951}
2026-03-25 21:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988689auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990043> (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-25 21:38:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988533> (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-25 21:38:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:37 [ecarstrade.be] INFO: Extracting details for car 6990043auction110871
2026-03-25 21:38:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa3c5565-38e1-52fa-ba31-3b7395c6075f with identifier: 6990043auction110871
2026-03-25 21:38:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3c5565-38e1-52fa-ba31-3b7395c6075f with scrape type 2
2026-03-25 21:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa3c5565-38e1-52fa-ba31-3b7395c6075f with scrape type 2
2026-03-25 21:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa3c5565-38e1-52fa-ba31-3b7395c6075f, identifier: 6990043auction110871
2026-03-25 21:38:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa3c5565-38e1-52fa-ba31-3b7395c6075f with identifier: 6990043auction110871
2026-03-25 21:38:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa3c5565-38e1-52fa-ba31-3b7395c6075f with identifier: 6990043auction110871
2026-03-25 21:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa3c5565-38e1-52fa-ba31-3b7395c6075f with identifier: 6990043auction110871 to the API
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990043>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'aa3c5565-38e1-52fa-ba31-3b7395c6075f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990043',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Seat',
'model': 'Arona',
'odometer': 39857,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-27',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI 70KW MOVE',
'transmission': 'manual',
'trim': 'SEAT ARONA 1.0 TSI 70KW MOVE',
'vin': None,
'year': 2022}
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990043auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:38 [ecarstrade.be] INFO: Saving data for 6990043auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044644.661427, 'last_price_update_time': 1774474718.297229}
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990043auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:38 [ecarstrade.be] INFO: Extracting details for car 6988533auction110871
2026-03-25 21:38:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990063> (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-25 21:38:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee39c43a-de2a-58cd-82b9-59b36b93eeef with identifier: 6988533auction110871
2026-03-25 21:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee39c43a-de2a-58cd-82b9-59b36b93eeef with scrape type 2
2026-03-25 21:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee39c43a-de2a-58cd-82b9-59b36b93eeef with scrape type 2
2026-03-25 21:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee39c43a-de2a-58cd-82b9-59b36b93eeef, identifier: 6988533auction110871
2026-03-25 21:38:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee39c43a-de2a-58cd-82b9-59b36b93eeef with identifier: 6988533auction110871
2026-03-25 21:38:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee39c43a-de2a-58cd-82b9-59b36b93eeef with identifier: 6988533auction110871
2026-03-25 21:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee39c43a-de2a-58cd-82b9-59b36b93eeef with identifier: 6988533auction110871 to the API
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988533>
{'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-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ee39c43a-de2a-58cd-82b9-59b36b93eeef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988533',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Audi',
'model': 'A3',
'odometer': 102698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 2.0 30 TDI 85KW',
'transmission': 'manual',
'trim': 'AUDI 2.0 30 TDI 85KW',
'vin': None,
'year': 2021}
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988533auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:38 [ecarstrade.be] INFO: Saving data for 6988533auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044646.148831, 'last_price_update_time': 1774474718.669097}
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988533auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:38 [ecarstrade.be] INFO: Extracting details for car 6990063auction110871
2026-03-25 21:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84f30e69-03c8-50d4-8bdb-905610fe7b02 with identifier: 6990063auction110871
2026-03-25 21:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84f30e69-03c8-50d4-8bdb-905610fe7b02 with scrape type 2
2026-03-25 21:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84f30e69-03c8-50d4-8bdb-905610fe7b02 with scrape type 2
2026-03-25 21:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84f30e69-03c8-50d4-8bdb-905610fe7b02, identifier: 6990063auction110871
2026-03-25 21:38:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84f30e69-03c8-50d4-8bdb-905610fe7b02 with identifier: 6990063auction110871
2026-03-25 21:38:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84f30e69-03c8-50d4-8bdb-905610fe7b02 with identifier: 6990063auction110871
2026-03-25 21:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84f30e69-03c8-50d4-8bdb-905610fe7b02 with identifier: 6990063auction110871 to the API
2026-03-25 21:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990063>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '84f30e69-03c8-50d4-8bdb-905610fe7b02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990063',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 142297,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-20',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER 1400 FOU LWB DSL - 2.0 TDi SCR BMT STOCK',
'transmission': 'manual',
'trim': 'VOLKSWAGEN TRANSPORTER 1400 FOU LWB DSL - 2.0 TDi SCR BMT STOCK',
'vin': None,
'year': 2020}
2026-03-25 21:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990063auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:39 [ecarstrade.be] INFO: Saving data for 6990063auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044642.58798, 'last_price_update_time': 1774474719.087263}
2026-03-25 21:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990063auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988607> (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-25 21:38:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:41 [ecarstrade.be] INFO: Extracting details for car 6988607auction110871
2026-03-25 21:38:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6601e2d8-454b-5693-b032-2650a4f3a0b6 with identifier: 6988607auction110871
2026-03-25 21:38:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6601e2d8-454b-5693-b032-2650a4f3a0b6 with scrape type 2
2026-03-25 21:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6601e2d8-454b-5693-b032-2650a4f3a0b6 with scrape type 2
2026-03-25 21:38:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6601e2d8-454b-5693-b032-2650a4f3a0b6, identifier: 6988607auction110871
2026-03-25 21:38:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6601e2d8-454b-5693-b032-2650a4f3a0b6 with identifier: 6988607auction110871
2026-03-25 21:38:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6601e2d8-454b-5693-b032-2650a4f3a0b6 with identifier: 6988607auction110871
2026-03-25 21:38:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6601e2d8-454b-5693-b032-2650a4f3a0b6 with identifier: 6988607auction110871 to the API
2026-03-25 21:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988607>
{'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-26T09:10: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/6988607',
'listing': 'auction',
'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-25 21:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988607auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:42 [ecarstrade.be] INFO: Saving data for 6988607auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044698.537588, 'last_price_update_time': 1774474722.041127}
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988607auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988881> (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-25 21:38:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:42 [ecarstrade.be] INFO: Extracting details for car 6988881auction110871
2026-03-25 21:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76e3488c-499c-53f4-97f7-84be9bf194d9 with identifier: 6988881auction110871
2026-03-25 21:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76e3488c-499c-53f4-97f7-84be9bf194d9 with scrape type 2
2026-03-25 21:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76e3488c-499c-53f4-97f7-84be9bf194d9 with scrape type 2
2026-03-25 21:38:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76e3488c-499c-53f4-97f7-84be9bf194d9, identifier: 6988881auction110871
2026-03-25 21:38:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76e3488c-499c-53f4-97f7-84be9bf194d9 with identifier: 6988881auction110871
2026-03-25 21:38:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76e3488c-499c-53f4-97f7-84be9bf194d9 with identifier: 6988881auction110871
2026-03-25 21:38:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76e3488c-499c-53f4-97f7-84be9bf194d9 with identifier: 6988881auction110871 to the API
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988881>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '76e3488c-499c-53f4-97f7-84be9bf194d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988881',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 47936,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 160 Business Solution',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLASS A (W177) Business Solution',
'vin': None,
'year': 2021}
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988881auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:42 [ecarstrade.be] INFO: Saving data for 6988881auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044639.507848, 'last_price_update_time': 1774474722.534246}
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988881auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988613> (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-25 21:38:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:42 [ecarstrade.be] INFO: Extracting details for car 6988613auction110871
2026-03-25 21:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8aa0f46-1f63-5028-bc17-bfd964b248dc with identifier: 6988613auction110871
2026-03-25 21:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8aa0f46-1f63-5028-bc17-bfd964b248dc with scrape type 2
2026-03-25 21:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8aa0f46-1f63-5028-bc17-bfd964b248dc with scrape type 2
2026-03-25 21:38:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8aa0f46-1f63-5028-bc17-bfd964b248dc, identifier: 6988613auction110871
2026-03-25 21:38:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8aa0f46-1f63-5028-bc17-bfd964b248dc with identifier: 6988613auction110871
2026-03-25 21:38:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8aa0f46-1f63-5028-bc17-bfd964b248dc with identifier: 6988613auction110871
2026-03-25 21:38:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8aa0f46-1f63-5028-bc17-bfd964b248dc with identifier: 6988613auction110871 to the API
2026-03-25 21:38:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988613>
{'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-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f8aa0f46-1f63-5028-bc17-bfd964b248dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988613',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 83798,
'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-25 21:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988613auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:43 [ecarstrade.be] INFO: Saving data for 6988613auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044610.28817, 'last_price_update_time': 1774474723.05263}
2026-03-25 21:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988613auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990059> (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-25 21:38:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:43 [ecarstrade.be] INFO: Extracting details for car 6990059auction110871
2026-03-25 21:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519e651e-2faf-532c-96dc-93fc5c65708f with identifier: 6990059auction110871
2026-03-25 21:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519e651e-2faf-532c-96dc-93fc5c65708f with scrape type 2
2026-03-25 21:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 519e651e-2faf-532c-96dc-93fc5c65708f with scrape type 2
2026-03-25 21:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 519e651e-2faf-532c-96dc-93fc5c65708f, identifier: 6990059auction110871
2026-03-25 21:38:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 519e651e-2faf-532c-96dc-93fc5c65708f with identifier: 6990059auction110871
2026-03-25 21:38:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 519e651e-2faf-532c-96dc-93fc5c65708f with identifier: 6990059auction110871
2026-03-25 21:38:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 519e651e-2faf-532c-96dc-93fc5c65708f with identifier: 6990059auction110871 to the API
2026-03-25 21:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990059>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '519e651e-2faf-532c-96dc-93fc5c65708f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990059',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 120357,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT DIESEL - 2019 2.0 TDi SCR Style Business '
'DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT DIESEL - 2019 2.0 TDi SCR Style Business '
'DSG',
'vin': None,
'year': 2020}
2026-03-25 21:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990059auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:43 [ecarstrade.be] INFO: Saving data for 6990059auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044704.262779, 'last_price_update_time': 1774474723.541965}
2026-03-25 21:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990059auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988682> (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-25 21:38:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:44 [ecarstrade.be] INFO: Extracting details for car 6988682auction110871
2026-03-25 21:38:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62663169-9403-5c5f-a875-c462234742d5 with identifier: 6988682auction110871
2026-03-25 21:38:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62663169-9403-5c5f-a875-c462234742d5 with scrape type 2
2026-03-25 21:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62663169-9403-5c5f-a875-c462234742d5 with scrape type 2
2026-03-25 21:38:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62663169-9403-5c5f-a875-c462234742d5, identifier: 6988682auction110871
2026-03-25 21:38:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62663169-9403-5c5f-a875-c462234742d5 with identifier: 6988682auction110871
2026-03-25 21:38:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62663169-9403-5c5f-a875-c462234742d5 with identifier: 6988682auction110871
2026-03-25 21:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62663169-9403-5c5f-a875-c462234742d5 with identifier: 6988682auction110871 to the API
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988682>
{'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-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '62663169-9403-5c5f-a875-c462234742d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988682',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 173837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 3 TOURING 2.0 318DA (100KW) TOURING',
'transmission': 'automatic',
'trim': 'SERIE 3 TOURING 2.0 DA (100KW) TOURING',
'vin': None,
'year': 2021}
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988682auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:45 [ecarstrade.be] INFO: Saving data for 6988682auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044704.713921, 'last_price_update_time': 1774474725.193539}
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988682auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988677> (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-25 21:38:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:45 [ecarstrade.be] INFO: Extracting details for car 6988677auction110871
2026-03-25 21:38:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 535f4f24-fca5-5b72-84ed-2235a38db04c with identifier: 6988677auction110871
2026-03-25 21:38:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 535f4f24-fca5-5b72-84ed-2235a38db04c with scrape type 2
2026-03-25 21:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 535f4f24-fca5-5b72-84ed-2235a38db04c with scrape type 2
2026-03-25 21:38:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 535f4f24-fca5-5b72-84ed-2235a38db04c, identifier: 6988677auction110871
2026-03-25 21:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 535f4f24-fca5-5b72-84ed-2235a38db04c with identifier: 6988677auction110871
2026-03-25 21:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 535f4f24-fca5-5b72-84ed-2235a38db04c with identifier: 6988677auction110871
2026-03-25 21:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 535f4f24-fca5-5b72-84ed-2235a38db04c with identifier: 6988677auction110871 to the API
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988677>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '535f4f24-fca5-5b72-84ed-2235a38db04c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988677',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '330',
'odometer': 172329,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 TOURING - 2019 330eA PHEV',
'transmission': 'automatic',
'trim': '3 TOURING - 2019 eA PHEV',
'vin': None,
'year': 2020}
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988677auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:45 [ecarstrade.be] INFO: Saving data for 6988677auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044701.72713, 'last_price_update_time': 1774474725.669005}
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988677auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990072> (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-25 21:38:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990061> (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-25 21:38:48 [ecarstrade.be] INFO: Extracting details for car 6990072auction110871
2026-03-25 21:38:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88e77bee-65fc-5977-af67-23fee9aa5145 with identifier: 6990072auction110871
2026-03-25 21:38:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88e77bee-65fc-5977-af67-23fee9aa5145 with scrape type 2
2026-03-25 21:38:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88e77bee-65fc-5977-af67-23fee9aa5145 with scrape type 2
2026-03-25 21:38:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88e77bee-65fc-5977-af67-23fee9aa5145, identifier: 6990072auction110871
2026-03-25 21:38:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88e77bee-65fc-5977-af67-23fee9aa5145 with identifier: 6990072auction110871
2026-03-25 21:38:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88e77bee-65fc-5977-af67-23fee9aa5145 with identifier: 6990072auction110871
2026-03-25 21:38:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88e77bee-65fc-5977-af67-23fee9aa5145 with identifier: 6990072auction110871 to the API
2026-03-25 21:38:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990072>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '88e77bee-65fc-5977-af67-23fee9aa5145',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990072',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 125404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 DIESEL 2.0 D3 Momentum (EU6d-TEMP) STOCK',
'transmission': 'manual',
'trim': 'VOLVO DIESEL 2.0 D3 Momentum (EU6d-TEMP) STOCK',
'vin': None,
'year': 2019}
2026-03-25 21:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990072auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Saving data for 6990072auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044542.692617, 'last_price_update_time': 1774474729.003509}
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990072auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:49 [ecarstrade.be] INFO: Extracting details for car 6990061auction110871
2026-03-25 21:38:49 [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-25 21:38:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c54f573b-c1f1-5077-a98d-f65b396453a7 with identifier: 6990061auction110871
2026-03-25 21:38:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c54f573b-c1f1-5077-a98d-f65b396453a7 with scrape type 2
2026-03-25 21:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c54f573b-c1f1-5077-a98d-f65b396453a7 with scrape type 2
2026-03-25 21:38:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c54f573b-c1f1-5077-a98d-f65b396453a7, identifier: 6990061auction110871
2026-03-25 21:38:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c54f573b-c1f1-5077-a98d-f65b396453a7 with identifier: 6990061auction110871
2026-03-25 21:38:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c54f573b-c1f1-5077-a98d-f65b396453a7 with identifier: 6990061auction110871
2026-03-25 21:38:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c54f573b-c1f1-5077-a98d-f65b396453a7 with identifier: 6990061auction110871 to the API
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990061>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c54f573b-c1f1-5077-a98d-f65b396453a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990061',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'Volkswagen Tiguan Allspace',
'odometer': 136198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-19',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE 1.5 TSI TRENDLINE',
'transmission': 'manual',
'trim': 'VOLKSWAGEN TIGUAN ALLSPE 1.5 TSI TRENDLINE',
'vin': None,
'year': 2021}
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990061auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Saving data for 6990061auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044562.165984, 'last_price_update_time': 1774474729.40754}
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990061auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6990042auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990042auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6990042auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988865auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988865auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988865auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988567auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988567auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988567auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6990027auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990027auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6990027auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988520auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988520auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988520auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988868auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988868auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988868auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988880auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988880auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988880auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6990038auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990038auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6990038auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6990056auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990056auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6990056auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988597auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988597auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988597auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988895auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988895auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988895auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6990031auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990031auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6990031auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988890auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988890auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988890auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988870auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988870auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988870auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6990064auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990064auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6990064auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988875auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988875auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988875auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988892auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988892auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988892auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988893auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988893auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988893auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6990033auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990033auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6990033auction110871: 2
2026-03-25 21:38:49 [ecarstrade.be] INFO: Found listing with ID: 6988891auction110871
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988891auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:49 [ecarstrade.be] INFO: Scrape type for 6988891auction110871: 2
2026-03-25 21:38:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988540> (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-25 21:38:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:50 [ecarstrade.be] INFO: Extracting details for car 6988540auction110871
2026-03-25 21:38:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eead058b-7e79-54bf-b7e3-2e919581d5f5 with identifier: 6988540auction110871
2026-03-25 21:38:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eead058b-7e79-54bf-b7e3-2e919581d5f5 with scrape type 2
2026-03-25 21:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eead058b-7e79-54bf-b7e3-2e919581d5f5 with scrape type 2
2026-03-25 21:38:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eead058b-7e79-54bf-b7e3-2e919581d5f5, identifier: 6988540auction110871
2026-03-25 21:38:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eead058b-7e79-54bf-b7e3-2e919581d5f5 with identifier: 6988540auction110871
2026-03-25 21:38:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eead058b-7e79-54bf-b7e3-2e919581d5f5 with identifier: 6988540auction110871
2026-03-25 21:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eead058b-7e79-54bf-b7e3-2e919581d5f5 with identifier: 6988540auction110871 to the API
2026-03-25 21:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988540>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'eead058b-7e79-54bf-b7e3-2e919581d5f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988540',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 108930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 2.0 TDI 30 85KW S LINE',
'transmission': 'manual',
'trim': 'AUDI 2.0 TDI 30 85KW S LINE',
'vin': None,
'year': 2021}
2026-03-25 21:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988540auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:50 [ecarstrade.be] INFO: Saving data for 6988540auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044574.581901, 'last_price_update_time': 1774474730.677397}
2026-03-25 21:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988540auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990060> (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-25 21:38:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:51 [ecarstrade.be] INFO: Extracting details for car 6990060auction110871
2026-03-25 21:38:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bafb0a86-2eb1-5333-94c2-fadb8a8a8b46 with identifier: 6990060auction110871
2026-03-25 21:38:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bafb0a86-2eb1-5333-94c2-fadb8a8a8b46 with scrape type 2
2026-03-25 21:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bafb0a86-2eb1-5333-94c2-fadb8a8a8b46 with scrape type 2
2026-03-25 21:38:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bafb0a86-2eb1-5333-94c2-fadb8a8a8b46, identifier: 6990060auction110871
2026-03-25 21:38:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bafb0a86-2eb1-5333-94c2-fadb8a8a8b46 with identifier: 6990060auction110871
2026-03-25 21:38:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bafb0a86-2eb1-5333-94c2-fadb8a8a8b46 with identifier: 6990060auction110871
2026-03-25 21:38:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bafb0a86-2eb1-5333-94c2-fadb8a8a8b46 with identifier: 6990060auction110871 to the API
2026-03-25 21:38:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990060>
{'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-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'bafb0a86-2eb1-5333-94c2-fadb8a8a8b46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990060',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 16043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 MPI 59KW',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 MPI 59KW',
'vin': None,
'year': 2024}
2026-03-25 21:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990060auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:51 [ecarstrade.be] INFO: Saving data for 6990060auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044575.207141, 'last_price_update_time': 1774474731.854092}
2026-03-25 21:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990060auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988659> (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-25 21:38:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:52 [ecarstrade.be] INFO: Extracting details for car 6988659auction110871
2026-03-25 21:38:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03131957-a05a-527e-bd79-ff66876152ee with identifier: 6988659auction110871
2026-03-25 21:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03131957-a05a-527e-bd79-ff66876152ee with scrape type 2
2026-03-25 21:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03131957-a05a-527e-bd79-ff66876152ee with scrape type 2
2026-03-25 21:38:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03131957-a05a-527e-bd79-ff66876152ee, identifier: 6988659auction110871
2026-03-25 21:38:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03131957-a05a-527e-bd79-ff66876152ee with identifier: 6988659auction110871
2026-03-25 21:38:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03131957-a05a-527e-bd79-ff66876152ee with identifier: 6988659auction110871
2026-03-25 21:38:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03131957-a05a-527e-bd79-ff66876152ee with identifier: 6988659auction110871 to the API
2026-03-25 21:38:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988659>
{'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-26T09: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/6988659',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 151136,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988659auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:52 [ecarstrade.be] INFO: Saving data for 6988659auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044574.148283, 'last_price_update_time': 1774474732.500582}
2026-03-25 21:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988659auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988627> (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-25 21:38:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:54 [ecarstrade.be] INFO: Extracting details for car 6988627auction110871
2026-03-25 21:38:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b371166-5c6d-554c-a7f8-3b8af558b3df with identifier: 6988627auction110871
2026-03-25 21:38:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b371166-5c6d-554c-a7f8-3b8af558b3df with scrape type 2
2026-03-25 21:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b371166-5c6d-554c-a7f8-3b8af558b3df with scrape type 2
2026-03-25 21:38:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b371166-5c6d-554c-a7f8-3b8af558b3df, identifier: 6988627auction110871
2026-03-25 21:38:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b371166-5c6d-554c-a7f8-3b8af558b3df with identifier: 6988627auction110871
2026-03-25 21:38:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b371166-5c6d-554c-a7f8-3b8af558b3df with identifier: 6988627auction110871
2026-03-25 21:38:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b371166-5c6d-554c-a7f8-3b8af558b3df with identifier: 6988627auction110871 to the API
2026-03-25 21:38:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988627>
{'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-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2b371166-5c6d-554c-a7f8-3b8af558b3df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988627',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '116',
'odometer': 78012,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116IA (80KW)',
'transmission': 'automatic',
'trim': '1 SERIES HATCH 1.5 IA (80KW)',
'vin': None,
'year': 2023}
2026-03-25 21:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988627auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:54 [ecarstrade.be] INFO: Saving data for 6988627auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044573.703574, 'last_price_update_time': 1774474734.996866}
2026-03-25 21:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988627auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988878> (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-25 21:38:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:55 [ecarstrade.be] INFO: Extracting details for car 6988878auction110871
2026-03-25 21:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9efb0fc9-e442-59da-8097-87e36b799f85 with identifier: 6988878auction110871
2026-03-25 21:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9efb0fc9-e442-59da-8097-87e36b799f85 with scrape type 2
2026-03-25 21:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9efb0fc9-e442-59da-8097-87e36b799f85 with scrape type 2
2026-03-25 21:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9efb0fc9-e442-59da-8097-87e36b799f85, identifier: 6988878auction110871
2026-03-25 21:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9efb0fc9-e442-59da-8097-87e36b799f85 with identifier: 6988878auction110871
2026-03-25 21:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9efb0fc9-e442-59da-8097-87e36b799f85 with identifier: 6988878auction110871
2026-03-25 21:38:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9efb0fc9-e442-59da-8097-87e36b799f85 with identifier: 6988878auction110871 to the API
2026-03-25 21:38:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988878>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9efb0fc9-e442-59da-8097-87e36b799f85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988878',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 92662,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA - Klasse 1.3 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988878auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:56 [ecarstrade.be] INFO: Saving data for 6988878auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044572.001638, 'last_price_update_time': 1774474736.140561}
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988878auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988873> (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-25 21:38:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:56 [ecarstrade.be] INFO: Extracting details for car 6988873auction110871
2026-03-25 21:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17d39f87-c9f7-5217-b910-1bf6e195da1b with identifier: 6988873auction110871
2026-03-25 21:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17d39f87-c9f7-5217-b910-1bf6e195da1b with scrape type 2
2026-03-25 21:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17d39f87-c9f7-5217-b910-1bf6e195da1b with scrape type 2
2026-03-25 21:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17d39f87-c9f7-5217-b910-1bf6e195da1b, identifier: 6988873auction110871
2026-03-25 21:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17d39f87-c9f7-5217-b910-1bf6e195da1b with identifier: 6988873auction110871
2026-03-25 21:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17d39f87-c9f7-5217-b910-1bf6e195da1b with identifier: 6988873auction110871
2026-03-25 21:38:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17d39f87-c9f7-5217-b910-1bf6e195da1b with identifier: 6988873auction110871 to the API
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988873>
{'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-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '17d39f87-c9f7-5217-b910-1bf6e195da1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988873',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Kia',
'model': 'Niro',
'odometer': 84029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-04',
'seats_number': 5,
'seller_name': None,
'title': 'KIA NIRO 1.6 GDI PHEV PACE',
'transmission': 'automatic',
'trim': 'KIA NIRO 1.6 GDI PHEV PACE',
'vin': None,
'year': 2022}
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988873auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:56 [ecarstrade.be] INFO: Saving data for 6988873auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044575.688702, 'last_price_update_time': 1774474736.816807}
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988873auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:56 [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-25 21:38:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:38:56 [ecarstrade.be] INFO: Found listing with ID: 6990045auction110871
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990045auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:56 [ecarstrade.be] INFO: Scrape type for 6990045auction110871: 2
2026-03-25 21:38:56 [ecarstrade.be] INFO: Found listing with ID: 6988859auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988859auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988859auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6990032auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990032auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6990032auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988896auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988896auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988896auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6990035auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990035auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6990035auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6990036auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990036auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6990036auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988887auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988887auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988887auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988862auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988862auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988862auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6990039auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990039auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6990039auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6990048auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990048auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6990048auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6990047auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990047auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6990047auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6990057auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990057auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6990057auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988861auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988861auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988861auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988864auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988864auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988864auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988528auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988528auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988528auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988858auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988858auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988858auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988894auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988894auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988894auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6988889auction110871
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988889auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6988889auction110871: 2
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6996953auction110979
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996953auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6996953auction110979: 0
2026-03-25 21:38:57 [ecarstrade.be] INFO: Found listing with ID: 6996954auction110979
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996954auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:38:57 [ecarstrade.be] INFO: Scrape type for 6996954auction110979: 0
2026-03-25 21:38:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990042> (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-25 21:38:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:58 [ecarstrade.be] INFO: Extracting details for car 6990042auction110871
2026-03-25 21:38:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b91445f9-7890-5339-87ff-7767d450ee7d with identifier: 6990042auction110871
2026-03-25 21:38:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b91445f9-7890-5339-87ff-7767d450ee7d with scrape type 2
2026-03-25 21:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b91445f9-7890-5339-87ff-7767d450ee7d with scrape type 2
2026-03-25 21:38:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b91445f9-7890-5339-87ff-7767d450ee7d, identifier: 6990042auction110871
2026-03-25 21:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b91445f9-7890-5339-87ff-7767d450ee7d with identifier: 6990042auction110871
2026-03-25 21:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b91445f9-7890-5339-87ff-7767d450ee7d with identifier: 6990042auction110871
2026-03-25 21:38:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b91445f9-7890-5339-87ff-7767d450ee7d with identifier: 6990042auction110871 to the API
2026-03-25 21:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990042>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b91445f9-7890-5339-87ff-7767d450ee7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990042',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 123003,
'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': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC 2.0 DCI 88KW GRAND CONFORT SWB 2.9T',
'transmission': 'manual',
'trim': 'RENAULT TRAFIC 2.0 DCI 88KW GRAND CONFORT SWB 2.9T',
'vin': None,
'year': 2021}
2026-03-25 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990042auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:59 [ecarstrade.be] INFO: Saving data for 6990042auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044687.565642, 'last_price_update_time': 1774474739.115358}
2026-03-25 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990042auction110871') HTTP/1.1" 204 0
2026-03-25 21:38:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988865> (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-25 21:38:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:38:59 [ecarstrade.be] INFO: Extracting details for car 6988865auction110871
2026-03-25 21:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f21f7bfe-936a-5d75-90fa-5014f7d9e7ae with identifier: 6988865auction110871
2026-03-25 21:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f21f7bfe-936a-5d75-90fa-5014f7d9e7ae with scrape type 2
2026-03-25 21:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f21f7bfe-936a-5d75-90fa-5014f7d9e7ae with scrape type 2
2026-03-25 21:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f21f7bfe-936a-5d75-90fa-5014f7d9e7ae, identifier: 6988865auction110871
2026-03-25 21:38:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f21f7bfe-936a-5d75-90fa-5014f7d9e7ae with identifier: 6988865auction110871
2026-03-25 21:38:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f21f7bfe-936a-5d75-90fa-5014f7d9e7ae with identifier: 6988865auction110871
2026-03-25 21:38:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f21f7bfe-936a-5d75-90fa-5014f7d9e7ae with identifier: 6988865auction110871 to the API
2026-03-25 21:38:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:38: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-25 21:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988865>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f21f7bfe-936a-5d75-90fa-5014f7d9e7ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988865',
'listing': 'auction',
'location': 'Belgium - "DELIVERY"',
'make': 'Ford',
'model': 'Puma',
'odometer': 18989,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-17',
'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-25 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988865auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:38:59 [ecarstrade.be] INFO: Saving data for 6988865auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044686.131498, 'last_price_update_time': 1774474739.686873}
2026-03-25 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988865auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988567> (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-25 21:39:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:01 [ecarstrade.be] INFO: Extracting details for car 6988567auction110871
2026-03-25 21:39:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10f33ae7-cd9f-5b40-be00-39507ef417b0 with identifier: 6988567auction110871
2026-03-25 21:39:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10f33ae7-cd9f-5b40-be00-39507ef417b0 with scrape type 2
2026-03-25 21:39:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10f33ae7-cd9f-5b40-be00-39507ef417b0 with scrape type 2
2026-03-25 21:39:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10f33ae7-cd9f-5b40-be00-39507ef417b0, identifier: 6988567auction110871
2026-03-25 21:39:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10f33ae7-cd9f-5b40-be00-39507ef417b0 with identifier: 6988567auction110871
2026-03-25 21:39:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10f33ae7-cd9f-5b40-be00-39507ef417b0 with identifier: 6988567auction110871
2026-03-25 21:39:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10f33ae7-cd9f-5b40-be00-39507ef417b0 with identifier: 6988567auction110871 to the API
2026-03-25 21:39:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988567>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '10f33ae7-cd9f-5b40-be00-39507ef417b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988567',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 178894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT DIESEL - 2020 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 30 TDi Business Edition S tronic',
'vin': None,
'year': 2020}
2026-03-25 21:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988567auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:01 [ecarstrade.be] INFO: Saving data for 6988567auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044680.421082, 'last_price_update_time': 1774474741.592308}
2026-03-25 21:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988567auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990027> (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-25 21:39:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:02 [ecarstrade.be] INFO: Extracting details for car 6990027auction110871
2026-03-25 21:39:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9569ee76-137c-5bd4-a464-34d0ebcf7a76 with identifier: 6990027auction110871
2026-03-25 21:39:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9569ee76-137c-5bd4-a464-34d0ebcf7a76 with scrape type 2
2026-03-25 21:39:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9569ee76-137c-5bd4-a464-34d0ebcf7a76 with scrape type 2
2026-03-25 21:39:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9569ee76-137c-5bd4-a464-34d0ebcf7a76, identifier: 6990027auction110871
2026-03-25 21:39:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9569ee76-137c-5bd4-a464-34d0ebcf7a76 with identifier: 6990027auction110871
2026-03-25 21:39:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9569ee76-137c-5bd4-a464-34d0ebcf7a76 with identifier: 6990027auction110871
2026-03-25 21:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9569ee76-137c-5bd4-a464-34d0ebcf7a76 with identifier: 6990027auction110871 to the API
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990027>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9569ee76-137c-5bd4-a464-34d0ebcf7a76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990027',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '5008',
'odometer': 121114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PURETECH 130 GT',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 130 GT',
'vin': None,
'year': 2021}
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990027auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:03 [ecarstrade.be] INFO: Saving data for 6990027auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044681.219174, 'last_price_update_time': 1774474743.266241}
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990027auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988868> (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-25 21:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988520> (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-25 21:39:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:03 [ecarstrade.be] INFO: Extracting details for car 6988868auction110871
2026-03-25 21:39:03 [ecarstrade.be] INFO: Extracting details for car 6988520auction110871
2026-03-25 21:39:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d01bb3f0-65e5-5aba-aadc-e12e51c6c49b with identifier: 6988868auction110871
2026-03-25 21:39:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d01bb3f0-65e5-5aba-aadc-e12e51c6c49b with scrape type 2
2026-03-25 21:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d01bb3f0-65e5-5aba-aadc-e12e51c6c49b with scrape type 2
2026-03-25 21:39:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d01bb3f0-65e5-5aba-aadc-e12e51c6c49b, identifier: 6988868auction110871
2026-03-25 21:39:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2d3f760-4411-5553-ac22-0275abf80561 with identifier: 6988520auction110871
2026-03-25 21:39:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2d3f760-4411-5553-ac22-0275abf80561 with scrape type 2
2026-03-25 21:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2d3f760-4411-5553-ac22-0275abf80561 with scrape type 2
2026-03-25 21:39:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2d3f760-4411-5553-ac22-0275abf80561, identifier: 6988520auction110871
2026-03-25 21:39:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d01bb3f0-65e5-5aba-aadc-e12e51c6c49b with identifier: 6988868auction110871
2026-03-25 21:39:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d01bb3f0-65e5-5aba-aadc-e12e51c6c49b with identifier: 6988868auction110871
2026-03-25 21:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d01bb3f0-65e5-5aba-aadc-e12e51c6c49b with identifier: 6988868auction110871 to the API
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988868>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd01bb3f0-65e5-5aba-aadc-e12e51c6c49b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988868',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 58985,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-13',
'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-25 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988868auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:03 [ecarstrade.be] INFO: Saving data for 6988868auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044648.869554, 'last_price_update_time': 1774474743.852782}
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988868auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2d3f760-4411-5553-ac22-0275abf80561 with identifier: 6988520auction110871
2026-03-25 21:39:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2d3f760-4411-5553-ac22-0275abf80561 with identifier: 6988520auction110871
2026-03-25 21:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2d3f760-4411-5553-ac22-0275abf80561 with identifier: 6988520auction110871 to the API
2026-03-25 21:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988520>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a2d3f760-4411-5553-ac22-0275abf80561',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988520',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 22756,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-29',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 340L FOU LWB DS 2.0 TDCi L2H1 Trend STOCK',
'transmission': 'manual',
'trim': 'FORD TRANSIT CUSTOM 340L FOU LWB DS 2.0 TDCi L2H1 Trend STOCK',
'vin': None,
'year': 2018}
2026-03-25 21:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988520auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:04 [ecarstrade.be] INFO: Saving data for 6988520auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044681.737147, 'last_price_update_time': 1774474744.1046}
2026-03-25 21:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988520auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988880> (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-25 21:39:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:05 [ecarstrade.be] INFO: Extracting details for car 6988880auction110871
2026-03-25 21:39:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b30e21db-f110-53ea-af12-d119f84fbea1 with identifier: 6988880auction110871
2026-03-25 21:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b30e21db-f110-53ea-af12-d119f84fbea1 with scrape type 2
2026-03-25 21:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b30e21db-f110-53ea-af12-d119f84fbea1 with scrape type 2
2026-03-25 21:39:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b30e21db-f110-53ea-af12-d119f84fbea1, identifier: 6988880auction110871
2026-03-25 21:39:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b30e21db-f110-53ea-af12-d119f84fbea1 with identifier: 6988880auction110871
2026-03-25 21:39:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b30e21db-f110-53ea-af12-d119f84fbea1 with identifier: 6988880auction110871
2026-03-25 21:39:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b30e21db-f110-53ea-af12-d119f84fbea1 with identifier: 6988880auction110871 to the API
2026-03-25 21:39:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988880>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b30e21db-f110-53ea-af12-d119f84fbea1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988880',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 226351,
'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-BENZ CLA SHOOTING BRAKE 2.0 CLA 180 D BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 21:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988880auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:05 [ecarstrade.be] INFO: Saving data for 6988880auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044636.368981, 'last_price_update_time': 1774474745.99478}
2026-03-25 21:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988880auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:06 [scrapy.extensions.logstats] INFO: Crawled 285 pages (at 55 pages/min), scraped 252 items (at 52 items/min)
2026-03-25 21:39:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 295MiB
2026-03-25 21:39:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988891> (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-25 21:39:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:06 [ecarstrade.be] INFO: Extracting details for car 6988891auction110871
2026-03-25 21:39:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb5896f4-ce66-5428-b7f6-6ea2d6ac8e2e with identifier: 6988891auction110871
2026-03-25 21:39:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb5896f4-ce66-5428-b7f6-6ea2d6ac8e2e with scrape type 2
2026-03-25 21:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb5896f4-ce66-5428-b7f6-6ea2d6ac8e2e with scrape type 2
2026-03-25 21:39:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb5896f4-ce66-5428-b7f6-6ea2d6ac8e2e, identifier: 6988891auction110871
2026-03-25 21:39:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb5896f4-ce66-5428-b7f6-6ea2d6ac8e2e with identifier: 6988891auction110871
2026-03-25 21:39:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb5896f4-ce66-5428-b7f6-6ea2d6ac8e2e with identifier: 6988891auction110871
2026-03-25 21:39:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb5896f4-ce66-5428-b7f6-6ea2d6ac8e2e with identifier: 6988891auction110871 to the API
2026-03-25 21:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988891>
{'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-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fb5896f4-ce66-5428-b7f6-6ea2d6ac8e2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988891',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 47102,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving School Double pedals',
'transmission': 'manual',
'trim': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving School Double pedals',
'vin': None,
'year': 2023}
2026-03-25 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988891auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:07 [ecarstrade.be] INFO: Saving data for 6988891auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044635.373726, 'last_price_update_time': 1774474747.374331}
2026-03-25 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988891auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990033> (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-25 21:39:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:08 [ecarstrade.be] INFO: Extracting details for car 6990033auction110871
2026-03-25 21:39:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97aaf055-05bc-573c-9523-b149d9964f71 with identifier: 6990033auction110871
2026-03-25 21:39:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97aaf055-05bc-573c-9523-b149d9964f71 with scrape type 2
2026-03-25 21:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97aaf055-05bc-573c-9523-b149d9964f71 with scrape type 2
2026-03-25 21:39:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97aaf055-05bc-573c-9523-b149d9964f71, identifier: 6990033auction110871
2026-03-25 21:39:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97aaf055-05bc-573c-9523-b149d9964f71 with identifier: 6990033auction110871
2026-03-25 21:39:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97aaf055-05bc-573c-9523-b149d9964f71 with identifier: 6990033auction110871
2026-03-25 21:39:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97aaf055-05bc-573c-9523-b149d9964f71 with identifier: 6990033auction110871 to the API
2026-03-25 21:39:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990033>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '97aaf055-05bc-573c-9523-b149d9964f71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990033',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 102207,
'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': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.2 BlueHDi L2H2 Premium S&S',
'transmission': 'manual',
'trim': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.2 BlueHDi L2H2 Premium S&S',
'vin': None,
'year': 2020}
2026-03-25 21:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990033auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:08 [ecarstrade.be] INFO: Saving data for 6990033auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044634.356576, 'last_price_update_time': 1774474748.973345}
2026-03-25 21:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990033auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990030> (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-25 21:39:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:10 [ecarstrade.be] INFO: Extracting details for car 6990030auction110871
2026-03-25 21:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a3306c8-f9ed-5e73-b879-bee47725863b with identifier: 6990030auction110871
2026-03-25 21:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a3306c8-f9ed-5e73-b879-bee47725863b with scrape type 2
2026-03-25 21:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a3306c8-f9ed-5e73-b879-bee47725863b with scrape type 2
2026-03-25 21:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a3306c8-f9ed-5e73-b879-bee47725863b, identifier: 6990030auction110871
2026-03-25 21:39:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a3306c8-f9ed-5e73-b879-bee47725863b with identifier: 6990030auction110871
2026-03-25 21:39:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a3306c8-f9ed-5e73-b879-bee47725863b with identifier: 6990030auction110871
2026-03-25 21:39:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a3306c8-f9ed-5e73-b879-bee47725863b with identifier: 6990030auction110871 to the API
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990030>
{'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-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9a3306c8-f9ed-5e73-b879-bee47725863b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990030',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '5008',
'odometer': 117482,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-30',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2020 1.5 BlueHDi GT Line',
'transmission': 'automatic',
'trim': 'PEUGEOT DIESEL - 2020 1.5 BlueHDi GT Line',
'vin': None,
'year': 2020}
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990030auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:10 [ecarstrade.be] INFO: Saving data for 6990030auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044640.593959, 'last_price_update_time': 1774474750.477816}
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990030auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988875> (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-25 21:39:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:10 [ecarstrade.be] INFO: Extracting details for car 6988875auction110871
2026-03-25 21:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0541d298-df71-53ff-93a0-f74567575d2e with identifier: 6988875auction110871
2026-03-25 21:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0541d298-df71-53ff-93a0-f74567575d2e with scrape type 2
2026-03-25 21:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0541d298-df71-53ff-93a0-f74567575d2e with scrape type 2
2026-03-25 21:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0541d298-df71-53ff-93a0-f74567575d2e, identifier: 6988875auction110871
2026-03-25 21:39:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0541d298-df71-53ff-93a0-f74567575d2e with identifier: 6988875auction110871
2026-03-25 21:39:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0541d298-df71-53ff-93a0-f74567575d2e with identifier: 6988875auction110871
2026-03-25 21:39:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0541d298-df71-53ff-93a0-f74567575d2e with identifier: 6988875auction110871 to the API
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988875>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '0541d298-df71-53ff-93a0-f74567575d2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988875',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 64684,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE - 2018 1.6i Must',
'transmission': 'manual',
'trim': 'KIA SPORTAGE - 2018 1.6i Must',
'vin': None,
'year': 2021}
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988875auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:10 [ecarstrade.be] INFO: Saving data for 6988875auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044639.059047, 'last_price_update_time': 1774474750.978382}
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988875auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988893> (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-25 21:39:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:12 [ecarstrade.be] INFO: Extracting details for car 6988893auction110871
2026-03-25 21:39:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988892> (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-25 21:39:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f485d1e-0a23-5a2e-bf5f-857f9bbb5af0 with identifier: 6988893auction110871
2026-03-25 21:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f485d1e-0a23-5a2e-bf5f-857f9bbb5af0 with scrape type 2
2026-03-25 21:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f485d1e-0a23-5a2e-bf5f-857f9bbb5af0 with scrape type 2
2026-03-25 21:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f485d1e-0a23-5a2e-bf5f-857f9bbb5af0, identifier: 6988893auction110871
2026-03-25 21:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f485d1e-0a23-5a2e-bf5f-857f9bbb5af0 with identifier: 6988893auction110871
2026-03-25 21:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f485d1e-0a23-5a2e-bf5f-857f9bbb5af0 with identifier: 6988893auction110871
2026-03-25 21:39:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f485d1e-0a23-5a2e-bf5f-857f9bbb5af0 with identifier: 6988893auction110871 to the API
2026-03-25 21:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988893>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2f485d1e-0a23-5a2e-bf5f-857f9bbb5af0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988893',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 55055,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 - 2020 1.2 PureTech Allure S&S',
'transmission': 'manual',
'trim': 'PEUGEOT - 2020 1.2 PureTech Allure S&S',
'vin': None,
'year': 2021}
2026-03-25 21:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988893auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:12 [ecarstrade.be] INFO: Saving data for 6988893auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044633.865076, 'last_price_update_time': 1774474752.59282}
2026-03-25 21:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988893auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:12 [ecarstrade.be] INFO: Extracting details for car 6988892auction110871
2026-03-25 21:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b41c917-af00-561b-a3e7-b9b1be3b1bd4 with identifier: 6988892auction110871
2026-03-25 21:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b41c917-af00-561b-a3e7-b9b1be3b1bd4 with scrape type 2
2026-03-25 21:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b41c917-af00-561b-a3e7-b9b1be3b1bd4 with scrape type 2
2026-03-25 21:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b41c917-af00-561b-a3e7-b9b1be3b1bd4, identifier: 6988892auction110871
2026-03-25 21:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b41c917-af00-561b-a3e7-b9b1be3b1bd4 with identifier: 6988892auction110871
2026-03-25 21:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b41c917-af00-561b-a3e7-b9b1be3b1bd4 with identifier: 6988892auction110871
2026-03-25 21:39:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b41c917-af00-561b-a3e7-b9b1be3b1bd4 with identifier: 6988892auction110871 to the API
2026-03-25 21:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988892>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '4b41c917-af00-561b-a3e7-b9b1be3b1bd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988892',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 77980,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PURETECH 74KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 74KW S-S ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-25 21:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988892auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:13 [ecarstrade.be] INFO: Saving data for 6988892auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044633.306259, 'last_price_update_time': 1774474753.088508}
2026-03-25 21:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988892auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988598> (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-25 21:39:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:13 [ecarstrade.be] INFO: Extracting details for car 6988598auction110871
2026-03-25 21:39:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c5e69b6-df0e-575a-8695-5e4d09ffd0d5 with identifier: 6988598auction110871
2026-03-25 21:39:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c5e69b6-df0e-575a-8695-5e4d09ffd0d5 with scrape type 2
2026-03-25 21:39:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c5e69b6-df0e-575a-8695-5e4d09ffd0d5 with scrape type 2
2026-03-25 21:39:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c5e69b6-df0e-575a-8695-5e4d09ffd0d5, identifier: 6988598auction110871
2026-03-25 21:39:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c5e69b6-df0e-575a-8695-5e4d09ffd0d5 with identifier: 6988598auction110871
2026-03-25 21:39:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c5e69b6-df0e-575a-8695-5e4d09ffd0d5 with identifier: 6988598auction110871
2026-03-25 21:39:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c5e69b6-df0e-575a-8695-5e4d09ffd0d5 with identifier: 6988598auction110871 to the API
2026-03-25 21:39:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988598>
{'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-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8c5e69b6-df0e-575a-8695-5e4d09ffd0d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988598',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 41375,
'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': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2022}
2026-03-25 21:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988598auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:13 [ecarstrade.be] INFO: Saving data for 6988598auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044702.39515, 'last_price_update_time': 1774474753.585541}
2026-03-25 21:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988598auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990064> (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-25 21:39:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988870> (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-25 21:39:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:13 [ecarstrade.be] INFO: Extracting details for car 6990064auction110871
2026-03-25 21:39:13 [ecarstrade.be] INFO: Extracting details for car 6988870auction110871
2026-03-25 21:39:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf756b2-21dc-51cc-8727-7477217d7e29 with identifier: 6990064auction110871
2026-03-25 21:39:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf756b2-21dc-51cc-8727-7477217d7e29 with scrape type 2
2026-03-25 21:39:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf756b2-21dc-51cc-8727-7477217d7e29 with scrape type 2
2026-03-25 21:39:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2cf756b2-21dc-51cc-8727-7477217d7e29, identifier: 6990064auction110871
2026-03-25 21:39:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2511a2d5-58cf-5ece-9a48-58025aa8628a with identifier: 6988870auction110871
2026-03-25 21:39:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2511a2d5-58cf-5ece-9a48-58025aa8628a with scrape type 2
2026-03-25 21:39:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2511a2d5-58cf-5ece-9a48-58025aa8628a with scrape type 2
2026-03-25 21:39:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2511a2d5-58cf-5ece-9a48-58025aa8628a, identifier: 6988870auction110871
2026-03-25 21:39:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2cf756b2-21dc-51cc-8727-7477217d7e29 with identifier: 6990064auction110871
2026-03-25 21:39:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2cf756b2-21dc-51cc-8727-7477217d7e29 with identifier: 6990064auction110871
2026-03-25 21:39:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2cf756b2-21dc-51cc-8727-7477217d7e29 with identifier: 6990064auction110871 to the API
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990064>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '2cf756b2-21dc-51cc-8727-7477217d7e29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990064',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 178778,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-18',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER 1400 FOU SWB DSL - 2.0 TDi SCR BMT STOCK',
'transmission': 'manual',
'trim': 'VOLKSWAGEN TRANSPORTER 1400 FOU SWB DSL - 2.0 TDi SCR BMT STOCK',
'vin': None,
'year': 2019}
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990064auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:14 [ecarstrade.be] INFO: Saving data for 6990064auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044631.341776, 'last_price_update_time': 1774474754.34528}
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990064auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2511a2d5-58cf-5ece-9a48-58025aa8628a with identifier: 6988870auction110871
2026-03-25 21:39:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2511a2d5-58cf-5ece-9a48-58025aa8628a with identifier: 6988870auction110871
2026-03-25 21:39:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2511a2d5-58cf-5ece-9a48-58025aa8628a with identifier: 6988870auction110871 to the API
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988870>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '2511a2d5-58cf-5ece-9a48-58025aa8628a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988870',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 96332,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-13',
'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-25 21:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988870auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:14 [ecarstrade.be] INFO: Saving data for 6988870auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044631.804055, 'last_price_update_time': 1774474754.616456}
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988870auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988889> (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-25 21:39:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:15 [ecarstrade.be] INFO: Extracting details for car 6988889auction110871
2026-03-25 21:39:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 795c2cfa-3c3c-5220-8ade-5f8ca3ae06ae with identifier: 6988889auction110871
2026-03-25 21:39:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 795c2cfa-3c3c-5220-8ade-5f8ca3ae06ae with scrape type 2
2026-03-25 21:39:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 795c2cfa-3c3c-5220-8ade-5f8ca3ae06ae with scrape type 2
2026-03-25 21:39:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 795c2cfa-3c3c-5220-8ade-5f8ca3ae06ae, identifier: 6988889auction110871
2026-03-25 21:39:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 795c2cfa-3c3c-5220-8ade-5f8ca3ae06ae with identifier: 6988889auction110871
2026-03-25 21:39:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 795c2cfa-3c3c-5220-8ade-5f8ca3ae06ae with identifier: 6988889auction110871
2026-03-25 21:39:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 795c2cfa-3c3c-5220-8ade-5f8ca3ae06ae with identifier: 6988889auction110871 to the API
2026-03-25 21:39:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988889>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.2L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '795c2cfa-3c3c-5220-8ade-5f8ca3ae06ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988889',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 105179,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 55KW S-S EDITION',
'transmission': 'manual',
'trim': 'OPEL CORSA 1.2 55KW S-S EDITION',
'vin': None,
'year': 2021}
2026-03-25 21:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988889auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:15 [ecarstrade.be] INFO: Saving data for 6988889auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044678.297836, 'last_price_update_time': 1774474755.779346}
2026-03-25 21:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988889auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988858> (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-25 21:39:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:17 [ecarstrade.be] INFO: Extracting details for car 6988858auction110871
2026-03-25 21:39:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca2e775d-1a73-5659-965c-5d26c8f18867 with identifier: 6988858auction110871
2026-03-25 21:39:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca2e775d-1a73-5659-965c-5d26c8f18867 with scrape type 2
2026-03-25 21:39:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca2e775d-1a73-5659-965c-5d26c8f18867 with scrape type 2
2026-03-25 21:39:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca2e775d-1a73-5659-965c-5d26c8f18867, identifier: 6988858auction110871
2026-03-25 21:39:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca2e775d-1a73-5659-965c-5d26c8f18867 with identifier: 6988858auction110871
2026-03-25 21:39:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca2e775d-1a73-5659-965c-5d26c8f18867 with identifier: 6988858auction110871
2026-03-25 21:39:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca2e775d-1a73-5659-965c-5d26c8f18867 with identifier: 6988858auction110871 to the API
2026-03-25 21:39:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988858>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ca2e775d-1a73-5659-965c-5d26c8f18867',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988858',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 92849,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C3 AIRCROSS 1.2 PureTech Feel (EU6.2) STOCK',
'transmission': 'manual',
'trim': 'CITROAu2039N C3 AIRCROSS 1.2 PureTech Feel (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-25 21:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988858auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:17 [ecarstrade.be] INFO: Saving data for 6988858auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044674.297903, 'last_price_update_time': 1774474757.659702}
2026-03-25 21:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988858auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988864> (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-25 21:39:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:19 [ecarstrade.be] INFO: Extracting details for car 6988864auction110871
2026-03-25 21:39:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 556984aa-fd24-5d78-931f-f5372906c501 with identifier: 6988864auction110871
2026-03-25 21:39:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 556984aa-fd24-5d78-931f-f5372906c501 with scrape type 2
2026-03-25 21:39:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 556984aa-fd24-5d78-931f-f5372906c501 with scrape type 2
2026-03-25 21:39:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 556984aa-fd24-5d78-931f-f5372906c501, identifier: 6988864auction110871
2026-03-25 21:39:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 556984aa-fd24-5d78-931f-f5372906c501 with identifier: 6988864auction110871
2026-03-25 21:39:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 556984aa-fd24-5d78-931f-f5372906c501 with identifier: 6988864auction110871
2026-03-25 21:39:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 556984aa-fd24-5d78-931f-f5372906c501 with identifier: 6988864auction110871 to the API
2026-03-25 21:39:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988864>
{'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-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '556984aa-fd24-5d78-931f-f5372906c501',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988864',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 243771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA DIESEL - 2020 1.5 TDCi EB FWD Trend',
'transmission': 'automatic',
'trim': 'FORD KUGA DIESEL - 2020 1.5 TDCi EB FWD Trend',
'vin': None,
'year': 2021}
2026-03-25 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988864auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:19 [ecarstrade.be] INFO: Saving data for 6988864auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044676.221983, 'last_price_update_time': 1774474759.818929}
2026-03-25 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988864auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988894> (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-25 21:39:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988528> (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-25 21:39:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:19 [ecarstrade.be] INFO: Extracting details for car 6988894auction110871
2026-03-25 21:39:19 [ecarstrade.be] INFO: Extracting details for car 6988528auction110871
2026-03-25 21:39:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50c4f53b-419d-5551-baf1-2fce8ace12ac with identifier: 6988894auction110871
2026-03-25 21:39:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50c4f53b-419d-5551-baf1-2fce8ace12ac with scrape type 2
2026-03-25 21:39:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50c4f53b-419d-5551-baf1-2fce8ace12ac with scrape type 2
2026-03-25 21:39:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50c4f53b-419d-5551-baf1-2fce8ace12ac, identifier: 6988894auction110871
2026-03-25 21:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01910c9c-6784-544d-8a9b-e09fe3960427 with identifier: 6988528auction110871
2026-03-25 21:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01910c9c-6784-544d-8a9b-e09fe3960427 with scrape type 2
2026-03-25 21:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01910c9c-6784-544d-8a9b-e09fe3960427 with scrape type 2
2026-03-25 21:39:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01910c9c-6784-544d-8a9b-e09fe3960427, identifier: 6988528auction110871
2026-03-25 21:39:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50c4f53b-419d-5551-baf1-2fce8ace12ac with identifier: 6988894auction110871
2026-03-25 21:39:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50c4f53b-419d-5551-baf1-2fce8ace12ac with identifier: 6988894auction110871
2026-03-25 21:39:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50c4f53b-419d-5551-baf1-2fce8ace12ac with identifier: 6988894auction110871 to the API
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988894>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '50c4f53b-419d-5551-baf1-2fce8ace12ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988894',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '208',
'odometer': 138850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-03',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 DIESEL - 2019 1.5 BlueHDi Active',
'transmission': 'manual',
'trim': 'PEUGEOT DIESEL - 2019 1.5 BlueHDi Active',
'vin': None,
'year': 2020}
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988894auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:20 [ecarstrade.be] INFO: Saving data for 6988894auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044677.365429, 'last_price_update_time': 1774474760.411401}
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988894auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01910c9c-6784-544d-8a9b-e09fe3960427 with identifier: 6988528auction110871
2026-03-25 21:39:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01910c9c-6784-544d-8a9b-e09fe3960427 with identifier: 6988528auction110871
2026-03-25 21:39:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01910c9c-6784-544d-8a9b-e09fe3960427 with identifier: 6988528auction110871 to the API
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988528>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.2L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '01910c9c-6784-544d-8a9b-e09fe3960427',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988528',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 96051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 TURBO 74KW S-S EDITION',
'transmission': 'manual',
'trim': 'OPEL CORSA 1.2 TURBO 74KW S-S EDITION',
'vin': None,
'year': 2022}
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988528auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:20 [ecarstrade.be] INFO: Saving data for 6988528auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044678.909332, 'last_price_update_time': 1774474760.668743}
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988528auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988861> (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-25 21:39:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:20 [ecarstrade.be] INFO: Extracting details for car 6988861auction110871
2026-03-25 21:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c2cacb-9a21-5330-83a3-37a58b6a12cc with identifier: 6988861auction110871
2026-03-25 21:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c2cacb-9a21-5330-83a3-37a58b6a12cc with scrape type 2
2026-03-25 21:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c2cacb-9a21-5330-83a3-37a58b6a12cc with scrape type 2
2026-03-25 21:39:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2c2cacb-9a21-5330-83a3-37a58b6a12cc, identifier: 6988861auction110871
2026-03-25 21:39:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2c2cacb-9a21-5330-83a3-37a58b6a12cc with identifier: 6988861auction110871
2026-03-25 21:39:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2c2cacb-9a21-5330-83a3-37a58b6a12cc with identifier: 6988861auction110871
2026-03-25 21:39:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2c2cacb-9a21-5330-83a3-37a58b6a12cc with identifier: 6988861auction110871 to the API
2026-03-25 21:39:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988861>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b2c2cacb-9a21-5330-83a3-37a58b6a12cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988861',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 168850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW AUTO TITANIUM',
'transmission': 'automatic',
'trim': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW AUTO TITANIUM',
'vin': None,
'year': 2020}
2026-03-25 21:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988861auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:22 [ecarstrade.be] INFO: Saving data for 6988861auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044675.772304, 'last_price_update_time': 1774474762.156121}
2026-03-25 21:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988861auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990057> (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-25 21:39:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990047> (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-25 21:39:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:22 [ecarstrade.be] INFO: Extracting details for car 6990057auction110871
2026-03-25 21:39:22 [ecarstrade.be] INFO: Extracting details for car 6990047auction110871
2026-03-25 21:39:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 633430dc-12da-571f-a7c8-ba4df9e7b729 with identifier: 6990057auction110871
2026-03-25 21:39:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 633430dc-12da-571f-a7c8-ba4df9e7b729 with scrape type 2
2026-03-25 21:39:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 633430dc-12da-571f-a7c8-ba4df9e7b729 with scrape type 2
2026-03-25 21:39:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 633430dc-12da-571f-a7c8-ba4df9e7b729, identifier: 6990057auction110871
2026-03-25 21:39:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a4e76b5-b568-5b13-a587-9dce31044b44 with identifier: 6990047auction110871
2026-03-25 21:39:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a4e76b5-b568-5b13-a587-9dce31044b44 with scrape type 2
2026-03-25 21:39:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a4e76b5-b568-5b13-a587-9dce31044b44 with scrape type 2
2026-03-25 21:39:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a4e76b5-b568-5b13-a587-9dce31044b44, identifier: 6990047auction110871
2026-03-25 21:39:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 633430dc-12da-571f-a7c8-ba4df9e7b729 with identifier: 6990057auction110871
2026-03-25 21:39:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 633430dc-12da-571f-a7c8-ba4df9e7b729 with identifier: 6990057auction110871
2026-03-25 21:39:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 633430dc-12da-571f-a7c8-ba4df9e7b729 with identifier: 6990057auction110871 to the API
2026-03-25 21:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990057>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '633430dc-12da-571f-a7c8-ba4df9e7b729',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990057',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 143266,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-10',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VARIANT 1.0 TSI IQ.DRIVE',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VARIANT 1.0 TSI IQ.DRIVE',
'vin': None,
'year': 2020}
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990057auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:23 [ecarstrade.be] INFO: Saving data for 6990057auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044671.436575, 'last_price_update_time': 1774474763.663381}
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990057auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a4e76b5-b568-5b13-a587-9dce31044b44 with identifier: 6990047auction110871
2026-03-25 21:39:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a4e76b5-b568-5b13-a587-9dce31044b44 with identifier: 6990047auction110871
2026-03-25 21:39:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a4e76b5-b568-5b13-a587-9dce31044b44 with identifier: 6990047auction110871 to the API
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990047>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5a4e76b5-b568-5b13-a587-9dce31044b44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990047',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 146991,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI - 2017 1.0 TSI Style',
'transmission': 'manual',
'trim': 'SKODA OCTAVIA COMBI - 2017 1.0 TSI Style',
'vin': None,
'year': 2019}
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990047auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:23 [ecarstrade.be] INFO: Saving data for 6990047auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044675.027457, 'last_price_update_time': 1774474763.930679}
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990047auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990048> (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-25 21:39:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990039> (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-25 21:39:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:24 [ecarstrade.be] INFO: Extracting details for car 6990048auction110871
2026-03-25 21:39:24 [ecarstrade.be] INFO: Extracting details for car 6990039auction110871
2026-03-25 21:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25795edd-1e95-54ae-9b07-656b363a9d43 with identifier: 6990048auction110871
2026-03-25 21:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25795edd-1e95-54ae-9b07-656b363a9d43 with scrape type 2
2026-03-25 21:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25795edd-1e95-54ae-9b07-656b363a9d43 with scrape type 2
2026-03-25 21:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25795edd-1e95-54ae-9b07-656b363a9d43, identifier: 6990048auction110871
2026-03-25 21:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cee51c5-0c2f-5e2c-ada9-5ef67dfe9e1e with identifier: 6990039auction110871
2026-03-25 21:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cee51c5-0c2f-5e2c-ada9-5ef67dfe9e1e with scrape type 2
2026-03-25 21:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cee51c5-0c2f-5e2c-ada9-5ef67dfe9e1e with scrape type 2
2026-03-25 21:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cee51c5-0c2f-5e2c-ada9-5ef67dfe9e1e, identifier: 6990039auction110871
2026-03-25 21:39:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25795edd-1e95-54ae-9b07-656b363a9d43 with identifier: 6990048auction110871
2026-03-25 21:39:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:39:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25795edd-1e95-54ae-9b07-656b363a9d43 with identifier: 6990048auction110871
2026-03-25 21:39:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25795edd-1e95-54ae-9b07-656b363a9d43 with identifier: 6990048auction110871 to the API
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990048>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Not compliant with l',
'engine': '1.6L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '25795edd-1e95-54ae-9b07-656b363a9d43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990048',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 189067,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI DIESEL - 2017 1.6 CR TDi Style DSG',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI DIESEL - 2017 1.6 CR TDi Style DSG',
'vin': None,
'year': 2018}
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990048auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:24 [ecarstrade.be] INFO: Saving data for 6990048auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044669.852574, 'last_price_update_time': 1774474764.560979}
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990048auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cee51c5-0c2f-5e2c-ada9-5ef67dfe9e1e with identifier: 6990039auction110871
2026-03-25 21:39:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cee51c5-0c2f-5e2c-ada9-5ef67dfe9e1e with identifier: 6990039auction110871
2026-03-25 21:39:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cee51c5-0c2f-5e2c-ada9-5ef67dfe9e1e with identifier: 6990039auction110871 to the API
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990039>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8cee51c5-0c2f-5e2c-ada9-5ef67dfe9e1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990039',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Clio',
'odometer': 62411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio 1.0 TCE 100 CORPORATE EDITION',
'transmission': 'manual',
'trim': 'RENAULT 1.0 TCE 100 CORPORATE EDITION',
'vin': None,
'year': 2020}
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990039auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:24 [ecarstrade.be] INFO: Saving data for 6990039auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044671.954915, 'last_price_update_time': 1774474764.840198}
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990039auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988862> (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-25 21:39:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:26 [ecarstrade.be] INFO: Extracting details for car 6988862auction110871
2026-03-25 21:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce0150d4-7a24-57d3-a32c-fb720db0b2ed with identifier: 6988862auction110871
2026-03-25 21:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce0150d4-7a24-57d3-a32c-fb720db0b2ed with scrape type 2
2026-03-25 21:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce0150d4-7a24-57d3-a32c-fb720db0b2ed with scrape type 2
2026-03-25 21:39:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce0150d4-7a24-57d3-a32c-fb720db0b2ed, identifier: 6988862auction110871
2026-03-25 21:39:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce0150d4-7a24-57d3-a32c-fb720db0b2ed with identifier: 6988862auction110871
2026-03-25 21:39:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce0150d4-7a24-57d3-a32c-fb720db0b2ed with identifier: 6988862auction110871
2026-03-25 21:39:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce0150d4-7a24-57d3-a32c-fb720db0b2ed with identifier: 6988862auction110871 to the API
2026-03-25 21:39:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988862>
{'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-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ce0150d4-7a24-57d3-a32c-fb720db0b2ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988862',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Focus',
'odometer': 146502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-04',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW CONNECTED',
'transmission': 'manual',
'trim': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW CONNECTED',
'vin': None,
'year': 2022}
2026-03-25 21:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988862auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:27 [ecarstrade.be] INFO: Saving data for 6988862auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044679.38377, 'last_price_update_time': 1774474767.061519}
2026-03-25 21:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988862auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990036> (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-25 21:39:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988887> (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-25 21:39:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:27 [ecarstrade.be] INFO: Extracting details for car 6990036auction110871
2026-03-25 21:39:27 [ecarstrade.be] INFO: Extracting details for car 6988887auction110871
2026-03-25 21:39:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 899a0ae7-a4cf-5a40-bc44-2faf18b32d38 with identifier: 6990036auction110871
2026-03-25 21:39:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 899a0ae7-a4cf-5a40-bc44-2faf18b32d38 with scrape type 2
2026-03-25 21:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 899a0ae7-a4cf-5a40-bc44-2faf18b32d38 with scrape type 2
2026-03-25 21:39:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 899a0ae7-a4cf-5a40-bc44-2faf18b32d38, identifier: 6990036auction110871
2026-03-25 21:39:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f30aaf0-543f-5ac6-bdf9-54b9dfd5b863 with identifier: 6988887auction110871
2026-03-25 21:39:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f30aaf0-543f-5ac6-bdf9-54b9dfd5b863 with scrape type 2
2026-03-25 21:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f30aaf0-543f-5ac6-bdf9-54b9dfd5b863 with scrape type 2
2026-03-25 21:39:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f30aaf0-543f-5ac6-bdf9-54b9dfd5b863, identifier: 6988887auction110871
2026-03-25 21:39:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 899a0ae7-a4cf-5a40-bc44-2faf18b32d38 with identifier: 6990036auction110871
2026-03-25 21:39:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 899a0ae7-a4cf-5a40-bc44-2faf18b32d38 with identifier: 6990036auction110871
2026-03-25 21:39:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 899a0ae7-a4cf-5a40-bc44-2faf18b32d38 with identifier: 6990036auction110871 to the API
2026-03-25 21:39:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990036>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '899a0ae7-a4cf-5a40-bc44-2faf18b32d38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990036',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 153920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-31',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT PARTNER VAN MWB DIESEL - 2019 1.5 BlueHDi L2 Heavy Asphalt '
'S&S (EU6.2)',
'transmission': 'automatic',
'trim': 'PEUGEOT PARTNER VAN MWB DIESEL - 2019 1.5 BlueHDi L2 Heavy Asphalt '
'S&S (EU6.2)',
'vin': None,
'year': 2020}
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990036auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:28 [ecarstrade.be] INFO: Saving data for 6990036auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044670.833437, 'last_price_update_time': 1774474768.560209}
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990036auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f30aaf0-543f-5ac6-bdf9-54b9dfd5b863 with identifier: 6988887auction110871
2026-03-25 21:39:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f30aaf0-543f-5ac6-bdf9-54b9dfd5b863 with identifier: 6988887auction110871
2026-03-25 21:39:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f30aaf0-543f-5ac6-bdf9-54b9dfd5b863 with identifier: 6988887auction110871 to the API
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988887>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '7f30aaf0-543f-5ac6-bdf9-54b9dfd5b863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988887',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 264875,
'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': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ VITO 114 FOURGON MWB DSL - 201 2.1 BlueTEC A2 (EU6c)',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ VITO 114 FOURGON MWB DSL - 201 2.1 BlueTEC A2 (EU6c)',
'vin': None,
'year': 2020}
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988887auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:28 [ecarstrade.be] INFO: Saving data for 6988887auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044679.747402, 'last_price_update_time': 1774474768.822497}
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988887auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990035> (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-25 21:39:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:29 [ecarstrade.be] INFO: Extracting details for car 6990035auction110871
2026-03-25 21:39:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ef6d7e-f62a-5aed-848a-f04c177a7f9d with identifier: 6990035auction110871
2026-03-25 21:39:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ef6d7e-f62a-5aed-848a-f04c177a7f9d with scrape type 2
2026-03-25 21:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ef6d7e-f62a-5aed-848a-f04c177a7f9d with scrape type 2
2026-03-25 21:39:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88ef6d7e-f62a-5aed-848a-f04c177a7f9d, identifier: 6990035auction110871
2026-03-25 21:39:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88ef6d7e-f62a-5aed-848a-f04c177a7f9d with identifier: 6990035auction110871
2026-03-25 21:39:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88ef6d7e-f62a-5aed-848a-f04c177a7f9d with identifier: 6990035auction110871
2026-03-25 21:39:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88ef6d7e-f62a-5aed-848a-f04c177a7f9d with identifier: 6990035auction110871 to the API
2026-03-25 21:39:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990035>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Not compliant with l',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '88ef6d7e-f62a-5aed-848a-f04c177a7f9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990035',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 112816,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-07',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 2.0 BlueHDi L3 Long Premium '
'S&S STOCK',
'transmission': 'manual',
'trim': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 2.0 BlueHDi L3 Long Premium '
'S&S STOCK',
'vin': None,
'year': 2019}
2026-03-25 21:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990035auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:30 [ecarstrade.be] INFO: Saving data for 6990035auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044670.322771, 'last_price_update_time': 1774474770.83181}
2026-03-25 21:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990035auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990032> (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-25 21:39:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988859> (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-25 21:39:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:30 [ecarstrade.be] INFO: Extracting details for car 6990032auction110871
2026-03-25 21:39:30 [ecarstrade.be] INFO: Extracting details for car 6988859auction110871
2026-03-25 21:39:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 828c556e-743a-582b-86fe-2eb1f1b885f9 with identifier: 6990032auction110871
2026-03-25 21:39:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 828c556e-743a-582b-86fe-2eb1f1b885f9 with scrape type 2
2026-03-25 21:39:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 828c556e-743a-582b-86fe-2eb1f1b885f9 with scrape type 2
2026-03-25 21:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 828c556e-743a-582b-86fe-2eb1f1b885f9, identifier: 6990032auction110871
2026-03-25 21:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d07c198f-d3d8-5a58-a263-3ceaf4003cfd with identifier: 6988859auction110871
2026-03-25 21:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d07c198f-d3d8-5a58-a263-3ceaf4003cfd with scrape type 2
2026-03-25 21:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d07c198f-d3d8-5a58-a263-3ceaf4003cfd with scrape type 2
2026-03-25 21:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d07c198f-d3d8-5a58-a263-3ceaf4003cfd, identifier: 6988859auction110871
2026-03-25 21:39:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 828c556e-743a-582b-86fe-2eb1f1b885f9 with identifier: 6990032auction110871
2026-03-25 21:39:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 828c556e-743a-582b-86fe-2eb1f1b885f9 with identifier: 6990032auction110871
2026-03-25 21:39:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 828c556e-743a-582b-86fe-2eb1f1b885f9 with identifier: 6990032auction110871 to the API
2026-03-25 21:39:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990032>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '828c556e-743a-582b-86fe-2eb1f1b885f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990032',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 104846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-24',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.0 BlueHDi L2H2 Premium S&S '
'STOCK',
'transmission': 'manual',
'trim': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.0 BlueHDi L2H2 Premium S&S '
'STOCK',
'vin': None,
'year': 2019}
2026-03-25 21:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990032auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:31 [ecarstrade.be] INFO: Saving data for 6990032auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044672.963447, 'last_price_update_time': 1774474771.777745}
2026-03-25 21:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990032auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d07c198f-d3d8-5a58-a263-3ceaf4003cfd with identifier: 6988859auction110871
2026-03-25 21:39:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d07c198f-d3d8-5a58-a263-3ceaf4003cfd with identifier: 6988859auction110871
2026-03-25 21:39:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d07c198f-d3d8-5a58-a263-3ceaf4003cfd with identifier: 6988859auction110871 to the API
2026-03-25 21:39:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988859>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd07c198f-d3d8-5a58-a263-3ceaf4003cfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988859',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 47312,
'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': 'CITROAu2039N C5Aircross 1.2 PURETECH 130 BUSINESS GPS',
'transmission': 'manual',
'trim': 'CITROAu2039N C5Aircross 1.2 PURETECH 130 BUSINESS GPS',
'vin': None,
'year': 2022}
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988859auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Saving data for 6988859auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044673.953675, 'last_price_update_time': 1774474772.061017}
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988859auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990045> (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-25 21:39:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:32 [ecarstrade.be] INFO: Extracting details for car 6990045auction110871
2026-03-25 21:39:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55bd9b70-93ca-5fed-833e-a7709a9f00bd with identifier: 6990045auction110871
2026-03-25 21:39:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55bd9b70-93ca-5fed-833e-a7709a9f00bd with scrape type 2
2026-03-25 21:39:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55bd9b70-93ca-5fed-833e-a7709a9f00bd with scrape type 2
2026-03-25 21:39:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55bd9b70-93ca-5fed-833e-a7709a9f00bd, identifier: 6990045auction110871
2026-03-25 21:39:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55bd9b70-93ca-5fed-833e-a7709a9f00bd with identifier: 6990045auction110871
2026-03-25 21:39:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55bd9b70-93ca-5fed-833e-a7709a9f00bd with identifier: 6990045auction110871
2026-03-25 21:39:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55bd9b70-93ca-5fed-833e-a7709a9f00bd with identifier: 6990045auction110871 to the API
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990045>
{'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-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '55bd9b70-93ca-5fed-833e-a7709a9f00bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990045',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 100491,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA FABIA 1.0 TSI 70KW CLEVER+',
'transmission': 'manual',
'trim': 'SKODA FABIA 1.0 TSI 70KW CLEVER+',
'vin': None,
'year': 2023}
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990045auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Saving data for 6990045auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044632.334348, 'last_price_update_time': 1774474772.53861}
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990045auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:32 [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-25 21:39:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996955auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996955auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996955auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996957auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996957auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996957auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996958auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996958auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996958auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996959auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996959auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996959auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996960auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996960auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996960auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996961auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996961auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996961auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996962auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996962auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996962auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996963auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996963auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996963auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996964auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996964auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996964auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996965auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996965auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996965auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996966auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996966auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996966auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996967auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996967auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996967auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996968auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996968auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996968auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996969auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996969auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996969auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996970auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996970auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996970auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996971auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996971auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996971auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996972auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996972auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996972auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996973auction110979
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996973auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:32 [ecarstrade.be] INFO: Scrape type for 6996973auction110979: 0
2026-03-25 21:39:32 [ecarstrade.be] INFO: Found listing with ID: 6996974auction110979
2026-03-25 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276996974auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:33 [ecarstrade.be] INFO: Scrape type for 6996974auction110979: 0
2026-03-25 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6996975auction110979
2026-03-25 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276996975auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:33 [ecarstrade.be] INFO: Scrape type for 6996975auction110979: 0
2026-03-25 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-25 21:39:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988896> (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-25 21:39:34 [ecarstrade.be] INFO: Extracting details for car 6988896auction110871
2026-03-25 21:39:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8944070b-b4e9-5381-8e7f-7c7478ed3024 with identifier: 6988896auction110871
2026-03-25 21:39:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8944070b-b4e9-5381-8e7f-7c7478ed3024 with scrape type 2
2026-03-25 21:39:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8944070b-b4e9-5381-8e7f-7c7478ed3024 with scrape type 2
2026-03-25 21:39:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8944070b-b4e9-5381-8e7f-7c7478ed3024, identifier: 6988896auction110871
2026-03-25 21:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8944070b-b4e9-5381-8e7f-7c7478ed3024 with identifier: 6988896auction110871
2026-03-25 21:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8944070b-b4e9-5381-8e7f-7c7478ed3024 with identifier: 6988896auction110871
2026-03-25 21:39:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8944070b-b4e9-5381-8e7f-7c7478ed3024 with identifier: 6988896auction110871 to the API
2026-03-25 21:39:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988896>
{'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-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8944070b-b4e9-5381-8e7f-7c7478ed3024',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988896',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '308',
'odometer': 48959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 81KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': 'PEUGEOT SW 1.2 PURETECH 81KW S-S ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-25 21:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988896auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:35 [ecarstrade.be] INFO: Saving data for 6988896auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044669.163321, 'last_price_update_time': 1774474775.935854}
2026-03-25 21:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988896auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990031> (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-25 21:39:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988890> (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-25 21:39:36 [ecarstrade.be] INFO: Extracting details for car 6990031auction110871
2026-03-25 21:39:36 [ecarstrade.be] INFO: Extracting details for car 6988890auction110871
2026-03-25 21:39:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27054fa6-2270-5347-a52b-dadc524242db with identifier: 6990031auction110871
2026-03-25 21:39:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27054fa6-2270-5347-a52b-dadc524242db with scrape type 2
2026-03-25 21:39:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27054fa6-2270-5347-a52b-dadc524242db with scrape type 2
2026-03-25 21:39:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27054fa6-2270-5347-a52b-dadc524242db, identifier: 6990031auction110871
2026-03-25 21:39:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c12dd77-548e-50b3-8801-4219e4db0ed9 with identifier: 6988890auction110871
2026-03-25 21:39:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c12dd77-548e-50b3-8801-4219e4db0ed9 with scrape type 2
2026-03-25 21:39:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c12dd77-548e-50b3-8801-4219e4db0ed9 with scrape type 2
2026-03-25 21:39:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c12dd77-548e-50b3-8801-4219e4db0ed9, identifier: 6988890auction110871
2026-03-25 21:39:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27054fa6-2270-5347-a52b-dadc524242db with identifier: 6990031auction110871
2026-03-25 21:39:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27054fa6-2270-5347-a52b-dadc524242db with identifier: 6990031auction110871
2026-03-25 21:39:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27054fa6-2270-5347-a52b-dadc524242db with identifier: 6990031auction110871 to the API
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990031>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '27054fa6-2270-5347-a52b-dadc524242db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990031',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '508',
'odometer': 140777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW 1.5 BLUEHDI 130 S&S AUTO ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.5 BLUEHDI 130 S&S AUTO ALLURE',
'vin': None,
'year': 2021}
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990031auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:36 [ecarstrade.be] INFO: Saving data for 6990031auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044629.191292, 'last_price_update_time': 1774474776.631802}
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990031auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c12dd77-548e-50b3-8801-4219e4db0ed9 with identifier: 6988890auction110871
2026-03-25 21:39:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c12dd77-548e-50b3-8801-4219e4db0ed9 with identifier: 6988890auction110871
2026-03-25 21:39:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c12dd77-548e-50b3-8801-4219e4db0ed9 with identifier: 6988890auction110871 to the API
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988890>
{'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-03-26T09:10:00Z',
'fuel_type': 'Petrol',
'id': '6c12dd77-548e-50b3-8801-4219e4db0ed9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988890',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 35012,
'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': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving School Double '
'pedals',
'transmission': 'manual',
'trim': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving School Double pedals',
'vin': None,
'year': 2023}
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988890auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:36 [ecarstrade.be] INFO: Saving data for 6988890auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044630.148646, 'last_price_update_time': 1774474776.911585}
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988890auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988895> (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-25 21:39:37 [ecarstrade.be] INFO: Extracting details for car 6988895auction110871
2026-03-25 21:39:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7961ea68-2af0-5872-a3c8-d5fdcb791166 with identifier: 6988895auction110871
2026-03-25 21:39:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7961ea68-2af0-5872-a3c8-d5fdcb791166 with scrape type 2
2026-03-25 21:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7961ea68-2af0-5872-a3c8-d5fdcb791166 with scrape type 2
2026-03-25 21:39:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7961ea68-2af0-5872-a3c8-d5fdcb791166, identifier: 6988895auction110871
2026-03-25 21:39:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7961ea68-2af0-5872-a3c8-d5fdcb791166 with identifier: 6988895auction110871
2026-03-25 21:39:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7961ea68-2af0-5872-a3c8-d5fdcb791166 with identifier: 6988895auction110871
2026-03-25 21:39:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7961ea68-2af0-5872-a3c8-d5fdcb791166 with identifier: 6988895auction110871 to the API
2026-03-25 21:39:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988895>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '7961ea68-2af0-5872-a3c8-d5fdcb791166',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988895',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '3008',
'odometer': 144783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BLUEHDI S&S EAT8 ACTIVE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BLUEHDI S&S EAT8 ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-25 21:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988895auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:37 [ecarstrade.be] INFO: Saving data for 6988895auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044629.684303, 'last_price_update_time': 1774474777.732922}
2026-03-25 21:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988895auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988597> (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-25 21:39:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990038> (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-25 21:39:38 [ecarstrade.be] INFO: Extracting details for car 6988597auction110871
2026-03-25 21:39:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83d877c0-ec3b-5326-9658-e2885ac08f15 with identifier: 6988597auction110871
2026-03-25 21:39:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83d877c0-ec3b-5326-9658-e2885ac08f15 with scrape type 2
2026-03-25 21:39:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83d877c0-ec3b-5326-9658-e2885ac08f15 with scrape type 2
2026-03-25 21:39:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83d877c0-ec3b-5326-9658-e2885ac08f15, identifier: 6988597auction110871
2026-03-25 21:39:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83d877c0-ec3b-5326-9658-e2885ac08f15 with identifier: 6988597auction110871
2026-03-25 21:39:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83d877c0-ec3b-5326-9658-e2885ac08f15 with identifier: 6988597auction110871
2026-03-25 21:39:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83d877c0-ec3b-5326-9658-e2885ac08f15 with identifier: 6988597auction110871 to the API
2026-03-25 21:39:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988597>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '83d877c0-ec3b-5326-9658-e2885ac08f15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988597',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 115691,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-21',
'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-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988597auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Saving data for 6988597auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044628.345192, 'last_price_update_time': 1774474779.021279}
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988597auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Extracting details for car 6990038auction110871
2026-03-25 21:39:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990056> (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-25 21:39:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16f3f01a-5989-5f55-b217-3c7298041f1c with identifier: 6990038auction110871
2026-03-25 21:39:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16f3f01a-5989-5f55-b217-3c7298041f1c with scrape type 2
2026-03-25 21:39:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16f3f01a-5989-5f55-b217-3c7298041f1c with scrape type 2
2026-03-25 21:39:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16f3f01a-5989-5f55-b217-3c7298041f1c, identifier: 6990038auction110871
2026-03-25 21:39:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16f3f01a-5989-5f55-b217-3c7298041f1c with identifier: 6990038auction110871
2026-03-25 21:39:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:39:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16f3f01a-5989-5f55-b217-3c7298041f1c with identifier: 6990038auction110871
2026-03-25 21:39:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16f3f01a-5989-5f55-b217-3c7298041f1c with identifier: 6990038auction110871 to the API
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990038>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '16f3f01a-5989-5f55-b217-3c7298041f1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990038',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Captur',
'odometer': 127028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR 1.6 E-TECH PLUG-IN HYBRID INITIALE PARIS',
'transmission': 'automatic',
'trim': 'RENAULT CAPTUR 1.6 E-TECH PLUG-IN HYBRID INITIALE PARIS',
'vin': None,
'year': 2021}
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990038auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Saving data for 6990038auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044637.454965, 'last_price_update_time': 1774474779.396477}
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990038auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Extracting details for car 6990056auction110871
2026-03-25 21:39:39 [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-25 21:39:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b09e0f-3c19-5a58-9735-7f3fceab63b1 with identifier: 6990056auction110871
2026-03-25 21:39:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b09e0f-3c19-5a58-9735-7f3fceab63b1 with scrape type 2
2026-03-25 21:39:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b09e0f-3c19-5a58-9735-7f3fceab63b1 with scrape type 2
2026-03-25 21:39:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38b09e0f-3c19-5a58-9735-7f3fceab63b1, identifier: 6990056auction110871
2026-03-25 21:39:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38b09e0f-3c19-5a58-9735-7f3fceab63b1 with identifier: 6990056auction110871
2026-03-25 21:39:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38b09e0f-3c19-5a58-9735-7f3fceab63b1 with identifier: 6990056auction110871
2026-03-25 21:39:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38b09e0f-3c19-5a58-9735-7f3fceab63b1 with identifier: 6990056auction110871 to the API
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:39: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-25 21:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990056>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-26T09:10:00Z',
'fuel_type': 'Diesel',
'id': '38b09e0f-3c19-5a58-9735-7f3fceab63b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990056',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 124195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf 2.0 TDI 85KW LIFE',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI 85KW LIFE',
'vin': None,
'year': 2021}
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990056auction110871%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Saving data for 6990056auction110871: {'auction_closing_time': 1774516200.0, 'created_time': 1774044627.468007, 'last_price_update_time': 1774474779.780651}
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990056auction110871') HTTP/1.1" 204 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996976auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996976auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996976auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996977auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996977auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996977auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996978auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996978auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996978auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996979auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996979auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996979auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996980auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996980auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996980auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996981auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996981auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996981auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996982auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996982auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996982auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996983auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996983auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996983auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996984auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996984auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996984auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996985auction110979
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996985auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:39 [ecarstrade.be] INFO: Scrape type for 6996985auction110979: 0
2026-03-25 21:39:39 [ecarstrade.be] INFO: Found listing with ID: 6996986auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996986auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996986auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996987auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996987auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996987auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996988auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996988auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996988auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996989auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996989auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996989auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996990auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996990auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996990auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996991auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996991auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996991auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996992auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996992auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996992auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996993auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996993auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996993auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996994auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996994auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996994auction110979: 0
2026-03-25 21:39:40 [ecarstrade.be] INFO: Found listing with ID: 6996995auction110979
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996995auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:40 [ecarstrade.be] INFO: Scrape type for 6996995auction110979: 0
2026-03-25 21:39:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:47 [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-25 21:39:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6996996auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996996auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6996996auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6996997auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996997auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6996997auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6996999auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996999auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6996999auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997000auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997000auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997000auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997001auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997001auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997001auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997002auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997002auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997002auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997003auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997003auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997003auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997004auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997004auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997004auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997006auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997006auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997006auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997007auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997007auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997007auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997008auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997008auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997008auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997009auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997009auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997009auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997010auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997010auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997010auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997011auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997011auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997011auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997012auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997012auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997012auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997013auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997013auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997013auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6997014auction110979
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997014auction110979%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6997014auction110979: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6999513auction111013
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999513auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6999513auction111013: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6999530auction111013
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999530auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6999530auction111013: 0
2026-03-25 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 6999509auction111013
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999509auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:47 [ecarstrade.be] INFO: Scrape type for 6999509auction111013: 0
2026-03-25 21:39:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:53 [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-25 21:39:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999529auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999529auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999529auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999525auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999525auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999525auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999517auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999517auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999517auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999526auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999526auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999526auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999531auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999531auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999531auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999518auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999518auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999518auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999528auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999528auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999528auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999533auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999533auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999533auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999514auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999514auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999514auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999527auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999527auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999527auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999507auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999507auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999507auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999508auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999508auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999508auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999522auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999522auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999522auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999524auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999524auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999524auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999516auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999516auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999516auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999511auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999511auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999511auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999506auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999506auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999506auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999515auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999515auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999515auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999512auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999512auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999512auction111013: 0
2026-03-25 21:39:53 [ecarstrade.be] INFO: Found listing with ID: 6999532auction111013
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999532auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:53 [ecarstrade.be] INFO: Scrape type for 6999532auction111013: 0
2026-03-25 21:39:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:39:59 [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-25 21:39:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 6999519auction111013
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999519auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 6999519auction111013: 0
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 6999505auction111013
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999505auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 6999505auction111013: 0
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 6999523auction111013
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999523auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 6999523auction111013: 0
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 6999521auction111013
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999521auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 6999521auction111013: 0
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 6999520auction111013
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999520auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 6999520auction111013: 0
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 6999510auction111013
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999510auction111013%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 6999510auction111013: 0
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 7001216auction99101
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001216auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 7001216auction99101: 0
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 7001225auction99101
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001225auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 7001225auction99101: 0
2026-03-25 21:39:59 [ecarstrade.be] INFO: Found listing with ID: 7001241auction99101
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001241auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:39:59 [ecarstrade.be] INFO: Scrape type for 7001241auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001244auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001244auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001244auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001246auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001246auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001246auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001247auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001247auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001247auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001248auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001248auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001248auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001249auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001249auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001249auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001250auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001250auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001250auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001251auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001251auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001251auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001252auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001252auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001252auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001253auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001253auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001253auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001255auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001255auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001255auction99101: 0
2026-03-25 21:40:00 [ecarstrade.be] INFO: Found listing with ID: 7001256auction99101
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001256auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:00 [ecarstrade.be] INFO: Scrape type for 7001256auction99101: 0
2026-03-25 21:40:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:40:06 [scrapy.extensions.logstats] INFO: Crawled 323 pages (at 38 pages/min), scraped 285 items (at 33 items/min)
2026-03-25 21:40:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 295MiB
2026-03-25 21:40: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-25 21:40:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001257auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001257auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001257auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001258auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001258auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001258auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001259auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001259auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001259auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001260auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001260auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001260auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001261auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001261auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001261auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001262auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001262auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001262auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001263auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001263auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001263auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001264auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001264auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001264auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 7001265auction99101
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001265auction99101%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 7001265auction99101: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999769auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999769auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999769auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999770auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999770auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999770auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999771auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999771auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999771auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999772auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999772auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999772auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999773auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999773auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999773auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999774auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999774auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999774auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999775auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999775auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999775auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999776auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999776auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999776auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999777auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999777auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999777auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999778auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999778auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999778auction111018: 0
2026-03-25 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6999779auction111018
2026-03-25 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999779auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:11 [ecarstrade.be] INFO: Scrape type for 6999779auction111018: 0
2026-03-25 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-25 21:40:20 [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-25 21:40:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999780auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999780auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999780auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999781auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999781auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999781auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999782auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999782auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999782auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999783auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999783auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999783auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999784auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999784auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999784auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999785auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999785auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999785auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999786auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999786auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999786auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999787auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999787auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999787auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999788auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999788auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999788auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999789auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999789auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999789auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999790auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999790auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999790auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999791auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999791auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999791auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999792auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999792auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999792auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999793auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999793auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999793auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999794auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999794auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999794auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999795auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999795auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999795auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999796auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999796auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999796auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999797auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999797auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999797auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999798auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999798auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999798auction111018: 0
2026-03-25 21:40:20 [ecarstrade.be] INFO: Found listing with ID: 6999799auction111018
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999799auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:20 [ecarstrade.be] INFO: Scrape type for 6999799auction111018: 0
2026-03-25 21:40:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:40:27 [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-25 21:40:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999800auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999800auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999800auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999801auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999801auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999801auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999802auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999802auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999802auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999803auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999803auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999803auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999804auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999804auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999804auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999805auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999805auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999805auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999806auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999806auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999806auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999807auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999807auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999807auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999808auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999808auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999808auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999809auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999809auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999809auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999810auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999810auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999810auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999811auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999811auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999811auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999812auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999812auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999812auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999813auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999813auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999813auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999814auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999814auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999814auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999815auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999815auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999815auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999816auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999816auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999816auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999817auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999817auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999817auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999818auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999818auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999818auction111018: 0
2026-03-25 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6999819auction111018
2026-03-25 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999819auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:27 [ecarstrade.be] INFO: Scrape type for 6999819auction111018: 0
2026-03-25 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-25 21:40:34 [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-25 21:40:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:40:34 [ecarstrade.be] INFO: Found listing with ID: 6999820auction111018
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999820auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:34 [ecarstrade.be] INFO: Scrape type for 6999820auction111018: 0
2026-03-25 21:40:34 [ecarstrade.be] INFO: Found listing with ID: 6999821auction111018
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999821auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:34 [ecarstrade.be] INFO: Scrape type for 6999821auction111018: 0
2026-03-25 21:40:34 [ecarstrade.be] INFO: Found listing with ID: 6999822auction111018
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999822auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:34 [ecarstrade.be] INFO: Scrape type for 6999822auction111018: 0
2026-03-25 21:40:34 [ecarstrade.be] INFO: Found listing with ID: 6999823auction111018
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999823auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:34 [ecarstrade.be] INFO: Scrape type for 6999823auction111018: 0
2026-03-25 21:40:34 [ecarstrade.be] INFO: Found listing with ID: 6999824auction111018
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999824auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:34 [ecarstrade.be] INFO: Scrape type for 6999824auction111018: 0
2026-03-25 21:40:34 [ecarstrade.be] INFO: Found listing with ID: 6999825auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999825auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999825auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999826auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999826auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999826auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999827auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999827auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999827auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999828auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999828auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999828auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999829auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999829auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999829auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999830auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999830auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999830auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999831auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999831auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999831auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999832auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999832auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999832auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999833auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999833auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999833auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999834auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999834auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999834auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999835auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999835auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999835auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999836auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999836auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999836auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999837auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999837auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999837auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999838auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999838auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999838auction111018: 0
2026-03-25 21:40:35 [ecarstrade.be] INFO: Found listing with ID: 6999839auction111018
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999839auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:35 [ecarstrade.be] INFO: Scrape type for 6999839auction111018: 0
2026-03-25 21:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:40:43 [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-25 21:40:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 6999840auction111018
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999840auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 6999840auction111018: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 6999841auction111018
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999841auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 6999841auction111018: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 6999843auction111018
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999843auction111018%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 6999843auction111018: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000572auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000572auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000572auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000607auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000607auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000607auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000609auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000609auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000609auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000573auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000573auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000573auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000562auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000562auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000562auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000687auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000687auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000687auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000681auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000681auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000681auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000604auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000604auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000604auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000606auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000606auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000606auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000605auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000605auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000605auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000608auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000608auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000608auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000601auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000601auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000601auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000850auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000850auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:43 [ecarstrade.be] INFO: Scrape type for 7000850auction111026: 0
2026-03-25 21:40:43 [ecarstrade.be] INFO: Found listing with ID: 7000596auction111026
2026-03-25 21:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000596auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:44 [ecarstrade.be] INFO: Scrape type for 7000596auction111026: 0
2026-03-25 21:40:44 [ecarstrade.be] INFO: Found listing with ID: 7000857auction111026
2026-03-25 21:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000857auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:44 [ecarstrade.be] INFO: Scrape type for 7000857auction111026: 0
2026-03-25 21:40:44 [ecarstrade.be] INFO: Found listing with ID: 7000696auction111026
2026-03-25 21:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000696auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:44 [ecarstrade.be] INFO: Scrape type for 7000696auction111026: 0
2026-03-25 21:40:44 [ecarstrade.be] INFO: Found listing with ID: 7000676auction111026
2026-03-25 21:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000676auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:44 [ecarstrade.be] INFO: Scrape type for 7000676auction111026: 0
2026-03-25 21:40:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:40:51 [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-25 21:40:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000854auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000854auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000854auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000685auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000685auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000685auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000563auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000563auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000563auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000587auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000587auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000587auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000682auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000682auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000682auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000560auction111025
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000560auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000560auction111025: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000593auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000593auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000593auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000570auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000570auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000570auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000603auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000603auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000603auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000677auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000677auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000677auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000595auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000595auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000595auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000684auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000684auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000684auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000843auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000843auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000843auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000674auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000674auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000674auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000631auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000631auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000631auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000653auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000653auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000653auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000585auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000585auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000585auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000592auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000592auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000592auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000568auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000568auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000568auction111026: 0
2026-03-25 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7000654auction111026
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000654auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:51 [ecarstrade.be] INFO: Scrape type for 7000654auction111026: 0
2026-03-25 21:40:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:40:58 [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-25 21:40:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000842auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000842auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000842auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000852auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000852auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000852auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000527auction111025
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000527auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000527auction111025: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000651auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000651auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000651auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000557auction111025
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000557auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000557auction111025: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000598auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000598auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000598auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000640auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000640auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000640auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000691auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000691auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000691auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000602auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000602auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000602auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000663auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000663auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000663auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000564auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000564auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000564auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000664auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000664auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000664auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000516auction111025
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000516auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000516auction111025: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000559auction111025
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000559auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000559auction111025: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000680auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000680auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000680auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000692auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000692auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000692auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000529auction111025
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000529auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000529auction111025: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000690auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000690auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000690auction111026: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000518auction111025
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000518auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000518auction111025: 0
2026-03-25 21:40:58 [ecarstrade.be] INFO: Found listing with ID: 7000567auction111026
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000567auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:40:58 [ecarstrade.be] INFO: Scrape type for 7000567auction111026: 0
2026-03-25 21:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:41:04 [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-25 21:41:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000584auction111026
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000584auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:04 [ecarstrade.be] INFO: Scrape type for 7000584auction111026: 0
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000620auction111026
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000620auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:04 [ecarstrade.be] INFO: Scrape type for 7000620auction111026: 0
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000628auction111026
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000628auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:04 [ecarstrade.be] INFO: Scrape type for 7000628auction111026: 0
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000635auction111026
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000635auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:04 [ecarstrade.be] INFO: Scrape type for 7000635auction111026: 0
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000679auction111026
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000679auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:04 [ecarstrade.be] INFO: Scrape type for 7000679auction111026: 0
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000686auction111026
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000686auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:04 [ecarstrade.be] INFO: Scrape type for 7000686auction111026: 0
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000853auction111026
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000853auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:04 [ecarstrade.be] INFO: Scrape type for 7000853auction111026: 0
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000526auction111025
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000526auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:04 [ecarstrade.be] INFO: Scrape type for 7000526auction111025: 0
2026-03-25 21:41:04 [ecarstrade.be] INFO: Found listing with ID: 7000622auction111026
2026-03-25 21:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000622auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000622auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000600auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000600auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000600auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000688auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000688auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000688auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000580auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000580auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000580auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000623auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000623auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000623auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000626auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000626auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000626auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000655auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000655auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000655auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000671auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000671auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000671auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000594auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000594auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000594auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000586auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000586auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000586auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000625auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000625auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000625auction111026: 0
2026-03-25 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7000627auction111026
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000627auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:05 [ecarstrade.be] INFO: Scrape type for 7000627auction111026: 0
2026-03-25 21:41:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:41:06 [scrapy.extensions.logstats] INFO: Crawled 331 pages (at 8 pages/min), scraped 285 items (at 0 items/min)
2026-03-25 21:41:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:41:12 [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-25 21:41:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000612auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000612auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000612auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000621auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000621auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000621auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000657auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000657auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000657auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000548auction111025
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000548auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000548auction111025: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000636auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000636auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000636auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000588auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000588auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000588auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000561auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000561auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000561auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000675auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000675auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000675auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000683auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000683auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000683auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000846auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000846auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000846auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000569auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000569auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:12 [ecarstrade.be] INFO: Scrape type for 7000569auction111026: 0
2026-03-25 21:41:12 [ecarstrade.be] INFO: Found listing with ID: 7000610auction111026
2026-03-25 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000610auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000610auction111026: 0
2026-03-25 21:41:13 [ecarstrade.be] INFO: Found listing with ID: 7000633auction111026
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000633auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000633auction111026: 0
2026-03-25 21:41:13 [ecarstrade.be] INFO: Found listing with ID: 7000624auction111026
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000624auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000624auction111026: 0
2026-03-25 21:41:13 [ecarstrade.be] INFO: Found listing with ID: 7000851auction111026
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000851auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000851auction111026: 0
2026-03-25 21:41:13 [ecarstrade.be] INFO: Found listing with ID: 7000521auction111025
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000521auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000521auction111025: 0
2026-03-25 21:41:13 [ecarstrade.be] INFO: Found listing with ID: 7000556auction111025
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000556auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000556auction111025: 0
2026-03-25 21:41:13 [ecarstrade.be] INFO: Found listing with ID: 7000565auction111026
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000565auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000565auction111026: 0
2026-03-25 21:41:13 [ecarstrade.be] INFO: Found listing with ID: 7000614auction111026
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000614auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000614auction111026: 0
2026-03-25 21:41:13 [ecarstrade.be] INFO: Found listing with ID: 7000673auction111026
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000673auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:13 [ecarstrade.be] INFO: Scrape type for 7000673auction111026: 0
2026-03-25 21:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:41:19 [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-25 21:41:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000689auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000689auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000689auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000649auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000649auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000649auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000678auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000678auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000678auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000514auction111025
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000514auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000514auction111025: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000554auction111025
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000554auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000554auction111025: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000566auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000566auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000566auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000613auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000613auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000613auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000630auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000630auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000630auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000658auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000658auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000658auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000617auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000617auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000617auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000656auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000656auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000656auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000844auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000844auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000844auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000571auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000571auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000571auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000845auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000845auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000845auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000667auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000667auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000667auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000551auction111025
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000551auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000551auction111025: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000599auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000599auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000599auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000643auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000643auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000643auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000660auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000660auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000660auction111026: 0
2026-03-25 21:41:19 [ecarstrade.be] INFO: Found listing with ID: 7000668auction111026
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000668auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:19 [ecarstrade.be] INFO: Scrape type for 7000668auction111026: 0
2026-03-25 21:41:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:41:57 [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-25 21:41:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000672auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000672auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000672auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000647auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000647auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000647auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000670auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000670auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000670auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000522auction111025
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000522auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000522auction111025: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000576auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000576auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000576auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000590auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000590auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000590auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000619auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000619auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000619auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000632auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000632auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000632auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000661auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000661auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000661auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000597auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000597auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000597auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000646auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000646auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000646auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000648auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000648auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000648auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000637auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000637auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000637auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000525auction111025
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000525auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000525auction111025: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000589auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000589auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000589auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000662auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000662auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000662auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000849auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000849auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000849auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000524auction111025
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000524auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000524auction111025: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000847auction111026
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000847auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000847auction111026: 0
2026-03-25 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 7000520auction111025
2026-03-25 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000520auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:41:58 [ecarstrade.be] INFO: Scrape type for 7000520auction111025: 0
2026-03-25 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-25 21:42:04 [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-25 21:42:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:42:04 [ecarstrade.be] INFO: Found listing with ID: 7000577auction111026
2026-03-25 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000577auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:04 [ecarstrade.be] INFO: Scrape type for 7000577auction111026: 0
2026-03-25 21:42:04 [ecarstrade.be] INFO: Found listing with ID: 7000618auction111026
2026-03-25 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000618auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:04 [ecarstrade.be] INFO: Scrape type for 7000618auction111026: 0
2026-03-25 21:42:04 [ecarstrade.be] INFO: Found listing with ID: 7000528auction111025
2026-03-25 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000528auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:04 [ecarstrade.be] INFO: Scrape type for 7000528auction111025: 0
2026-03-25 21:42:04 [ecarstrade.be] INFO: Found listing with ID: 7000629auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000629auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000629auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000517auction111025
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000517auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000517auction111025: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000645auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000645auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000645auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000547auction111025
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000547auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000547auction111025: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000578auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000578auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000578auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000579auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000579auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000579auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000591auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000591auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000591auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000665auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000665auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000665auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000574auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000574auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000574auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000575auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000575auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000575auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000616auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000616auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000616auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000519auction111025
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000519auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000519auction111025: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000611auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000611auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000611auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000581auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000581auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000581auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000615auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000615auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000615auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000669auction111026
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000669auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000669auction111026: 0
2026-03-25 21:42:05 [ecarstrade.be] INFO: Found listing with ID: 7000553auction111025
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000553auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:05 [ecarstrade.be] INFO: Scrape type for 7000553auction111025: 0
2026-03-25 21:42:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:06 [scrapy.extensions.logstats] INFO: Crawled 335 pages (at 4 pages/min), scraped 285 items (at 0 items/min)
2026-03-25 21:42:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:42:12 [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-25 21:42:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000582auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000582auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000582auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000634auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000634auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000634auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000650auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000650auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000650auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000550auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000550auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000550auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000558auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000558auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000558auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000652auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000652auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000652auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000659auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000659auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000659auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000531auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000531auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000531auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000539auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000539auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000539auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000583auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000583auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000583auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000641auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000641auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000641auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000510auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000510auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000510auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000523auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000523auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000523auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000532auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000532auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000532auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000848auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000848auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000848auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000642auction111026
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000642auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000642auction111026: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000546auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000546auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000546auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000509auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000509auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000509auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000534auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000534auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000534auction111025: 0
2026-03-25 21:42:12 [ecarstrade.be] INFO: Found listing with ID: 7000537auction111025
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000537auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:12 [ecarstrade.be] INFO: Scrape type for 7000537auction111025: 0
2026-03-25 21:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:19 [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-25 21:42:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000512auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000512auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000512auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000544auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000544auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000544auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000549auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000549auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000549auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000543auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000543auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000543auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000545auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000545auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000545auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000513auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000513auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000513auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000555auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000555auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000555auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000638auction111026
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000638auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000638auction111026: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000639auction111026
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000639auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000639auction111026: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000533auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000533auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000533auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000535auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000535auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000535auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000644auction111026
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000644auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000644auction111026: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000541auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000541auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000541auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000530auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000530auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000530auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000542auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000542auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000542auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000666auction111026
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000666auction111026%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000666auction111026: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000511auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000511auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000511auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000540auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000540auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000540auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000508auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000508auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000508auction111025: 0
2026-03-25 21:42:20 [ecarstrade.be] INFO: Found listing with ID: 7000536auction111025
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000536auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:20 [ecarstrade.be] INFO: Scrape type for 7000536auction111025: 0
2026-03-25 21:42:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [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-25 21:42:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 7000538auction111025
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000538auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 7000538auction111025: 0
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 7000552auction111025
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000552auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 7000552auction111025: 0
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 7000515auction111025
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000515auction111025%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 7000515auction111025: 0
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997922auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997922auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997922auction110988: 2
2026-03-25 21:42:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997923auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997923auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997923auction110988: 2
2026-03-25 21:42:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997924auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997924auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997924auction110988: 2
2026-03-25 21:42:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997925auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997925auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997925auction110988: 2
2026-03-25 21:42:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997926auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997926auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997926auction110988: 2
2026-03-25 21:42:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997927auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997927auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997927auction110988: 2
2026-03-25 21:42:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997928auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997928auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997928auction110988: 2
2026-03-25 21:42:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997929auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997929auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997929auction110988: 2
2026-03-25 21:42:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997930auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997930auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997930auction110988: 2
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997931auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997931auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997931auction110988: 2
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997932auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997932auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997932auction110988: 2
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997933auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997933auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997933auction110988: 2
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997934auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997934auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997934auction110988: 2
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997936auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997936auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997936auction110988: 2
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997937auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997937auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997937auction110988: 2
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997939auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997939auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997939auction110988: 2
2026-03-25 21:42:26 [ecarstrade.be] INFO: Found listing with ID: 6997940auction110988
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997940auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:26 [ecarstrade.be] INFO: Scrape type for 6997940auction110988: 2
2026-03-25 21:42:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997924> (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-25 21:42:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:33 [ecarstrade.be] INFO: Extracting details for car 6997924auction110988
2026-03-25 21:42:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e7ac2e5-8daa-5bf6-969a-ca6c6cf2fa8c with identifier: 6997924auction110988
2026-03-25 21:42:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e7ac2e5-8daa-5bf6-969a-ca6c6cf2fa8c with scrape type 2
2026-03-25 21:42:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e7ac2e5-8daa-5bf6-969a-ca6c6cf2fa8c with scrape type 2
2026-03-25 21:42:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e7ac2e5-8daa-5bf6-969a-ca6c6cf2fa8c, identifier: 6997924auction110988
2026-03-25 21:42:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e7ac2e5-8daa-5bf6-969a-ca6c6cf2fa8c with identifier: 6997924auction110988
2026-03-25 21:42:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e7ac2e5-8daa-5bf6-969a-ca6c6cf2fa8c with identifier: 6997924auction110988
2026-03-25 21:42:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e7ac2e5-8daa-5bf6-969a-ca6c6cf2fa8c with identifier: 6997924auction110988 to the API
2026-03-25 21:42:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997924>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3e7ac2e5-8daa-5bf6-969a-ca6c6cf2fa8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997924',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 52411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2021}
2026-03-25 21:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997924auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:34 [ecarstrade.be] INFO: Saving data for 6997924auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372758.818582, 'last_price_update_time': 1774474954.648708}
2026-03-25 21:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997924auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997922> (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-25 21:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997923> (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-25 21:42: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-25 21:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997928> (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-25 21:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997927> (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-25 21:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:34 [ecarstrade.be] INFO: Extracting details for car 6997922auction110988
2026-03-25 21:42:34 [ecarstrade.be] INFO: Extracting details for car 6997923auction110988
2026-03-25 21:42:34 [ecarstrade.be] INFO: Extracting details for car 6997928auction110988
2026-03-25 21:42:34 [ecarstrade.be] INFO: Extracting details for car 6997927auction110988
2026-03-25 21:42:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b99d12b6-c064-5a54-b75e-a52ddb48c321 with identifier: 6997922auction110988
2026-03-25 21:42:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b99d12b6-c064-5a54-b75e-a52ddb48c321 with scrape type 2
2026-03-25 21:42:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b99d12b6-c064-5a54-b75e-a52ddb48c321 with scrape type 2
2026-03-25 21:42:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b99d12b6-c064-5a54-b75e-a52ddb48c321, identifier: 6997922auction110988
2026-03-25 21:42:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcc53834-462d-5d81-8919-52a670afa199 with identifier: 6997923auction110988
2026-03-25 21:42:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcc53834-462d-5d81-8919-52a670afa199 with scrape type 2
2026-03-25 21:42:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcc53834-462d-5d81-8919-52a670afa199 with scrape type 2
2026-03-25 21:42:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcc53834-462d-5d81-8919-52a670afa199, identifier: 6997923auction110988
2026-03-25 21:42:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:42:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8e84f0a-9645-57e4-8dc0-070482788cdc with identifier: 6997928auction110988
2026-03-25 21:42:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8e84f0a-9645-57e4-8dc0-070482788cdc with scrape type 2
2026-03-25 21:42:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8e84f0a-9645-57e4-8dc0-070482788cdc with scrape type 2
2026-03-25 21:42:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8e84f0a-9645-57e4-8dc0-070482788cdc, identifier: 6997928auction110988
2026-03-25 21:42:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d661e716-482a-5ec6-9ba7-a139779cdac0 with identifier: 6997927auction110988
2026-03-25 21:42:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d661e716-482a-5ec6-9ba7-a139779cdac0 with scrape type 2
2026-03-25 21:42:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d661e716-482a-5ec6-9ba7-a139779cdac0 with scrape type 2
2026-03-25 21:42:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d661e716-482a-5ec6-9ba7-a139779cdac0, identifier: 6997927auction110988
2026-03-25 21:42:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b99d12b6-c064-5a54-b75e-a52ddb48c321 with identifier: 6997922auction110988
2026-03-25 21:42:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b99d12b6-c064-5a54-b75e-a52ddb48c321 with identifier: 6997922auction110988
2026-03-25 21:42:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b99d12b6-c064-5a54-b75e-a52ddb48c321 with identifier: 6997922auction110988 to the API
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997922>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b99d12b6-c064-5a54-b75e-a52ddb48c321',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997922',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 58482,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.3 PHEV 206KW 4WD AUTO VELOCE',
'transmission': 'automatic',
'trim': 'ALFA ROMEO TONALE 1.3 PHEV 206KW 4WD AUTO VELOCE',
'vin': None,
'year': 2023}
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997922auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:35 [ecarstrade.be] INFO: Saving data for 6997922auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372759.313738, 'last_price_update_time': 1774474955.576004}
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997922auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcc53834-462d-5d81-8919-52a670afa199 with identifier: 6997923auction110988
2026-03-25 21:42:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcc53834-462d-5d81-8919-52a670afa199 with identifier: 6997923auction110988
2026-03-25 21:42:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcc53834-462d-5d81-8919-52a670afa199 with identifier: 6997923auction110988 to the API
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997923>
{'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-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'dcc53834-462d-5d81-8919-52a670afa199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997923',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 91807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.0 30 TFSI 81KW',
'transmission': 'manual',
'trim': 'AUDI 1.0 30 TFSI 81KW',
'vin': None,
'year': 2021}
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997923auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:35 [ecarstrade.be] INFO: Saving data for 6997923auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372760.204909, 'last_price_update_time': 1774474955.851287}
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997923auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8e84f0a-9645-57e4-8dc0-070482788cdc with identifier: 6997928auction110988
2026-03-25 21:42:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8e84f0a-9645-57e4-8dc0-070482788cdc with identifier: 6997928auction110988
2026-03-25 21:42:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8e84f0a-9645-57e4-8dc0-070482788cdc with identifier: 6997928auction110988 to the API
2026-03-25 21:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997928>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f8e84f0a-9645-57e4-8dc0-070482788cdc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997928',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 114644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2022}
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997928auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Saving data for 6997928auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372575.096857, 'last_price_update_time': 1774474956.138912}
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997928auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d661e716-482a-5ec6-9ba7-a139779cdac0 with identifier: 6997927auction110988
2026-03-25 21:42:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d661e716-482a-5ec6-9ba7-a139779cdac0 with identifier: 6997927auction110988
2026-03-25 21:42:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d661e716-482a-5ec6-9ba7-a139779cdac0 with identifier: 6997927auction110988 to the API
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997927>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd661e716-482a-5ec6-9ba7-a139779cdac0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997927',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 79780,
'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': 'AUDI A3 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2022}
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997927auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Saving data for 6997927auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372574.00489, 'last_price_update_time': 1774474956.414983}
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997927auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997941auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997941auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997941auction110988: 2
2026-03-25 21:42:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997926> (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-25 21:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997925> (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-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997942auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997942auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997942auction110988: 2
2026-03-25 21:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997943auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997943auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997943auction110988: 2
2026-03-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997944auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997944auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997944auction110988: 2
2026-03-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997945auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997945auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997945auction110988: 2
2026-03-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997946auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997946auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997946auction110988: 2
2026-03-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997947auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997947auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997947auction110988: 2
2026-03-25 21:42:36 [ecarstrade.be] INFO: Extracting details for car 6997926auction110988
2026-03-25 21:42:36 [ecarstrade.be] INFO: Extracting details for car 6997925auction110988
2026-03-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997948auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997948auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997948auction110988: 2
2026-03-25 21:42:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66c807e8-dcb7-59e9-ab50-5ec64d50a1c4 with identifier: 6997926auction110988
2026-03-25 21:42:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66c807e8-dcb7-59e9-ab50-5ec64d50a1c4 with scrape type 2
2026-03-25 21:42:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66c807e8-dcb7-59e9-ab50-5ec64d50a1c4 with scrape type 2
2026-03-25 21:42:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66c807e8-dcb7-59e9-ab50-5ec64d50a1c4, identifier: 6997926auction110988
2026-03-25 21:42:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98d8c2dc-8da1-5bbc-b33f-4c8eea9b10be with identifier: 6997925auction110988
2026-03-25 21:42:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98d8c2dc-8da1-5bbc-b33f-4c8eea9b10be with scrape type 2
2026-03-25 21:42:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98d8c2dc-8da1-5bbc-b33f-4c8eea9b10be with scrape type 2
2026-03-25 21:42:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98d8c2dc-8da1-5bbc-b33f-4c8eea9b10be, identifier: 6997925auction110988
2026-03-25 21:42:36 [ecarstrade.be] INFO: Found listing with ID: 6997949auction110988
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997949auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:36 [ecarstrade.be] INFO: Scrape type for 6997949auction110988: 2
2026-03-25 21:42:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66c807e8-dcb7-59e9-ab50-5ec64d50a1c4 with identifier: 6997926auction110988
2026-03-25 21:42:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66c807e8-dcb7-59e9-ab50-5ec64d50a1c4 with identifier: 6997926auction110988
2026-03-25 21:42:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66c807e8-dcb7-59e9-ab50-5ec64d50a1c4 with identifier: 6997926auction110988 to the API
2026-03-25 21:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997926>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '66c807e8-dcb7-59e9-ab50-5ec64d50a1c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997926',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 64116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2022}
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997926auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Saving data for 6997926auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372581.402404, 'last_price_update_time': 1774474957.093761}
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997926auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98d8c2dc-8da1-5bbc-b33f-4c8eea9b10be with identifier: 6997925auction110988
2026-03-25 21:42:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98d8c2dc-8da1-5bbc-b33f-4c8eea9b10be with identifier: 6997925auction110988
2026-03-25 21:42:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98d8c2dc-8da1-5bbc-b33f-4c8eea9b10be with identifier: 6997925auction110988 to the API
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997925>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '98d8c2dc-8da1-5bbc-b33f-4c8eea9b10be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997925',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 54057,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-21',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI 1.4 40 TFSI E S TRON. ADVANCED SPORTBACK',
'vin': None,
'year': 2022}
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997925auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Saving data for 6997925auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372759.825031, 'last_price_update_time': 1774474957.393705}
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997925auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997950auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997950auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997950auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997951auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997951auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997951auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997952auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997952auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997952auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997953auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997953auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997953auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997954auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997954auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997954auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997955auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997955auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997955auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997956auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997956auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997956auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997957auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997957auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997957auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6997958auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997958auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6997958auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6998006auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998006auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6998006auction110988: 2
2026-03-25 21:42:37 [ecarstrade.be] INFO: Found listing with ID: 6998039auction110988
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998039auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:37 [ecarstrade.be] INFO: Scrape type for 6998039auction110988: 2
2026-03-25 21:42:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997929> (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-25 21:42:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:41 [ecarstrade.be] INFO: Extracting details for car 6997929auction110988
2026-03-25 21:42:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f593f93-73e8-5cd0-8b20-b78f7effb76e with identifier: 6997929auction110988
2026-03-25 21:42:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f593f93-73e8-5cd0-8b20-b78f7effb76e with scrape type 2
2026-03-25 21:42:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f593f93-73e8-5cd0-8b20-b78f7effb76e with scrape type 2
2026-03-25 21:42:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f593f93-73e8-5cd0-8b20-b78f7effb76e, identifier: 6997929auction110988
2026-03-25 21:42:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f593f93-73e8-5cd0-8b20-b78f7effb76e with identifier: 6997929auction110988
2026-03-25 21:42:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f593f93-73e8-5cd0-8b20-b78f7effb76e with identifier: 6997929auction110988
2026-03-25 21:42:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f593f93-73e8-5cd0-8b20-b78f7effb76e with identifier: 6997929auction110988 to the API
2026-03-25 21:42:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997929>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6f593f93-73e8-5cd0-8b20-b78f7effb76e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997929',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 190942,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'vin': None,
'year': 2023}
2026-03-25 21:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997929auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:41 [ecarstrade.be] INFO: Saving data for 6997929auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372565.914885, 'last_price_update_time': 1774474961.872511}
2026-03-25 21:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997929auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997932> (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-25 21:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997931> (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-25 21:42:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:43 [ecarstrade.be] INFO: Extracting details for car 6997932auction110988
2026-03-25 21:42:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75fe7fee-8aef-5690-874d-1bc984a08fec with identifier: 6997932auction110988
2026-03-25 21:42:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75fe7fee-8aef-5690-874d-1bc984a08fec with scrape type 2
2026-03-25 21:42:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75fe7fee-8aef-5690-874d-1bc984a08fec with scrape type 2
2026-03-25 21:42:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75fe7fee-8aef-5690-874d-1bc984a08fec, identifier: 6997932auction110988
2026-03-25 21:42:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75fe7fee-8aef-5690-874d-1bc984a08fec with identifier: 6997932auction110988
2026-03-25 21:42:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75fe7fee-8aef-5690-874d-1bc984a08fec with identifier: 6997932auction110988
2026-03-25 21:42:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75fe7fee-8aef-5690-874d-1bc984a08fec with identifier: 6997932auction110988 to the API
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997932>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '75fe7fee-8aef-5690-874d-1bc984a08fec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997932',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 100208,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'vin': None,
'year': 2022}
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997932auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:43 [ecarstrade.be] INFO: Saving data for 6997932auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372556.427754, 'last_price_update_time': 1774474963.378954}
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997932auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:43 [ecarstrade.be] INFO: Extracting details for car 6997931auction110988
2026-03-25 21:42:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afba1c39-9b21-5c9e-b5bf-23dc98bd57ca with identifier: 6997931auction110988
2026-03-25 21:42:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afba1c39-9b21-5c9e-b5bf-23dc98bd57ca with scrape type 2
2026-03-25 21:42:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afba1c39-9b21-5c9e-b5bf-23dc98bd57ca with scrape type 2
2026-03-25 21:42:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afba1c39-9b21-5c9e-b5bf-23dc98bd57ca, identifier: 6997931auction110988
2026-03-25 21:42:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afba1c39-9b21-5c9e-b5bf-23dc98bd57ca with identifier: 6997931auction110988
2026-03-25 21:42:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afba1c39-9b21-5c9e-b5bf-23dc98bd57ca with identifier: 6997931auction110988
2026-03-25 21:42:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afba1c39-9b21-5c9e-b5bf-23dc98bd57ca with identifier: 6997931auction110988 to the API
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997931>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'afba1c39-9b21-5c9e-b5bf-23dc98bd57ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997931',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 92176,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'vin': None,
'year': 2022}
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997931auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:43 [ecarstrade.be] INFO: Saving data for 6997931auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372573.256422, 'last_price_update_time': 1774474963.744883}
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997931auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997934> (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-25 21:42:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997937> (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-25 21:42:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997936> (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-25 21:42:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:43 [ecarstrade.be] INFO: Extracting details for car 6997934auction110988
2026-03-25 21:42:43 [ecarstrade.be] INFO: Extracting details for car 6997937auction110988
2026-03-25 21:42:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a265b8a-f993-536c-82d7-946fef84be0f with identifier: 6997934auction110988
2026-03-25 21:42:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a265b8a-f993-536c-82d7-946fef84be0f with scrape type 2
2026-03-25 21:42:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a265b8a-f993-536c-82d7-946fef84be0f with scrape type 2
2026-03-25 21:42:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a265b8a-f993-536c-82d7-946fef84be0f, identifier: 6997934auction110988
2026-03-25 21:42:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fab71bf2-d56a-52a9-91c4-f836dd774303 with identifier: 6997937auction110988
2026-03-25 21:42:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fab71bf2-d56a-52a9-91c4-f836dd774303 with scrape type 2
2026-03-25 21:42:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fab71bf2-d56a-52a9-91c4-f836dd774303 with scrape type 2
2026-03-25 21:42:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fab71bf2-d56a-52a9-91c4-f836dd774303, identifier: 6997937auction110988
2026-03-25 21:42:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a265b8a-f993-536c-82d7-946fef84be0f with identifier: 6997934auction110988
2026-03-25 21:42:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a265b8a-f993-536c-82d7-946fef84be0f with identifier: 6997934auction110988
2026-03-25 21:42:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a265b8a-f993-536c-82d7-946fef84be0f with identifier: 6997934auction110988 to the API
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997934>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6a265b8a-f993-536c-82d7-946fef84be0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997934',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 156507,
'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': 'AUDI A4 2.0 30 TDI 100KW S TR ATTRACTION BE',
'transmission': 'automatic',
'trim': 'AUDI 2.0 30 TDI 100KW S TR ATTRACTION BE',
'vin': None,
'year': 2022}
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997934auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:44 [ecarstrade.be] INFO: Saving data for 6997934auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372555.304666, 'last_price_update_time': 1774474964.339305}
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997934auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fab71bf2-d56a-52a9-91c4-f836dd774303 with identifier: 6997937auction110988
2026-03-25 21:42:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fab71bf2-d56a-52a9-91c4-f836dd774303 with identifier: 6997937auction110988
2026-03-25 21:42:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fab71bf2-d56a-52a9-91c4-f836dd774303 with identifier: 6997937auction110988 to the API
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997937>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fab71bf2-d56a-52a9-91c4-f836dd774303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997937',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 156563,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 35 TDI 120KW S TR S LINE BUSINESS ED',
'transmission': 'automatic',
'trim': 'AUDI 2.0 35 TDI 120KW S TR S LINE BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997937auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:44 [ecarstrade.be] INFO: Saving data for 6997937auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372812.396402, 'last_price_update_time': 1774474964.610975}
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997937auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:44 [ecarstrade.be] INFO: Extracting details for car 6997936auction110988
2026-03-25 21:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997930> (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-25 21:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb8a818f-c2bf-5957-9706-b587913e47e3 with identifier: 6997936auction110988
2026-03-25 21:42:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb8a818f-c2bf-5957-9706-b587913e47e3 with scrape type 2
2026-03-25 21:42:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb8a818f-c2bf-5957-9706-b587913e47e3 with scrape type 2
2026-03-25 21:42:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb8a818f-c2bf-5957-9706-b587913e47e3, identifier: 6997936auction110988
2026-03-25 21:42:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb8a818f-c2bf-5957-9706-b587913e47e3 with identifier: 6997936auction110988
2026-03-25 21:42:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb8a818f-c2bf-5957-9706-b587913e47e3 with identifier: 6997936auction110988
2026-03-25 21:42:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb8a818f-c2bf-5957-9706-b587913e47e3 with identifier: 6997936auction110988 to the API
2026-03-25 21:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997936>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bb8a818f-c2bf-5957-9706-b587913e47e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997936',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 150035,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 35 TDI 120KW S TR S LINE BUSINESS ED',
'transmission': 'automatic',
'trim': 'AUDI 2.0 35 TDI 120KW S TR S LINE BUSINESS ED',
'vin': None,
'year': 2022}
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997936auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:45 [ecarstrade.be] INFO: Saving data for 6997936auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372553.289484, 'last_price_update_time': 1774474965.047073}
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997936auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:45 [ecarstrade.be] INFO: Extracting details for car 6997930auction110988
2026-03-25 21:42:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b1e90a9-423a-5b8e-828b-0991a2710ce9 with identifier: 6997930auction110988
2026-03-25 21:42:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b1e90a9-423a-5b8e-828b-0991a2710ce9 with scrape type 2
2026-03-25 21:42:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b1e90a9-423a-5b8e-828b-0991a2710ce9 with scrape type 2
2026-03-25 21:42:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b1e90a9-423a-5b8e-828b-0991a2710ce9, identifier: 6997930auction110988
2026-03-25 21:42:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b1e90a9-423a-5b8e-828b-0991a2710ce9 with identifier: 6997930auction110988
2026-03-25 21:42:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b1e90a9-423a-5b8e-828b-0991a2710ce9 with identifier: 6997930auction110988
2026-03-25 21:42:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b1e90a9-423a-5b8e-828b-0991a2710ce9 with identifier: 6997930auction110988 to the API
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997930>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '7b1e90a9-423a-5b8e-828b-0991a2710ce9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997930',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 101350,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 BERLINE 1.0 TFSI 30 81KW ATTRACTION',
'transmission': 'manual',
'trim': 'AUDI BERLINE 1.0 TFSI 30 81KW ATTRACTION',
'vin': None,
'year': 2022}
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997930auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:45 [ecarstrade.be] INFO: Saving data for 6997930auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372572.286241, 'last_price_update_time': 1774474965.453168}
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997930auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997940> (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-25 21:42:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:48 [ecarstrade.be] INFO: Extracting details for car 6997940auction110988
2026-03-25 21:42:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 611d303b-d00c-5fce-b4d3-4ba2101fee9b with identifier: 6997940auction110988
2026-03-25 21:42:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 611d303b-d00c-5fce-b4d3-4ba2101fee9b with scrape type 2
2026-03-25 21:42:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 611d303b-d00c-5fce-b4d3-4ba2101fee9b with scrape type 2
2026-03-25 21:42:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 611d303b-d00c-5fce-b4d3-4ba2101fee9b, identifier: 6997940auction110988
2026-03-25 21:42:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 611d303b-d00c-5fce-b4d3-4ba2101fee9b with identifier: 6997940auction110988
2026-03-25 21:42:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 611d303b-d00c-5fce-b4d3-4ba2101fee9b with identifier: 6997940auction110988
2026-03-25 21:42:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 611d303b-d00c-5fce-b4d3-4ba2101fee9b with identifier: 6997940auction110988 to the API
2026-03-25 21:42:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997940>
{'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-03-26T13:40: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/6997940',
'listing': 'directbuy',
'location': 'Belgium - "ASSE II"',
'make': 'Audi',
'model': 'A4',
'odometer': 118163,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997940auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:48 [ecarstrade.be] INFO: Saving data for 6997940auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372810.531035, 'last_price_update_time': 1774474968.53795}
2026-03-25 21:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997940auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997939> (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-25 21:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:49 [ecarstrade.be] INFO: Extracting details for car 6997939auction110988
2026-03-25 21:42:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b307a891-1172-56b8-b078-c54abedc2ddb with identifier: 6997939auction110988
2026-03-25 21:42:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b307a891-1172-56b8-b078-c54abedc2ddb with scrape type 2
2026-03-25 21:42:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b307a891-1172-56b8-b078-c54abedc2ddb with scrape type 2
2026-03-25 21:42:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b307a891-1172-56b8-b078-c54abedc2ddb, identifier: 6997939auction110988
2026-03-25 21:42:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b307a891-1172-56b8-b078-c54abedc2ddb with identifier: 6997939auction110988
2026-03-25 21:42:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b307a891-1172-56b8-b078-c54abedc2ddb with identifier: 6997939auction110988
2026-03-25 21:42:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b307a891-1172-56b8-b078-c54abedc2ddb with identifier: 6997939auction110988 to the API
2026-03-25 21:42:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997939>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b307a891-1172-56b8-b078-c54abedc2ddb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997939',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 123145,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 35 TDI 120KW S TR BUSINESS EDITION',
'transmission': 'automatic',
'trim': 'AUDI AVANT 2.0 35 TDI 120KW S TR BUSINESS EDITION',
'vin': None,
'year': 2020}
2026-03-25 21:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997939auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:49 [ecarstrade.be] INFO: Saving data for 6997939auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372811.265955, 'last_price_update_time': 1774474969.983267}
2026-03-25 21:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997939auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997941> (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-25 21:42:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:50 [ecarstrade.be] INFO: Extracting details for car 6997941auction110988
2026-03-25 21:42:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfb062f4-11f5-5c1d-8b3c-d9dac6402ee2 with identifier: 6997941auction110988
2026-03-25 21:42:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfb062f4-11f5-5c1d-8b3c-d9dac6402ee2 with scrape type 2
2026-03-25 21:42:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfb062f4-11f5-5c1d-8b3c-d9dac6402ee2 with scrape type 2
2026-03-25 21:42:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfb062f4-11f5-5c1d-8b3c-d9dac6402ee2, identifier: 6997941auction110988
2026-03-25 21:42:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfb062f4-11f5-5c1d-8b3c-d9dac6402ee2 with identifier: 6997941auction110988
2026-03-25 21:42:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfb062f4-11f5-5c1d-8b3c-d9dac6402ee2 with identifier: 6997941auction110988
2026-03-25 21:42:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfb062f4-11f5-5c1d-8b3c-d9dac6402ee2 with identifier: 6997941auction110988 to the API
2026-03-25 21:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997941>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bfb062f4-11f5-5c1d-8b3c-d9dac6402ee2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997941',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 144429,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-21',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 30 TDI S TRONIC BUS. ED.',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 30 TDI S TRONIC BUS. ED.',
'vin': None,
'year': 2021}
2026-03-25 21:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997941auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:50 [ecarstrade.be] INFO: Saving data for 6997941auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372552.581114, 'last_price_update_time': 1774474970.979772}
2026-03-25 21:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997941auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997943> (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-25 21:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997942> (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-25 21:42:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:51 [ecarstrade.be] INFO: Extracting details for car 6997943auction110988
2026-03-25 21:42:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80f9338a-e5c4-5822-8cd6-297a418eab69 with identifier: 6997943auction110988
2026-03-25 21:42:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80f9338a-e5c4-5822-8cd6-297a418eab69 with scrape type 2
2026-03-25 21:42:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80f9338a-e5c4-5822-8cd6-297a418eab69 with scrape type 2
2026-03-25 21:42:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80f9338a-e5c4-5822-8cd6-297a418eab69, identifier: 6997943auction110988
2026-03-25 21:42:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80f9338a-e5c4-5822-8cd6-297a418eab69 with identifier: 6997943auction110988
2026-03-25 21:42:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80f9338a-e5c4-5822-8cd6-297a418eab69 with identifier: 6997943auction110988
2026-03-25 21:42:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80f9338a-e5c4-5822-8cd6-297a418eab69 with identifier: 6997943auction110988 to the API
2026-03-25 21:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997943>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '80f9338a-e5c4-5822-8cd6-297a418eab69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997943',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 180008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-14',
'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': 2020}
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997943auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:52 [ecarstrade.be] INFO: Saving data for 6997943auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372811.805661, 'last_price_update_time': 1774474972.143384}
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997943auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:52 [ecarstrade.be] INFO: Extracting details for car 6997942auction110988
2026-03-25 21:42:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997944> (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-25 21:42:52 [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-25 21:42:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41935ab8-0ff8-5878-b86b-d9ef46a90825 with identifier: 6997942auction110988
2026-03-25 21:42:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41935ab8-0ff8-5878-b86b-d9ef46a90825 with scrape type 2
2026-03-25 21:42:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41935ab8-0ff8-5878-b86b-d9ef46a90825 with scrape type 2
2026-03-25 21:42:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41935ab8-0ff8-5878-b86b-d9ef46a90825, identifier: 6997942auction110988
2026-03-25 21:42:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41935ab8-0ff8-5878-b86b-d9ef46a90825 with identifier: 6997942auction110988
2026-03-25 21:42:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41935ab8-0ff8-5878-b86b-d9ef46a90825 with identifier: 6997942auction110988
2026-03-25 21:42:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41935ab8-0ff8-5878-b86b-d9ef46a90825 with identifier: 6997942auction110988 to the API
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997942>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '41935ab8-0ff8-5878-b86b-d9ef46a90825',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997942',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 119616,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-11',
'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-25 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997942auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:52 [ecarstrade.be] INFO: Saving data for 6997942auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372887.467691, 'last_price_update_time': 1774474972.648106}
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997942auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:52 [ecarstrade.be] INFO: Extracting details for car 6997944auction110988
2026-03-25 21:42:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa1a8ca9-22cf-5287-97ea-7ee3b57ed675 with identifier: 6997944auction110988
2026-03-25 21:42:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa1a8ca9-22cf-5287-97ea-7ee3b57ed675 with scrape type 2
2026-03-25 21:42:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa1a8ca9-22cf-5287-97ea-7ee3b57ed675 with scrape type 2
2026-03-25 21:42:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa1a8ca9-22cf-5287-97ea-7ee3b57ed675, identifier: 6997944auction110988
2026-03-25 21:42:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:42:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa1a8ca9-22cf-5287-97ea-7ee3b57ed675 with identifier: 6997944auction110988
2026-03-25 21:42:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa1a8ca9-22cf-5287-97ea-7ee3b57ed675 with identifier: 6997944auction110988
2026-03-25 21:42:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa1a8ca9-22cf-5287-97ea-7ee3b57ed675 with identifier: 6997944auction110988 to the API
2026-03-25 21:42:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997944>
{'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-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': 'aa1a8ca9-22cf-5287-97ea-7ee3b57ed675',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997944',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 77898,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON BEV 71KWH 50 QUATTRO S-LINE',
'transmission': 'automatic',
'trim': 'AUDI BEV 71KWH 50 QUATTRO S-LINE',
'vin': None,
'year': 2022}
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997944auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Saving data for 6997944auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372809.797763, 'last_price_update_time': 1774474973.082522}
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997944auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998042auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998042auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998042auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998043auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998043auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998043auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998046auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998046auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998046auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998047auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998047auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998047auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998048auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998048auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998048auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998049auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998049auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998049auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998051auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998051auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998051auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998052auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998052auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998052auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998053auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998053auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998053auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998054auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998054auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998054auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998055auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998055auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998055auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998056auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998056auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998056auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998057auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998057auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998057auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998058auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998058auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998058auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998059auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998059auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998059auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998060auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998060auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998060auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998061auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998061auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998061auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998062auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998062auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998062auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998063auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998063auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998063auction110988: 2
2026-03-25 21:42:53 [ecarstrade.be] INFO: Found listing with ID: 6998064auction110988
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998064auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:53 [ecarstrade.be] INFO: Scrape type for 6998064auction110988: 2
2026-03-25 21:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997945> (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-25 21:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:54 [ecarstrade.be] INFO: Extracting details for car 6997945auction110988
2026-03-25 21:42:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8792f52e-4dc3-5717-ba0e-6423d081c4fa with identifier: 6997945auction110988
2026-03-25 21:42:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8792f52e-4dc3-5717-ba0e-6423d081c4fa with scrape type 2
2026-03-25 21:42:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8792f52e-4dc3-5717-ba0e-6423d081c4fa with scrape type 2
2026-03-25 21:42:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8792f52e-4dc3-5717-ba0e-6423d081c4fa, identifier: 6997945auction110988
2026-03-25 21:42:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8792f52e-4dc3-5717-ba0e-6423d081c4fa with identifier: 6997945auction110988
2026-03-25 21:42:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8792f52e-4dc3-5717-ba0e-6423d081c4fa with identifier: 6997945auction110988
2026-03-25 21:42:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8792f52e-4dc3-5717-ba0e-6423d081c4fa with identifier: 6997945auction110988 to the API
2026-03-25 21:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997945>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '8792f52e-4dc3-5717-ba0e-6423d081c4fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997945',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q2',
'odometer': 183362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 1.0 30 TFSI ATTRACTION',
'transmission': 'manual',
'trim': 'AUDI 1.0 30 TFSI ATTRACTION',
'vin': None,
'year': 2022}
2026-03-25 21:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997945auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:55 [ecarstrade.be] INFO: Saving data for 6997945auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372813.659232, 'last_price_update_time': 1774474975.271514}
2026-03-25 21:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997945auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998039> (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-25 21:42:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:55 [ecarstrade.be] INFO: Extracting details for car 6998039auction110988
2026-03-25 21:42:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb21b2b2-2d25-5baf-9a62-af504882532a with identifier: 6998039auction110988
2026-03-25 21:42:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb21b2b2-2d25-5baf-9a62-af504882532a with scrape type 2
2026-03-25 21:42:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb21b2b2-2d25-5baf-9a62-af504882532a with scrape type 2
2026-03-25 21:42:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb21b2b2-2d25-5baf-9a62-af504882532a, identifier: 6998039auction110988
2026-03-25 21:42:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb21b2b2-2d25-5baf-9a62-af504882532a with identifier: 6998039auction110988
2026-03-25 21:42:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb21b2b2-2d25-5baf-9a62-af504882532a with identifier: 6998039auction110988
2026-03-25 21:42:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb21b2b2-2d25-5baf-9a62-af504882532a with identifier: 6998039auction110988 to the API
2026-03-25 21:42:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998039>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eb21b2b2-2d25-5baf-9a62-af504882532a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998039',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 102948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998039auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:56 [ecarstrade.be] INFO: Saving data for 6998039auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372571.548955, 'last_price_update_time': 1774474976.331269}
2026-03-25 21:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998039auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998006> (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-25 21:42:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:57 [ecarstrade.be] INFO: Extracting details for car 6998006auction110988
2026-03-25 21:42:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1523611e-6b63-567c-94c9-3f57ebbaf93e with identifier: 6998006auction110988
2026-03-25 21:42:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1523611e-6b63-567c-94c9-3f57ebbaf93e with scrape type 2
2026-03-25 21:42:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1523611e-6b63-567c-94c9-3f57ebbaf93e with scrape type 2
2026-03-25 21:42:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1523611e-6b63-567c-94c9-3f57ebbaf93e, identifier: 6998006auction110988
2026-03-25 21:42:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1523611e-6b63-567c-94c9-3f57ebbaf93e with identifier: 6998006auction110988
2026-03-25 21:42:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1523611e-6b63-567c-94c9-3f57ebbaf93e with identifier: 6998006auction110988
2026-03-25 21:42:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1523611e-6b63-567c-94c9-3f57ebbaf93e with identifier: 6998006auction110988 to the API
2026-03-25 21:42:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998006>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1523611e-6b63-567c-94c9-3f57ebbaf93e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998006',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 95959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2021}
2026-03-25 21:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998006auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:57 [ecarstrade.be] INFO: Saving data for 6998006auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372568.934063, 'last_price_update_time': 1774474977.700904}
2026-03-25 21:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998006auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997958> (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-25 21:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:58 [ecarstrade.be] INFO: Extracting details for car 6997958auction110988
2026-03-25 21:42:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d996adb3-ddab-50ba-afeb-087c3a033670 with identifier: 6997958auction110988
2026-03-25 21:42:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d996adb3-ddab-50ba-afeb-087c3a033670 with scrape type 2
2026-03-25 21:42:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d996adb3-ddab-50ba-afeb-087c3a033670 with scrape type 2
2026-03-25 21:42:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d996adb3-ddab-50ba-afeb-087c3a033670, identifier: 6997958auction110988
2026-03-25 21:42:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d996adb3-ddab-50ba-afeb-087c3a033670 with identifier: 6997958auction110988
2026-03-25 21:42:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d996adb3-ddab-50ba-afeb-087c3a033670 with identifier: 6997958auction110988
2026-03-25 21:42:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d996adb3-ddab-50ba-afeb-087c3a033670 with identifier: 6997958auction110988 to the API
2026-03-25 21:42:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997958>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd996adb3-ddab-50ba-afeb-087c3a033670',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997958',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 87882,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997958auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:59 [ecarstrade.be] INFO: Saving data for 6997958auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372569.874572, 'last_price_update_time': 1774474979.017573}
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997958auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997957> (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-25 21:42:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:59 [ecarstrade.be] INFO: Extracting details for car 6997957auction110988
2026-03-25 21:42:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4bebcbb-420e-5628-acd9-7d7057d80803 with identifier: 6997957auction110988
2026-03-25 21:42:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4bebcbb-420e-5628-acd9-7d7057d80803 with scrape type 2
2026-03-25 21:42:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4bebcbb-420e-5628-acd9-7d7057d80803 with scrape type 2
2026-03-25 21:42:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4bebcbb-420e-5628-acd9-7d7057d80803, identifier: 6997957auction110988
2026-03-25 21:42:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4bebcbb-420e-5628-acd9-7d7057d80803 with identifier: 6997957auction110988
2026-03-25 21:42:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4bebcbb-420e-5628-acd9-7d7057d80803 with identifier: 6997957auction110988
2026-03-25 21:42:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4bebcbb-420e-5628-acd9-7d7057d80803 with identifier: 6997957auction110988 to the API
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997957>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd4bebcbb-420e-5628-acd9-7d7057d80803',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997957',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 70710,
'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': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2021}
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997957auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:42:59 [ecarstrade.be] INFO: Saving data for 6997957auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372570.289104, 'last_price_update_time': 1774474979.518615}
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997957auction110988') HTTP/1.1" 204 0
2026-03-25 21:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997955> (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-25 21:42:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:42:59 [ecarstrade.be] INFO: Extracting details for car 6997955auction110988
2026-03-25 21:42:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4ecce7f-db98-51cf-a7e3-7d4bdbcb64d2 with identifier: 6997955auction110988
2026-03-25 21:42:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4ecce7f-db98-51cf-a7e3-7d4bdbcb64d2 with scrape type 2
2026-03-25 21:42:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4ecce7f-db98-51cf-a7e3-7d4bdbcb64d2 with scrape type 2
2026-03-25 21:42:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4ecce7f-db98-51cf-a7e3-7d4bdbcb64d2, identifier: 6997955auction110988
2026-03-25 21:42:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4ecce7f-db98-51cf-a7e3-7d4bdbcb64d2 with identifier: 6997955auction110988
2026-03-25 21:42:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4ecce7f-db98-51cf-a7e3-7d4bdbcb64d2 with identifier: 6997955auction110988
2026-03-25 21:42:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4ecce7f-db98-51cf-a7e3-7d4bdbcb64d2 with identifier: 6997955auction110988 to the API
2026-03-25 21:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:42: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-25 21:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997955>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e4ecce7f-db98-51cf-a7e3-7d4bdbcb64d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997955',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 53332,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-27',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997955auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:00 [ecarstrade.be] INFO: Saving data for 6997955auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372570.823711, 'last_price_update_time': 1774474980.014046}
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997955auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997956> (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-25 21:43:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:00 [ecarstrade.be] INFO: Extracting details for car 6997956auction110988
2026-03-25 21:43:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 756f0b28-fa06-53fb-9ad7-cd559a555b8a with identifier: 6997956auction110988
2026-03-25 21:43:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 756f0b28-fa06-53fb-9ad7-cd559a555b8a with scrape type 2
2026-03-25 21:43:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 756f0b28-fa06-53fb-9ad7-cd559a555b8a with scrape type 2
2026-03-25 21:43:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 756f0b28-fa06-53fb-9ad7-cd559a555b8a, identifier: 6997956auction110988
2026-03-25 21:43:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 756f0b28-fa06-53fb-9ad7-cd559a555b8a with identifier: 6997956auction110988
2026-03-25 21:43:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 756f0b28-fa06-53fb-9ad7-cd559a555b8a with identifier: 6997956auction110988
2026-03-25 21:43:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 756f0b28-fa06-53fb-9ad7-cd559a555b8a with identifier: 6997956auction110988 to the API
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997956>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '756f0b28-fa06-53fb-9ad7-cd559a555b8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997956',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 60223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997956auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:00 [ecarstrade.be] INFO: Saving data for 6997956auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372568.240148, 'last_price_update_time': 1774474980.52616}
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997956auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997954> (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-25 21:43:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:01 [ecarstrade.be] INFO: Extracting details for car 6997954auction110988
2026-03-25 21:43:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c59f534-db5a-512e-96d1-8dc81629a00a with identifier: 6997954auction110988
2026-03-25 21:43:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c59f534-db5a-512e-96d1-8dc81629a00a with scrape type 2
2026-03-25 21:43:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c59f534-db5a-512e-96d1-8dc81629a00a with scrape type 2
2026-03-25 21:43:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c59f534-db5a-512e-96d1-8dc81629a00a, identifier: 6997954auction110988
2026-03-25 21:43:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c59f534-db5a-512e-96d1-8dc81629a00a with identifier: 6997954auction110988
2026-03-25 21:43:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c59f534-db5a-512e-96d1-8dc81629a00a with identifier: 6997954auction110988
2026-03-25 21:43:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c59f534-db5a-512e-96d1-8dc81629a00a with identifier: 6997954auction110988 to the API
2026-03-25 21:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997954>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5c59f534-db5a-512e-96d1-8dc81629a00a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997954',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q3',
'odometer': 44031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2021}
2026-03-25 21:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997954auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:02 [ecarstrade.be] INFO: Saving data for 6997954auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372551.993632, 'last_price_update_time': 1774474982.29515}
2026-03-25 21:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997954auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997953> (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-25 21:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:02 [ecarstrade.be] INFO: Extracting details for car 6997953auction110988
2026-03-25 21:43:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de0de553-f0fd-5271-a53c-c80c6e928c5c with identifier: 6997953auction110988
2026-03-25 21:43:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de0de553-f0fd-5271-a53c-c80c6e928c5c with scrape type 2
2026-03-25 21:43:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de0de553-f0fd-5271-a53c-c80c6e928c5c with scrape type 2
2026-03-25 21:43:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de0de553-f0fd-5271-a53c-c80c6e928c5c, identifier: 6997953auction110988
2026-03-25 21:43:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de0de553-f0fd-5271-a53c-c80c6e928c5c with identifier: 6997953auction110988
2026-03-25 21:43:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de0de553-f0fd-5271-a53c-c80c6e928c5c with identifier: 6997953auction110988
2026-03-25 21:43:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de0de553-f0fd-5271-a53c-c80c6e928c5c with identifier: 6997953auction110988 to the API
2026-03-25 21:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997953>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'de0de553-f0fd-5271-a53c-c80c6e928c5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997953',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 35227,
'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': 'AUDI Q3 2.0 35 TDI S TRONIC ADVANCED BUSINESS ED',
'transmission': 'automatic',
'trim': 'AUDI 2.0 35 TDI S TRONIC ADVANCED BUSINESS ED',
'vin': None,
'year': 2024}
2026-03-25 21:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997953auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:03 [ecarstrade.be] INFO: Saving data for 6997953auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372574.515732, 'last_price_update_time': 1774474983.247744}
2026-03-25 21:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997953auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997952> (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-25 21:43:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:04 [ecarstrade.be] INFO: Extracting details for car 6997952auction110988
2026-03-25 21:43:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66da45d0-001c-5e80-9162-e7556560e812 with identifier: 6997952auction110988
2026-03-25 21:43:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66da45d0-001c-5e80-9162-e7556560e812 with scrape type 2
2026-03-25 21:43:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66da45d0-001c-5e80-9162-e7556560e812 with scrape type 2
2026-03-25 21:43:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66da45d0-001c-5e80-9162-e7556560e812, identifier: 6997952auction110988
2026-03-25 21:43:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66da45d0-001c-5e80-9162-e7556560e812 with identifier: 6997952auction110988
2026-03-25 21:43:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66da45d0-001c-5e80-9162-e7556560e812 with identifier: 6997952auction110988
2026-03-25 21:43:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66da45d0-001c-5e80-9162-e7556560e812 with identifier: 6997952auction110988 to the API
2026-03-25 21:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997952>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '66da45d0-001c-5e80-9162-e7556560e812',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997952',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 128654,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2022}
2026-03-25 21:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997952auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:04 [ecarstrade.be] INFO: Saving data for 6997952auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372755.35954, 'last_price_update_time': 1774474984.969255}
2026-03-25 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997952auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997951> (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-25 21:43:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:05 [ecarstrade.be] INFO: Extracting details for car 6997951auction110988
2026-03-25 21:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dae046c5-2619-5646-85e5-23a6c787b0f0 with identifier: 6997951auction110988
2026-03-25 21:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dae046c5-2619-5646-85e5-23a6c787b0f0 with scrape type 2
2026-03-25 21:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dae046c5-2619-5646-85e5-23a6c787b0f0 with scrape type 2
2026-03-25 21:43:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dae046c5-2619-5646-85e5-23a6c787b0f0, identifier: 6997951auction110988
2026-03-25 21:43:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dae046c5-2619-5646-85e5-23a6c787b0f0 with identifier: 6997951auction110988
2026-03-25 21:43:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dae046c5-2619-5646-85e5-23a6c787b0f0 with identifier: 6997951auction110988
2026-03-25 21:43:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dae046c5-2619-5646-85e5-23a6c787b0f0 with identifier: 6997951auction110988 to the API
2026-03-25 21:43:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997951>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dae046c5-2619-5646-85e5-23a6c787b0f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997951',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 76254,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-12',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2021}
2026-03-25 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997951auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:05 [ecarstrade.be] INFO: Saving data for 6997951auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372576.403197, 'last_price_update_time': 1774474985.822206}
2026-03-25 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997951auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997950> (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-25 21:43:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:05 [ecarstrade.be] INFO: Extracting details for car 6997950auction110988
2026-03-25 21:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997949> (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-25 21:43:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15230c06-000e-506a-b351-ae8c83e47686 with identifier: 6997950auction110988
2026-03-25 21:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15230c06-000e-506a-b351-ae8c83e47686 with scrape type 2
2026-03-25 21:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15230c06-000e-506a-b351-ae8c83e47686 with scrape type 2
2026-03-25 21:43:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15230c06-000e-506a-b351-ae8c83e47686, identifier: 6997950auction110988
2026-03-25 21:43:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15230c06-000e-506a-b351-ae8c83e47686 with identifier: 6997950auction110988
2026-03-25 21:43:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15230c06-000e-506a-b351-ae8c83e47686 with identifier: 6997950auction110988
2026-03-25 21:43:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15230c06-000e-506a-b351-ae8c83e47686 with identifier: 6997950auction110988 to the API
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997950>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '15230c06-000e-506a-b351-ae8c83e47686',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997950',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 113189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997950auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:06 [ecarstrade.be] INFO: Saving data for 6997950auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372758.128193, 'last_price_update_time': 1774474986.317376}
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997950auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:06 [ecarstrade.be] INFO: Extracting details for car 6997949auction110988
2026-03-25 21:43:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0b515ed-51f0-5556-8b26-b50de74ff2d8 with identifier: 6997949auction110988
2026-03-25 21:43:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0b515ed-51f0-5556-8b26-b50de74ff2d8 with scrape type 2
2026-03-25 21:43:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0b515ed-51f0-5556-8b26-b50de74ff2d8 with scrape type 2
2026-03-25 21:43:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0b515ed-51f0-5556-8b26-b50de74ff2d8, identifier: 6997949auction110988
2026-03-25 21:43:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0b515ed-51f0-5556-8b26-b50de74ff2d8 with identifier: 6997949auction110988
2026-03-25 21:43:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0b515ed-51f0-5556-8b26-b50de74ff2d8 with identifier: 6997949auction110988
2026-03-25 21:43:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0b515ed-51f0-5556-8b26-b50de74ff2d8 with identifier: 6997949auction110988 to the API
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997949>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b0b515ed-51f0-5556-8b26-b50de74ff2d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997949',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 106979,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997949auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:06 [ecarstrade.be] INFO: Saving data for 6997949auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372757.815561, 'last_price_update_time': 1774474986.725371}
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997949auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:06 [scrapy.extensions.logstats] INFO: Crawled 373 pages (at 38 pages/min), scraped 318 items (at 33 items/min)
2026-03-25 21:43:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997948> (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-25 21:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:07 [ecarstrade.be] INFO: Extracting details for car 6997948auction110988
2026-03-25 21:43:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b5cca5c-4d36-5f3f-a60c-7469b84af8ac with identifier: 6997948auction110988
2026-03-25 21:43:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b5cca5c-4d36-5f3f-a60c-7469b84af8ac with scrape type 2
2026-03-25 21:43:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b5cca5c-4d36-5f3f-a60c-7469b84af8ac with scrape type 2
2026-03-25 21:43:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b5cca5c-4d36-5f3f-a60c-7469b84af8ac, identifier: 6997948auction110988
2026-03-25 21:43:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b5cca5c-4d36-5f3f-a60c-7469b84af8ac with identifier: 6997948auction110988
2026-03-25 21:43:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b5cca5c-4d36-5f3f-a60c-7469b84af8ac with identifier: 6997948auction110988
2026-03-25 21:43:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b5cca5c-4d36-5f3f-a60c-7469b84af8ac with identifier: 6997948auction110988 to the API
2026-03-25 21:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997948>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2b5cca5c-4d36-5f3f-a60c-7469b84af8ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997948',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q3',
'odometer': 55405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2021}
2026-03-25 21:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997948auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:08 [ecarstrade.be] INFO: Saving data for 6997948auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372779.305883, 'last_price_update_time': 1774474988.366174}
2026-03-25 21:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997948auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997947> (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-25 21:43:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:09 [ecarstrade.be] INFO: Extracting details for car 6997947auction110988
2026-03-25 21:43:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57ce558e-1519-5f05-be2a-e6c94cc560eb with identifier: 6997947auction110988
2026-03-25 21:43:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57ce558e-1519-5f05-be2a-e6c94cc560eb with scrape type 2
2026-03-25 21:43:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57ce558e-1519-5f05-be2a-e6c94cc560eb with scrape type 2
2026-03-25 21:43:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57ce558e-1519-5f05-be2a-e6c94cc560eb, identifier: 6997947auction110988
2026-03-25 21:43:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57ce558e-1519-5f05-be2a-e6c94cc560eb with identifier: 6997947auction110988
2026-03-25 21:43:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57ce558e-1519-5f05-be2a-e6c94cc560eb with identifier: 6997947auction110988
2026-03-25 21:43:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57ce558e-1519-5f05-be2a-e6c94cc560eb with identifier: 6997947auction110988 to the API
2026-03-25 21:43:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997947>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '57ce558e-1519-5f05-be2a-e6c94cc560eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997947',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 42279,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-25 21:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997947auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:09 [ecarstrade.be] INFO: Saving data for 6997947auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372778.770809, 'last_price_update_time': 1774474989.857978}
2026-03-25 21:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997947auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997933> (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-25 21:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:10 [ecarstrade.be] INFO: Extracting details for car 6997933auction110988
2026-03-25 21:43:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba53a3de-9891-5213-8365-c8d85cb5471b with identifier: 6997933auction110988
2026-03-25 21:43:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba53a3de-9891-5213-8365-c8d85cb5471b with scrape type 2
2026-03-25 21:43:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba53a3de-9891-5213-8365-c8d85cb5471b with scrape type 2
2026-03-25 21:43:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba53a3de-9891-5213-8365-c8d85cb5471b, identifier: 6997933auction110988
2026-03-25 21:43:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba53a3de-9891-5213-8365-c8d85cb5471b with identifier: 6997933auction110988
2026-03-25 21:43:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba53a3de-9891-5213-8365-c8d85cb5471b with identifier: 6997933auction110988
2026-03-25 21:43:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba53a3de-9891-5213-8365-c8d85cb5471b with identifier: 6997933auction110988 to the API
2026-03-25 21:43:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997933>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ba53a3de-9891-5213-8365-c8d85cb5471b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997933',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A3',
'odometer': 51428,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRONIC SPORTBACK',
'vin': None,
'year': 2022}
2026-03-25 21:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997933auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:10 [ecarstrade.be] INFO: Saving data for 6997933auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372554.728411, 'last_price_update_time': 1774474990.938378}
2026-03-25 21:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997933auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998063> (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-25 21:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:11 [ecarstrade.be] INFO: Extracting details for car 6998063auction110988
2026-03-25 21:43:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81235c56-b42e-57c0-be49-ed5eae7b52cd with identifier: 6998063auction110988
2026-03-25 21:43:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81235c56-b42e-57c0-be49-ed5eae7b52cd with scrape type 2
2026-03-25 21:43:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81235c56-b42e-57c0-be49-ed5eae7b52cd with scrape type 2
2026-03-25 21:43:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81235c56-b42e-57c0-be49-ed5eae7b52cd, identifier: 6998063auction110988
2026-03-25 21:43:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81235c56-b42e-57c0-be49-ed5eae7b52cd with identifier: 6998063auction110988
2026-03-25 21:43:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81235c56-b42e-57c0-be49-ed5eae7b52cd with identifier: 6998063auction110988
2026-03-25 21:43:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81235c56-b42e-57c0-be49-ed5eae7b52cd with identifier: 6998063auction110988 to the API
2026-03-25 21:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998063>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '81235c56-b42e-57c0-be49-ed5eae7b52cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998063',
'listing': 'directbuy',
'location': 'Belgium - "ASSE II"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 118063,
'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 2 SERIES GRAN COUPE 1.5 216DA GRAN COUPE',
'transmission': 'automatic',
'trim': '2 SERIES GRAN COUPE 1.5 216DA GRAN COUPE',
'vin': None,
'year': 2022}
2026-03-25 21:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998063auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:11 [ecarstrade.be] INFO: Saving data for 6998063auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372639.32112, 'last_price_update_time': 1774474991.615399}
2026-03-25 21:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998063auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998062> (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-25 21:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:12 [ecarstrade.be] INFO: Extracting details for car 6998062auction110988
2026-03-25 21:43:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b93377e-ce46-50b3-a3c2-7f1de8436a00 with identifier: 6998062auction110988
2026-03-25 21:43:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b93377e-ce46-50b3-a3c2-7f1de8436a00 with scrape type 2
2026-03-25 21:43:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b93377e-ce46-50b3-a3c2-7f1de8436a00 with scrape type 2
2026-03-25 21:43:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b93377e-ce46-50b3-a3c2-7f1de8436a00, identifier: 6998062auction110988
2026-03-25 21:43:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b93377e-ce46-50b3-a3c2-7f1de8436a00 with identifier: 6998062auction110988
2026-03-25 21:43:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b93377e-ce46-50b3-a3c2-7f1de8436a00 with identifier: 6998062auction110988
2026-03-25 21:43:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b93377e-ce46-50b3-a3c2-7f1de8436a00 with identifier: 6998062auction110988 to the API
2026-03-25 21:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998062>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9b93377e-ce46-50b3-a3c2-7f1de8436a00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998062',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 102888,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES GRAN COUPE 1.5 216DA GRAN COUPE',
'transmission': 'automatic',
'trim': '2 SERIES GRAN COUPE 1.5 216DA GRAN COUPE',
'vin': None,
'year': 2022}
2026-03-25 21:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998062auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:12 [ecarstrade.be] INFO: Saving data for 6998062auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372756.730204, 'last_price_update_time': 1774474992.423628}
2026-03-25 21:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998062auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998060> (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-25 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-25 21:43:13 [ecarstrade.be] INFO: Extracting details for car 6998060auction110988
2026-03-25 21:43:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a9b037-b757-5fad-9811-0ba02c791727 with identifier: 6998060auction110988
2026-03-25 21:43:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a9b037-b757-5fad-9811-0ba02c791727 with scrape type 2
2026-03-25 21:43:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a9b037-b757-5fad-9811-0ba02c791727 with scrape type 2
2026-03-25 21:43:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80a9b037-b757-5fad-9811-0ba02c791727, identifier: 6998060auction110988
2026-03-25 21:43:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80a9b037-b757-5fad-9811-0ba02c791727 with identifier: 6998060auction110988
2026-03-25 21:43:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80a9b037-b757-5fad-9811-0ba02c791727 with identifier: 6998060auction110988
2026-03-25 21:43:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80a9b037-b757-5fad-9811-0ba02c791727 with identifier: 6998060auction110988 to the API
2026-03-25 21:43:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998060>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '80a9b037-b757-5fad-9811-0ba02c791727',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998060',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '2 Series',
'odometer': 53679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES ACTIVE TOURER 1.5 225E PHEV DCT XDRIVE ACTIVE TOURER',
'transmission': 'automatic',
'trim': '2 SERIES ACTIVE TOURER 1.5 225E PHEV DCT XDRIVE ACTIVE TOURER',
'vin': None,
'year': 2023}
2026-03-25 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998060auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:13 [ecarstrade.be] INFO: Saving data for 6998060auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372780.715517, 'last_price_update_time': 1774474993.68079}
2026-03-25 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998060auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998059> (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-25 21:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:14 [ecarstrade.be] INFO: Extracting details for car 6998059auction110988
2026-03-25 21:43:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b762a4b-5b15-5a22-8c77-4eaa7df291fa with identifier: 6998059auction110988
2026-03-25 21:43:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b762a4b-5b15-5a22-8c77-4eaa7df291fa with scrape type 2
2026-03-25 21:43:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b762a4b-5b15-5a22-8c77-4eaa7df291fa with scrape type 2
2026-03-25 21:43:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b762a4b-5b15-5a22-8c77-4eaa7df291fa, identifier: 6998059auction110988
2026-03-25 21:43:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b762a4b-5b15-5a22-8c77-4eaa7df291fa with identifier: 6998059auction110988
2026-03-25 21:43:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b762a4b-5b15-5a22-8c77-4eaa7df291fa with identifier: 6998059auction110988
2026-03-25 21:43:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b762a4b-5b15-5a22-8c77-4eaa7df291fa with identifier: 6998059auction110988 to the API
2026-03-25 21:43:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998059>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '1b762a4b-5b15-5a22-8c77-4eaa7df291fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998059',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'BMW 216 Active Tourer',
'odometer': 14625,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES ACTIVE TOURER 1.5 216I ACTIVE TOURER',
'transmission': 'manual',
'trim': 'BMW 2 SERIES TIVE TOURER 1.5 216I TIVE TOURER',
'vin': None,
'year': 2021}
2026-03-25 21:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998059auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:14 [ecarstrade.be] INFO: Saving data for 6998059auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372779.959594, 'last_price_update_time': 1774474994.89298}
2026-03-25 21:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998059auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998058> (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-25 21:43:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:16 [ecarstrade.be] INFO: Extracting details for car 6998058auction110988
2026-03-25 21:43:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d80a317-1d6f-53f5-904f-208d3bc68c4e with identifier: 6998058auction110988
2026-03-25 21:43:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d80a317-1d6f-53f5-904f-208d3bc68c4e with scrape type 2
2026-03-25 21:43:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d80a317-1d6f-53f5-904f-208d3bc68c4e with scrape type 2
2026-03-25 21:43:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d80a317-1d6f-53f5-904f-208d3bc68c4e, identifier: 6998058auction110988
2026-03-25 21:43:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d80a317-1d6f-53f5-904f-208d3bc68c4e with identifier: 6998058auction110988
2026-03-25 21:43:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d80a317-1d6f-53f5-904f-208d3bc68c4e with identifier: 6998058auction110988
2026-03-25 21:43:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d80a317-1d6f-53f5-904f-208d3bc68c4e with identifier: 6998058auction110988 to the API
2026-03-25 21:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998058>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2d80a317-1d6f-53f5-904f-208d3bc68c4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998058',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'BMW 216 Active Tourer',
'odometer': 73595,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'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-25 21:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998058auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:16 [ecarstrade.be] INFO: Saving data for 6998058auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372597.068441, 'last_price_update_time': 1774474996.514534}
2026-03-25 21:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998058auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998057> (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-25 21:43:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:17 [ecarstrade.be] INFO: Extracting details for car 6998057auction110988
2026-03-25 21:43:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a960010-8b06-55f4-93bd-f918fad5df1b with identifier: 6998057auction110988
2026-03-25 21:43:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a960010-8b06-55f4-93bd-f918fad5df1b with scrape type 2
2026-03-25 21:43:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a960010-8b06-55f4-93bd-f918fad5df1b with scrape type 2
2026-03-25 21:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a960010-8b06-55f4-93bd-f918fad5df1b, identifier: 6998057auction110988
2026-03-25 21:43:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a960010-8b06-55f4-93bd-f918fad5df1b with identifier: 6998057auction110988
2026-03-25 21:43:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a960010-8b06-55f4-93bd-f918fad5df1b with identifier: 6998057auction110988
2026-03-25 21:43:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a960010-8b06-55f4-93bd-f918fad5df1b with identifier: 6998057auction110988 to the API
2026-03-25 21:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998057>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6a960010-8b06-55f4-93bd-f918fad5df1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998057',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '216',
'odometer': 46905,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-16',
'seats_number': 7,
'seller_name': None,
'title': 'BMW 2 GRAN TOURER DIESEL - 2018 216 dA AdBlue',
'transmission': 'automatic',
'trim': '2 GRAN TOURER DIESEL - 2018 dA AdBlue',
'vin': None,
'year': 2020}
2026-03-25 21:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998057auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:17 [ecarstrade.be] INFO: Saving data for 6998057auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372780.267718, 'last_price_update_time': 1774474997.614954}
2026-03-25 21:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998057auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998056> (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-25 21:43:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:17 [ecarstrade.be] INFO: Extracting details for car 6998056auction110988
2026-03-25 21:43:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3133de23-3851-525e-b410-c1df7632087a with identifier: 6998056auction110988
2026-03-25 21:43:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3133de23-3851-525e-b410-c1df7632087a with scrape type 2
2026-03-25 21:43:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3133de23-3851-525e-b410-c1df7632087a with scrape type 2
2026-03-25 21:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3133de23-3851-525e-b410-c1df7632087a, identifier: 6998056auction110988
2026-03-25 21:43:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3133de23-3851-525e-b410-c1df7632087a with identifier: 6998056auction110988
2026-03-25 21:43:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3133de23-3851-525e-b410-c1df7632087a with identifier: 6998056auction110988
2026-03-25 21:43:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3133de23-3851-525e-b410-c1df7632087a with identifier: 6998056auction110988 to the API
2026-03-25 21:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998056>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3133de23-3851-525e-b410-c1df7632087a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998056',
'listing': 'directbuy',
'location': 'Belgium - "DELIVERY"',
'make': 'BMW',
'model': '216',
'odometer': 75116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 GRAN TOURER DIESEL - 2018 216 d AdBlue',
'transmission': 'manual',
'trim': '2 GRAN TOURER DIESEL - 2018 d AdBlue',
'vin': None,
'year': 2021}
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998056auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:18 [ecarstrade.be] INFO: Saving data for 6998056auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372588.325468, 'last_price_update_time': 1774474998.107826}
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998056auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998055> (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-25 21:43:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:18 [ecarstrade.be] INFO: Extracting details for car 6998055auction110988
2026-03-25 21:43:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a4e44e7-d69f-5a6b-a920-27175a33ac73 with identifier: 6998055auction110988
2026-03-25 21:43:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a4e44e7-d69f-5a6b-a920-27175a33ac73 with scrape type 2
2026-03-25 21:43:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a4e44e7-d69f-5a6b-a920-27175a33ac73 with scrape type 2
2026-03-25 21:43:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a4e44e7-d69f-5a6b-a920-27175a33ac73, identifier: 6998055auction110988
2026-03-25 21:43:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a4e44e7-d69f-5a6b-a920-27175a33ac73 with identifier: 6998055auction110988
2026-03-25 21:43:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a4e44e7-d69f-5a6b-a920-27175a33ac73 with identifier: 6998055auction110988
2026-03-25 21:43:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a4e44e7-d69f-5a6b-a920-27175a33ac73 with identifier: 6998055auction110988 to the API
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998055>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6a4e44e7-d69f-5a6b-a920-27175a33ac73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998055',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 120860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-22',
'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': 2022}
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998055auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:18 [ecarstrade.be] INFO: Saving data for 6998055auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372591.787657, 'last_price_update_time': 1774474998.822154}
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998055auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998064> (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-25 21:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:20 [ecarstrade.be] INFO: Extracting details for car 6998064auction110988
2026-03-25 21:43:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88bcfb34-27f0-5b90-a27c-9099b2dce820 with identifier: 6998064auction110988
2026-03-25 21:43:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88bcfb34-27f0-5b90-a27c-9099b2dce820 with scrape type 2
2026-03-25 21:43:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88bcfb34-27f0-5b90-a27c-9099b2dce820 with scrape type 2
2026-03-25 21:43:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88bcfb34-27f0-5b90-a27c-9099b2dce820, identifier: 6998064auction110988
2026-03-25 21:43:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88bcfb34-27f0-5b90-a27c-9099b2dce820 with identifier: 6998064auction110988
2026-03-25 21:43:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88bcfb34-27f0-5b90-a27c-9099b2dce820 with identifier: 6998064auction110988
2026-03-25 21:43:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88bcfb34-27f0-5b90-a27c-9099b2dce820 with identifier: 6998064auction110988 to the API
2026-03-25 21:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998064>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '88bcfb34-27f0-5b90-a27c-9099b2dce820',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998064',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '216',
'odometer': 84286,
'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 2-serie 1.5 216DA GRAN COUPE',
'transmission': 'automatic',
'trim': '2-serie 1.5 DA GRAN COUPE',
'vin': None,
'year': 2021}
2026-03-25 21:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998064auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:20 [ecarstrade.be] INFO: Saving data for 6998064auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372641.342598, 'last_price_update_time': 1774475000.63576}
2026-03-25 21:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998064auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998054> (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-25 21:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:20 [ecarstrade.be] INFO: Extracting details for car 6998054auction110988
2026-03-25 21:43:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93ac6ec0-498d-52b9-9537-c3ce35f2a469 with identifier: 6998054auction110988
2026-03-25 21:43:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93ac6ec0-498d-52b9-9537-c3ce35f2a469 with scrape type 2
2026-03-25 21:43:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93ac6ec0-498d-52b9-9537-c3ce35f2a469 with scrape type 2
2026-03-25 21:43:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93ac6ec0-498d-52b9-9537-c3ce35f2a469, identifier: 6998054auction110988
2026-03-25 21:43:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93ac6ec0-498d-52b9-9537-c3ce35f2a469 with identifier: 6998054auction110988
2026-03-25 21:43:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93ac6ec0-498d-52b9-9537-c3ce35f2a469 with identifier: 6998054auction110988
2026-03-25 21:43:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93ac6ec0-498d-52b9-9537-c3ce35f2a469 with identifier: 6998054auction110988 to the API
2026-03-25 21:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998054>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '93ac6ec0-498d-52b9-9537-c3ce35f2a469',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998054',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 116706,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-06',
'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': 2022}
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998054auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:21 [ecarstrade.be] INFO: Saving data for 6998054auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372589.269086, 'last_price_update_time': 1774475001.128064}
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998054auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998053> (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-25 21:43:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:21 [ecarstrade.be] INFO: Extracting details for car 6998053auction110988
2026-03-25 21:43:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb30855-2ac7-5c66-ab55-00fbb11b5e9a with identifier: 6998053auction110988
2026-03-25 21:43:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb30855-2ac7-5c66-ab55-00fbb11b5e9a with scrape type 2
2026-03-25 21:43:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb30855-2ac7-5c66-ab55-00fbb11b5e9a with scrape type 2
2026-03-25 21:43:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9eb30855-2ac7-5c66-ab55-00fbb11b5e9a, identifier: 6998053auction110988
2026-03-25 21:43:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9eb30855-2ac7-5c66-ab55-00fbb11b5e9a with identifier: 6998053auction110988
2026-03-25 21:43:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9eb30855-2ac7-5c66-ab55-00fbb11b5e9a with identifier: 6998053auction110988
2026-03-25 21:43:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9eb30855-2ac7-5c66-ab55-00fbb11b5e9a with identifier: 6998053auction110988 to the API
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998053>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9eb30855-2ac7-5c66-ab55-00fbb11b5e9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998053',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 110564,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-22',
'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': 2022}
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998053auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:21 [ecarstrade.be] INFO: Saving data for 6998053auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372590.328976, 'last_price_update_time': 1774475001.758743}
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998053auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998052> (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-25 21:43:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:23 [ecarstrade.be] INFO: Extracting details for car 6998052auction110988
2026-03-25 21:43:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c192e09-e98a-5912-ad92-ec9c31d631bf with identifier: 6998052auction110988
2026-03-25 21:43:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c192e09-e98a-5912-ad92-ec9c31d631bf with scrape type 2
2026-03-25 21:43:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c192e09-e98a-5912-ad92-ec9c31d631bf with scrape type 2
2026-03-25 21:43:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c192e09-e98a-5912-ad92-ec9c31d631bf, identifier: 6998052auction110988
2026-03-25 21:43:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c192e09-e98a-5912-ad92-ec9c31d631bf with identifier: 6998052auction110988
2026-03-25 21:43:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c192e09-e98a-5912-ad92-ec9c31d631bf with identifier: 6998052auction110988
2026-03-25 21:43:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c192e09-e98a-5912-ad92-ec9c31d631bf with identifier: 6998052auction110988 to the API
2026-03-25 21:43:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998052>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5c192e09-e98a-5912-ad92-ec9c31d631bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998052',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 107933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-06',
'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': 2022}
2026-03-25 21:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998052auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:23 [ecarstrade.be] INFO: Saving data for 6998052auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372592.370192, 'last_price_update_time': 1774475003.567543}
2026-03-25 21:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998052auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998049> (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-25 21:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:24 [ecarstrade.be] INFO: Extracting details for car 6998049auction110988
2026-03-25 21:43:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acd5ceec-ecba-5815-ab62-5dee0ed16c65 with identifier: 6998049auction110988
2026-03-25 21:43:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acd5ceec-ecba-5815-ab62-5dee0ed16c65 with scrape type 2
2026-03-25 21:43:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acd5ceec-ecba-5815-ab62-5dee0ed16c65 with scrape type 2
2026-03-25 21:43:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acd5ceec-ecba-5815-ab62-5dee0ed16c65, identifier: 6998049auction110988
2026-03-25 21:43:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acd5ceec-ecba-5815-ab62-5dee0ed16c65 with identifier: 6998049auction110988
2026-03-25 21:43:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acd5ceec-ecba-5815-ab62-5dee0ed16c65 with identifier: 6998049auction110988
2026-03-25 21:43:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acd5ceec-ecba-5815-ab62-5dee0ed16c65 with identifier: 6998049auction110988 to the API
2026-03-25 21:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998049>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'acd5ceec-ecba-5815-ab62-5dee0ed16c65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998049',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 94681,
'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': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2023}
2026-03-25 21:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998049auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:24 [ecarstrade.be] INFO: Saving data for 6998049auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372554.215697, 'last_price_update_time': 1774475004.811124}
2026-03-25 21:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998049auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998051> (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-25 21:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:24 [ecarstrade.be] INFO: Extracting details for car 6998051auction110988
2026-03-25 21:43:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a32d1b1-afa4-574f-81a4-2674d0071bc4 with identifier: 6998051auction110988
2026-03-25 21:43:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a32d1b1-afa4-574f-81a4-2674d0071bc4 with scrape type 2
2026-03-25 21:43:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a32d1b1-afa4-574f-81a4-2674d0071bc4 with scrape type 2
2026-03-25 21:43:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a32d1b1-afa4-574f-81a4-2674d0071bc4, identifier: 6998051auction110988
2026-03-25 21:43:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a32d1b1-afa4-574f-81a4-2674d0071bc4 with identifier: 6998051auction110988
2026-03-25 21:43:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a32d1b1-afa4-574f-81a4-2674d0071bc4 with identifier: 6998051auction110988
2026-03-25 21:43:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a32d1b1-afa4-574f-81a4-2674d0071bc4 with identifier: 6998051auction110988 to the API
2026-03-25 21:43:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998051>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8a32d1b1-afa4-574f-81a4-2674d0071bc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998051',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 54790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-20',
'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': 2022}
2026-03-25 21:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998051auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:25 [ecarstrade.be] INFO: Saving data for 6998051auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372591.18107, 'last_price_update_time': 1774475005.304304}
2026-03-25 21:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998051auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998048> (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-25 21:43:25 [ecarstrade.be] INFO: Extracting details for car 6998048auction110988
2026-03-25 21:43:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdba8147-e7fe-5510-bdd6-df83ef9b0489 with identifier: 6998048auction110988
2026-03-25 21:43:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdba8147-e7fe-5510-bdd6-df83ef9b0489 with scrape type 2
2026-03-25 21:43:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdba8147-e7fe-5510-bdd6-df83ef9b0489 with scrape type 2
2026-03-25 21:43:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fdba8147-e7fe-5510-bdd6-df83ef9b0489, identifier: 6998048auction110988
2026-03-25 21:43:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fdba8147-e7fe-5510-bdd6-df83ef9b0489 with identifier: 6998048auction110988
2026-03-25 21:43:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fdba8147-e7fe-5510-bdd6-df83ef9b0489 with identifier: 6998048auction110988
2026-03-25 21:43:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fdba8147-e7fe-5510-bdd6-df83ef9b0489 with identifier: 6998048auction110988 to the API
2026-03-25 21:43:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998048>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fdba8147-e7fe-5510-bdd6-df83ef9b0489',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998048',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 70763,
'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': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2022}
2026-03-25 21:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998048auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:26 [ecarstrade.be] INFO: Saving data for 6998048auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372549.713313, 'last_price_update_time': 1774475006.325766}
2026-03-25 21:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998048auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998046> (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-25 21:43:27 [ecarstrade.be] INFO: Extracting details for car 6998046auction110988
2026-03-25 21:43:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9aa24378-7e9b-599e-b791-13c832803a27 with identifier: 6998046auction110988
2026-03-25 21:43:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9aa24378-7e9b-599e-b791-13c832803a27 with scrape type 2
2026-03-25 21:43:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9aa24378-7e9b-599e-b791-13c832803a27 with scrape type 2
2026-03-25 21:43:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9aa24378-7e9b-599e-b791-13c832803a27, identifier: 6998046auction110988
2026-03-25 21:43:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9aa24378-7e9b-599e-b791-13c832803a27 with identifier: 6998046auction110988
2026-03-25 21:43:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9aa24378-7e9b-599e-b791-13c832803a27 with identifier: 6998046auction110988
2026-03-25 21:43:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9aa24378-7e9b-599e-b791-13c832803a27 with identifier: 6998046auction110988 to the API
2026-03-25 21:43:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998046>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9aa24378-7e9b-599e-b791-13c832803a27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998046',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 48037,
'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': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2022}
2026-03-25 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998046auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:27 [ecarstrade.be] INFO: Saving data for 6998046auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372558.094374, 'last_price_update_time': 1774475007.785659}
2026-03-25 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998046auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998047> (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-25 21:43:27 [ecarstrade.be] INFO: Extracting details for car 6998047auction110988
2026-03-25 21:43:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3b1b86a-6643-5ea4-a2ae-82b184c3f03f with identifier: 6998047auction110988
2026-03-25 21:43:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3b1b86a-6643-5ea4-a2ae-82b184c3f03f with scrape type 2
2026-03-25 21:43:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3b1b86a-6643-5ea4-a2ae-82b184c3f03f with scrape type 2
2026-03-25 21:43:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3b1b86a-6643-5ea4-a2ae-82b184c3f03f, identifier: 6998047auction110988
2026-03-25 21:43:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3b1b86a-6643-5ea4-a2ae-82b184c3f03f with identifier: 6998047auction110988
2026-03-25 21:43:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3b1b86a-6643-5ea4-a2ae-82b184c3f03f with identifier: 6998047auction110988
2026-03-25 21:43:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3b1b86a-6643-5ea4-a2ae-82b184c3f03f with identifier: 6998047auction110988 to the API
2026-03-25 21:43:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998047>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f3b1b86a-6643-5ea4-a2ae-82b184c3f03f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998047',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 65837,
'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': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2022}
2026-03-25 21:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998047auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:28 [ecarstrade.be] INFO: Saving data for 6998047auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372557.059433, 'last_price_update_time': 1774475008.267102}
2026-03-25 21:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998047auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998043> (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-25 21:43:28 [ecarstrade.be] INFO: Extracting details for car 6998043auction110988
2026-03-25 21:43:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6543e74b-9c99-50b0-93ee-08dc2b5d2f09 with identifier: 6998043auction110988
2026-03-25 21:43:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6543e74b-9c99-50b0-93ee-08dc2b5d2f09 with scrape type 2
2026-03-25 21:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6543e74b-9c99-50b0-93ee-08dc2b5d2f09 with scrape type 2
2026-03-25 21:43:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6543e74b-9c99-50b0-93ee-08dc2b5d2f09, identifier: 6998043auction110988
2026-03-25 21:43:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6543e74b-9c99-50b0-93ee-08dc2b5d2f09 with identifier: 6998043auction110988
2026-03-25 21:43:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6543e74b-9c99-50b0-93ee-08dc2b5d2f09 with identifier: 6998043auction110988
2026-03-25 21:43:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6543e74b-9c99-50b0-93ee-08dc2b5d2f09 with identifier: 6998043auction110988 to the API
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998043>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6543e74b-9c99-50b0-93ee-08dc2b5d2f09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998043',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q5',
'odometer': 112798,
'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 Q5 Sportback 2.0 50 TFSI E S TRONIC QUATTRO S LINE',
'transmission': 'automatic',
'trim': 'AUDI Sportback 2.0 50 TFSI E S TRONIC QUATTRO S LINE',
'vin': None,
'year': 2022}
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998043auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:29 [ecarstrade.be] INFO: Saving data for 6998043auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372551.293613, 'last_price_update_time': 1774475009.316207}
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998043auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998042> (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-25 21:43:29 [ecarstrade.be] INFO: Extracting details for car 6998042auction110988
2026-03-25 21:43:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2747da7-47c5-5753-9e48-ad46d30f31d8 with identifier: 6998042auction110988
2026-03-25 21:43:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2747da7-47c5-5753-9e48-ad46d30f31d8 with scrape type 2
2026-03-25 21:43:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2747da7-47c5-5753-9e48-ad46d30f31d8 with scrape type 2
2026-03-25 21:43:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e2747da7-47c5-5753-9e48-ad46d30f31d8, identifier: 6998042auction110988
2026-03-25 21:43:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e2747da7-47c5-5753-9e48-ad46d30f31d8 with identifier: 6998042auction110988
2026-03-25 21:43:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e2747da7-47c5-5753-9e48-ad46d30f31d8 with identifier: 6998042auction110988
2026-03-25 21:43:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e2747da7-47c5-5753-9e48-ad46d30f31d8 with identifier: 6998042auction110988 to the API
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998042>
{'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-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': 'e2747da7-47c5-5753-9e48-ad46d30f31d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998042',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 13316,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 SPORTBACK E-TRON BEV 82KWH 40 ADVANCED AUTO',
'transmission': 'automatic',
'trim': 'AUDI Q4 SPORTBACK E-TRON BEV 82KWH 40 ADVANCED AUTO',
'vin': None,
'year': 2024}
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998042auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:29 [ecarstrade.be] INFO: Saving data for 6998042auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372557.661827, 'last_price_update_time': 1774475009.787774}
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998042auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:31 [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-25 21:43:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998065auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998065auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998065auction110988: 2
2026-03-25 21:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998066auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998066auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998066auction110988: 2
2026-03-25 21:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998067auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998067auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998067auction110988: 2
2026-03-25 21:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998068auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998068auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998068auction110988: 2
2026-03-25 21:43:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997946> (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-25 21:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998069auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998069auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998069auction110988: 2
2026-03-25 21:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998070auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998070auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998070auction110988: 2
2026-03-25 21:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998071auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998071auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998071auction110988: 2
2026-03-25 21:43:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998072auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998072auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998072auction110988: 2
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998073auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998073auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998073auction110988: 2
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998075auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998075auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998075auction110988: 2
2026-03-25 21:43:31 [ecarstrade.be] INFO: Extracting details for car 6997946auction110988
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998076auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998076auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998076auction110988: 2
2026-03-25 21:43:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9561f815-2e2e-5130-b714-f75e0d33f0d1 with identifier: 6997946auction110988
2026-03-25 21:43:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9561f815-2e2e-5130-b714-f75e0d33f0d1 with scrape type 2
2026-03-25 21:43:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9561f815-2e2e-5130-b714-f75e0d33f0d1 with scrape type 2
2026-03-25 21:43:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9561f815-2e2e-5130-b714-f75e0d33f0d1, identifier: 6997946auction110988
2026-03-25 21:43:31 [ecarstrade.be] INFO: Found listing with ID: 6998077auction110988
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998077auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:31 [ecarstrade.be] INFO: Scrape type for 6998077auction110988: 2
2026-03-25 21:43:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9561f815-2e2e-5130-b714-f75e0d33f0d1 with identifier: 6997946auction110988
2026-03-25 21:43:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9561f815-2e2e-5130-b714-f75e0d33f0d1 with identifier: 6997946auction110988
2026-03-25 21:43:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9561f815-2e2e-5130-b714-f75e0d33f0d1 with identifier: 6997946auction110988 to the API
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997946>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '9561f815-2e2e-5130-b714-f75e0d33f0d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997946',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q2',
'odometer': 52536,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 1.5 35 TFSI ADVANCED',
'transmission': 'manual',
'trim': 'AUDI 1.5 35 TFSI ADVANCED',
'vin': None,
'year': 2022}
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997946auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Saving data for 6997946auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372777.233896, 'last_price_update_time': 1774475012.365846}
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997946auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:32 [ecarstrade.be] INFO: Found listing with ID: 6998078auction110988
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998078auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Scrape type for 6998078auction110988: 2
2026-03-25 21:43:32 [ecarstrade.be] INFO: Found listing with ID: 6998082auction110988
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998082auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Scrape type for 6998082auction110988: 2
2026-03-25 21:43:32 [ecarstrade.be] INFO: Found listing with ID: 6998115auction110988
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998115auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Scrape type for 6998115auction110988: 2
2026-03-25 21:43:32 [ecarstrade.be] INFO: Found listing with ID: 6998116auction110988
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998116auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Scrape type for 6998116auction110988: 2
2026-03-25 21:43:32 [ecarstrade.be] INFO: Found listing with ID: 6998117auction110988
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998117auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Scrape type for 6998117auction110988: 2
2026-03-25 21:43:32 [ecarstrade.be] INFO: Found listing with ID: 6998118auction110988
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998118auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Scrape type for 6998118auction110988: 2
2026-03-25 21:43:32 [ecarstrade.be] INFO: Found listing with ID: 6998119auction110988
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998119auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Scrape type for 6998119auction110988: 2
2026-03-25 21:43:32 [ecarstrade.be] INFO: Found listing with ID: 6998121auction110988
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998121auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:32 [ecarstrade.be] INFO: Scrape type for 6998121auction110988: 2
2026-03-25 21:43:37 [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-25 21:43:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998065> (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-25 21:43:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:43:37 [ecarstrade.be] INFO: Found listing with ID: 6998122auction110988
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998122auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:37 [ecarstrade.be] INFO: Scrape type for 6998122auction110988: 2
2026-03-25 21:43:37 [ecarstrade.be] INFO: Found listing with ID: 6998123auction110988
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998123auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:37 [ecarstrade.be] INFO: Scrape type for 6998123auction110988: 2
2026-03-25 21:43:37 [ecarstrade.be] INFO: Found listing with ID: 6998124auction110988
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998124auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:37 [ecarstrade.be] INFO: Scrape type for 6998124auction110988: 2
2026-03-25 21:43:37 [ecarstrade.be] INFO: Found listing with ID: 6998125auction110988
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998125auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:37 [ecarstrade.be] INFO: Scrape type for 6998125auction110988: 2
2026-03-25 21:43:37 [ecarstrade.be] INFO: Extracting details for car 6998065auction110988
2026-03-25 21:43:37 [ecarstrade.be] INFO: Found listing with ID: 6998126auction110988
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998126auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:37 [ecarstrade.be] INFO: Scrape type for 6998126auction110988: 2
2026-03-25 21:43:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f15c4df-718d-51c5-88c4-0efbe2782df0 with identifier: 6998065auction110988
2026-03-25 21:43:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f15c4df-718d-51c5-88c4-0efbe2782df0 with scrape type 2
2026-03-25 21:43:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f15c4df-718d-51c5-88c4-0efbe2782df0 with scrape type 2
2026-03-25 21:43:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f15c4df-718d-51c5-88c4-0efbe2782df0, identifier: 6998065auction110988
2026-03-25 21:43:37 [ecarstrade.be] INFO: Found listing with ID: 6998127auction110988
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998127auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:37 [ecarstrade.be] INFO: Scrape type for 6998127auction110988: 2
2026-03-25 21:43:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f15c4df-718d-51c5-88c4-0efbe2782df0 with identifier: 6998065auction110988
2026-03-25 21:43:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f15c4df-718d-51c5-88c4-0efbe2782df0 with identifier: 6998065auction110988
2026-03-25 21:43:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f15c4df-718d-51c5-88c4-0efbe2782df0 with identifier: 6998065auction110988 to the API
2026-03-25 21:43:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998065>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3f15c4df-718d-51c5-88c4-0efbe2782df0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998065',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '216',
'odometer': 112080,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2-serie 1.5 216DA GRAN COUPE',
'transmission': 'automatic',
'trim': '2-serie 1.5 DA GRAN COUPE',
'vin': None,
'year': 2022}
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998065auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Saving data for 6998065auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372660.832278, 'last_price_update_time': 1774475018.156327}
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998065auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998128auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998128auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998128auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998129auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998129auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998129auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998130auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998130auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998130auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998131auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998131auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998131auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998132auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998132auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998132auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998134auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998134auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998134auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998136auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998136auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998136auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998137auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998137auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998137auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998139auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998139auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998139auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998140auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998140auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998140auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998141auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998141auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998141auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998142auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998142auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998142auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998143auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998143auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998143auction110988: 2
2026-03-25 21:43:38 [ecarstrade.be] INFO: Found listing with ID: 6998144auction110988
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998144auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:38 [ecarstrade.be] INFO: Scrape type for 6998144auction110988: 2
2026-03-25 21:43:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998068> (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-25 21:43:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:38 [ecarstrade.be] INFO: Extracting details for car 6998068auction110988
2026-03-25 21:43:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa0b257e-c3a0-561c-b7e7-c2c0258f3107 with identifier: 6998068auction110988
2026-03-25 21:43:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa0b257e-c3a0-561c-b7e7-c2c0258f3107 with scrape type 2
2026-03-25 21:43:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa0b257e-c3a0-561c-b7e7-c2c0258f3107 with scrape type 2
2026-03-25 21:43:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa0b257e-c3a0-561c-b7e7-c2c0258f3107, identifier: 6998068auction110988
2026-03-25 21:43:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa0b257e-c3a0-561c-b7e7-c2c0258f3107 with identifier: 6998068auction110988
2026-03-25 21:43:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa0b257e-c3a0-561c-b7e7-c2c0258f3107 with identifier: 6998068auction110988
2026-03-25 21:43:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa0b257e-c3a0-561c-b7e7-c2c0258f3107 with identifier: 6998068auction110988 to the API
2026-03-25 21:43:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998068>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fa0b257e-c3a0-561c-b7e7-c2c0258f3107',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998068',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 157144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 320E BERLINE',
'transmission': 'automatic',
'trim': '3 SERIES BERLINE 2.0 E BERLINE',
'vin': None,
'year': 2021}
2026-03-25 21:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998068auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:39 [ecarstrade.be] INFO: Saving data for 6998068auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372595.250085, 'last_price_update_time': 1774475019.349102}
2026-03-25 21:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998068auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998067> (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-25 21:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998069> (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-25 21:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998070> (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-25 21:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:39 [ecarstrade.be] INFO: Extracting details for car 6998067auction110988
2026-03-25 21:43:39 [ecarstrade.be] INFO: Extracting details for car 6998069auction110988
2026-03-25 21:43:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8789ac13-5814-5dc6-8ed4-247b74cde67e with identifier: 6998067auction110988
2026-03-25 21:43:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8789ac13-5814-5dc6-8ed4-247b74cde67e with scrape type 2
2026-03-25 21:43:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8789ac13-5814-5dc6-8ed4-247b74cde67e with scrape type 2
2026-03-25 21:43:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8789ac13-5814-5dc6-8ed4-247b74cde67e, identifier: 6998067auction110988
2026-03-25 21:43:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7de5ed9f-657f-5f8c-97e9-e16075098a1c with identifier: 6998069auction110988
2026-03-25 21:43:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7de5ed9f-657f-5f8c-97e9-e16075098a1c with scrape type 2
2026-03-25 21:43:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7de5ed9f-657f-5f8c-97e9-e16075098a1c with scrape type 2
2026-03-25 21:43:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7de5ed9f-657f-5f8c-97e9-e16075098a1c, identifier: 6998069auction110988
2026-03-25 21:43:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8789ac13-5814-5dc6-8ed4-247b74cde67e with identifier: 6998067auction110988
2026-03-25 21:43:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8789ac13-5814-5dc6-8ed4-247b74cde67e with identifier: 6998067auction110988
2026-03-25 21:43:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8789ac13-5814-5dc6-8ed4-247b74cde67e with identifier: 6998067auction110988 to the API
2026-03-25 21:43:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998067>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8789ac13-5814-5dc6-8ed4-247b74cde67e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998067',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 93484,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 320E BERLINE',
'transmission': 'automatic',
'trim': '3 SERIES BERLINE 2.0 E BERLINE',
'vin': None,
'year': 2022}
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998067auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:40 [ecarstrade.be] INFO: Saving data for 6998067auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372642.812044, 'last_price_update_time': 1774475020.069569}
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998067auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7de5ed9f-657f-5f8c-97e9-e16075098a1c with identifier: 6998069auction110988
2026-03-25 21:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7de5ed9f-657f-5f8c-97e9-e16075098a1c with identifier: 6998069auction110988
2026-03-25 21:43:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7de5ed9f-657f-5f8c-97e9-e16075098a1c with identifier: 6998069auction110988 to the API
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998069>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7de5ed9f-657f-5f8c-97e9-e16075098a1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998069',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '316',
'odometer': 158208,
'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 3 SERIES TOURING 2.0 316D (90KW) TOURING',
'transmission': 'manual',
'trim': '3 SERIES TOURING 2.0 D (90KW) TOURING',
'vin': None,
'year': 2022}
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998069auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:40 [ecarstrade.be] INFO: Saving data for 6998069auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372596.604929, 'last_price_update_time': 1774475020.338968}
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998069auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:40 [ecarstrade.be] INFO: Extracting details for car 6998070auction110988
2026-03-25 21:43:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998066> (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-25 21:43:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6893e2df-7280-50a5-a923-e7289385856a with identifier: 6998070auction110988
2026-03-25 21:43:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6893e2df-7280-50a5-a923-e7289385856a with scrape type 2
2026-03-25 21:43:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6893e2df-7280-50a5-a923-e7289385856a with scrape type 2
2026-03-25 21:43:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6893e2df-7280-50a5-a923-e7289385856a, identifier: 6998070auction110988
2026-03-25 21:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6893e2df-7280-50a5-a923-e7289385856a with identifier: 6998070auction110988
2026-03-25 21:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6893e2df-7280-50a5-a923-e7289385856a with identifier: 6998070auction110988
2026-03-25 21:43:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6893e2df-7280-50a5-a923-e7289385856a with identifier: 6998070auction110988 to the API
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998070>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6893e2df-7280-50a5-a923-e7289385856a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998070',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 150951,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318D (100KW) TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 D (100KW) TOURING',
'vin': None,
'year': 2023}
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998070auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:40 [ecarstrade.be] INFO: Saving data for 6998070auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372595.802522, 'last_price_update_time': 1774475020.736473}
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998070auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:40 [ecarstrade.be] INFO: Extracting details for car 6998066auction110988
2026-03-25 21:43:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e35382a3-5df8-5f08-a8af-a624d458c421 with identifier: 6998066auction110988
2026-03-25 21:43:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e35382a3-5df8-5f08-a8af-a624d458c421 with scrape type 2
2026-03-25 21:43:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e35382a3-5df8-5f08-a8af-a624d458c421 with scrape type 2
2026-03-25 21:43:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e35382a3-5df8-5f08-a8af-a624d458c421, identifier: 6998066auction110988
2026-03-25 21:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e35382a3-5df8-5f08-a8af-a624d458c421 with identifier: 6998066auction110988
2026-03-25 21:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e35382a3-5df8-5f08-a8af-a624d458c421 with identifier: 6998066auction110988
2026-03-25 21:43:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e35382a3-5df8-5f08-a8af-a624d458c421 with identifier: 6998066auction110988 to the API
2026-03-25 21:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998066>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e35382a3-5df8-5f08-a8af-a624d458c421',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998066',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 74124,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 320E BERLINE',
'transmission': 'automatic',
'trim': '3 SERIES BERLINE 2.0 E BERLINE',
'vin': None,
'year': 2022}
2026-03-25 21:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998066auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:42 [ecarstrade.be] INFO: Saving data for 6998066auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372642.346411, 'last_price_update_time': 1774475022.683703}
2026-03-25 21:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998066auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998061> (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-25 21:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:44 [ecarstrade.be] INFO: Extracting details for car 6998061auction110988
2026-03-25 21:43:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc586232-50b0-5976-b767-8fc1606cdc02 with identifier: 6998061auction110988
2026-03-25 21:43:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc586232-50b0-5976-b767-8fc1606cdc02 with scrape type 2
2026-03-25 21:43:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc586232-50b0-5976-b767-8fc1606cdc02 with scrape type 2
2026-03-25 21:43:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc586232-50b0-5976-b767-8fc1606cdc02, identifier: 6998061auction110988
2026-03-25 21:43:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc586232-50b0-5976-b767-8fc1606cdc02 with identifier: 6998061auction110988
2026-03-25 21:43:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc586232-50b0-5976-b767-8fc1606cdc02 with identifier: 6998061auction110988
2026-03-25 21:43:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc586232-50b0-5976-b767-8fc1606cdc02 with identifier: 6998061auction110988 to the API
2026-03-25 21:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998061>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'bc586232-50b0-5976-b767-8fc1606cdc02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998061',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '2 Series',
'odometer': 77791,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES GRAN COUPAu2030 1.5 218IA GRAN COUPE',
'transmission': 'automatic',
'trim': '2 SERIES GRAN COUPAu2030 1.5 218IA GRAN COUPE',
'vin': None,
'year': 2023}
2026-03-25 21:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998061auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:44 [ecarstrade.be] INFO: Saving data for 6998061auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372761.103389, 'last_price_update_time': 1774475024.542817}
2026-03-25 21:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998061auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998071> (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-25 21:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998072> (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-25 21:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:44 [ecarstrade.be] INFO: Extracting details for car 6998071auction110988
2026-03-25 21:43:44 [ecarstrade.be] INFO: Extracting details for car 6998072auction110988
2026-03-25 21:43:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5315e11e-6cf7-5370-a8c0-b6e4527eee98 with identifier: 6998071auction110988
2026-03-25 21:43:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5315e11e-6cf7-5370-a8c0-b6e4527eee98 with scrape type 2
2026-03-25 21:43:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5315e11e-6cf7-5370-a8c0-b6e4527eee98 with scrape type 2
2026-03-25 21:43:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5315e11e-6cf7-5370-a8c0-b6e4527eee98, identifier: 6998071auction110988
2026-03-25 21:43:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c0051cf-f71c-50c6-8a98-48cddeadc3c7 with identifier: 6998072auction110988
2026-03-25 21:43:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c0051cf-f71c-50c6-8a98-48cddeadc3c7 with scrape type 2
2026-03-25 21:43:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c0051cf-f71c-50c6-8a98-48cddeadc3c7 with scrape type 2
2026-03-25 21:43:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c0051cf-f71c-50c6-8a98-48cddeadc3c7, identifier: 6998072auction110988
2026-03-25 21:43:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5315e11e-6cf7-5370-a8c0-b6e4527eee98 with identifier: 6998071auction110988
2026-03-25 21:43:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5315e11e-6cf7-5370-a8c0-b6e4527eee98 with identifier: 6998071auction110988
2026-03-25 21:43:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5315e11e-6cf7-5370-a8c0-b6e4527eee98 with identifier: 6998071auction110988 to the API
2026-03-25 21:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998071>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '5315e11e-6cf7-5370-a8c0-b6e4527eee98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998071',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 123049,
'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 3 SERIES TOURING 2.0 318IA (115KW) AUTO TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 IA (115KW) AUTO TOURING',
'vin': None,
'year': 2022}
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998071auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:45 [ecarstrade.be] INFO: Saving data for 6998071auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372616.640855, 'last_price_update_time': 1774475025.158623}
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998071auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c0051cf-f71c-50c6-8a98-48cddeadc3c7 with identifier: 6998072auction110988
2026-03-25 21:43:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c0051cf-f71c-50c6-8a98-48cddeadc3c7 with identifier: 6998072auction110988
2026-03-25 21:43:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c0051cf-f71c-50c6-8a98-48cddeadc3c7 with identifier: 6998072auction110988 to the API
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998072>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3c0051cf-f71c-50c6-8a98-48cddeadc3c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998072',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 78299,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'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': 2021}
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998072auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:45 [ecarstrade.be] INFO: Saving data for 6998072auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372613.602633, 'last_price_update_time': 1774475025.434238}
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998072auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998073> (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-25 21:43:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:46 [ecarstrade.be] INFO: Extracting details for car 6998073auction110988
2026-03-25 21:43:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbee52c9-2f5d-5f9c-a0fc-93075d1704d8 with identifier: 6998073auction110988
2026-03-25 21:43:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbee52c9-2f5d-5f9c-a0fc-93075d1704d8 with scrape type 2
2026-03-25 21:43:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbee52c9-2f5d-5f9c-a0fc-93075d1704d8 with scrape type 2
2026-03-25 21:43:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbee52c9-2f5d-5f9c-a0fc-93075d1704d8, identifier: 6998073auction110988
2026-03-25 21:43:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbee52c9-2f5d-5f9c-a0fc-93075d1704d8 with identifier: 6998073auction110988
2026-03-25 21:43:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbee52c9-2f5d-5f9c-a0fc-93075d1704d8 with identifier: 6998073auction110988
2026-03-25 21:43:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbee52c9-2f5d-5f9c-a0fc-93075d1704d8 with identifier: 6998073auction110988 to the API
2026-03-25 21:43:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998073>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fbee52c9-2f5d-5f9c-a0fc-93075d1704d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998073',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 157440,
'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 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E TOURING',
'vin': None,
'year': 2022}
2026-03-25 21:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998073auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:46 [ecarstrade.be] INFO: Saving data for 6998073auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372594.325856, 'last_price_update_time': 1774475026.861417}
2026-03-25 21:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998073auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998077> (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-25 21:43:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998076> (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-25 21:43:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:46 [ecarstrade.be] INFO: Extracting details for car 6998077auction110988
2026-03-25 21:43:47 [ecarstrade.be] INFO: Extracting details for car 6998076auction110988
2026-03-25 21:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f1aac27-1284-59c9-9710-c009ae5ec519 with identifier: 6998077auction110988
2026-03-25 21:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f1aac27-1284-59c9-9710-c009ae5ec519 with scrape type 2
2026-03-25 21:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f1aac27-1284-59c9-9710-c009ae5ec519 with scrape type 2
2026-03-25 21:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f1aac27-1284-59c9-9710-c009ae5ec519, identifier: 6998077auction110988
2026-03-25 21:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with identifier: 6998076auction110988
2026-03-25 21:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with scrape type 2
2026-03-25 21:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with scrape type 2
2026-03-25 21:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04, identifier: 6998076auction110988
2026-03-25 21:43:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f1aac27-1284-59c9-9710-c009ae5ec519 with identifier: 6998077auction110988
2026-03-25 21:43:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f1aac27-1284-59c9-9710-c009ae5ec519 with identifier: 6998077auction110988
2026-03-25 21:43:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f1aac27-1284-59c9-9710-c009ae5ec519 with identifier: 6998077auction110988 to the API
2026-03-25 21:43:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998077>
{'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-26T13: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/6998077',
'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-25 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998077auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:47 [ecarstrade.be] INFO: Saving data for 6998077auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372745.03112, 'last_price_update_time': 1774475027.4723}
2026-03-25 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998077auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with identifier: 6998076auction110988
2026-03-25 21:43:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with identifier: 6998076auction110988
2026-03-25 21:43:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with identifier: 6998076auction110988 to the API
2026-03-25 21:43:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998076>
{'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-26T13: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/6998076',
'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-25 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998076auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:47 [ecarstrade.be] INFO: Saving data for 6998076auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372610.367089, 'last_price_update_time': 1774475027.741126}
2026-03-25 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998076auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998078> (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-25 21:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:48 [ecarstrade.be] INFO: Extracting details for car 6998078auction110988
2026-03-25 21:43:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with identifier: 6998078auction110988
2026-03-25 21:43:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with scrape type 2
2026-03-25 21:43:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with scrape type 2
2026-03-25 21:43:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0, identifier: 6998078auction110988
2026-03-25 21:43:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with identifier: 6998078auction110988
2026-03-25 21:43:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with identifier: 6998078auction110988
2026-03-25 21:43:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with identifier: 6998078auction110988 to the API
2026-03-25 21:43:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998078>
{'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-26T13: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/6998078',
'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-25 21:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998078auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:49 [ecarstrade.be] INFO: Saving data for 6998078auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372609.088625, 'last_price_update_time': 1774475029.45591}
2026-03-25 21:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998078auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998121> (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-25 21:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998119> (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-25 21:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:52 [ecarstrade.be] INFO: Extracting details for car 6998121auction110988
2026-03-25 21:43:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44642f4f-6939-5d04-9f42-78264959893d with identifier: 6998121auction110988
2026-03-25 21:43:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44642f4f-6939-5d04-9f42-78264959893d with scrape type 2
2026-03-25 21:43:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44642f4f-6939-5d04-9f42-78264959893d with scrape type 2
2026-03-25 21:43:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44642f4f-6939-5d04-9f42-78264959893d, identifier: 6998121auction110988
2026-03-25 21:43:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44642f4f-6939-5d04-9f42-78264959893d with identifier: 6998121auction110988
2026-03-25 21:43:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44642f4f-6939-5d04-9f42-78264959893d with identifier: 6998121auction110988
2026-03-25 21:43:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44642f4f-6939-5d04-9f42-78264959893d with identifier: 6998121auction110988 to the API
2026-03-25 21:43:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998121>
{'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-26T13: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/6998121',
'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-25 21:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998121auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:52 [ecarstrade.be] INFO: Saving data for 6998121auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372612.088042, 'last_price_update_time': 1774475032.839876}
2026-03-25 21:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998121auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:52 [ecarstrade.be] INFO: Extracting details for car 6998119auction110988
2026-03-25 21:43:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d92ee51b-9eb9-5de0-a96b-793820f278eb with identifier: 6998119auction110988
2026-03-25 21:43:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d92ee51b-9eb9-5de0-a96b-793820f278eb with scrape type 2
2026-03-25 21:43:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d92ee51b-9eb9-5de0-a96b-793820f278eb with scrape type 2
2026-03-25 21:43:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d92ee51b-9eb9-5de0-a96b-793820f278eb, identifier: 6998119auction110988
2026-03-25 21:43:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d92ee51b-9eb9-5de0-a96b-793820f278eb with identifier: 6998119auction110988
2026-03-25 21:43:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d92ee51b-9eb9-5de0-a96b-793820f278eb with identifier: 6998119auction110988
2026-03-25 21:43:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d92ee51b-9eb9-5de0-a96b-793820f278eb with identifier: 6998119auction110988 to the API
2026-03-25 21:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998119>
{'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-26T13: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/6998119',
'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-25 21:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998119auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:53 [ecarstrade.be] INFO: Saving data for 6998119auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372617.078495, 'last_price_update_time': 1774475033.250248}
2026-03-25 21:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998119auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998143> (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-25 21:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:53 [ecarstrade.be] INFO: Extracting details for car 6998143auction110988
2026-03-25 21:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998082> (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-25 21:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5fb1c25-2ce3-5208-9657-5aae722b5dbd with identifier: 6998143auction110988
2026-03-25 21:43:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5fb1c25-2ce3-5208-9657-5aae722b5dbd with scrape type 2
2026-03-25 21:43:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5fb1c25-2ce3-5208-9657-5aae722b5dbd with scrape type 2
2026-03-25 21:43:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5fb1c25-2ce3-5208-9657-5aae722b5dbd, identifier: 6998143auction110988
2026-03-25 21:43:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5fb1c25-2ce3-5208-9657-5aae722b5dbd with identifier: 6998143auction110988
2026-03-25 21:43:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5fb1c25-2ce3-5208-9657-5aae722b5dbd with identifier: 6998143auction110988
2026-03-25 21:43:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5fb1c25-2ce3-5208-9657-5aae722b5dbd with identifier: 6998143auction110988 to the API
2026-03-25 21:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998143>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b5fb1c25-2ce3-5208-9657-5aae722b5dbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998143',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 169483,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'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-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998143auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:54 [ecarstrade.be] INFO: Saving data for 6998143auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372671.348687, 'last_price_update_time': 1774475034.107836}
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998143auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:54 [ecarstrade.be] INFO: Extracting details for car 6998082auction110988
2026-03-25 21:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998142> (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-25 21:43:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13905f8a-44d4-564e-9c09-2f58864b91c4 with identifier: 6998082auction110988
2026-03-25 21:43:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13905f8a-44d4-564e-9c09-2f58864b91c4 with scrape type 2
2026-03-25 21:43:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13905f8a-44d4-564e-9c09-2f58864b91c4 with scrape type 2
2026-03-25 21:43:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13905f8a-44d4-564e-9c09-2f58864b91c4, identifier: 6998082auction110988
2026-03-25 21:43:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13905f8a-44d4-564e-9c09-2f58864b91c4 with identifier: 6998082auction110988
2026-03-25 21:43:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13905f8a-44d4-564e-9c09-2f58864b91c4 with identifier: 6998082auction110988
2026-03-25 21:43:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13905f8a-44d4-564e-9c09-2f58864b91c4 with identifier: 6998082auction110988 to the API
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998082>
{'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-26T13: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/6998082',
'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-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998082auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:54 [ecarstrade.be] INFO: Saving data for 6998082auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372596.191625, 'last_price_update_time': 1774475034.506982}
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998082auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:54 [ecarstrade.be] INFO: Extracting details for car 6998142auction110988
2026-03-25 21:43:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b01209e2-a9dc-5ecd-b759-bfea3fbcc860 with identifier: 6998142auction110988
2026-03-25 21:43:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b01209e2-a9dc-5ecd-b759-bfea3fbcc860 with scrape type 2
2026-03-25 21:43:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b01209e2-a9dc-5ecd-b759-bfea3fbcc860 with scrape type 2
2026-03-25 21:43:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b01209e2-a9dc-5ecd-b759-bfea3fbcc860, identifier: 6998142auction110988
2026-03-25 21:43:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b01209e2-a9dc-5ecd-b759-bfea3fbcc860 with identifier: 6998142auction110988
2026-03-25 21:43:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b01209e2-a9dc-5ecd-b759-bfea3fbcc860 with identifier: 6998142auction110988
2026-03-25 21:43:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b01209e2-a9dc-5ecd-b759-bfea3fbcc860 with identifier: 6998142auction110988 to the API
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998142>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b01209e2-a9dc-5ecd-b759-bfea3fbcc860',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998142',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 150966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'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-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998142auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:54 [ecarstrade.be] INFO: Saving data for 6998142auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372643.322968, 'last_price_update_time': 1774475034.904724}
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998142auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998141> (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-25 21:43:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:55 [ecarstrade.be] INFO: Extracting details for car 6998141auction110988
2026-03-25 21:43:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4091f61d-275f-5c82-83d7-39e504ca83e6 with identifier: 6998141auction110988
2026-03-25 21:43:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4091f61d-275f-5c82-83d7-39e504ca83e6 with scrape type 2
2026-03-25 21:43:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4091f61d-275f-5c82-83d7-39e504ca83e6 with scrape type 2
2026-03-25 21:43:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4091f61d-275f-5c82-83d7-39e504ca83e6, identifier: 6998141auction110988
2026-03-25 21:43:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4091f61d-275f-5c82-83d7-39e504ca83e6 with identifier: 6998141auction110988
2026-03-25 21:43:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4091f61d-275f-5c82-83d7-39e504ca83e6 with identifier: 6998141auction110988
2026-03-25 21:43:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4091f61d-275f-5c82-83d7-39e504ca83e6 with identifier: 6998141auction110988 to the API
2026-03-25 21:43:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:43:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998141>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4091f61d-275f-5c82-83d7-39e504ca83e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998141',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 116371,
'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 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2021}
2026-03-25 21:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998141auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:43:55 [ecarstrade.be] INFO: Saving data for 6998141auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372743.034762, 'last_price_update_time': 1774475035.962095}
2026-03-25 21:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998141auction110988') HTTP/1.1" 204 0
2026-03-25 21:43:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998139> (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-25 21:43:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:43:59 [ecarstrade.be] INFO: Extracting details for car 6998139auction110988
2026-03-25 21:43:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with identifier: 6998139auction110988
2026-03-25 21:43:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with scrape type 2
2026-03-25 21:43:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with scrape type 2
2026-03-25 21:43:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e, identifier: 6998139auction110988
2026-03-25 21:43:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with identifier: 6998139auction110988
2026-03-25 21:43:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with identifier: 6998139auction110988
2026-03-25 21:43:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with identifier: 6998139auction110988 to the API
2026-03-25 21:43:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:43: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-25 21:44:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998139>
{'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-26T13: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/6998139',
'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-25 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998139auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:00 [ecarstrade.be] INFO: Saving data for 6998139auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372701.524522, 'last_price_update_time': 1774475040.097442}
2026-03-25 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998139auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998140> (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-25 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-25 21:44:00 [ecarstrade.be] INFO: Extracting details for car 6998140auction110988
2026-03-25 21:44:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b24480f-8ff6-534e-8943-eac29deff33a with identifier: 6998140auction110988
2026-03-25 21:44:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b24480f-8ff6-534e-8943-eac29deff33a with scrape type 2
2026-03-25 21:44:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b24480f-8ff6-534e-8943-eac29deff33a with scrape type 2
2026-03-25 21:44:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b24480f-8ff6-534e-8943-eac29deff33a, identifier: 6998140auction110988
2026-03-25 21:44:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b24480f-8ff6-534e-8943-eac29deff33a with identifier: 6998140auction110988
2026-03-25 21:44:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b24480f-8ff6-534e-8943-eac29deff33a with identifier: 6998140auction110988
2026-03-25 21:44:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b24480f-8ff6-534e-8943-eac29deff33a with identifier: 6998140auction110988 to the API
2026-03-25 21:44:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998140>
{'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-26T13: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/6998140',
'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-25 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998140auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:00 [ecarstrade.be] INFO: Saving data for 6998140auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372706.235924, 'last_price_update_time': 1774475040.592455}
2026-03-25 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998140auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998136> (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-25 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-25 21:44:00 [ecarstrade.be] INFO: Extracting details for car 6998136auction110988
2026-03-25 21:44:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 804cea2d-d29f-5b10-a555-809bcd1ae164 with identifier: 6998136auction110988
2026-03-25 21:44:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 804cea2d-d29f-5b10-a555-809bcd1ae164 with scrape type 2
2026-03-25 21:44:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 804cea2d-d29f-5b10-a555-809bcd1ae164 with scrape type 2
2026-03-25 21:44:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 804cea2d-d29f-5b10-a555-809bcd1ae164, identifier: 6998136auction110988
2026-03-25 21:44:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 804cea2d-d29f-5b10-a555-809bcd1ae164 with identifier: 6998136auction110988
2026-03-25 21:44:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 804cea2d-d29f-5b10-a555-809bcd1ae164 with identifier: 6998136auction110988
2026-03-25 21:44:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 804cea2d-d29f-5b10-a555-809bcd1ae164 with identifier: 6998136auction110988 to the API
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998136>
{'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-26T13: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/6998136',
'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-25 21:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998136auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:01 [ecarstrade.be] INFO: Saving data for 6998136auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372757.38438, 'last_price_update_time': 1774475041.181154}
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998136auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998137> (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-25 21:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998134> (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-25 21:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:01 [ecarstrade.be] INFO: Extracting details for car 6998137auction110988
2026-03-25 21:44:01 [ecarstrade.be] INFO: Extracting details for car 6998134auction110988
2026-03-25 21:44:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d27b6e83-fd4d-5701-a063-5b4317c69e13 with identifier: 6998137auction110988
2026-03-25 21:44:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d27b6e83-fd4d-5701-a063-5b4317c69e13 with scrape type 2
2026-03-25 21:44:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d27b6e83-fd4d-5701-a063-5b4317c69e13 with scrape type 2
2026-03-25 21:44:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d27b6e83-fd4d-5701-a063-5b4317c69e13, identifier: 6998137auction110988
2026-03-25 21:44:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f766849-c252-5fbc-b91a-894191258374 with identifier: 6998134auction110988
2026-03-25 21:44:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f766849-c252-5fbc-b91a-894191258374 with scrape type 2
2026-03-25 21:44:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f766849-c252-5fbc-b91a-894191258374 with scrape type 2
2026-03-25 21:44:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f766849-c252-5fbc-b91a-894191258374, identifier: 6998134auction110988
2026-03-25 21:44:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d27b6e83-fd4d-5701-a063-5b4317c69e13 with identifier: 6998137auction110988
2026-03-25 21:44:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d27b6e83-fd4d-5701-a063-5b4317c69e13 with identifier: 6998137auction110988
2026-03-25 21:44:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d27b6e83-fd4d-5701-a063-5b4317c69e13 with identifier: 6998137auction110988 to the API
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998137>
{'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-26T13: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/6998137',
'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-25 21:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998137auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:01 [ecarstrade.be] INFO: Saving data for 6998137auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372700.934323, 'last_price_update_time': 1774475041.757577}
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998137auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f766849-c252-5fbc-b91a-894191258374 with identifier: 6998134auction110988
2026-03-25 21:44:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f766849-c252-5fbc-b91a-894191258374 with identifier: 6998134auction110988
2026-03-25 21:44:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f766849-c252-5fbc-b91a-894191258374 with identifier: 6998134auction110988 to the API
2026-03-25 21:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998134>
{'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-26T13: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/6998134',
'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-25 21:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998134auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:02 [ecarstrade.be] INFO: Saving data for 6998134auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372635.905902, 'last_price_update_time': 1774475042.976449}
2026-03-25 21:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998134auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998132> (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-25 21:44:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:03 [ecarstrade.be] INFO: Extracting details for car 6998132auction110988
2026-03-25 21:44:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbde8154-d993-56ad-9b8b-abdeae2e6836 with identifier: 6998132auction110988
2026-03-25 21:44:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbde8154-d993-56ad-9b8b-abdeae2e6836 with scrape type 2
2026-03-25 21:44:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbde8154-d993-56ad-9b8b-abdeae2e6836 with scrape type 2
2026-03-25 21:44:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbde8154-d993-56ad-9b8b-abdeae2e6836, identifier: 6998132auction110988
2026-03-25 21:44:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbde8154-d993-56ad-9b8b-abdeae2e6836 with identifier: 6998132auction110988
2026-03-25 21:44:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbde8154-d993-56ad-9b8b-abdeae2e6836 with identifier: 6998132auction110988
2026-03-25 21:44:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbde8154-d993-56ad-9b8b-abdeae2e6836 with identifier: 6998132auction110988 to the API
2026-03-25 21:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998132>
{'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-26T13: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/6998132',
'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-25 21:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998132auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:03 [ecarstrade.be] INFO: Saving data for 6998132auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372635.447378, 'last_price_update_time': 1774475043.466257}
2026-03-25 21:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998132auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:06 [scrapy.extensions.logstats] INFO: Crawled 423 pages (at 50 pages/min), scraped 366 items (at 48 items/min)
2026-03-25 21:44:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998130> (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-25 21:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998131> (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-25 21:44:06 [ecarstrade.be] INFO: Extracting details for car 6998130auction110988
2026-03-25 21:44:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5819f8a3-1f01-5296-94c0-578cf06da177 with identifier: 6998130auction110988
2026-03-25 21:44:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5819f8a3-1f01-5296-94c0-578cf06da177 with scrape type 2
2026-03-25 21:44:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5819f8a3-1f01-5296-94c0-578cf06da177 with scrape type 2
2026-03-25 21:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5819f8a3-1f01-5296-94c0-578cf06da177, identifier: 6998130auction110988
2026-03-25 21:44:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5819f8a3-1f01-5296-94c0-578cf06da177 with identifier: 6998130auction110988
2026-03-25 21:44:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5819f8a3-1f01-5296-94c0-578cf06da177 with identifier: 6998130auction110988
2026-03-25 21:44:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5819f8a3-1f01-5296-94c0-578cf06da177 with identifier: 6998130auction110988 to the API
2026-03-25 21:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998130>
{'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-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '5819f8a3-1f01-5296-94c0-578cf06da177',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998130',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'iX3',
'odometer': 139128,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': 'IX3 80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998130auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:07 [ecarstrade.be] INFO: Saving data for 6998130auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372637.897811, 'last_price_update_time': 1774475047.289406}
2026-03-25 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998130auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:07 [ecarstrade.be] INFO: Extracting details for car 6998131auction110988
2026-03-25 21:44:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998129> (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-25 21:44:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19488f36-2538-51ea-907d-0f0740fcbce4 with identifier: 6998131auction110988
2026-03-25 21:44:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19488f36-2538-51ea-907d-0f0740fcbce4 with scrape type 2
2026-03-25 21:44:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19488f36-2538-51ea-907d-0f0740fcbce4 with scrape type 2
2026-03-25 21:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19488f36-2538-51ea-907d-0f0740fcbce4, identifier: 6998131auction110988
2026-03-25 21:44:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19488f36-2538-51ea-907d-0f0740fcbce4 with identifier: 6998131auction110988
2026-03-25 21:44:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19488f36-2538-51ea-907d-0f0740fcbce4 with identifier: 6998131auction110988
2026-03-25 21:44:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19488f36-2538-51ea-907d-0f0740fcbce4 with identifier: 6998131auction110988 to the API
2026-03-25 21:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998131>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '19488f36-2538-51ea-907d-0f0740fcbce4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998131',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 79497,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-25 21:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998131auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:08 [ecarstrade.be] INFO: Saving data for 6998131auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372756.336224, 'last_price_update_time': 1774475048.185389}
2026-03-25 21:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998131auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:08 [ecarstrade.be] INFO: Extracting details for car 6998129auction110988
2026-03-25 21:44:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1954b7f2-c315-5c37-9192-9d5a8372e714 with identifier: 6998129auction110988
2026-03-25 21:44:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1954b7f2-c315-5c37-9192-9d5a8372e714 with scrape type 2
2026-03-25 21:44:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1954b7f2-c315-5c37-9192-9d5a8372e714 with scrape type 2
2026-03-25 21:44:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1954b7f2-c315-5c37-9192-9d5a8372e714, identifier: 6998129auction110988
2026-03-25 21:44:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1954b7f2-c315-5c37-9192-9d5a8372e714 with identifier: 6998129auction110988
2026-03-25 21:44:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1954b7f2-c315-5c37-9192-9d5a8372e714 with identifier: 6998129auction110988
2026-03-25 21:44:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1954b7f2-c315-5c37-9192-9d5a8372e714 with identifier: 6998129auction110988 to the API
2026-03-25 21:44:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998129>
{'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-26T13: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/6998129',
'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-25 21:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998129auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:09 [ecarstrade.be] INFO: Saving data for 6998129auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372638.74426, 'last_price_update_time': 1774475049.195207}
2026-03-25 21:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998129auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998128> (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-25 21:44:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:09 [ecarstrade.be] INFO: Extracting details for car 6998128auction110988
2026-03-25 21:44:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with identifier: 6998128auction110988
2026-03-25 21:44:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with scrape type 2
2026-03-25 21:44:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with scrape type 2
2026-03-25 21:44:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d573e48-62e9-5b52-a6a2-c6e051f1e568, identifier: 6998128auction110988
2026-03-25 21:44:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with identifier: 6998128auction110988
2026-03-25 21:44:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with identifier: 6998128auction110988
2026-03-25 21:44:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with identifier: 6998128auction110988 to the API
2026-03-25 21:44:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998128>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '',
'expiration_date': '2026-03-26T13:40: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/6998128',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'iX3',
'odometer': 64095,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998128auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:09 [ecarstrade.be] INFO: Saving data for 6998128auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372638.211976, 'last_price_update_time': 1774475049.692195}
2026-03-25 21:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998128auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998127> (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-25 21:44:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998126> (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-25 21:44:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:09 [ecarstrade.be] INFO: Extracting details for car 6998127auction110988
2026-03-25 21:44:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with identifier: 6998127auction110988
2026-03-25 21:44:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with scrape type 2
2026-03-25 21:44:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with scrape type 2
2026-03-25 21:44:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0, identifier: 6998127auction110988
2026-03-25 21:44:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with identifier: 6998127auction110988
2026-03-25 21:44:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with identifier: 6998127auction110988
2026-03-25 21:44:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with identifier: 6998127auction110988 to the API
2026-03-25 21:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998127>
{'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-26T13: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/6998127',
'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-25 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998127auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:10 [ecarstrade.be] INFO: Saving data for 6998127auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372644.223394, 'last_price_update_time': 1774475050.184358}
2026-03-25 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998127auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:10 [ecarstrade.be] INFO: Extracting details for car 6998126auction110988
2026-03-25 21:44:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9b4764c-4ffe-556e-855a-843b84956ea9 with identifier: 6998126auction110988
2026-03-25 21:44:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9b4764c-4ffe-556e-855a-843b84956ea9 with scrape type 2
2026-03-25 21:44:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9b4764c-4ffe-556e-855a-843b84956ea9 with scrape type 2
2026-03-25 21:44:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9b4764c-4ffe-556e-855a-843b84956ea9, identifier: 6998126auction110988
2026-03-25 21:44:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9b4764c-4ffe-556e-855a-843b84956ea9 with identifier: 6998126auction110988
2026-03-25 21:44:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9b4764c-4ffe-556e-855a-843b84956ea9 with identifier: 6998126auction110988
2026-03-25 21:44:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9b4764c-4ffe-556e-855a-843b84956ea9 with identifier: 6998126auction110988 to the API
2026-03-25 21:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998126>
{'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-26T13: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/6998126',
'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-25 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998126auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:10 [ecarstrade.be] INFO: Saving data for 6998126auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372640.375299, 'last_price_update_time': 1774475050.561175}
2026-03-25 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998126auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998125> (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-25 21:44:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:13 [ecarstrade.be] INFO: Extracting details for car 6998125auction110988
2026-03-25 21:44:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1638f510-d55d-5094-bdba-264f60d80089 with identifier: 6998125auction110988
2026-03-25 21:44:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1638f510-d55d-5094-bdba-264f60d80089 with scrape type 2
2026-03-25 21:44:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1638f510-d55d-5094-bdba-264f60d80089 with scrape type 2
2026-03-25 21:44:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1638f510-d55d-5094-bdba-264f60d80089, identifier: 6998125auction110988
2026-03-25 21:44:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1638f510-d55d-5094-bdba-264f60d80089 with identifier: 6998125auction110988
2026-03-25 21:44:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1638f510-d55d-5094-bdba-264f60d80089 with identifier: 6998125auction110988
2026-03-25 21:44:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1638f510-d55d-5094-bdba-264f60d80089 with identifier: 6998125auction110988 to the API
2026-03-25 21:44:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998125>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '1638f510-d55d-5094-bdba-264f60d80089',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998125',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 144843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES TOURING 2.0 530E 170KW XDRIVE AUTO TOURING',
'transmission': 'automatic',
'trim': '5 SERIES TOURING 2.0 E 170KW XDRIVE AUTO TOURING',
'vin': None,
'year': 2022}
2026-03-25 21:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998125auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:13 [ecarstrade.be] INFO: Saving data for 6998125auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372652.714926, 'last_price_update_time': 1774475053.977426}
2026-03-25 21:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998125auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998124> (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-25 21:44:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:15 [ecarstrade.be] INFO: Extracting details for car 6998124auction110988
2026-03-25 21:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c591fc08-e5f9-5dea-a110-e88fafbaccdb with identifier: 6998124auction110988
2026-03-25 21:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c591fc08-e5f9-5dea-a110-e88fafbaccdb with scrape type 2
2026-03-25 21:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c591fc08-e5f9-5dea-a110-e88fafbaccdb with scrape type 2
2026-03-25 21:44:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c591fc08-e5f9-5dea-a110-e88fafbaccdb, identifier: 6998124auction110988
2026-03-25 21:44:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c591fc08-e5f9-5dea-a110-e88fafbaccdb with identifier: 6998124auction110988
2026-03-25 21:44:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c591fc08-e5f9-5dea-a110-e88fafbaccdb with identifier: 6998124auction110988
2026-03-25 21:44:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c591fc08-e5f9-5dea-a110-e88fafbaccdb with identifier: 6998124auction110988 to the API
2026-03-25 21:44:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998124>
{'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-26T13: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/6998124',
'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-25 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998124auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:15 [ecarstrade.be] INFO: Saving data for 6998124auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372593.817722, 'last_price_update_time': 1774475055.377389}
2026-03-25 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998124auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998123> (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-25 21:44:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:15 [ecarstrade.be] INFO: Extracting details for car 6998123auction110988
2026-03-25 21:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ba78570-faff-5812-8c6c-e9bc7ec98f6a with identifier: 6998123auction110988
2026-03-25 21:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ba78570-faff-5812-8c6c-e9bc7ec98f6a with scrape type 2
2026-03-25 21:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ba78570-faff-5812-8c6c-e9bc7ec98f6a with scrape type 2
2026-03-25 21:44:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ba78570-faff-5812-8c6c-e9bc7ec98f6a, identifier: 6998123auction110988
2026-03-25 21:44:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ba78570-faff-5812-8c6c-e9bc7ec98f6a with identifier: 6998123auction110988
2026-03-25 21:44:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ba78570-faff-5812-8c6c-e9bc7ec98f6a with identifier: 6998123auction110988
2026-03-25 21:44:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ba78570-faff-5812-8c6c-e9bc7ec98f6a with identifier: 6998123auction110988 to the API
2026-03-25 21:44:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998123>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8ba78570-faff-5812-8c6c-e9bc7ec98f6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998123',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '520',
'odometer': 57863,
'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-25 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998123auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:15 [ecarstrade.be] INFO: Saving data for 6998123auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372615.353837, 'last_price_update_time': 1774475055.867329}
2026-03-25 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998123auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998122> (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-25 21:44:15 [ecarstrade.be] INFO: Extracting details for car 6998122auction110988
2026-03-25 21:44:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 259ca877-3274-5fbb-ae35-3f64374ad623 with identifier: 6998122auction110988
2026-03-25 21:44:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 259ca877-3274-5fbb-ae35-3f64374ad623 with scrape type 2
2026-03-25 21:44:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 259ca877-3274-5fbb-ae35-3f64374ad623 with scrape type 2
2026-03-25 21:44:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 259ca877-3274-5fbb-ae35-3f64374ad623, identifier: 6998122auction110988
2026-03-25 21:44:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 259ca877-3274-5fbb-ae35-3f64374ad623 with identifier: 6998122auction110988
2026-03-25 21:44:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 259ca877-3274-5fbb-ae35-3f64374ad623 with identifier: 6998122auction110988
2026-03-25 21:44:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 259ca877-3274-5fbb-ae35-3f64374ad623 with identifier: 6998122auction110988 to the API
2026-03-25 21:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998122>
{'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-26T13: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/6998122',
'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-25 21:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998122auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:16 [ecarstrade.be] INFO: Saving data for 6998122auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372614.241963, 'last_price_update_time': 1774475056.414566}
2026-03-25 21:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998122auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998118> (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-25 21:44:16 [ecarstrade.be] INFO: Extracting details for car 6998118auction110988
2026-03-25 21:44:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with identifier: 6998118auction110988
2026-03-25 21:44:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with scrape type 2
2026-03-25 21:44:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with scrape type 2
2026-03-25 21:44:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e, identifier: 6998118auction110988
2026-03-25 21:44:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with identifier: 6998118auction110988
2026-03-25 21:44:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with identifier: 6998118auction110988
2026-03-25 21:44:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with identifier: 6998118auction110988 to the API
2026-03-25 21:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998118>
{'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-26T13:40: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/6998118',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 56256,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998118auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:17 [ecarstrade.be] INFO: Saving data for 6998118auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372610.802973, 'last_price_update_time': 1774475057.113585}
2026-03-25 21:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998118auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:19 [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-25 21:44:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998145auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998145auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998145auction110988: 2
2026-03-25 21:44:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998146auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998146auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998146auction110988: 2
2026-03-25 21:44:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998147auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998147auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998147auction110988: 2
2026-03-25 21:44:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998149auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998149auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998149auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998151auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998151auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998151auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998200auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998200auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998200auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998237auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998237auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998237auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998238auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998238auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998238auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998239auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998239auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998239auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998240auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998240auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998240auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998241auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998241auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998241auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998242auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998242auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998242auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998243auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998243auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998243auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998244auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998244auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998244auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998245auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998245auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998245auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998246auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998246auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998246auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998247auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998247auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998247auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998248auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998248auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998248auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998249auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998249auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998249auction110988: 2
2026-03-25 21:44:19 [ecarstrade.be] INFO: Found listing with ID: 6998250auction110988
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998250auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:19 [ecarstrade.be] INFO: Scrape type for 6998250auction110988: 2
2026-03-25 21:44:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998117> (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-25 21:44:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:20 [ecarstrade.be] INFO: Extracting details for car 6998117auction110988
2026-03-25 21:44:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f926c7-3e40-5086-8f7e-220d4a8cf045 with identifier: 6998117auction110988
2026-03-25 21:44:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f926c7-3e40-5086-8f7e-220d4a8cf045 with scrape type 2
2026-03-25 21:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f926c7-3e40-5086-8f7e-220d4a8cf045 with scrape type 2
2026-03-25 21:44:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4f926c7-3e40-5086-8f7e-220d4a8cf045, identifier: 6998117auction110988
2026-03-25 21:44:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4f926c7-3e40-5086-8f7e-220d4a8cf045 with identifier: 6998117auction110988
2026-03-25 21:44:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4f926c7-3e40-5086-8f7e-220d4a8cf045 with identifier: 6998117auction110988
2026-03-25 21:44:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4f926c7-3e40-5086-8f7e-220d4a8cf045 with identifier: 6998117auction110988 to the API
2026-03-25 21:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998117>
{'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-26T13: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/6998117',
'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-25 21:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998117auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:20 [ecarstrade.be] INFO: Saving data for 6998117auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372611.309334, 'last_price_update_time': 1774475060.439043}
2026-03-25 21:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998117auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998144> (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-25 21:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:20 [ecarstrade.be] INFO: Extracting details for car 6998144auction110988
2026-03-25 21:44:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f215d263-fb29-5af0-948a-6e2d5325c91b with identifier: 6998144auction110988
2026-03-25 21:44:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f215d263-fb29-5af0-948a-6e2d5325c91b with scrape type 2
2026-03-25 21:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f215d263-fb29-5af0-948a-6e2d5325c91b with scrape type 2
2026-03-25 21:44:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f215d263-fb29-5af0-948a-6e2d5325c91b, identifier: 6998144auction110988
2026-03-25 21:44:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f215d263-fb29-5af0-948a-6e2d5325c91b with identifier: 6998144auction110988
2026-03-25 21:44:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f215d263-fb29-5af0-948a-6e2d5325c91b with identifier: 6998144auction110988
2026-03-25 21:44:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f215d263-fb29-5af0-948a-6e2d5325c91b with identifier: 6998144auction110988 to the API
2026-03-25 21:44:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998144>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f215d263-fb29-5af0-948a-6e2d5325c91b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998144',
'listing': 'directbuy',
'location': 'Belgium - "ASSE II"',
'make': 'BMW',
'model': 'X1',
'odometer': 102641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW) BELGIAN CUSTOMERS ONLY',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW) BELGIAN CUSTOMERS ONLY',
'vin': None,
'year': 2020}
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998144auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:22 [ecarstrade.be] INFO: Saving data for 6998144auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372639.826493, 'last_price_update_time': 1774475062.164865}
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998144auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998116> (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-25 21:44:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998115> (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-25 21:44:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:22 [ecarstrade.be] INFO: Extracting details for car 6998116auction110988
2026-03-25 21:44:22 [ecarstrade.be] INFO: Extracting details for car 6998115auction110988
2026-03-25 21:44:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f142e715-44b2-550d-a7aa-30db723b97ad with identifier: 6998116auction110988
2026-03-25 21:44:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f142e715-44b2-550d-a7aa-30db723b97ad with scrape type 2
2026-03-25 21:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f142e715-44b2-550d-a7aa-30db723b97ad with scrape type 2
2026-03-25 21:44:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f142e715-44b2-550d-a7aa-30db723b97ad, identifier: 6998116auction110988
2026-03-25 21:44:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dca4629-2246-5eb6-8247-aa6edda35290 with identifier: 6998115auction110988
2026-03-25 21:44:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dca4629-2246-5eb6-8247-aa6edda35290 with scrape type 2
2026-03-25 21:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dca4629-2246-5eb6-8247-aa6edda35290 with scrape type 2
2026-03-25 21:44:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8dca4629-2246-5eb6-8247-aa6edda35290, identifier: 6998115auction110988
2026-03-25 21:44:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f142e715-44b2-550d-a7aa-30db723b97ad with identifier: 6998116auction110988
2026-03-25 21:44:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f142e715-44b2-550d-a7aa-30db723b97ad with identifier: 6998116auction110988
2026-03-25 21:44:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f142e715-44b2-550d-a7aa-30db723b97ad with identifier: 6998116auction110988 to the API
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998116>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f142e715-44b2-550d-a7aa-30db723b97ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998116',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '518',
'odometer': 97195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 518D 100KW AUTO',
'transmission': 'automatic',
'trim': '5 SERIES BERLINE 2.0 D 100KW AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998116auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:22 [ecarstrade.be] INFO: Saving data for 6998116auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372609.581617, 'last_price_update_time': 1774475062.765651}
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998116auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8dca4629-2246-5eb6-8247-aa6edda35290 with identifier: 6998115auction110988
2026-03-25 21:44:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8dca4629-2246-5eb6-8247-aa6edda35290 with identifier: 6998115auction110988
2026-03-25 21:44:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8dca4629-2246-5eb6-8247-aa6edda35290 with identifier: 6998115auction110988 to the API
2026-03-25 21:44:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998115>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8dca4629-2246-5eb6-8247-aa6edda35290',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998115',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 56141,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-17',
'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-25 21:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998115auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:23 [ecarstrade.be] INFO: Saving data for 6998115auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372608.360821, 'last_price_update_time': 1774475063.057887}
2026-03-25 21:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998115auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:25 [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-25 21:44:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998251auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998251auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998251auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998252auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998252auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998252auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998253auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998253auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998253auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998254auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998254auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998254auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998256auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998256auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998256auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998258auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998258auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998258auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998260auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998260auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998260auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998263auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998263auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998263auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998268auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998268auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998268auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998271auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998271auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998271auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998274auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998274auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998274auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998275auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998275auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998275auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998276auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998276auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998276auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998278auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998278auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998278auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998282auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998282auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998282auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998286auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998286auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998286auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998287auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998287auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998287auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998290auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998290auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:25 [ecarstrade.be] INFO: Scrape type for 6998290auction110988: 2
2026-03-25 21:44:25 [ecarstrade.be] INFO: Found listing with ID: 6998292auction110988
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998292auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:26 [ecarstrade.be] INFO: Scrape type for 6998292auction110988: 2
2026-03-25 21:44:26 [ecarstrade.be] INFO: Found listing with ID: 6998295auction110988
2026-03-25 21:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998295auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:26 [ecarstrade.be] INFO: Scrape type for 6998295auction110988: 2
2026-03-25 21:44:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998146> (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-25 21:44:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:26 [ecarstrade.be] INFO: Extracting details for car 6998146auction110988
2026-03-25 21:44:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2efd3e9-ee63-51c3-bbb5-77a08f97595b with identifier: 6998146auction110988
2026-03-25 21:44:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2efd3e9-ee63-51c3-bbb5-77a08f97595b with scrape type 2
2026-03-25 21:44:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2efd3e9-ee63-51c3-bbb5-77a08f97595b with scrape type 2
2026-03-25 21:44:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2efd3e9-ee63-51c3-bbb5-77a08f97595b, identifier: 6998146auction110988
2026-03-25 21:44:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2efd3e9-ee63-51c3-bbb5-77a08f97595b with identifier: 6998146auction110988
2026-03-25 21:44:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2efd3e9-ee63-51c3-bbb5-77a08f97595b with identifier: 6998146auction110988
2026-03-25 21:44:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2efd3e9-ee63-51c3-bbb5-77a08f97595b with identifier: 6998146auction110988 to the API
2026-03-25 21:44:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998146>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b2efd3e9-ee63-51c3-bbb5-77a08f97595b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998146',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 150408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-14',
'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': 2021}
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998146auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:27 [ecarstrade.be] INFO: Saving data for 6998146auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372673.131673, 'last_price_update_time': 1774475067.021956}
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998146auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998145> (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-25 21:44:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:27 [ecarstrade.be] INFO: Extracting details for car 6998145auction110988
2026-03-25 21:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998147> (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-25 21:44:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e66df90c-02e7-53c0-82d1-8ffeca58071f with identifier: 6998145auction110988
2026-03-25 21:44:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e66df90c-02e7-53c0-82d1-8ffeca58071f with scrape type 2
2026-03-25 21:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e66df90c-02e7-53c0-82d1-8ffeca58071f with scrape type 2
2026-03-25 21:44:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e66df90c-02e7-53c0-82d1-8ffeca58071f, identifier: 6998145auction110988
2026-03-25 21:44:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e66df90c-02e7-53c0-82d1-8ffeca58071f with identifier: 6998145auction110988
2026-03-25 21:44:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e66df90c-02e7-53c0-82d1-8ffeca58071f with identifier: 6998145auction110988
2026-03-25 21:44:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e66df90c-02e7-53c0-82d1-8ffeca58071f with identifier: 6998145auction110988 to the API
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998145>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e66df90c-02e7-53c0-82d1-8ffeca58071f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998145',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 117173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-18',
'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-25 21:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998145auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:27 [ecarstrade.be] INFO: Saving data for 6998145auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372676.718328, 'last_price_update_time': 1774475067.642845}
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998145auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:27 [ecarstrade.be] INFO: Extracting details for car 6998147auction110988
2026-03-25 21:44:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5aa7ea5-b41c-539a-9f8f-3a7cc5d19f8d with identifier: 6998147auction110988
2026-03-25 21:44:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5aa7ea5-b41c-539a-9f8f-3a7cc5d19f8d with scrape type 2
2026-03-25 21:44:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5aa7ea5-b41c-539a-9f8f-3a7cc5d19f8d with scrape type 2
2026-03-25 21:44:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5aa7ea5-b41c-539a-9f8f-3a7cc5d19f8d, identifier: 6998147auction110988
2026-03-25 21:44:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5aa7ea5-b41c-539a-9f8f-3a7cc5d19f8d with identifier: 6998147auction110988
2026-03-25 21:44:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5aa7ea5-b41c-539a-9f8f-3a7cc5d19f8d with identifier: 6998147auction110988
2026-03-25 21:44:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5aa7ea5-b41c-539a-9f8f-3a7cc5d19f8d with identifier: 6998147auction110988 to the API
2026-03-25 21:44:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998147>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e5aa7ea5-b41c-539a-9f8f-3a7cc5d19f8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998147',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 152141,
'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 PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2020}
2026-03-25 21:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998147auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:28 [ecarstrade.be] INFO: Saving data for 6998147auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372672.616064, 'last_price_update_time': 1774475068.010915}
2026-03-25 21:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998147auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998151> (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-25 21:44:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:29 [ecarstrade.be] INFO: Extracting details for car 6998151auction110988
2026-03-25 21:44:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c6dad92-26fa-515c-bd57-02bad75d5930 with identifier: 6998151auction110988
2026-03-25 21:44:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c6dad92-26fa-515c-bd57-02bad75d5930 with scrape type 2
2026-03-25 21:44:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c6dad92-26fa-515c-bd57-02bad75d5930 with scrape type 2
2026-03-25 21:44:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c6dad92-26fa-515c-bd57-02bad75d5930, identifier: 6998151auction110988
2026-03-25 21:44:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c6dad92-26fa-515c-bd57-02bad75d5930 with identifier: 6998151auction110988
2026-03-25 21:44:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c6dad92-26fa-515c-bd57-02bad75d5930 with identifier: 6998151auction110988
2026-03-25 21:44:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c6dad92-26fa-515c-bd57-02bad75d5930 with identifier: 6998151auction110988 to the API
2026-03-25 21:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998151>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9c6dad92-26fa-515c-bd57-02bad75d5930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998151',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 125107,
'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 X1 DIESEL - 2019 1.5 dA sDrive16 AdBlue',
'transmission': 'automatic',
'trim': 'DIESEL - 2019 1.5 dA sDrive16 AdBlue',
'vin': None,
'year': 2020}
2026-03-25 21:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998151auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:29 [ecarstrade.be] INFO: Saving data for 6998151auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372743.320136, 'last_price_update_time': 1774475069.744164}
2026-03-25 21:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998151auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998149> (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-25 21:44:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:29 [ecarstrade.be] INFO: Extracting details for car 6998149auction110988
2026-03-25 21:44:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d9177fe-0c77-5990-b31e-7cdc531b92d7 with identifier: 6998149auction110988
2026-03-25 21:44:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d9177fe-0c77-5990-b31e-7cdc531b92d7 with scrape type 2
2026-03-25 21:44:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d9177fe-0c77-5990-b31e-7cdc531b92d7 with scrape type 2
2026-03-25 21:44:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d9177fe-0c77-5990-b31e-7cdc531b92d7, identifier: 6998149auction110988
2026-03-25 21:44:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d9177fe-0c77-5990-b31e-7cdc531b92d7 with identifier: 6998149auction110988
2026-03-25 21:44:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d9177fe-0c77-5990-b31e-7cdc531b92d7 with identifier: 6998149auction110988
2026-03-25 21:44:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d9177fe-0c77-5990-b31e-7cdc531b92d7 with identifier: 6998149auction110988 to the API
2026-03-25 21:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998149>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1d9177fe-0c77-5990-b31e-7cdc531b92d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998149',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 158805,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-23',
'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': 2021}
2026-03-25 21:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998149auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:30 [ecarstrade.be] INFO: Saving data for 6998149auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372671.866232, 'last_price_update_time': 1774475070.237127}
2026-03-25 21:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998149auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998200> (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-25 21:44:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998075> (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-25 21:44:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:31 [ecarstrade.be] INFO: Extracting details for car 6998200auction110988
2026-03-25 21:44:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee5b89f6-7e4f-5f60-929b-eceaa8e22198 with identifier: 6998200auction110988
2026-03-25 21:44:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee5b89f6-7e4f-5f60-929b-eceaa8e22198 with scrape type 2
2026-03-25 21:44:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee5b89f6-7e4f-5f60-929b-eceaa8e22198 with scrape type 2
2026-03-25 21:44:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee5b89f6-7e4f-5f60-929b-eceaa8e22198, identifier: 6998200auction110988
2026-03-25 21:44:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee5b89f6-7e4f-5f60-929b-eceaa8e22198 with identifier: 6998200auction110988
2026-03-25 21:44:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee5b89f6-7e4f-5f60-929b-eceaa8e22198 with identifier: 6998200auction110988
2026-03-25 21:44:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee5b89f6-7e4f-5f60-929b-eceaa8e22198 with identifier: 6998200auction110988 to the API
2026-03-25 21:44:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998200>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'ee5b89f6-7e4f-5f60-929b-eceaa8e22198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998200',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X2',
'odometer': 80415,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'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-25 21:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998200auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:31 [ecarstrade.be] INFO: Saving data for 6998200auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372675.291899, 'last_price_update_time': 1774475071.859782}
2026-03-25 21:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998200auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:31 [ecarstrade.be] INFO: Extracting details for car 6998075auction110988
2026-03-25 21:44:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4145184f-3745-57a9-9089-9f6566919ab6 with identifier: 6998075auction110988
2026-03-25 21:44:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4145184f-3745-57a9-9089-9f6566919ab6 with scrape type 2
2026-03-25 21:44:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4145184f-3745-57a9-9089-9f6566919ab6 with scrape type 2
2026-03-25 21:44:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4145184f-3745-57a9-9089-9f6566919ab6, identifier: 6998075auction110988
2026-03-25 21:44:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4145184f-3745-57a9-9089-9f6566919ab6 with identifier: 6998075auction110988
2026-03-25 21:44:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4145184f-3745-57a9-9089-9f6566919ab6 with identifier: 6998075auction110988
2026-03-25 21:44:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4145184f-3745-57a9-9089-9f6566919ab6 with identifier: 6998075auction110988 to the API
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998075>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4145184f-3745-57a9-9089-9f6566919ab6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998075',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '320',
'odometer': 102982,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 320E XDRIVE TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E XDRIVE TOURING',
'vin': None,
'year': 2021}
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998075auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:32 [ecarstrade.be] INFO: Saving data for 6998075auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372614.918938, 'last_price_update_time': 1774475072.238433}
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998075auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998237> (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-25 21:44:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:32 [ecarstrade.be] INFO: Extracting details for car 6998237auction110988
2026-03-25 21:44:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ff2d0da-2f6d-5440-8fa4-5519950cfc1f with identifier: 6998237auction110988
2026-03-25 21:44:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ff2d0da-2f6d-5440-8fa4-5519950cfc1f with scrape type 2
2026-03-25 21:44:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ff2d0da-2f6d-5440-8fa4-5519950cfc1f with scrape type 2
2026-03-25 21:44:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ff2d0da-2f6d-5440-8fa4-5519950cfc1f, identifier: 6998237auction110988
2026-03-25 21:44:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ff2d0da-2f6d-5440-8fa4-5519950cfc1f with identifier: 6998237auction110988
2026-03-25 21:44:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ff2d0da-2f6d-5440-8fa4-5519950cfc1f with identifier: 6998237auction110988
2026-03-25 21:44:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ff2d0da-2f6d-5440-8fa4-5519950cfc1f with identifier: 6998237auction110988 to the API
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998237>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '6ff2d0da-2f6d-5440-8fa4-5519950cfc1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998237',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 98914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 SDRIVE18I 100KW',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I 100KW',
'vin': None,
'year': 2021}
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998237auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:32 [ecarstrade.be] INFO: Saving data for 6998237auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372678.052994, 'last_price_update_time': 1774475072.733339}
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998237auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998239> (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-25 21:44:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:33 [ecarstrade.be] INFO: Extracting details for car 6998239auction110988
2026-03-25 21:44:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdcafcc6-c9a3-59fe-a9af-c4b72149ae83 with identifier: 6998239auction110988
2026-03-25 21:44:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdcafcc6-c9a3-59fe-a9af-c4b72149ae83 with scrape type 2
2026-03-25 21:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdcafcc6-c9a3-59fe-a9af-c4b72149ae83 with scrape type 2
2026-03-25 21:44:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fdcafcc6-c9a3-59fe-a9af-c4b72149ae83, identifier: 6998239auction110988
2026-03-25 21:44:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fdcafcc6-c9a3-59fe-a9af-c4b72149ae83 with identifier: 6998239auction110988
2026-03-25 21:44:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fdcafcc6-c9a3-59fe-a9af-c4b72149ae83 with identifier: 6998239auction110988
2026-03-25 21:44:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fdcafcc6-c9a3-59fe-a9af-c4b72149ae83 with identifier: 6998239auction110988 to the API
2026-03-25 21:44:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998239>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fdcafcc6-c9a3-59fe-a9af-c4b72149ae83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998239',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 29648,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW',
'vin': None,
'year': 2023}
2026-03-25 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998239auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:34 [ecarstrade.be] INFO: Saving data for 6998239auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372679.425572, 'last_price_update_time': 1774475074.303547}
2026-03-25 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998239auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998240> (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-25 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-25 21:44:34 [ecarstrade.be] INFO: Extracting details for car 6998240auction110988
2026-03-25 21:44:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00246043-0f90-52fc-b655-59693218d69a with identifier: 6998240auction110988
2026-03-25 21:44:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00246043-0f90-52fc-b655-59693218d69a with scrape type 2
2026-03-25 21:44:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00246043-0f90-52fc-b655-59693218d69a with scrape type 2
2026-03-25 21:44:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00246043-0f90-52fc-b655-59693218d69a, identifier: 6998240auction110988
2026-03-25 21:44:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00246043-0f90-52fc-b655-59693218d69a with identifier: 6998240auction110988
2026-03-25 21:44:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00246043-0f90-52fc-b655-59693218d69a with identifier: 6998240auction110988
2026-03-25 21:44:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00246043-0f90-52fc-b655-59693218d69a with identifier: 6998240auction110988 to the API
2026-03-25 21:44:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998240>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '00246043-0f90-52fc-b655-59693218d69a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998240',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 68892,
'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': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW',
'vin': None,
'year': 2023}
2026-03-25 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998240auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:34 [ecarstrade.be] INFO: Saving data for 6998240auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372682.626039, 'last_price_update_time': 1774475074.785544}
2026-03-25 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998240auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998249> (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-25 21:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:36 [ecarstrade.be] INFO: Extracting details for car 6998249auction110988
2026-03-25 21:44:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19bdff21-776c-5666-b312-fec55d01da69 with identifier: 6998249auction110988
2026-03-25 21:44:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19bdff21-776c-5666-b312-fec55d01da69 with scrape type 2
2026-03-25 21:44:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19bdff21-776c-5666-b312-fec55d01da69 with scrape type 2
2026-03-25 21:44:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19bdff21-776c-5666-b312-fec55d01da69, identifier: 6998249auction110988
2026-03-25 21:44:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19bdff21-776c-5666-b312-fec55d01da69 with identifier: 6998249auction110988
2026-03-25 21:44:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19bdff21-776c-5666-b312-fec55d01da69 with identifier: 6998249auction110988
2026-03-25 21:44:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19bdff21-776c-5666-b312-fec55d01da69 with identifier: 6998249auction110988 to the API
2026-03-25 21:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998249>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '19bdff21-776c-5666-b312-fec55d01da69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998249',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 122499,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2021}
2026-03-25 21:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998249auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:36 [ecarstrade.be] INFO: Saving data for 6998249auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372656.616114, 'last_price_update_time': 1774475076.894203}
2026-03-25 21:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998249auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998250> (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-25 21:44:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:37 [ecarstrade.be] INFO: Extracting details for car 6998250auction110988
2026-03-25 21:44:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0b56be8-2f40-5eff-9e1e-ff9cb0e2d149 with identifier: 6998250auction110988
2026-03-25 21:44:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0b56be8-2f40-5eff-9e1e-ff9cb0e2d149 with scrape type 2
2026-03-25 21:44:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0b56be8-2f40-5eff-9e1e-ff9cb0e2d149 with scrape type 2
2026-03-25 21:44:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0b56be8-2f40-5eff-9e1e-ff9cb0e2d149, identifier: 6998250auction110988
2026-03-25 21:44:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0b56be8-2f40-5eff-9e1e-ff9cb0e2d149 with identifier: 6998250auction110988
2026-03-25 21:44:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0b56be8-2f40-5eff-9e1e-ff9cb0e2d149 with identifier: 6998250auction110988
2026-03-25 21:44:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0b56be8-2f40-5eff-9e1e-ff9cb0e2d149 with identifier: 6998250auction110988 to the API
2026-03-25 21:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998250>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b0b56be8-2f40-5eff-9e1e-ff9cb0e2d149',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998250',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 121863,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5iA xDrive25e PHEV OPF',
'transmission': 'automatic',
'trim': '1.5iA xDrive25e PHEV OPF',
'vin': None,
'year': 2021}
2026-03-25 21:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998250auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:37 [ecarstrade.be] INFO: Saving data for 6998250auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372702.270663, 'last_price_update_time': 1774475077.563268}
2026-03-25 21:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998250auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998248> (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-25 21:44:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:38 [ecarstrade.be] INFO: Extracting details for car 6998248auction110988
2026-03-25 21:44:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca0acbc-a35b-50fa-916a-716ec3fff875 with identifier: 6998248auction110988
2026-03-25 21:44:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca0acbc-a35b-50fa-916a-716ec3fff875 with scrape type 2
2026-03-25 21:44:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ca0acbc-a35b-50fa-916a-716ec3fff875 with scrape type 2
2026-03-25 21:44:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ca0acbc-a35b-50fa-916a-716ec3fff875, identifier: 6998248auction110988
2026-03-25 21:44:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ca0acbc-a35b-50fa-916a-716ec3fff875 with identifier: 6998248auction110988
2026-03-25 21:44:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ca0acbc-a35b-50fa-916a-716ec3fff875 with identifier: 6998248auction110988
2026-03-25 21:44:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ca0acbc-a35b-50fa-916a-716ec3fff875 with identifier: 6998248auction110988 to the API
2026-03-25 21:44:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998248>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1ca0acbc-a35b-50fa-916a-716ec3fff875',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998248',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 111269,
'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 X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-25 21:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998248auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:38 [ecarstrade.be] INFO: Saving data for 6998248auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372643.748989, 'last_price_update_time': 1774475078.539469}
2026-03-25 21:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998248auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998247> (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-25 21:44:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:38 [ecarstrade.be] INFO: Extracting details for car 6998247auction110988
2026-03-25 21:44:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385f7991-d751-5970-a670-8a3fd9f62d6d with identifier: 6998247auction110988
2026-03-25 21:44:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385f7991-d751-5970-a670-8a3fd9f62d6d with scrape type 2
2026-03-25 21:44:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 385f7991-d751-5970-a670-8a3fd9f62d6d with scrape type 2
2026-03-25 21:44:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 385f7991-d751-5970-a670-8a3fd9f62d6d, identifier: 6998247auction110988
2026-03-25 21:44:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 385f7991-d751-5970-a670-8a3fd9f62d6d with identifier: 6998247auction110988
2026-03-25 21:44:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 385f7991-d751-5970-a670-8a3fd9f62d6d with identifier: 6998247auction110988
2026-03-25 21:44:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 385f7991-d751-5970-a670-8a3fd9f62d6d with identifier: 6998247auction110988 to the API
2026-03-25 21:44:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998247>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '385f7991-d751-5970-a670-8a3fd9f62d6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998247',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 77004,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-25 21:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998247auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:39 [ecarstrade.be] INFO: Saving data for 6998247auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372654.344382, 'last_price_update_time': 1774475079.036654}
2026-03-25 21:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998247auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998246> (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-25 21:44:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:39 [ecarstrade.be] INFO: Extracting details for car 6998246auction110988
2026-03-25 21:44:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e93a4b93-f078-5fd2-95c6-420cdb0cd56d with identifier: 6998246auction110988
2026-03-25 21:44:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e93a4b93-f078-5fd2-95c6-420cdb0cd56d with scrape type 2
2026-03-25 21:44:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e93a4b93-f078-5fd2-95c6-420cdb0cd56d with scrape type 2
2026-03-25 21:44:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e93a4b93-f078-5fd2-95c6-420cdb0cd56d, identifier: 6998246auction110988
2026-03-25 21:44:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e93a4b93-f078-5fd2-95c6-420cdb0cd56d with identifier: 6998246auction110988
2026-03-25 21:44:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e93a4b93-f078-5fd2-95c6-420cdb0cd56d with identifier: 6998246auction110988
2026-03-25 21:44:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e93a4b93-f078-5fd2-95c6-420cdb0cd56d with identifier: 6998246auction110988 to the API
2026-03-25 21:44:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998246>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e93a4b93-f078-5fd2-95c6-420cdb0cd56d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998246',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 74237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998246auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:40 [ecarstrade.be] INFO: Saving data for 6998246auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372655.259585, 'last_price_update_time': 1774475080.077765}
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998246auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998295> (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-25 21:44:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:40 [ecarstrade.be] INFO: Extracting details for car 6998295auction110988
2026-03-25 21:44:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 816a6dc0-712e-5296-a591-501c8850e735 with identifier: 6998295auction110988
2026-03-25 21:44:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 816a6dc0-712e-5296-a591-501c8850e735 with scrape type 2
2026-03-25 21:44:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 816a6dc0-712e-5296-a591-501c8850e735 with scrape type 2
2026-03-25 21:44:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 816a6dc0-712e-5296-a591-501c8850e735, identifier: 6998295auction110988
2026-03-25 21:44:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 816a6dc0-712e-5296-a591-501c8850e735 with identifier: 6998295auction110988
2026-03-25 21:44:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 816a6dc0-712e-5296-a591-501c8850e735 with identifier: 6998295auction110988
2026-03-25 21:44:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 816a6dc0-712e-5296-a591-501c8850e735 with identifier: 6998295auction110988 to the API
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998295>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '816a6dc0-712e-5296-a591-501c8850e735',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998295',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 148610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS 7 CROSSBACK 1.6 PHEV 225 BASTILLE + AUTO',
'transmission': 'automatic',
'trim': 'DS AUTOMOBILES DS 7 CROSSBK 1.6 PHEV 225 BASTILLE + AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998295auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:40 [ecarstrade.be] INFO: Saving data for 6998295auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372725.281115, 'last_price_update_time': 1774475080.64107}
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998295auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998292> (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-25 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-25 21:44:41 [ecarstrade.be] INFO: Extracting details for car 6998292auction110988
2026-03-25 21:44:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61c234a1-437e-5885-868d-237ddfa5c5c7 with identifier: 6998292auction110988
2026-03-25 21:44:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61c234a1-437e-5885-868d-237ddfa5c5c7 with scrape type 2
2026-03-25 21:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61c234a1-437e-5885-868d-237ddfa5c5c7 with scrape type 2
2026-03-25 21:44:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61c234a1-437e-5885-868d-237ddfa5c5c7, identifier: 6998292auction110988
2026-03-25 21:44:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61c234a1-437e-5885-868d-237ddfa5c5c7 with identifier: 6998292auction110988
2026-03-25 21:44:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61c234a1-437e-5885-868d-237ddfa5c5c7 with identifier: 6998292auction110988
2026-03-25 21:44:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61c234a1-437e-5885-868d-237ddfa5c5c7 with identifier: 6998292auction110988 to the API
2026-03-25 21:44:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998292>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '61c234a1-437e-5885-868d-237ddfa5c5c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998292',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Cupra',
'model': 'Leon',
'odometer': 97512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA LEON ST 1.4 PHEV E-HYBRID 150KW DSG SP',
'transmission': 'automatic',
'trim': 'CUPRA LEON ST 1.4 PHEV E-HYBRID 150KW DSG SP',
'vin': None,
'year': 2022}
2026-03-25 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998292auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:41 [ecarstrade.be] INFO: Saving data for 6998292auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372703.824158, 'last_price_update_time': 1774475081.621862}
2026-03-25 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998292auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998290> (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-25 21:44:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:43 [ecarstrade.be] INFO: Extracting details for car 6998290auction110988
2026-03-25 21:44:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c3128ed-371a-5f01-84e4-f3e35eb16574 with identifier: 6998290auction110988
2026-03-25 21:44:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c3128ed-371a-5f01-84e4-f3e35eb16574 with scrape type 2
2026-03-25 21:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c3128ed-371a-5f01-84e4-f3e35eb16574 with scrape type 2
2026-03-25 21:44:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c3128ed-371a-5f01-84e4-f3e35eb16574, identifier: 6998290auction110988
2026-03-25 21:44:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c3128ed-371a-5f01-84e4-f3e35eb16574 with identifier: 6998290auction110988
2026-03-25 21:44:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c3128ed-371a-5f01-84e4-f3e35eb16574 with identifier: 6998290auction110988
2026-03-25 21:44:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c3128ed-371a-5f01-84e4-f3e35eb16574 with identifier: 6998290auction110988 to the API
2026-03-25 21:44:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998290>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '9c3128ed-371a-5f01-84e4-f3e35eb16574',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998290',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 70990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'seats_number': 7,
'seller_name': None,
'title': 'CITROËN GRAND C4 SPACETOURER 1.2 PURETECH 130 S-S SHINE',
'transmission': 'manual',
'trim': 'CITROËN GRAND C4 SPETOURER 1.2 PURETECH 130 S-S SHINE',
'vin': None,
'year': 2022}
2026-03-25 21:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998290auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:43 [ecarstrade.be] INFO: Saving data for 6998290auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372703.371915, 'last_price_update_time': 1774475083.633457}
2026-03-25 21:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998290auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998287> (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-25 21:44:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:44 [ecarstrade.be] INFO: Extracting details for car 6998287auction110988
2026-03-25 21:44:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 489e45a6-e7f7-58d1-8c3b-8d242cf0a95c with identifier: 6998287auction110988
2026-03-25 21:44:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 489e45a6-e7f7-58d1-8c3b-8d242cf0a95c with scrape type 2
2026-03-25 21:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 489e45a6-e7f7-58d1-8c3b-8d242cf0a95c with scrape type 2
2026-03-25 21:44:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 489e45a6-e7f7-58d1-8c3b-8d242cf0a95c, identifier: 6998287auction110988
2026-03-25 21:44:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 489e45a6-e7f7-58d1-8c3b-8d242cf0a95c with identifier: 6998287auction110988
2026-03-25 21:44:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 489e45a6-e7f7-58d1-8c3b-8d242cf0a95c with identifier: 6998287auction110988
2026-03-25 21:44:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 489e45a6-e7f7-58d1-8c3b-8d242cf0a95c with identifier: 6998287auction110988 to the API
2026-03-25 21:44:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998287>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '489e45a6-e7f7-58d1-8c3b-8d242cf0a95c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998287',
'listing': 'directbuy',
'location': 'Belgium - "ASSE II"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 68337,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-30',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS 1.6 PureTech PHEV Feel S&S',
'transmission': 'automatic',
'trim': 'CITROËN C5 AIRCROSS 1.6 PureTech PHEV Feel S&S',
'vin': None,
'year': 2020}
2026-03-25 21:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998287auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:44 [ecarstrade.be] INFO: Saving data for 6998287auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372740.17686, 'last_price_update_time': 1774475084.958134}
2026-03-25 21:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998287auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998286> (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-25 21:44:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:45 [ecarstrade.be] INFO: Extracting details for car 6998286auction110988
2026-03-25 21:44:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 249bf1fe-64e1-5cfe-ac4d-e87a3c0d79d0 with identifier: 6998286auction110988
2026-03-25 21:44:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 249bf1fe-64e1-5cfe-ac4d-e87a3c0d79d0 with scrape type 2
2026-03-25 21:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 249bf1fe-64e1-5cfe-ac4d-e87a3c0d79d0 with scrape type 2
2026-03-25 21:44:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 249bf1fe-64e1-5cfe-ac4d-e87a3c0d79d0, identifier: 6998286auction110988
2026-03-25 21:44:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 249bf1fe-64e1-5cfe-ac4d-e87a3c0d79d0 with identifier: 6998286auction110988
2026-03-25 21:44:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 249bf1fe-64e1-5cfe-ac4d-e87a3c0d79d0 with identifier: 6998286auction110988
2026-03-25 21:44:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 249bf1fe-64e1-5cfe-ac4d-e87a3c0d79d0 with identifier: 6998286auction110988 to the API
2026-03-25 21:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998286>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '249bf1fe-64e1-5cfe-ac4d-e87a3c0d79d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998286',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 107725,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 7,
'seller_name': None,
'title': 'CITROAu2039N GRAND C4 SPACETOURER 1.5 BLUEHDI 130 S-S FEEL AUTO',
'transmission': 'automatic',
'trim': 'CITROAu2039N GRAND C4 SPETOURER 1.5 BLUEHDI 130 S-S FEEL AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998286auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:45 [ecarstrade.be] INFO: Saving data for 6998286auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372742.520292, 'last_price_update_time': 1774475085.443581}
2026-03-25 21:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998286auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998282> (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-25 21:44:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998278> (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-25 21:44:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:46 [ecarstrade.be] INFO: Extracting details for car 6998282auction110988
2026-03-25 21:44:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d58d95a-fe5d-5fdc-a284-37139492ee46 with identifier: 6998282auction110988
2026-03-25 21:44:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d58d95a-fe5d-5fdc-a284-37139492ee46 with scrape type 2
2026-03-25 21:44:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d58d95a-fe5d-5fdc-a284-37139492ee46 with scrape type 2
2026-03-25 21:44:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d58d95a-fe5d-5fdc-a284-37139492ee46, identifier: 6998282auction110988
2026-03-25 21:44:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d58d95a-fe5d-5fdc-a284-37139492ee46 with identifier: 6998282auction110988
2026-03-25 21:44:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d58d95a-fe5d-5fdc-a284-37139492ee46 with identifier: 6998282auction110988
2026-03-25 21:44:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d58d95a-fe5d-5fdc-a284-37139492ee46 with identifier: 6998282auction110988 to the API
2026-03-25 21:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998282>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.2L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '3d58d95a-fe5d-5fdc-a284-37139492ee46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998282',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 89827,
'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': 7,
'seller_name': None,
'title': 'CITROAu2039N GRAND C4 SPACETOURER 1.2 PURETECH 130 S-S SHINE',
'transmission': 'manual',
'trim': 'CITROAu2039N GRAND C4 SPETOURER 1.2 PURETECH 130 S-S SHINE',
'vin': None,
'year': 2022}
2026-03-25 21:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998282auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:46 [ecarstrade.be] INFO: Saving data for 6998282auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372700.061292, 'last_price_update_time': 1774475086.623061}
2026-03-25 21:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998282auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:46 [ecarstrade.be] INFO: Extracting details for car 6998278auction110988
2026-03-25 21:44:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29af801-aa60-5bab-87a2-2b805ec7196a with identifier: 6998278auction110988
2026-03-25 21:44:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29af801-aa60-5bab-87a2-2b805ec7196a with scrape type 2
2026-03-25 21:44:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29af801-aa60-5bab-87a2-2b805ec7196a with scrape type 2
2026-03-25 21:44:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e29af801-aa60-5bab-87a2-2b805ec7196a, identifier: 6998278auction110988
2026-03-25 21:44:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e29af801-aa60-5bab-87a2-2b805ec7196a with identifier: 6998278auction110988
2026-03-25 21:44:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e29af801-aa60-5bab-87a2-2b805ec7196a with identifier: 6998278auction110988
2026-03-25 21:44:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e29af801-aa60-5bab-87a2-2b805ec7196a with identifier: 6998278auction110988 to the API
2026-03-25 21:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998278>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e29af801-aa60-5bab-87a2-2b805ec7196a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998278',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 93476,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C5Aircross 1.6 PHEV 225 E-EAT8 BUS. LOUNGE AUTO',
'transmission': 'automatic',
'trim': 'CITROAu2039N C5Aircross 1.6 PHEV 225 E-EAT8 BUS. LOUNGE AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998278auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:47 [ecarstrade.be] INFO: Saving data for 6998278auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372741.441829, 'last_price_update_time': 1774475087.011931}
2026-03-25 21:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998278auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998276> (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-25 21:44:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998275> (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-25 21:44:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:47 [ecarstrade.be] INFO: Extracting details for car 6998276auction110988
2026-03-25 21:44:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdd36cec-b4c0-54a6-aafe-7921b4e46930 with identifier: 6998276auction110988
2026-03-25 21:44:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdd36cec-b4c0-54a6-aafe-7921b4e46930 with scrape type 2
2026-03-25 21:44:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdd36cec-b4c0-54a6-aafe-7921b4e46930 with scrape type 2
2026-03-25 21:44:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdd36cec-b4c0-54a6-aafe-7921b4e46930, identifier: 6998276auction110988
2026-03-25 21:44:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdd36cec-b4c0-54a6-aafe-7921b4e46930 with identifier: 6998276auction110988
2026-03-25 21:44:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdd36cec-b4c0-54a6-aafe-7921b4e46930 with identifier: 6998276auction110988
2026-03-25 21:44:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdd36cec-b4c0-54a6-aafe-7921b4e46930 with identifier: 6998276auction110988 to the API
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998276>
{'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-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'cdd36cec-b4c0-54a6-aafe-7921b4e46930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998276',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 77826,
'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': 'CITROAu2039N C5Aircross 1.2 PURETECH 130 BUSINESS GPS',
'transmission': 'manual',
'trim': 'CITROAu2039N C5Aircross 1.2 PURETECH 130 BUSINESS GPS',
'vin': None,
'year': 2022}
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998276auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:48 [ecarstrade.be] INFO: Saving data for 6998276auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372740.51077, 'last_price_update_time': 1774475088.225935}
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998276auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:48 [ecarstrade.be] INFO: Extracting details for car 6998275auction110988
2026-03-25 21:44:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81205004-4c00-5267-b0c3-f4176587f02f with identifier: 6998275auction110988
2026-03-25 21:44:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81205004-4c00-5267-b0c3-f4176587f02f with scrape type 2
2026-03-25 21:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81205004-4c00-5267-b0c3-f4176587f02f with scrape type 2
2026-03-25 21:44:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81205004-4c00-5267-b0c3-f4176587f02f, identifier: 6998275auction110988
2026-03-25 21:44:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81205004-4c00-5267-b0c3-f4176587f02f with identifier: 6998275auction110988
2026-03-25 21:44:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81205004-4c00-5267-b0c3-f4176587f02f with identifier: 6998275auction110988
2026-03-25 21:44:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81205004-4c00-5267-b0c3-f4176587f02f with identifier: 6998275auction110988 to the API
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998275>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '81205004-4c00-5267-b0c3-f4176587f02f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998275',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 81085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-28',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C5 AIRCROSS 1.6 HYBRID 225 E-EAT8 SHINE AUTO',
'transmission': 'automatic',
'trim': 'CITROAu2039N C5 AIRCROSS 1.6 HYBRID 225 E-EAT8 SHINE AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998275auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:48 [ecarstrade.be] INFO: Saving data for 6998275auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372740.985779, 'last_price_update_time': 1774475088.696949}
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998275auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998274> (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-25 21:44:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:51 [ecarstrade.be] INFO: Extracting details for car 6998274auction110988
2026-03-25 21:44:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f919e98-151f-5fc8-b410-516d2297c992 with identifier: 6998274auction110988
2026-03-25 21:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f919e98-151f-5fc8-b410-516d2297c992 with scrape type 2
2026-03-25 21:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f919e98-151f-5fc8-b410-516d2297c992 with scrape type 2
2026-03-25 21:44:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f919e98-151f-5fc8-b410-516d2297c992, identifier: 6998274auction110988
2026-03-25 21:44:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f919e98-151f-5fc8-b410-516d2297c992 with identifier: 6998274auction110988
2026-03-25 21:44:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f919e98-151f-5fc8-b410-516d2297c992 with identifier: 6998274auction110988
2026-03-25 21:44:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f919e98-151f-5fc8-b410-516d2297c992 with identifier: 6998274auction110988 to the API
2026-03-25 21:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998274>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5f919e98-151f-5fc8-b410-516d2297c992',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998274',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 80193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C5 AIRCROSS 1.6 HYBRID 225 E-EAT8 SHINE AUTO',
'transmission': 'automatic',
'trim': 'CITROAu2039N C5 AIRCROSS 1.6 HYBRID 225 E-EAT8 SHINE AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998274auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:51 [ecarstrade.be] INFO: Saving data for 6998274auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372739.65654, 'last_price_update_time': 1774475091.766702}
2026-03-25 21:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998274auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998271> (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-25 21:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998268> (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-25 21:44:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:51 [ecarstrade.be] INFO: Extracting details for car 6998271auction110988
2026-03-25 21:44:51 [ecarstrade.be] INFO: Extracting details for car 6998268auction110988
2026-03-25 21:44:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3194e01e-63e5-5bfe-b425-b380bb233969 with identifier: 6998271auction110988
2026-03-25 21:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3194e01e-63e5-5bfe-b425-b380bb233969 with scrape type 2
2026-03-25 21:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3194e01e-63e5-5bfe-b425-b380bb233969 with scrape type 2
2026-03-25 21:44:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3194e01e-63e5-5bfe-b425-b380bb233969, identifier: 6998271auction110988
2026-03-25 21:44:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 694cabc3-81f7-548b-bfcc-b819d7b6e78d with identifier: 6998268auction110988
2026-03-25 21:44:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 694cabc3-81f7-548b-bfcc-b819d7b6e78d with scrape type 2
2026-03-25 21:44:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 694cabc3-81f7-548b-bfcc-b819d7b6e78d with scrape type 2
2026-03-25 21:44:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 694cabc3-81f7-548b-bfcc-b819d7b6e78d, identifier: 6998268auction110988
2026-03-25 21:44:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3194e01e-63e5-5bfe-b425-b380bb233969 with identifier: 6998271auction110988
2026-03-25 21:44:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3194e01e-63e5-5bfe-b425-b380bb233969 with identifier: 6998271auction110988
2026-03-25 21:44:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3194e01e-63e5-5bfe-b425-b380bb233969 with identifier: 6998271auction110988 to the API
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998271>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.2L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '3194e01e-63e5-5bfe-b425-b380bb233969',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998271',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 44479,
'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': 5,
'seller_name': None,
'title': 'CITROAu2039N C3 AIRCROSS 1.2 PURETECH 110 S&S BVM FEEL',
'transmission': 'manual',
'trim': 'CITROAu2039N C3 AIRCROSS 1.2 PURETECH 110 S&S BVM FEEL',
'vin': None,
'year': 2023}
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998271auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:52 [ecarstrade.be] INFO: Saving data for 6998271auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372742.053997, 'last_price_update_time': 1774475092.384774}
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998271auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 694cabc3-81f7-548b-bfcc-b819d7b6e78d with identifier: 6998268auction110988
2026-03-25 21:44:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 694cabc3-81f7-548b-bfcc-b819d7b6e78d with identifier: 6998268auction110988
2026-03-25 21:44:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 694cabc3-81f7-548b-bfcc-b819d7b6e78d with identifier: 6998268auction110988 to the API
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998268>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '694cabc3-81f7-548b-bfcc-b819d7b6e78d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998268',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X3',
'odometer': 192617,
'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 X3 - 2018 2.0iA xDrive30e PHEV OPF',
'transmission': 'automatic',
'trim': '- 2018 2.0iA xDrive30e PHEV OPF',
'vin': None,
'year': 2021}
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998268auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:52 [ecarstrade.be] INFO: Saving data for 6998268auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372754.783749, 'last_price_update_time': 1774475092.656529}
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998268auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998260> (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-25 21:44:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:52 [ecarstrade.be] INFO: Extracting details for car 6998260auction110988
2026-03-25 21:44:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b432a17-0926-5553-ac13-0bb6ce66f335 with identifier: 6998260auction110988
2026-03-25 21:44:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b432a17-0926-5553-ac13-0bb6ce66f335 with scrape type 2
2026-03-25 21:44:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b432a17-0926-5553-ac13-0bb6ce66f335 with scrape type 2
2026-03-25 21:44:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b432a17-0926-5553-ac13-0bb6ce66f335, identifier: 6998260auction110988
2026-03-25 21:44:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b432a17-0926-5553-ac13-0bb6ce66f335 with identifier: 6998260auction110988
2026-03-25 21:44:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b432a17-0926-5553-ac13-0bb6ce66f335 with identifier: 6998260auction110988
2026-03-25 21:44:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b432a17-0926-5553-ac13-0bb6ce66f335 with identifier: 6998260auction110988 to the API
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998260>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4b432a17-0926-5553-ac13-0bb6ce66f335',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998260',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X3',
'odometer': 100209,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'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': 2021}
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998260auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:53 [ecarstrade.be] INFO: Saving data for 6998260auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372753.995635, 'last_price_update_time': 1774475093.203021}
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998260auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998263> (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-25 21:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:53 [ecarstrade.be] INFO: Extracting details for car 6998263auction110988
2026-03-25 21:44:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f65f8b6b-6e7d-5d1d-a88f-59f6e9748708 with identifier: 6998263auction110988
2026-03-25 21:44:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f65f8b6b-6e7d-5d1d-a88f-59f6e9748708 with scrape type 2
2026-03-25 21:44:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f65f8b6b-6e7d-5d1d-a88f-59f6e9748708 with scrape type 2
2026-03-25 21:44:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f65f8b6b-6e7d-5d1d-a88f-59f6e9748708, identifier: 6998263auction110988
2026-03-25 21:44:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f65f8b6b-6e7d-5d1d-a88f-59f6e9748708 with identifier: 6998263auction110988
2026-03-25 21:44:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f65f8b6b-6e7d-5d1d-a88f-59f6e9748708 with identifier: 6998263auction110988
2026-03-25 21:44:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f65f8b6b-6e7d-5d1d-a88f-59f6e9748708 with identifier: 6998263auction110988 to the API
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998263>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f65f8b6b-6e7d-5d1d-a88f-59f6e9748708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998263',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X3',
'odometer': 154840,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-29',
'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-25 21:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998263auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:53 [ecarstrade.be] INFO: Saving data for 6998263auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372761.634212, 'last_price_update_time': 1774475093.695901}
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998263auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998258> (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-25 21:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:54 [ecarstrade.be] INFO: Extracting details for car 6998258auction110988
2026-03-25 21:44:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86a1c924-4c6e-51eb-ad37-76b06ddacda7 with identifier: 6998258auction110988
2026-03-25 21:44:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86a1c924-4c6e-51eb-ad37-76b06ddacda7 with scrape type 2
2026-03-25 21:44:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86a1c924-4c6e-51eb-ad37-76b06ddacda7 with scrape type 2
2026-03-25 21:44:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86a1c924-4c6e-51eb-ad37-76b06ddacda7, identifier: 6998258auction110988
2026-03-25 21:44:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86a1c924-4c6e-51eb-ad37-76b06ddacda7 with identifier: 6998258auction110988
2026-03-25 21:44:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86a1c924-4c6e-51eb-ad37-76b06ddacda7 with identifier: 6998258auction110988
2026-03-25 21:44:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86a1c924-4c6e-51eb-ad37-76b06ddacda7 with identifier: 6998258auction110988 to the API
2026-03-25 21:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998258>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '86a1c924-4c6e-51eb-ad37-76b06ddacda7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998258',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X3',
'odometer': 175265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-20',
'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': 2021}
2026-03-25 21:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998258auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:54 [ecarstrade.be] INFO: Saving data for 6998258auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372697.95715, 'last_price_update_time': 1774475094.819768}
2026-03-25 21:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998258auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998256> (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-25 21:44:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:54 [ecarstrade.be] INFO: Extracting details for car 6998256auction110988
2026-03-25 21:44:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b91d170e-1f87-52a0-8d20-cddd5d207486 with identifier: 6998256auction110988
2026-03-25 21:44:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b91d170e-1f87-52a0-8d20-cddd5d207486 with scrape type 2
2026-03-25 21:44:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b91d170e-1f87-52a0-8d20-cddd5d207486 with scrape type 2
2026-03-25 21:44:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b91d170e-1f87-52a0-8d20-cddd5d207486, identifier: 6998256auction110988
2026-03-25 21:44:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b91d170e-1f87-52a0-8d20-cddd5d207486 with identifier: 6998256auction110988
2026-03-25 21:44:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b91d170e-1f87-52a0-8d20-cddd5d207486 with identifier: 6998256auction110988
2026-03-25 21:44:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b91d170e-1f87-52a0-8d20-cddd5d207486 with identifier: 6998256auction110988 to the API
2026-03-25 21:44:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998256>
{'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-26T13: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/6998256',
'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-25 21:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998256auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:55 [ecarstrade.be] INFO: Saving data for 6998256auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372753.433507, 'last_price_update_time': 1774475095.314021}
2026-03-25 21:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998256auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998254> (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-25 21:44:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:58 [ecarstrade.be] INFO: Extracting details for car 6998254auction110988
2026-03-25 21:44:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with identifier: 6998254auction110988
2026-03-25 21:44:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with scrape type 2
2026-03-25 21:44:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with scrape type 2
2026-03-25 21:44:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e, identifier: 6998254auction110988
2026-03-25 21:44:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with identifier: 6998254auction110988
2026-03-25 21:44:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with identifier: 6998254auction110988
2026-03-25 21:44:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with identifier: 6998254auction110988 to the API
2026-03-25 21:44:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998254>
{'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-03-26T13:40: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/6998254',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X3',
'odometer': 175679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998254auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:58 [ecarstrade.be] INFO: Saving data for 6998254auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372752.799443, 'last_price_update_time': 1774475098.508379}
2026-03-25 21:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998254auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998253> (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-25 21:44:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:59 [ecarstrade.be] INFO: Extracting details for car 6998253auction110988
2026-03-25 21:44:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 605c08d5-06cd-517d-8101-595c6c355d5a with identifier: 6998253auction110988
2026-03-25 21:44:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 605c08d5-06cd-517d-8101-595c6c355d5a with scrape type 2
2026-03-25 21:44:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 605c08d5-06cd-517d-8101-595c6c355d5a with scrape type 2
2026-03-25 21:44:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 605c08d5-06cd-517d-8101-595c6c355d5a, identifier: 6998253auction110988
2026-03-25 21:44:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 605c08d5-06cd-517d-8101-595c6c355d5a with identifier: 6998253auction110988
2026-03-25 21:44:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 605c08d5-06cd-517d-8101-595c6c355d5a with identifier: 6998253auction110988
2026-03-25 21:44:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 605c08d5-06cd-517d-8101-595c6c355d5a with identifier: 6998253auction110988 to the API
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998253>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T13: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/6998253',
'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-25 21:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998253auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:59 [ecarstrade.be] INFO: Saving data for 6998253auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372698.613389, 'last_price_update_time': 1774475099.365156}
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998253auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998251> (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-25 21:44:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:44:59 [ecarstrade.be] INFO: Extracting details for car 6998251auction110988
2026-03-25 21:44:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a34f5898-b5cf-5599-befb-d9c6fa67b804 with identifier: 6998251auction110988
2026-03-25 21:44:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a34f5898-b5cf-5599-befb-d9c6fa67b804 with scrape type 2
2026-03-25 21:44:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a34f5898-b5cf-5599-befb-d9c6fa67b804 with scrape type 2
2026-03-25 21:44:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a34f5898-b5cf-5599-befb-d9c6fa67b804, identifier: 6998251auction110988
2026-03-25 21:44:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a34f5898-b5cf-5599-befb-d9c6fa67b804 with identifier: 6998251auction110988
2026-03-25 21:44:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a34f5898-b5cf-5599-befb-d9c6fa67b804 with identifier: 6998251auction110988
2026-03-25 21:44:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a34f5898-b5cf-5599-befb-d9c6fa67b804 with identifier: 6998251auction110988 to the API
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:44: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-25 21:44:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998251>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a34f5898-b5cf-5599-befb-d9c6fa67b804',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998251',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 128234,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5iA xDrive25e PHEV OPF',
'transmission': 'automatic',
'trim': '1.5iA xDrive25e PHEV OPF',
'vin': None,
'year': 2021}
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998251auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:44:59 [ecarstrade.be] INFO: Saving data for 6998251auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372752.057777, 'last_price_update_time': 1774475099.941246}
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998251auction110988') HTTP/1.1" 204 0
2026-03-25 21:44:59 [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-25 21:44:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998252> (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-25 21:45:00 [ecarstrade.be] INFO: Extracting details for car 6998252auction110988
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998298auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998298auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998298auction110988: 2
2026-03-25 21:45:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea7e0c50-586c-55ea-99dd-580708258aa0 with identifier: 6998252auction110988
2026-03-25 21:45:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea7e0c50-586c-55ea-99dd-580708258aa0 with scrape type 2
2026-03-25 21:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea7e0c50-586c-55ea-99dd-580708258aa0 with scrape type 2
2026-03-25 21:45:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea7e0c50-586c-55ea-99dd-580708258aa0, identifier: 6998252auction110988
2026-03-25 21:45:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998300auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998300auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998300auction110988: 2
2026-03-25 21:45:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea7e0c50-586c-55ea-99dd-580708258aa0 with identifier: 6998252auction110988
2026-03-25 21:45:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea7e0c50-586c-55ea-99dd-580708258aa0 with identifier: 6998252auction110988
2026-03-25 21:45:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea7e0c50-586c-55ea-99dd-580708258aa0 with identifier: 6998252auction110988 to the API
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998252>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ea7e0c50-586c-55ea-99dd-580708258aa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998252',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 111755,
'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': 'BMW X2 2.0 XDRIVE18D 4WD AUTO 100KW',
'transmission': 'automatic',
'trim': '2.0 XDRIVE18D 4WD AUTO 100KW',
'vin': None,
'year': 2022}
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998252auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Saving data for 6998252auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372705.553707, 'last_price_update_time': 1774475100.53217}
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998252auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998303auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998303auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998303auction110988: 2
2026-03-25 21:45:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998245> (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-25 21:45:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998305auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998305auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998305auction110988: 2
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998306auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998306auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998306auction110988: 2
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998307auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998307auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998307auction110988: 2
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998309auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998309auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998309auction110988: 2
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998312auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998312auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998312auction110988: 2
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998314auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998314auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998314auction110988: 2
2026-03-25 21:45:00 [ecarstrade.be] INFO: Extracting details for car 6998245auction110988
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998316auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998316auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998316auction110988: 2
2026-03-25 21:45:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0444b921-3878-54c8-8c08-5796ed37db87 with identifier: 6998245auction110988
2026-03-25 21:45:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0444b921-3878-54c8-8c08-5796ed37db87 with scrape type 2
2026-03-25 21:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0444b921-3878-54c8-8c08-5796ed37db87 with scrape type 2
2026-03-25 21:45:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0444b921-3878-54c8-8c08-5796ed37db87, identifier: 6998245auction110988
2026-03-25 21:45:00 [ecarstrade.be] INFO: Found listing with ID: 6998324auction110988
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998324auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:00 [ecarstrade.be] INFO: Scrape type for 6998324auction110988: 2
2026-03-25 21:45:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0444b921-3878-54c8-8c08-5796ed37db87 with identifier: 6998245auction110988
2026-03-25 21:45:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0444b921-3878-54c8-8c08-5796ed37db87 with identifier: 6998245auction110988
2026-03-25 21:45:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0444b921-3878-54c8-8c08-5796ed37db87 with identifier: 6998245auction110988 to the API
2026-03-25 21:45:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998245>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0444b921-3878-54c8-8c08-5796ed37db87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998245',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 61928,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998245auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Saving data for 6998245auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372655.639886, 'last_price_update_time': 1774475101.121728}
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998245auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998326auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998326auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998326auction110988: 2
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998329auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998329auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998329auction110988: 2
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998331auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998331auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998331auction110988: 2
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998337auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998337auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998337auction110988: 2
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998343auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998343auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998343auction110988: 2
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998345auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998345auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998345auction110988: 2
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998348auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998348auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998348auction110988: 2
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998351auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998351auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998351auction110988: 2
2026-03-25 21:45:01 [ecarstrade.be] INFO: Found listing with ID: 6998352auction110988
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998352auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:01 [ecarstrade.be] INFO: Scrape type for 6998352auction110988: 2
2026-03-25 21:45:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998244> (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-25 21:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:02 [ecarstrade.be] INFO: Extracting details for car 6998244auction110988
2026-03-25 21:45:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be0a3bd1-a1c6-5306-9281-22d097a2f71f with identifier: 6998244auction110988
2026-03-25 21:45:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be0a3bd1-a1c6-5306-9281-22d097a2f71f with scrape type 2
2026-03-25 21:45:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be0a3bd1-a1c6-5306-9281-22d097a2f71f with scrape type 2
2026-03-25 21:45:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be0a3bd1-a1c6-5306-9281-22d097a2f71f, identifier: 6998244auction110988
2026-03-25 21:45:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be0a3bd1-a1c6-5306-9281-22d097a2f71f with identifier: 6998244auction110988
2026-03-25 21:45:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be0a3bd1-a1c6-5306-9281-22d097a2f71f with identifier: 6998244auction110988
2026-03-25 21:45:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be0a3bd1-a1c6-5306-9281-22d097a2f71f with identifier: 6998244auction110988 to the API
2026-03-25 21:45:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998244>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'be0a3bd1-a1c6-5306-9281-22d097a2f71f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998244',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 53093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-25 21:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998244auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:02 [ecarstrade.be] INFO: Saving data for 6998244auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372729.969514, 'last_price_update_time': 1774475102.85677}
2026-03-25 21:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998244auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998238> (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-25 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-25 21:45:03 [ecarstrade.be] INFO: Extracting details for car 6998238auction110988
2026-03-25 21:45:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fc0caff-9220-5ea2-8f7e-01aee22030f3 with identifier: 6998238auction110988
2026-03-25 21:45:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fc0caff-9220-5ea2-8f7e-01aee22030f3 with scrape type 2
2026-03-25 21:45:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fc0caff-9220-5ea2-8f7e-01aee22030f3 with scrape type 2
2026-03-25 21:45:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2fc0caff-9220-5ea2-8f7e-01aee22030f3, identifier: 6998238auction110988
2026-03-25 21:45:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2fc0caff-9220-5ea2-8f7e-01aee22030f3 with identifier: 6998238auction110988
2026-03-25 21:45:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2fc0caff-9220-5ea2-8f7e-01aee22030f3 with identifier: 6998238auction110988
2026-03-25 21:45:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2fc0caff-9220-5ea2-8f7e-01aee22030f3 with identifier: 6998238auction110988 to the API
2026-03-25 21:45:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998238>
{'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-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '2fc0caff-9220-5ea2-8f7e-01aee22030f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998238',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 102886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-17',
'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-25 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998238auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:03 [ecarstrade.be] INFO: Saving data for 6998238auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372680.928649, 'last_price_update_time': 1774475103.828793}
2026-03-25 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998238auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998243> (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-25 21:45:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:04 [ecarstrade.be] INFO: Extracting details for car 6998243auction110988
2026-03-25 21:45:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8170169e-7d58-5430-aa1f-941dea9b6bee with identifier: 6998243auction110988
2026-03-25 21:45:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8170169e-7d58-5430-aa1f-941dea9b6bee with scrape type 2
2026-03-25 21:45:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8170169e-7d58-5430-aa1f-941dea9b6bee with scrape type 2
2026-03-25 21:45:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8170169e-7d58-5430-aa1f-941dea9b6bee, identifier: 6998243auction110988
2026-03-25 21:45:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8170169e-7d58-5430-aa1f-941dea9b6bee with identifier: 6998243auction110988
2026-03-25 21:45:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8170169e-7d58-5430-aa1f-941dea9b6bee with identifier: 6998243auction110988
2026-03-25 21:45:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8170169e-7d58-5430-aa1f-941dea9b6bee with identifier: 6998243auction110988 to the API
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998243>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8170169e-7d58-5430-aa1f-941dea9b6bee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998243',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 43166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998243auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:05 [ecarstrade.be] INFO: Saving data for 6998243auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372656.115746, 'last_price_update_time': 1774475105.264906}
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998243auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998242> (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-25 21:45:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:05 [ecarstrade.be] INFO: Extracting details for car 6998242auction110988
2026-03-25 21:45:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0a94ec7-ac10-5c57-bd0b-367158f2b2df with identifier: 6998242auction110988
2026-03-25 21:45:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0a94ec7-ac10-5c57-bd0b-367158f2b2df with scrape type 2
2026-03-25 21:45:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0a94ec7-ac10-5c57-bd0b-367158f2b2df with scrape type 2
2026-03-25 21:45:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0a94ec7-ac10-5c57-bd0b-367158f2b2df, identifier: 6998242auction110988
2026-03-25 21:45:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0a94ec7-ac10-5c57-bd0b-367158f2b2df with identifier: 6998242auction110988
2026-03-25 21:45:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0a94ec7-ac10-5c57-bd0b-367158f2b2df with identifier: 6998242auction110988
2026-03-25 21:45:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0a94ec7-ac10-5c57-bd0b-367158f2b2df with identifier: 6998242auction110988 to the API
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998242>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a0a94ec7-ac10-5c57-bd0b-367158f2b2df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998242',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 42466,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998242auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:05 [ecarstrade.be] INFO: Saving data for 6998242auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372653.927753, 'last_price_update_time': 1774475105.923083}
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998242auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998241> (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-25 21:45:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:06 [ecarstrade.be] INFO: Extracting details for car 6998241auction110988
2026-03-25 21:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9abeeba7-8ebb-59f6-a8ec-2726bea67f88 with identifier: 6998241auction110988
2026-03-25 21:45:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9abeeba7-8ebb-59f6-a8ec-2726bea67f88 with scrape type 2
2026-03-25 21:45:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9abeeba7-8ebb-59f6-a8ec-2726bea67f88 with scrape type 2
2026-03-25 21:45:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9abeeba7-8ebb-59f6-a8ec-2726bea67f88, identifier: 6998241auction110988
2026-03-25 21:45:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9abeeba7-8ebb-59f6-a8ec-2726bea67f88 with identifier: 6998241auction110988
2026-03-25 21:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9abeeba7-8ebb-59f6-a8ec-2726bea67f88 with identifier: 6998241auction110988
2026-03-25 21:45:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9abeeba7-8ebb-59f6-a8ec-2726bea67f88 with identifier: 6998241auction110988 to the API
2026-03-25 21:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998241>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9abeeba7-8ebb-59f6-a8ec-2726bea67f88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998241',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 31143,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-25 21:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998241auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:06 [ecarstrade.be] INFO: Saving data for 6998241auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372738.501669, 'last_price_update_time': 1774475106.421355}
2026-03-25 21:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998241auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:06 [scrapy.extensions.logstats] INFO: Crawled 482 pages (at 59 pages/min), scraped 422 items (at 56 items/min)
2026-03-25 21:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:45:07 [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-25 21:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998353auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998353auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998353auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998356auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998356auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998356auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998360auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998360auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998360auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998361auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998361auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998361auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998365auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998365auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998365auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998367auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998367auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998367auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998370auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998370auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998370auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998379auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998379auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998379auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998381auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998381auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998381auction110988: 2
2026-03-25 21:45:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998298> (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-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998384auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998384auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998384auction110988: 2
2026-03-25 21:45:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998387auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998387auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998387auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998389auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998389auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998389auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998400auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998400auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998400auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998412auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998412auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998412auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998417auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998417auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998417auction110988: 2
2026-03-25 21:45:07 [ecarstrade.be] INFO: Extracting details for car 6998298auction110988
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998447auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998447auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998447auction110988: 2
2026-03-25 21:45:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4c4e127-8614-5587-8263-69c5c9a45320 with identifier: 6998298auction110988
2026-03-25 21:45:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4c4e127-8614-5587-8263-69c5c9a45320 with scrape type 2
2026-03-25 21:45:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4c4e127-8614-5587-8263-69c5c9a45320 with scrape type 2
2026-03-25 21:45:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4c4e127-8614-5587-8263-69c5c9a45320, identifier: 6998298auction110988
2026-03-25 21:45:07 [ecarstrade.be] INFO: Found listing with ID: 6998475auction110988
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998475auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Scrape type for 6998475auction110988: 2
2026-03-25 21:45:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4c4e127-8614-5587-8263-69c5c9a45320 with identifier: 6998298auction110988
2026-03-25 21:45:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4c4e127-8614-5587-8263-69c5c9a45320 with identifier: 6998298auction110988
2026-03-25 21:45:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4c4e127-8614-5587-8263-69c5c9a45320 with identifier: 6998298auction110988 to the API
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998298>
{'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-03-26T13:40: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/6998298',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 106736,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998298auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:07 [ecarstrade.be] INFO: Saving data for 6998298auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372702.687539, 'last_price_update_time': 1774475107.996346}
2026-03-25 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998298auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:08 [ecarstrade.be] INFO: Found listing with ID: 6998512auction110988
2026-03-25 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998512auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:08 [ecarstrade.be] INFO: Scrape type for 6998512auction110988: 2
2026-03-25 21:45:08 [ecarstrade.be] INFO: Found listing with ID: 6998532auction110988
2026-03-25 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998532auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:08 [ecarstrade.be] INFO: Scrape type for 6998532auction110988: 2
2026-03-25 21:45:08 [ecarstrade.be] INFO: Found listing with ID: 6998567auction110988
2026-03-25 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998567auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:08 [ecarstrade.be] INFO: Scrape type for 6998567auction110988: 2
2026-03-25 21:45:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998300> (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-25 21:45:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:09 [ecarstrade.be] INFO: Extracting details for car 6998300auction110988
2026-03-25 21:45:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d38de807-c7ba-5899-9f62-b395d3044ffb with identifier: 6998300auction110988
2026-03-25 21:45:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d38de807-c7ba-5899-9f62-b395d3044ffb with scrape type 2
2026-03-25 21:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d38de807-c7ba-5899-9f62-b395d3044ffb with scrape type 2
2026-03-25 21:45:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d38de807-c7ba-5899-9f62-b395d3044ffb, identifier: 6998300auction110988
2026-03-25 21:45:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d38de807-c7ba-5899-9f62-b395d3044ffb with identifier: 6998300auction110988
2026-03-25 21:45:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d38de807-c7ba-5899-9f62-b395d3044ffb with identifier: 6998300auction110988
2026-03-25 21:45:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d38de807-c7ba-5899-9f62-b395d3044ffb with identifier: 6998300auction110988 to the API
2026-03-25 21:45:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998300>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'd38de807-c7ba-5899-9f62-b395d3044ffb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998300',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 157391,
'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': 'FORD KUGA 1.5 ECOBLUE 88KW TITANIUM',
'transmission': 'manual',
'trim': 'FORD KUGA 1.5 ECOBLUE 88KW TITANIUM',
'vin': None,
'year': 2022}
2026-03-25 21:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998300auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:09 [ecarstrade.be] INFO: Saving data for 6998300auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372727.305436, 'last_price_update_time': 1774475109.988359}
2026-03-25 21:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998300auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998305> (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-25 21:45:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:10 [ecarstrade.be] INFO: Extracting details for car 6998305auction110988
2026-03-25 21:45:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6f52488-494c-5ff0-8fe7-ada25c3ba86f with identifier: 6998305auction110988
2026-03-25 21:45:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6f52488-494c-5ff0-8fe7-ada25c3ba86f with scrape type 2
2026-03-25 21:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6f52488-494c-5ff0-8fe7-ada25c3ba86f with scrape type 2
2026-03-25 21:45:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6f52488-494c-5ff0-8fe7-ada25c3ba86f, identifier: 6998305auction110988
2026-03-25 21:45:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6f52488-494c-5ff0-8fe7-ada25c3ba86f with identifier: 6998305auction110988
2026-03-25 21:45:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6f52488-494c-5ff0-8fe7-ada25c3ba86f with identifier: 6998305auction110988
2026-03-25 21:45:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6f52488-494c-5ff0-8fe7-ada25c3ba86f with identifier: 6998305auction110988 to the API
2026-03-25 21:45:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998305>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f6f52488-494c-5ff0-8fe7-ada25c3ba86f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998305',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 128196,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5I PHEV 165KW ST-LINE X AUTO',
'transmission': 'automatic',
'trim': 'FORD KUGA 2.5I PHEV 165KW ST-LINE X AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998305auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:10 [ecarstrade.be] INFO: Saving data for 6998305auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372726.158544, 'last_price_update_time': 1774475110.601639}
2026-03-25 21:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998305auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998306> (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-25 21:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:12 [ecarstrade.be] INFO: Extracting details for car 6998306auction110988
2026-03-25 21:45:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98a41a27-122c-59f9-89d0-8b6eb4d362e1 with identifier: 6998306auction110988
2026-03-25 21:45:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98a41a27-122c-59f9-89d0-8b6eb4d362e1 with scrape type 2
2026-03-25 21:45:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98a41a27-122c-59f9-89d0-8b6eb4d362e1 with scrape type 2
2026-03-25 21:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98a41a27-122c-59f9-89d0-8b6eb4d362e1, identifier: 6998306auction110988
2026-03-25 21:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98a41a27-122c-59f9-89d0-8b6eb4d362e1 with identifier: 6998306auction110988
2026-03-25 21:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98a41a27-122c-59f9-89d0-8b6eb4d362e1 with identifier: 6998306auction110988
2026-03-25 21:45:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98a41a27-122c-59f9-89d0-8b6eb4d362e1 with identifier: 6998306auction110988 to the API
2026-03-25 21:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998306>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '98a41a27-122c-59f9-89d0-8b6eb4d362e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998306',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 74611,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-06',
'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-25 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998306auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:13 [ecarstrade.be] INFO: Saving data for 6998306auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372725.65554, 'last_price_update_time': 1774475113.205985}
2026-03-25 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998306auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998312> (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-25 21:45:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998309> (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-25 21:45:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:13 [ecarstrade.be] INFO: Extracting details for car 6998312auction110988
2026-03-25 21:45:13 [ecarstrade.be] INFO: Extracting details for car 6998309auction110988
2026-03-25 21:45:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16361f48-6653-5634-9dd3-1811dc1a78e7 with identifier: 6998312auction110988
2026-03-25 21:45:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16361f48-6653-5634-9dd3-1811dc1a78e7 with scrape type 2
2026-03-25 21:45:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16361f48-6653-5634-9dd3-1811dc1a78e7 with scrape type 2
2026-03-25 21:45:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16361f48-6653-5634-9dd3-1811dc1a78e7, identifier: 6998312auction110988
2026-03-25 21:45:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 773fea75-78b1-5823-bc23-5a5ecf22a1aa with identifier: 6998309auction110988
2026-03-25 21:45:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773fea75-78b1-5823-bc23-5a5ecf22a1aa with scrape type 2
2026-03-25 21:45:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 773fea75-78b1-5823-bc23-5a5ecf22a1aa with scrape type 2
2026-03-25 21:45:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 773fea75-78b1-5823-bc23-5a5ecf22a1aa, identifier: 6998309auction110988
2026-03-25 21:45:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16361f48-6653-5634-9dd3-1811dc1a78e7 with identifier: 6998312auction110988
2026-03-25 21:45:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16361f48-6653-5634-9dd3-1811dc1a78e7 with identifier: 6998312auction110988
2026-03-25 21:45:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16361f48-6653-5634-9dd3-1811dc1a78e7 with identifier: 6998312auction110988 to the API
2026-03-25 21:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998312>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '16361f48-6653-5634-9dd3-1811dc1a78e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998312',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Puma',
'odometer': 87175,
'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': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW DCT ST-LINE X',
'transmission': 'automatic',
'trim': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW DCT ST-LINE X',
'vin': None,
'year': 2021}
2026-03-25 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998312auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:14 [ecarstrade.be] INFO: Saving data for 6998312auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372722.601068, 'last_price_update_time': 1774475114.006535}
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998312auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 773fea75-78b1-5823-bc23-5a5ecf22a1aa with identifier: 6998309auction110988
2026-03-25 21:45:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 773fea75-78b1-5823-bc23-5a5ecf22a1aa with identifier: 6998309auction110988
2026-03-25 21:45:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 773fea75-78b1-5823-bc23-5a5ecf22a1aa with identifier: 6998309auction110988 to the API
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998309>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '773fea75-78b1-5823-bc23-5a5ecf22a1aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998309',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 124876,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-20',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA DIESEL - 2020 1.5 TDCi EB FWD Titanium',
'transmission': 'automatic',
'trim': 'FORD KUGA DIESEL - 2020 1.5 TDCi EB FWD Titanium',
'vin': None,
'year': 2021}
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998309auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:14 [ecarstrade.be] INFO: Saving data for 6998309auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372722.215919, 'last_price_update_time': 1774475114.290546}
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998309auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998307> (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-25 21:45:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:14 [ecarstrade.be] INFO: Extracting details for car 6998307auction110988
2026-03-25 21:45:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b900dd70-0180-53f8-9c21-fd17ff307947 with identifier: 6998307auction110988
2026-03-25 21:45:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b900dd70-0180-53f8-9c21-fd17ff307947 with scrape type 2
2026-03-25 21:45:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b900dd70-0180-53f8-9c21-fd17ff307947 with scrape type 2
2026-03-25 21:45:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b900dd70-0180-53f8-9c21-fd17ff307947, identifier: 6998307auction110988
2026-03-25 21:45:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b900dd70-0180-53f8-9c21-fd17ff307947 with identifier: 6998307auction110988
2026-03-25 21:45:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b900dd70-0180-53f8-9c21-fd17ff307947 with identifier: 6998307auction110988
2026-03-25 21:45:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b900dd70-0180-53f8-9c21-fd17ff307947 with identifier: 6998307auction110988 to the API
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998307>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b900dd70-0180-53f8-9c21-fd17ff307947',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998307',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 116744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-23',
'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-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998307auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:14 [ecarstrade.be] INFO: Saving data for 6998307auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372723.903456, 'last_price_update_time': 1774475114.774431}
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998307auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998314> (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-25 21:45:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:14 [ecarstrade.be] INFO: Extracting details for car 6998314auction110988
2026-03-25 21:45:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fbca323-b5e5-5b1c-abd0-16ba296813c3 with identifier: 6998314auction110988
2026-03-25 21:45:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fbca323-b5e5-5b1c-abd0-16ba296813c3 with scrape type 2
2026-03-25 21:45:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fbca323-b5e5-5b1c-abd0-16ba296813c3 with scrape type 2
2026-03-25 21:45:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9fbca323-b5e5-5b1c-abd0-16ba296813c3, identifier: 6998314auction110988
2026-03-25 21:45:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9fbca323-b5e5-5b1c-abd0-16ba296813c3 with identifier: 6998314auction110988
2026-03-25 21:45:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9fbca323-b5e5-5b1c-abd0-16ba296813c3 with identifier: 6998314auction110988
2026-03-25 21:45:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9fbca323-b5e5-5b1c-abd0-16ba296813c3 with identifier: 6998314auction110988 to the API
2026-03-25 21:45:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998314>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '9fbca323-b5e5-5b1c-abd0-16ba296813c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998314',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Puma',
'odometer': 48870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-26',
'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': 2023}
2026-03-25 21:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998314auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:16 [ecarstrade.be] INFO: Saving data for 6998314auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372723.254624, 'last_price_update_time': 1774475116.28239}
2026-03-25 21:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998314auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998316> (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-25 21:45:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:16 [ecarstrade.be] INFO: Extracting details for car 6998316auction110988
2026-03-25 21:45:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70515442-f3e3-5113-a486-0da94b9cb86d with identifier: 6998316auction110988
2026-03-25 21:45:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70515442-f3e3-5113-a486-0da94b9cb86d with scrape type 2
2026-03-25 21:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70515442-f3e3-5113-a486-0da94b9cb86d with scrape type 2
2026-03-25 21:45:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70515442-f3e3-5113-a486-0da94b9cb86d, identifier: 6998316auction110988
2026-03-25 21:45:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70515442-f3e3-5113-a486-0da94b9cb86d with identifier: 6998316auction110988
2026-03-25 21:45:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70515442-f3e3-5113-a486-0da94b9cb86d with identifier: 6998316auction110988
2026-03-25 21:45:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70515442-f3e3-5113-a486-0da94b9cb86d with identifier: 6998316auction110988 to the API
2026-03-25 21:45:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998316>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '70515442-f3e3-5113-a486-0da94b9cb86d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998316',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Puma',
'odometer': 54559,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-02',
'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': 2024}
2026-03-25 21:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998316auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:17 [ecarstrade.be] INFO: Saving data for 6998316auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372726.508795, 'last_price_update_time': 1774475117.185146}
2026-03-25 21:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998316auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998352> (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-25 21:45:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:17 [ecarstrade.be] INFO: Extracting details for car 6998352auction110988
2026-03-25 21:45:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85604460-de33-55db-8805-147ec2da8e75 with identifier: 6998352auction110988
2026-03-25 21:45:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85604460-de33-55db-8805-147ec2da8e75 with scrape type 2
2026-03-25 21:45:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85604460-de33-55db-8805-147ec2da8e75 with scrape type 2
2026-03-25 21:45:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85604460-de33-55db-8805-147ec2da8e75, identifier: 6998352auction110988
2026-03-25 21:45:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85604460-de33-55db-8805-147ec2da8e75 with identifier: 6998352auction110988
2026-03-25 21:45:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85604460-de33-55db-8805-147ec2da8e75 with identifier: 6998352auction110988
2026-03-25 21:45:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85604460-de33-55db-8805-147ec2da8e75 with identifier: 6998352auction110988 to the API
2026-03-25 21:45:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998352>
{'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-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '85604460-de33-55db-8805-147ec2da8e75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998352',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 63230,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI KONA 64 KWH ELECTRIC SKY',
'transmission': 'automatic',
'trim': 'HYUNDAI KONA 64 KWH ELECTRIC SKY',
'vin': None,
'year': 2020}
2026-03-25 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998352auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:18 [ecarstrade.be] INFO: Saving data for 6998352auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372776.740855, 'last_price_update_time': 1774475118.226701}
2026-03-25 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998352auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998351> (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-25 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-25 21:45:19 [ecarstrade.be] INFO: Extracting details for car 6998351auction110988
2026-03-25 21:45:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 375c322a-f132-534e-a62f-1f33ebf3d03b with identifier: 6998351auction110988
2026-03-25 21:45:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 375c322a-f132-534e-a62f-1f33ebf3d03b with scrape type 2
2026-03-25 21:45:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 375c322a-f132-534e-a62f-1f33ebf3d03b with scrape type 2
2026-03-25 21:45:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 375c322a-f132-534e-a62f-1f33ebf3d03b, identifier: 6998351auction110988
2026-03-25 21:45:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 375c322a-f132-534e-a62f-1f33ebf3d03b with identifier: 6998351auction110988
2026-03-25 21:45:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 375c322a-f132-534e-a62f-1f33ebf3d03b with identifier: 6998351auction110988
2026-03-25 21:45:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 375c322a-f132-534e-a62f-1f33ebf3d03b with identifier: 6998351auction110988 to the API
2026-03-25 21:45:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998351>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '375c322a-f132-534e-a62f-1f33ebf3d03b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998351',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 127584,
'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': 2,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0TD 130PS MHEV TREND FWD 340 LWB',
'transmission': 'manual',
'trim': 'FORD TRANSIT CUSTOM 2.0TD 130PS MHEV TREND FWD 340 LWB',
'vin': None,
'year': 2022}
2026-03-25 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998351auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:19 [ecarstrade.be] INFO: Saving data for 6998351auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372776.283343, 'last_price_update_time': 1774475119.560581}
2026-03-25 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998351auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998348> (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-25 21:45:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:21 [ecarstrade.be] INFO: Extracting details for car 6998348auction110988
2026-03-25 21:45:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26f720bc-c40f-5587-a199-6731fd35d6dd with identifier: 6998348auction110988
2026-03-25 21:45:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26f720bc-c40f-5587-a199-6731fd35d6dd with scrape type 2
2026-03-25 21:45:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26f720bc-c40f-5587-a199-6731fd35d6dd with scrape type 2
2026-03-25 21:45:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 26f720bc-c40f-5587-a199-6731fd35d6dd, identifier: 6998348auction110988
2026-03-25 21:45:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 26f720bc-c40f-5587-a199-6731fd35d6dd with identifier: 6998348auction110988
2026-03-25 21:45:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 26f720bc-c40f-5587-a199-6731fd35d6dd with identifier: 6998348auction110988
2026-03-25 21:45:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 26f720bc-c40f-5587-a199-6731fd35d6dd with identifier: 6998348auction110988 to the API
2026-03-25 21:45:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998348>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '26f720bc-c40f-5587-a199-6731fd35d6dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998348',
'listing': 'directbuy',
'location': 'Belgium - "ASSE II"',
'make': 'Ford',
'model': 'Transit',
'odometer': 87053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-12',
'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-25 21:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998348auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:21 [ecarstrade.be] INFO: Saving data for 6998348auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372705.882719, 'last_price_update_time': 1774475121.457434}
2026-03-25 21:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998348auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998343> (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-25 21:45:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998345> (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-25 21:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:21 [ecarstrade.be] INFO: Extracting details for car 6998343auction110988
2026-03-25 21:45:21 [ecarstrade.be] INFO: Extracting details for car 6998345auction110988
2026-03-25 21:45:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3a85051-7dda-50f8-b94a-be7e846966d2 with identifier: 6998343auction110988
2026-03-25 21:45:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3a85051-7dda-50f8-b94a-be7e846966d2 with scrape type 2
2026-03-25 21:45:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3a85051-7dda-50f8-b94a-be7e846966d2 with scrape type 2
2026-03-25 21:45:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3a85051-7dda-50f8-b94a-be7e846966d2, identifier: 6998343auction110988
2026-03-25 21:45:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 6998345auction110988
2026-03-25 21:45:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2605ff22-6546-597a-8257-fad2cc8d942b with scrape type 2
2026-03-25 21:45:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2605ff22-6546-597a-8257-fad2cc8d942b with scrape type 2
2026-03-25 21:45:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2605ff22-6546-597a-8257-fad2cc8d942b, identifier: 6998345auction110988
2026-03-25 21:45:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3a85051-7dda-50f8-b94a-be7e846966d2 with identifier: 6998343auction110988
2026-03-25 21:45:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3a85051-7dda-50f8-b94a-be7e846966d2 with identifier: 6998343auction110988
2026-03-25 21:45:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3a85051-7dda-50f8-b94a-be7e846966d2 with identifier: 6998343auction110988 to the API
2026-03-25 21:45:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998343>
{'auction_title': '',
'c_o_2_emission_value': 182,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f3a85051-7dda-50f8-b94a-be7e846966d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998343',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 40473,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-05',
'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-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998343auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:22 [ecarstrade.be] INFO: Saving data for 6998343auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372726.908557, 'last_price_update_time': 1774475122.071544}
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998343auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 6998345auction110988
2026-03-25 21:45:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 6998345auction110988
2026-03-25 21:45:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 6998345auction110988 to the API
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998345>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2605ff22-6546-597a-8257-fad2cc8d942b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998345',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Transit',
'odometer': 40862,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998345auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:22 [ecarstrade.be] INFO: Saving data for 6998345auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372704.627898, 'last_price_update_time': 1774475122.34854}
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998345auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998337> (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-25 21:45:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:22 [ecarstrade.be] INFO: Extracting details for car 6998337auction110988
2026-03-25 21:45:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce45c797-e91d-5aa8-8f63-876f27a7b0a8 with identifier: 6998337auction110988
2026-03-25 21:45:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce45c797-e91d-5aa8-8f63-876f27a7b0a8 with scrape type 2
2026-03-25 21:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce45c797-e91d-5aa8-8f63-876f27a7b0a8 with scrape type 2
2026-03-25 21:45:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce45c797-e91d-5aa8-8f63-876f27a7b0a8, identifier: 6998337auction110988
2026-03-25 21:45:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce45c797-e91d-5aa8-8f63-876f27a7b0a8 with identifier: 6998337auction110988
2026-03-25 21:45:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce45c797-e91d-5aa8-8f63-876f27a7b0a8 with identifier: 6998337auction110988
2026-03-25 21:45:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce45c797-e91d-5aa8-8f63-876f27a7b0a8 with identifier: 6998337auction110988 to the API
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998337>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ce45c797-e91d-5aa8-8f63-876f27a7b0a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998337',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 112829,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-17',
'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-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998337auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:22 [ecarstrade.be] INFO: Saving data for 6998337auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372728.401416, 'last_price_update_time': 1774475122.917389}
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998337auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998381> (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-25 21:45:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:23 [ecarstrade.be] INFO: Extracting details for car 6998381auction110988
2026-03-25 21:45:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6218169-628e-5d6b-81c7-53b849d39022 with identifier: 6998381auction110988
2026-03-25 21:45:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6218169-628e-5d6b-81c7-53b849d39022 with scrape type 2
2026-03-25 21:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6218169-628e-5d6b-81c7-53b849d39022 with scrape type 2
2026-03-25 21:45:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6218169-628e-5d6b-81c7-53b849d39022, identifier: 6998381auction110988
2026-03-25 21:45:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6218169-628e-5d6b-81c7-53b849d39022 with identifier: 6998381auction110988
2026-03-25 21:45:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6218169-628e-5d6b-81c7-53b849d39022 with identifier: 6998381auction110988
2026-03-25 21:45:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6218169-628e-5d6b-81c7-53b849d39022 with identifier: 6998381auction110988 to the API
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998381>
{'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-03-26T13:40: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/6998381',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 82885,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998381auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:24 [ecarstrade.be] INFO: Saving data for 6998381auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372795.708833, 'last_price_update_time': 1774475124.365145}
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998381auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998567> (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-25 21:45:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:24 [ecarstrade.be] INFO: Extracting details for car 6998567auction110988
2026-03-25 21:45:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fefd4d5-bc7e-5347-87e6-56eb14dbe50b with identifier: 6998567auction110988
2026-03-25 21:45:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fefd4d5-bc7e-5347-87e6-56eb14dbe50b with scrape type 2
2026-03-25 21:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fefd4d5-bc7e-5347-87e6-56eb14dbe50b with scrape type 2
2026-03-25 21:45:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5fefd4d5-bc7e-5347-87e6-56eb14dbe50b, identifier: 6998567auction110988
2026-03-25 21:45:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5fefd4d5-bc7e-5347-87e6-56eb14dbe50b with identifier: 6998567auction110988
2026-03-25 21:45:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5fefd4d5-bc7e-5347-87e6-56eb14dbe50b with identifier: 6998567auction110988
2026-03-25 21:45:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5fefd4d5-bc7e-5347-87e6-56eb14dbe50b with identifier: 6998567auction110988 to the API
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998567>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5fefd4d5-bc7e-5347-87e6-56eb14dbe50b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998567',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 65895,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998567auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:24 [ecarstrade.be] INFO: Saving data for 6998567auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372914.164893, 'last_price_update_time': 1774475124.854429}
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998567auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998532> (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-25 21:45:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:25 [ecarstrade.be] INFO: Extracting details for car 6998532auction110988
2026-03-25 21:45:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1282ff6-bbb4-5019-942a-a79bb60aa186 with identifier: 6998532auction110988
2026-03-25 21:45:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1282ff6-bbb4-5019-942a-a79bb60aa186 with scrape type 2
2026-03-25 21:45:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1282ff6-bbb4-5019-942a-a79bb60aa186 with scrape type 2
2026-03-25 21:45:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1282ff6-bbb4-5019-942a-a79bb60aa186, identifier: 6998532auction110988
2026-03-25 21:45:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1282ff6-bbb4-5019-942a-a79bb60aa186 with identifier: 6998532auction110988
2026-03-25 21:45:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1282ff6-bbb4-5019-942a-a79bb60aa186 with identifier: 6998532auction110988
2026-03-25 21:45:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1282ff6-bbb4-5019-942a-a79bb60aa186 with identifier: 6998532auction110988 to the API
2026-03-25 21:45:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998532>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f1282ff6-bbb4-5019-942a-a79bb60aa186',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998532',
'listing': 'directbuy',
'location': 'Belgium - "ASSE II"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 64294,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2020}
2026-03-25 21:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998532auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:25 [ecarstrade.be] INFO: Saving data for 6998532auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372918.336896, 'last_price_update_time': 1774475125.808157}
2026-03-25 21:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998532auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998512> (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-25 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-25 21:45:27 [ecarstrade.be] INFO: Extracting details for car 6998512auction110988
2026-03-25 21:45:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b25b2a9d-48f6-5177-9004-504ca2132e4d with identifier: 6998512auction110988
2026-03-25 21:45:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b25b2a9d-48f6-5177-9004-504ca2132e4d with scrape type 2
2026-03-25 21:45:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b25b2a9d-48f6-5177-9004-504ca2132e4d with scrape type 2
2026-03-25 21:45:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b25b2a9d-48f6-5177-9004-504ca2132e4d, identifier: 6998512auction110988
2026-03-25 21:45:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b25b2a9d-48f6-5177-9004-504ca2132e4d with identifier: 6998512auction110988
2026-03-25 21:45:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b25b2a9d-48f6-5177-9004-504ca2132e4d with identifier: 6998512auction110988
2026-03-25 21:45:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b25b2a9d-48f6-5177-9004-504ca2132e4d with identifier: 6998512auction110988 to the API
2026-03-25 21:45:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998512>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b25b2a9d-48f6-5177-9004-504ca2132e4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998512',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 48710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998512auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:27 [ecarstrade.be] INFO: Saving data for 6998512auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372917.525287, 'last_price_update_time': 1774475127.930126}
2026-03-25 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998512auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998447> (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-25 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-25 21:45:28 [ecarstrade.be] INFO: Extracting details for car 6998447auction110988
2026-03-25 21:45:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddef67f2-0773-589a-88bd-1d1b23fdc68e with identifier: 6998447auction110988
2026-03-25 21:45:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddef67f2-0773-589a-88bd-1d1b23fdc68e with scrape type 2
2026-03-25 21:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddef67f2-0773-589a-88bd-1d1b23fdc68e with scrape type 2
2026-03-25 21:45:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ddef67f2-0773-589a-88bd-1d1b23fdc68e, identifier: 6998447auction110988
2026-03-25 21:45:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ddef67f2-0773-589a-88bd-1d1b23fdc68e with identifier: 6998447auction110988
2026-03-25 21:45:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ddef67f2-0773-589a-88bd-1d1b23fdc68e with identifier: 6998447auction110988
2026-03-25 21:45:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ddef67f2-0773-589a-88bd-1d1b23fdc68e with identifier: 6998447auction110988 to the API
2026-03-25 21:45:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998447>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'ddef67f2-0773-589a-88bd-1d1b23fdc68e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998447',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 145151,
'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': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998447auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:28 [ecarstrade.be] INFO: Saving data for 6998447auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372775.218838, 'last_price_update_time': 1774475128.425055}
2026-03-25 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998447auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998475> (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-25 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-25 21:45:28 [ecarstrade.be] INFO: Extracting details for car 6998475auction110988
2026-03-25 21:45:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f333afd2-6094-5173-8802-ee3fd35fa89a with identifier: 6998475auction110988
2026-03-25 21:45:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f333afd2-6094-5173-8802-ee3fd35fa89a with scrape type 2
2026-03-25 21:45:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f333afd2-6094-5173-8802-ee3fd35fa89a with scrape type 2
2026-03-25 21:45:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f333afd2-6094-5173-8802-ee3fd35fa89a, identifier: 6998475auction110988
2026-03-25 21:45:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f333afd2-6094-5173-8802-ee3fd35fa89a with identifier: 6998475auction110988
2026-03-25 21:45:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f333afd2-6094-5173-8802-ee3fd35fa89a with identifier: 6998475auction110988
2026-03-25 21:45:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f333afd2-6094-5173-8802-ee3fd35fa89a with identifier: 6998475auction110988 to the API
2026-03-25 21:45:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998475>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f333afd2-6094-5173-8802-ee3fd35fa89a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998475',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 30338,
'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': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2023}
2026-03-25 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998475auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:28 [ecarstrade.be] INFO: Saving data for 6998475auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372857.880808, 'last_price_update_time': 1774475128.932081}
2026-03-25 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998475auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998412> (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-25 21:45:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:30 [ecarstrade.be] INFO: Extracting details for car 6998412auction110988
2026-03-25 21:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998400> (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-25 21:45:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 476a96db-7361-5f51-b1b5-8dd732b1a2bc with identifier: 6998412auction110988
2026-03-25 21:45:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 476a96db-7361-5f51-b1b5-8dd732b1a2bc with scrape type 2
2026-03-25 21:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 476a96db-7361-5f51-b1b5-8dd732b1a2bc with scrape type 2
2026-03-25 21:45:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 476a96db-7361-5f51-b1b5-8dd732b1a2bc, identifier: 6998412auction110988
2026-03-25 21:45:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 476a96db-7361-5f51-b1b5-8dd732b1a2bc with identifier: 6998412auction110988
2026-03-25 21:45:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 476a96db-7361-5f51-b1b5-8dd732b1a2bc with identifier: 6998412auction110988
2026-03-25 21:45:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 476a96db-7361-5f51-b1b5-8dd732b1a2bc with identifier: 6998412auction110988 to the API
2026-03-25 21:45:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998412>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '476a96db-7361-5f51-b1b5-8dd732b1a2bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998412',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 77722,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 2.0 A 180 D BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS 2.0 D BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998412auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:31 [ecarstrade.be] INFO: Saving data for 6998412auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372790.931112, 'last_price_update_time': 1774475131.363719}
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998412auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:31 [ecarstrade.be] INFO: Extracting details for car 6998400auction110988
2026-03-25 21:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998417> (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-25 21:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b05d4d98-57e9-5a43-b5f1-d0743f607c80 with identifier: 6998400auction110988
2026-03-25 21:45:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b05d4d98-57e9-5a43-b5f1-d0743f607c80 with scrape type 2
2026-03-25 21:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b05d4d98-57e9-5a43-b5f1-d0743f607c80 with scrape type 2
2026-03-25 21:45:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b05d4d98-57e9-5a43-b5f1-d0743f607c80, identifier: 6998400auction110988
2026-03-25 21:45:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b05d4d98-57e9-5a43-b5f1-d0743f607c80 with identifier: 6998400auction110988
2026-03-25 21:45:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b05d4d98-57e9-5a43-b5f1-d0743f607c80 with identifier: 6998400auction110988
2026-03-25 21:45:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b05d4d98-57e9-5a43-b5f1-d0743f607c80 with identifier: 6998400auction110988 to the API
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998400>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b05d4d98-57e9-5a43-b5f1-d0743f607c80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998400',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 29940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E LUXURY LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E LUXURY LINE DCT',
'vin': None,
'year': 2023}
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998400auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:31 [ecarstrade.be] INFO: Saving data for 6998400auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372777.847184, 'last_price_update_time': 1774475131.953078}
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998400auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:31 [ecarstrade.be] INFO: Extracting details for car 6998417auction110988
2026-03-25 21:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998389> (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-25 21:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cba6990e-c9f6-531f-94e1-525fecd9a561 with identifier: 6998417auction110988
2026-03-25 21:45:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cba6990e-c9f6-531f-94e1-525fecd9a561 with scrape type 2
2026-03-25 21:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cba6990e-c9f6-531f-94e1-525fecd9a561 with scrape type 2
2026-03-25 21:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cba6990e-c9f6-531f-94e1-525fecd9a561, identifier: 6998417auction110988
2026-03-25 21:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cba6990e-c9f6-531f-94e1-525fecd9a561 with identifier: 6998417auction110988
2026-03-25 21:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cba6990e-c9f6-531f-94e1-525fecd9a561 with identifier: 6998417auction110988
2026-03-25 21:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cba6990e-c9f6-531f-94e1-525fecd9a561 with identifier: 6998417auction110988 to the API
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998417>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'cba6990e-c9f6-531f-94e1-525fecd9a561',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998417',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 126988,
'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': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998417auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:32 [ecarstrade.be] INFO: Saving data for 6998417auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372778.440807, 'last_price_update_time': 1774475132.428418}
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998417auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:32 [ecarstrade.be] INFO: Extracting details for car 6998389auction110988
2026-03-25 21:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75c9691b-8c5e-5e44-8f02-57cf9e84353c with identifier: 6998389auction110988
2026-03-25 21:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75c9691b-8c5e-5e44-8f02-57cf9e84353c with scrape type 2
2026-03-25 21:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75c9691b-8c5e-5e44-8f02-57cf9e84353c with scrape type 2
2026-03-25 21:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75c9691b-8c5e-5e44-8f02-57cf9e84353c, identifier: 6998389auction110988
2026-03-25 21:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75c9691b-8c5e-5e44-8f02-57cf9e84353c with identifier: 6998389auction110988
2026-03-25 21:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75c9691b-8c5e-5e44-8f02-57cf9e84353c with identifier: 6998389auction110988
2026-03-25 21:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75c9691b-8c5e-5e44-8f02-57cf9e84353c with identifier: 6998389auction110988 to the API
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998389>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '75c9691b-8c5e-5e44-8f02-57cf9e84353c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998389',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 20854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-25',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E LUXURY LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E LUXURY LINE DCT',
'vin': None,
'year': 2023}
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998389auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:32 [ecarstrade.be] INFO: Saving data for 6998389auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372774.774123, 'last_price_update_time': 1774475132.806511}
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998389auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998384> (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-25 21:45:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:34 [ecarstrade.be] INFO: Extracting details for car 6998384auction110988
2026-03-25 21:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57a596e8-74c8-554c-af20-4b98eab0366b with identifier: 6998384auction110988
2026-03-25 21:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57a596e8-74c8-554c-af20-4b98eab0366b with scrape type 2
2026-03-25 21:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57a596e8-74c8-554c-af20-4b98eab0366b with scrape type 2
2026-03-25 21:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57a596e8-74c8-554c-af20-4b98eab0366b, identifier: 6998384auction110988
2026-03-25 21:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57a596e8-74c8-554c-af20-4b98eab0366b with identifier: 6998384auction110988
2026-03-25 21:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57a596e8-74c8-554c-af20-4b98eab0366b with identifier: 6998384auction110988
2026-03-25 21:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57a596e8-74c8-554c-af20-4b98eab0366b with identifier: 6998384auction110988 to the API
2026-03-25 21:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '57a596e8-74c8-554c-af20-4b98eab0366b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998384',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 85166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-24',
'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-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998384auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:35 [ecarstrade.be] INFO: Saving data for 6998384auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372855.933436, 'last_price_update_time': 1774475135.011396}
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998384auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998379> (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-25 21:45:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998387> (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-25 21:45:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:35 [ecarstrade.be] INFO: Extracting details for car 6998379auction110988
2026-03-25 21:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 791e3cec-5b84-58ff-b1b9-159f47b4e7b1 with identifier: 6998379auction110988
2026-03-25 21:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 791e3cec-5b84-58ff-b1b9-159f47b4e7b1 with scrape type 2
2026-03-25 21:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 791e3cec-5b84-58ff-b1b9-159f47b4e7b1 with scrape type 2
2026-03-25 21:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 791e3cec-5b84-58ff-b1b9-159f47b4e7b1, identifier: 6998379auction110988
2026-03-25 21:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 791e3cec-5b84-58ff-b1b9-159f47b4e7b1 with identifier: 6998379auction110988
2026-03-25 21:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 791e3cec-5b84-58ff-b1b9-159f47b4e7b1 with identifier: 6998379auction110988
2026-03-25 21:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 791e3cec-5b84-58ff-b1b9-159f47b4e7b1 with identifier: 6998379auction110988 to the API
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998379>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '791e3cec-5b84-58ff-b1b9-159f47b4e7b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998379',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 164062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E DCT',
'vin': None,
'year': 2022}
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998379auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:35 [ecarstrade.be] INFO: Saving data for 6998379auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372792.863001, 'last_price_update_time': 1774475135.587525}
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998379auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:35 [ecarstrade.be] INFO: Extracting details for car 6998387auction110988
2026-03-25 21:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1730361d-9c3d-574b-a58f-968a6bba7748 with identifier: 6998387auction110988
2026-03-25 21:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1730361d-9c3d-574b-a58f-968a6bba7748 with scrape type 2
2026-03-25 21:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1730361d-9c3d-574b-a58f-968a6bba7748 with scrape type 2
2026-03-25 21:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1730361d-9c3d-574b-a58f-968a6bba7748, identifier: 6998387auction110988
2026-03-25 21:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1730361d-9c3d-574b-a58f-968a6bba7748 with identifier: 6998387auction110988
2026-03-25 21:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1730361d-9c3d-574b-a58f-968a6bba7748 with identifier: 6998387auction110988
2026-03-25 21:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1730361d-9c3d-574b-a58f-968a6bba7748 with identifier: 6998387auction110988 to the API
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998387>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1730361d-9c3d-574b-a58f-968a6bba7748',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998387',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 93370,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'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-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998387auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:35 [ecarstrade.be] INFO: Saving data for 6998387auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372796.233733, 'last_price_update_time': 1774475135.986662}
2026-03-25 21:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998387auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998370> (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-25 21:45:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:37 [ecarstrade.be] INFO: Extracting details for car 6998370auction110988
2026-03-25 21:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a8eb5b0-ab83-55e8-8503-46c4bb266d0e with identifier: 6998370auction110988
2026-03-25 21:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a8eb5b0-ab83-55e8-8503-46c4bb266d0e with scrape type 2
2026-03-25 21:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a8eb5b0-ab83-55e8-8503-46c4bb266d0e with scrape type 2
2026-03-25 21:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a8eb5b0-ab83-55e8-8503-46c4bb266d0e, identifier: 6998370auction110988
2026-03-25 21:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a8eb5b0-ab83-55e8-8503-46c4bb266d0e with identifier: 6998370auction110988
2026-03-25 21:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a8eb5b0-ab83-55e8-8503-46c4bb266d0e with identifier: 6998370auction110988
2026-03-25 21:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a8eb5b0-ab83-55e8-8503-46c4bb266d0e with identifier: 6998370auction110988 to the API
2026-03-25 21:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998370>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '9a8eb5b0-ab83-55e8-8503-46c4bb266d0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998370',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 53507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-15',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER EVOQUE - 2019 2.0 Turbo 4WD R-Dynamic HSE',
'transmission': 'automatic',
'trim': 'LAND ROVER RANGE ROVER EVOQUE - 2019 2.0 Turbo 4WD R-Dynamic HSE',
'vin': None,
'year': 2021}
2026-03-25 21:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998370auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:37 [ecarstrade.be] INFO: Saving data for 6998370auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372889.013549, 'last_price_update_time': 1774475137.965655}
2026-03-25 21:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998370auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998367> (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-25 21:45:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:38 [ecarstrade.be] INFO: Extracting details for car 6998367auction110988
2026-03-25 21:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f685827-52a3-5192-bddd-5eb71a8bc7d7 with identifier: 6998367auction110988
2026-03-25 21:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f685827-52a3-5192-bddd-5eb71a8bc7d7 with scrape type 2
2026-03-25 21:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f685827-52a3-5192-bddd-5eb71a8bc7d7 with scrape type 2
2026-03-25 21:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f685827-52a3-5192-bddd-5eb71a8bc7d7, identifier: 6998367auction110988
2026-03-25 21:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f685827-52a3-5192-bddd-5eb71a8bc7d7 with identifier: 6998367auction110988
2026-03-25 21:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f685827-52a3-5192-bddd-5eb71a8bc7d7 with identifier: 6998367auction110988
2026-03-25 21:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f685827-52a3-5192-bddd-5eb71a8bc7d7 with identifier: 6998367auction110988 to the API
2026-03-25 21:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998367>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6f685827-52a3-5192-bddd-5eb71a8bc7d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998367',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 159854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-08',
'seats_number': 7,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT DIESEL - 2019 2.0 TD4 4WD SE',
'transmission': 'automatic',
'trim': 'LAND ROVER DISCOVERY SPORT DIESEL - 2019 2.0 TD4 4WD SE',
'vin': None,
'year': 2020}
2026-03-25 21:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998367auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:38 [ecarstrade.be] INFO: Saving data for 6998367auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372890.07171, 'last_price_update_time': 1774475138.482231}
2026-03-25 21:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998367auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998365> (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-25 21:45:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:38 [ecarstrade.be] INFO: Extracting details for car 6998365auction110988
2026-03-25 21:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40e3a581-ac62-51c0-a984-7591acd418b0 with identifier: 6998365auction110988
2026-03-25 21:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40e3a581-ac62-51c0-a984-7591acd418b0 with scrape type 2
2026-03-25 21:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40e3a581-ac62-51c0-a984-7591acd418b0 with scrape type 2
2026-03-25 21:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40e3a581-ac62-51c0-a984-7591acd418b0, identifier: 6998365auction110988
2026-03-25 21:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40e3a581-ac62-51c0-a984-7591acd418b0 with identifier: 6998365auction110988
2026-03-25 21:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40e3a581-ac62-51c0-a984-7591acd418b0 with identifier: 6998365auction110988
2026-03-25 21:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40e3a581-ac62-51c0-a984-7591acd418b0 with identifier: 6998365auction110988 to the API
2026-03-25 21:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998365>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '40e3a581-ac62-51c0-a984-7591acd418b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998365',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 200210,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-14',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 2.0 D165 MHEV S 4WD AUTO',
'transmission': 'automatic',
'trim': 'LAND ROVER DISCOVERY SPORT 2.0 D165 MHEV S 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998365auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:39 [ecarstrade.be] INFO: Saving data for 6998365auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372775.727896, 'last_price_update_time': 1774475139.034094}
2026-03-25 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998365auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998303> (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-25 21:45:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:39 [ecarstrade.be] INFO: Extracting details for car 6998303auction110988
2026-03-25 21:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bb7391a-d2d2-5ba8-bfed-0cca838242e2 with identifier: 6998303auction110988
2026-03-25 21:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bb7391a-d2d2-5ba8-bfed-0cca838242e2 with scrape type 2
2026-03-25 21:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bb7391a-d2d2-5ba8-bfed-0cca838242e2 with scrape type 2
2026-03-25 21:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7bb7391a-d2d2-5ba8-bfed-0cca838242e2, identifier: 6998303auction110988
2026-03-25 21:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7bb7391a-d2d2-5ba8-bfed-0cca838242e2 with identifier: 6998303auction110988
2026-03-25 21:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7bb7391a-d2d2-5ba8-bfed-0cca838242e2 with identifier: 6998303auction110988
2026-03-25 21:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7bb7391a-d2d2-5ba8-bfed-0cca838242e2 with identifier: 6998303auction110988 to the API
2026-03-25 21:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:45:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998303>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7bb7391a-d2d2-5ba8-bfed-0cca838242e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998303',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 131721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5I PHEV 165KW ST-LINE AUTO',
'transmission': 'automatic',
'trim': 'FORD KUGA 2.5I PHEV 165KW ST-LINE AUTO',
'vin': None,
'year': 2023}
2026-03-25 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998303auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:40 [ecarstrade.be] INFO: Saving data for 6998303auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372704.274392, 'last_price_update_time': 1774475140.113078}
2026-03-25 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998303auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998361> (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-25 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-25 21:45:40 [ecarstrade.be] INFO: Extracting details for car 6998361auction110988
2026-03-25 21:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd156427-d9b1-535a-a5ee-19632d5b6628 with identifier: 6998361auction110988
2026-03-25 21:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd156427-d9b1-535a-a5ee-19632d5b6628 with scrape type 2
2026-03-25 21:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd156427-d9b1-535a-a5ee-19632d5b6628 with scrape type 2
2026-03-25 21:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd156427-d9b1-535a-a5ee-19632d5b6628, identifier: 6998361auction110988
2026-03-25 21:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd156427-d9b1-535a-a5ee-19632d5b6628 with identifier: 6998361auction110988
2026-03-25 21:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd156427-d9b1-535a-a5ee-19632d5b6628 with identifier: 6998361auction110988
2026-03-25 21:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd156427-d9b1-535a-a5ee-19632d5b6628 with identifier: 6998361auction110988 to the API
2026-03-25 21:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998361>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bd156427-d9b1-535a-a5ee-19632d5b6628',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998361',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 76834,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-23',
'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-25 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998361auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:40 [ecarstrade.be] INFO: Saving data for 6998361auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372793.439977, 'last_price_update_time': 1774475140.941041}
2026-03-25 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998361auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998360> (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-25 21:45:41 [ecarstrade.be] INFO: Extracting details for car 6998360auction110988
2026-03-25 21:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bd262c7-5838-59e9-b669-e8a1fc6dec58 with identifier: 6998360auction110988
2026-03-25 21:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bd262c7-5838-59e9-b669-e8a1fc6dec58 with scrape type 2
2026-03-25 21:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bd262c7-5838-59e9-b669-e8a1fc6dec58 with scrape type 2
2026-03-25 21:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2bd262c7-5838-59e9-b669-e8a1fc6dec58, identifier: 6998360auction110988
2026-03-25 21:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2bd262c7-5838-59e9-b669-e8a1fc6dec58 with identifier: 6998360auction110988
2026-03-25 21:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2bd262c7-5838-59e9-b669-e8a1fc6dec58 with identifier: 6998360auction110988
2026-03-25 21:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2bd262c7-5838-59e9-b669-e8a1fc6dec58 with identifier: 6998360auction110988 to the API
2026-03-25 21:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998360>
{'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-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '2bd262c7-5838-59e9-b669-e8a1fc6dec58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998360',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Kia',
'model': 'EV6',
'odometer': 76315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 BEV 77KWH EARTH AUTO RWD',
'transmission': 'automatic',
'trim': 'KIA BEV 77KWH EARTH AUTO RWD',
'vin': None,
'year': 2023}
2026-03-25 21:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998360auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:41 [ecarstrade.be] INFO: Saving data for 6998360auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372791.990792, 'last_price_update_time': 1774475141.56914}
2026-03-25 21:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998360auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998353> (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-25 21:45:42 [ecarstrade.be] INFO: Extracting details for car 6998353auction110988
2026-03-25 21:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94f9a4d3-b775-591a-b32a-b5c2d2819ee5 with identifier: 6998353auction110988
2026-03-25 21:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94f9a4d3-b775-591a-b32a-b5c2d2819ee5 with scrape type 2
2026-03-25 21:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94f9a4d3-b775-591a-b32a-b5c2d2819ee5 with scrape type 2
2026-03-25 21:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94f9a4d3-b775-591a-b32a-b5c2d2819ee5, identifier: 6998353auction110988
2026-03-25 21:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94f9a4d3-b775-591a-b32a-b5c2d2819ee5 with identifier: 6998353auction110988
2026-03-25 21:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94f9a4d3-b775-591a-b32a-b5c2d2819ee5 with identifier: 6998353auction110988
2026-03-25 21:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94f9a4d3-b775-591a-b32a-b5c2d2819ee5 with identifier: 6998353auction110988 to the API
2026-03-25 21:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998353>
{'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-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '94f9a4d3-b775-591a-b32a-b5c2d2819ee5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998353',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 122389,
'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': 'HYUNDAI Santa Fe 1.6 T-GDI PHEV 4WD SHINE AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.6 T-GDI PHEV 4WD SHINE AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998353auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:42 [ecarstrade.be] INFO: Saving data for 6998353auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372831.668117, 'last_price_update_time': 1774475142.680752}
2026-03-25 21:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998353auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998356> (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-25 21:45:42 [ecarstrade.be] INFO: Extracting details for car 6998356auction110988
2026-03-25 21:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5886bcb4-2752-55e0-9c66-186aef9b112b with identifier: 6998356auction110988
2026-03-25 21:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5886bcb4-2752-55e0-9c66-186aef9b112b with scrape type 2
2026-03-25 21:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5886bcb4-2752-55e0-9c66-186aef9b112b with scrape type 2
2026-03-25 21:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5886bcb4-2752-55e0-9c66-186aef9b112b, identifier: 6998356auction110988
2026-03-25 21:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5886bcb4-2752-55e0-9c66-186aef9b112b with identifier: 6998356auction110988
2026-03-25 21:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5886bcb4-2752-55e0-9c66-186aef9b112b with identifier: 6998356auction110988
2026-03-25 21:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5886bcb4-2752-55e0-9c66-186aef9b112b with identifier: 6998356auction110988 to the API
2026-03-25 21:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:45:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998356>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5886bcb4-2752-55e0-9c66-186aef9b112b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998356',
'listing': 'directbuy',
'location': 'Belgium - "DELIVERY"',
'make': 'Kia',
'model': "cee'd Sportswagon",
'odometer': 79955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-14',
'seats_number': 5,
'seller_name': None,
'title': "KIA CEE'D SPORTSWAGON 1.6 GDI PHEV BUSINESS LINE DCT",
'transmission': 'automatic',
'trim': "KIA CEE'D SPORTSWAGON 1.6 GDI PHEV BUSINESS LINE DCT",
'vin': None,
'year': 2021}
2026-03-25 21:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998356auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:43 [ecarstrade.be] INFO: Saving data for 6998356auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372908.571307, 'last_price_update_time': 1774475143.160357}
2026-03-25 21:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998356auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998331> (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-25 21:45:45 [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-25 21:45:45 [ecarstrade.be] INFO: Extracting details for car 6998331auction110988
2026-03-25 21:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 706dcc21-fa64-52a4-b6f9-42b9afcb7f2b with identifier: 6998331auction110988
2026-03-25 21:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 706dcc21-fa64-52a4-b6f9-42b9afcb7f2b with scrape type 2
2026-03-25 21:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 706dcc21-fa64-52a4-b6f9-42b9afcb7f2b with scrape type 2
2026-03-25 21:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 706dcc21-fa64-52a4-b6f9-42b9afcb7f2b, identifier: 6998331auction110988
2026-03-25 21:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 706dcc21-fa64-52a4-b6f9-42b9afcb7f2b with identifier: 6998331auction110988
2026-03-25 21:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 706dcc21-fa64-52a4-b6f9-42b9afcb7f2b with identifier: 6998331auction110988
2026-03-25 21:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 706dcc21-fa64-52a4-b6f9-42b9afcb7f2b with identifier: 6998331auction110988 to the API
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998331>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO F',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '706dcc21-fa64-52a4-b6f9-42b9afcb7f2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998331',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 78888,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-14',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2.0TDCI 96KW TREND 350L',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2.0TDCI 96KW TREND 350L',
'vin': None,
'year': 2022}
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998331auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Saving data for 6998331auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372728.688691, 'last_price_update_time': 1774475145.504373}
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998331auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998600auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998600auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998600auction110988: 2
2026-03-25 21:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998603auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998603auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998603auction110988: 2
2026-03-25 21:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998610auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998610auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998610auction110988: 2
2026-03-25 21:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998612auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998612auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998612auction110988: 2
2026-03-25 21:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998616auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998616auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998616auction110988: 2
2026-03-25 21:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998621auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998621auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998621auction110988: 2
2026-03-25 21:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998329> (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-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998632auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998632auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998632auction110988: 2
2026-03-25 21:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998638auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998638auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998638auction110988: 2
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998642auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998642auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998642auction110988: 2
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998646auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998646auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998646auction110988: 2
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998651auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998651auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998651auction110988: 2
2026-03-25 21:45:45 [ecarstrade.be] INFO: Extracting details for car 6998329auction110988
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998657auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998657auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998657auction110988: 2
2026-03-25 21:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6bd1644-7fb7-58c4-9001-205733260405 with identifier: 6998329auction110988
2026-03-25 21:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6bd1644-7fb7-58c4-9001-205733260405 with scrape type 2
2026-03-25 21:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6bd1644-7fb7-58c4-9001-205733260405 with scrape type 2
2026-03-25 21:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6bd1644-7fb7-58c4-9001-205733260405, identifier: 6998329auction110988
2026-03-25 21:45:45 [ecarstrade.be] INFO: Found listing with ID: 6998660auction110988
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998660auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:45 [ecarstrade.be] INFO: Scrape type for 6998660auction110988: 2
2026-03-25 21:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6bd1644-7fb7-58c4-9001-205733260405 with identifier: 6998329auction110988
2026-03-25 21:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6bd1644-7fb7-58c4-9001-205733260405 with identifier: 6998329auction110988
2026-03-25 21:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6bd1644-7fb7-58c4-9001-205733260405 with identifier: 6998329auction110988 to the API
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998329>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO E',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a6bd1644-7fb7-58c4-9001-205733260405',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998329',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 86144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD RANGER 2.0 BIT 156KW 4WD D-CAB WILDTRAK AUTO',
'transmission': 'automatic',
'trim': 'FORD RANGER 2.0 BIT 156KW 4WD D-CAB WILDTRAK AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998329auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:46 [ecarstrade.be] INFO: Saving data for 6998329auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372729.143132, 'last_price_update_time': 1774475146.191455}
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998329auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:46 [ecarstrade.be] INFO: Found listing with ID: 6998665auction110988
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998665auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:46 [ecarstrade.be] INFO: Scrape type for 6998665auction110988: 2
2026-03-25 21:45:46 [ecarstrade.be] INFO: Found listing with ID: 6998666auction110988
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998666auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:46 [ecarstrade.be] INFO: Scrape type for 6998666auction110988: 2
2026-03-25 21:45:46 [ecarstrade.be] INFO: Found listing with ID: 6998671auction110988
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998671auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:46 [ecarstrade.be] INFO: Scrape type for 6998671auction110988: 2
2026-03-25 21:45:46 [ecarstrade.be] INFO: Found listing with ID: 6998675auction110988
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998675auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:46 [ecarstrade.be] INFO: Scrape type for 6998675auction110988: 2
2026-03-25 21:45:46 [ecarstrade.be] INFO: Found listing with ID: 6998680auction110988
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998680auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:46 [ecarstrade.be] INFO: Scrape type for 6998680auction110988: 2
2026-03-25 21:45:46 [ecarstrade.be] INFO: Found listing with ID: 6998684auction110988
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998684auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:46 [ecarstrade.be] INFO: Scrape type for 6998684auction110988: 2
2026-03-25 21:45:46 [ecarstrade.be] INFO: Found listing with ID: 6998688auction110988
2026-03-25 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998688auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:46 [ecarstrade.be] INFO: Scrape type for 6998688auction110988: 2
2026-03-25 21:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998324> (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-25 21:45:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:47 [ecarstrade.be] INFO: Extracting details for car 6998324auction110988
2026-03-25 21:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2397c96c-75f2-5adb-8a2a-e2bb3052bba6 with identifier: 6998324auction110988
2026-03-25 21:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2397c96c-75f2-5adb-8a2a-e2bb3052bba6 with scrape type 2
2026-03-25 21:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2397c96c-75f2-5adb-8a2a-e2bb3052bba6 with scrape type 2
2026-03-25 21:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2397c96c-75f2-5adb-8a2a-e2bb3052bba6, identifier: 6998324auction110988
2026-03-25 21:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2397c96c-75f2-5adb-8a2a-e2bb3052bba6 with identifier: 6998324auction110988
2026-03-25 21:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2397c96c-75f2-5adb-8a2a-e2bb3052bba6 with identifier: 6998324auction110988
2026-03-25 21:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2397c96c-75f2-5adb-8a2a-e2bb3052bba6 with identifier: 6998324auction110988 to the API
2026-03-25 21:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998324>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '2397c96c-75f2-5adb-8a2a-e2bb3052bba6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998324',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Puma',
'odometer': 95935,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-10',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Puma 1.0 ECOBOOST MHEV 92KW TITANIUM X',
'transmission': 'manual',
'trim': 'FORD 1.0 ECOBOOST MHEV 92KW TITANIUM X',
'vin': None,
'year': 2020}
2026-03-25 21:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998324auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:47 [ecarstrade.be] INFO: Saving data for 6998324auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372724.239243, 'last_price_update_time': 1774475147.646542}
2026-03-25 21:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998324auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998326> (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-25 21:45:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:47 [ecarstrade.be] INFO: Extracting details for car 6998326auction110988
2026-03-25 21:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bc1d5f0-72d8-5f5d-8c7a-7ea9b17cd6a6 with identifier: 6998326auction110988
2026-03-25 21:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bc1d5f0-72d8-5f5d-8c7a-7ea9b17cd6a6 with scrape type 2
2026-03-25 21:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bc1d5f0-72d8-5f5d-8c7a-7ea9b17cd6a6 with scrape type 2
2026-03-25 21:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2bc1d5f0-72d8-5f5d-8c7a-7ea9b17cd6a6, identifier: 6998326auction110988
2026-03-25 21:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2bc1d5f0-72d8-5f5d-8c7a-7ea9b17cd6a6 with identifier: 6998326auction110988
2026-03-25 21:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2bc1d5f0-72d8-5f5d-8c7a-7ea9b17cd6a6 with identifier: 6998326auction110988
2026-03-25 21:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2bc1d5f0-72d8-5f5d-8c7a-7ea9b17cd6a6 with identifier: 6998326auction110988 to the API
2026-03-25 21:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998326>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2bc1d5f0-72d8-5f5d-8c7a-7ea9b17cd6a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998326',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Puma',
'odometer': 98842,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Puma 1.5 TDCI 88KW TITANIUM',
'transmission': 'manual',
'trim': 'FORD 1.5 TDCI 88KW TITANIUM',
'vin': None,
'year': 2022}
2026-03-25 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998326auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:48 [ecarstrade.be] INFO: Saving data for 6998326auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372727.908474, 'last_price_update_time': 1774475148.12501}
2026-03-25 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998326auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998600> (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-25 21:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998612> (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-25 21:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:52 [ecarstrade.be] INFO: Extracting details for car 6998600auction110988
2026-03-25 21:45:52 [ecarstrade.be] INFO: Extracting details for car 6998612auction110988
2026-03-25 21:45:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f23557d3-66fd-5028-b359-f8b813ac24f4 with identifier: 6998600auction110988
2026-03-25 21:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23557d3-66fd-5028-b359-f8b813ac24f4 with scrape type 2
2026-03-25 21:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f23557d3-66fd-5028-b359-f8b813ac24f4 with scrape type 2
2026-03-25 21:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f23557d3-66fd-5028-b359-f8b813ac24f4, identifier: 6998600auction110988
2026-03-25 21:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f23557d3-66fd-5028-b359-f8b813ac24f4 with identifier: 6998600auction110988
2026-03-25 21:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f23557d3-66fd-5028-b359-f8b813ac24f4 with identifier: 6998600auction110988
2026-03-25 21:45:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f23557d3-66fd-5028-b359-f8b813ac24f4 with identifier: 6998600auction110988 to the API
2026-03-25 21:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998600>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f23557d3-66fd-5028-b359-f8b813ac24f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998600',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 83182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-25 21:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998600auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:52 [ecarstrade.be] INFO: Saving data for 6998600auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372919.142901, 'last_price_update_time': 1774475152.961031}
2026-03-25 21:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998600auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998603> (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-25 21:45:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7041cab0-6e08-5c36-9c19-fbf43c367c9b with identifier: 6998612auction110988
2026-03-25 21:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7041cab0-6e08-5c36-9c19-fbf43c367c9b with scrape type 2
2026-03-25 21:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7041cab0-6e08-5c36-9c19-fbf43c367c9b with scrape type 2
2026-03-25 21:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7041cab0-6e08-5c36-9c19-fbf43c367c9b, identifier: 6998612auction110988
2026-03-25 21:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7041cab0-6e08-5c36-9c19-fbf43c367c9b with identifier: 6998612auction110988
2026-03-25 21:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7041cab0-6e08-5c36-9c19-fbf43c367c9b with identifier: 6998612auction110988
2026-03-25 21:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7041cab0-6e08-5c36-9c19-fbf43c367c9b with identifier: 6998612auction110988 to the API
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998612>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7041cab0-6e08-5c36-9c19-fbf43c367c9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998612',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 94918,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E LUXURY LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E LUXURY LINE DCT',
'vin': None,
'year': 2022}
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998612auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:53 [ecarstrade.be] INFO: Saving data for 6998612auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372912.600089, 'last_price_update_time': 1774475153.338058}
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998612auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:53 [ecarstrade.be] INFO: Extracting details for car 6998603auction110988
2026-03-25 21:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 058c6de3-d3bf-560d-9a06-f61694d50f93 with identifier: 6998603auction110988
2026-03-25 21:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 058c6de3-d3bf-560d-9a06-f61694d50f93 with scrape type 2
2026-03-25 21:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 058c6de3-d3bf-560d-9a06-f61694d50f93 with scrape type 2
2026-03-25 21:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 058c6de3-d3bf-560d-9a06-f61694d50f93, identifier: 6998603auction110988
2026-03-25 21:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 058c6de3-d3bf-560d-9a06-f61694d50f93 with identifier: 6998603auction110988
2026-03-25 21:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 058c6de3-d3bf-560d-9a06-f61694d50f93 with identifier: 6998603auction110988
2026-03-25 21:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 058c6de3-d3bf-560d-9a06-f61694d50f93 with identifier: 6998603auction110988 to the API
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998603>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '058c6de3-d3bf-560d-9a06-f61694d50f93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998603',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 140122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998603auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:53 [ecarstrade.be] INFO: Saving data for 6998603auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372911.119032, 'last_price_update_time': 1774475153.729522}
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998603auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998616> (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-25 21:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998621> (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-25 21:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:53 [ecarstrade.be] INFO: Extracting details for car 6998616auction110988
2026-03-25 21:45:53 [ecarstrade.be] INFO: Extracting details for car 6998621auction110988
2026-03-25 21:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 196af9f0-0540-5727-ac76-1169ca9cf043 with identifier: 6998616auction110988
2026-03-25 21:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196af9f0-0540-5727-ac76-1169ca9cf043 with scrape type 2
2026-03-25 21:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 196af9f0-0540-5727-ac76-1169ca9cf043 with scrape type 2
2026-03-25 21:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 196af9f0-0540-5727-ac76-1169ca9cf043, identifier: 6998616auction110988
2026-03-25 21:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cad62d1a-6931-558a-a18e-991f0b8d801f with identifier: 6998621auction110988
2026-03-25 21:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cad62d1a-6931-558a-a18e-991f0b8d801f with scrape type 2
2026-03-25 21:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cad62d1a-6931-558a-a18e-991f0b8d801f with scrape type 2
2026-03-25 21:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cad62d1a-6931-558a-a18e-991f0b8d801f, identifier: 6998621auction110988
2026-03-25 21:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 196af9f0-0540-5727-ac76-1169ca9cf043 with identifier: 6998616auction110988
2026-03-25 21:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 196af9f0-0540-5727-ac76-1169ca9cf043 with identifier: 6998616auction110988
2026-03-25 21:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 196af9f0-0540-5727-ac76-1169ca9cf043 with identifier: 6998616auction110988 to the API
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998616>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '196af9f0-0540-5727-ac76-1169ca9cf043',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998616',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 120855,
'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': 'MERCEDES-BENZ A-CLASS LIMOUSINE 2.0 A 180 D BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 2.0 D BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998616auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:54 [ecarstrade.be] INFO: Saving data for 6998616auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372911.87806, 'last_price_update_time': 1774475154.316158}
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998616auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cad62d1a-6931-558a-a18e-991f0b8d801f with identifier: 6998621auction110988
2026-03-25 21:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cad62d1a-6931-558a-a18e-991f0b8d801f with identifier: 6998621auction110988
2026-03-25 21:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cad62d1a-6931-558a-a18e-991f0b8d801f with identifier: 6998621auction110988 to the API
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998621>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cad62d1a-6931-558a-a18e-991f0b8d801f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998621',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 71331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 2.0 A 180 D BUSINESS SOLUTION '
'ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 2.0 D BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2021}
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998621auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:54 [ecarstrade.be] INFO: Saving data for 6998621auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372909.930402, 'last_price_update_time': 1774475154.65269}
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998621auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998632> (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-25 21:45:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:54 [ecarstrade.be] INFO: Extracting details for car 6998632auction110988
2026-03-25 21:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b30ec667-3db8-553f-87bc-6a383f327a84 with identifier: 6998632auction110988
2026-03-25 21:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b30ec667-3db8-553f-87bc-6a383f327a84 with scrape type 2
2026-03-25 21:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b30ec667-3db8-553f-87bc-6a383f327a84 with scrape type 2
2026-03-25 21:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b30ec667-3db8-553f-87bc-6a383f327a84, identifier: 6998632auction110988
2026-03-25 21:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b30ec667-3db8-553f-87bc-6a383f327a84 with identifier: 6998632auction110988
2026-03-25 21:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b30ec667-3db8-553f-87bc-6a383f327a84 with identifier: 6998632auction110988
2026-03-25 21:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b30ec667-3db8-553f-87bc-6a383f327a84 with identifier: 6998632auction110988 to the API
2026-03-25 21:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998632>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'b30ec667-3db8-553f-87bc-6a383f327a84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998632',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 128479,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 250 E BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ B-CLASS 1.3 E BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998632auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:55 [ecarstrade.be] INFO: Saving data for 6998632auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372907.109767, 'last_price_update_time': 1774475155.173051}
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998632auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:55 [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-25 21:45:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found listing with ID: 6998696auction110988
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998696auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:55 [ecarstrade.be] INFO: Scrape type for 6998696auction110988: 2
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found listing with ID: 6998700auction110988
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998700auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:55 [ecarstrade.be] INFO: Scrape type for 6998700auction110988: 2
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found listing with ID: 6998703auction110988
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998703auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:55 [ecarstrade.be] INFO: Scrape type for 6998703auction110988: 2
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found listing with ID: 6998706auction110988
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998706auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:55 [ecarstrade.be] INFO: Scrape type for 6998706auction110988: 2
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found listing with ID: 6998709auction110988
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998709auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:55 [ecarstrade.be] INFO: Scrape type for 6998709auction110988: 2
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found listing with ID: 6998710auction110988
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998710auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:55 [ecarstrade.be] INFO: Scrape type for 6998710auction110988: 2
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found listing with ID: 6998723auction110988
2026-03-25 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998723auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:55 [ecarstrade.be] INFO: Scrape type for 6998723auction110988: 2
2026-03-25 21:45:55 [ecarstrade.be] INFO: Found listing with ID: 6998725auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998725auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998725auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998728auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998728auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998728auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998730auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998730auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998730auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998731auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998731auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998731auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998734auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998734auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998734auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998737auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998737auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998737auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998739auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998739auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998739auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998743auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998743auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998743auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998746auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998746auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998746auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998749auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998749auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998749auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998751auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998751auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998751auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998753auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998753auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998753auction110988: 2
2026-03-25 21:45:56 [ecarstrade.be] INFO: Found listing with ID: 6998757auction110988
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998757auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Scrape type for 6998757auction110988: 2
2026-03-25 21:45:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998610> (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-25 21:45:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:45:56 [ecarstrade.be] INFO: Extracting details for car 6998610auction110988
2026-03-25 21:45:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbab8f59-f65e-5e56-8ae3-0c49deacdf0d with identifier: 6998610auction110988
2026-03-25 21:45:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbab8f59-f65e-5e56-8ae3-0c49deacdf0d with scrape type 2
2026-03-25 21:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbab8f59-f65e-5e56-8ae3-0c49deacdf0d with scrape type 2
2026-03-25 21:45:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbab8f59-f65e-5e56-8ae3-0c49deacdf0d, identifier: 6998610auction110988
2026-03-25 21:45:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbab8f59-f65e-5e56-8ae3-0c49deacdf0d with identifier: 6998610auction110988
2026-03-25 21:45:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbab8f59-f65e-5e56-8ae3-0c49deacdf0d with identifier: 6998610auction110988
2026-03-25 21:45:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbab8f59-f65e-5e56-8ae3-0c49deacdf0d with identifier: 6998610auction110988 to the API
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:45: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-25 21:45:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998610>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fbab8f59-f65e-5e56-8ae3-0c49deacdf0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998610',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 173866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2020}
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998610auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:45:56 [ecarstrade.be] INFO: Saving data for 6998610auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372915.617234, 'last_price_update_time': 1774475156.800721}
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998610auction110988') HTTP/1.1" 204 0
2026-03-25 21:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998646> (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-25 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-25 21:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998642> (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-25 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-25 21:45:59 [ecarstrade.be] INFO: Extracting details for car 6998646auction110988
2026-03-25 21:45:59 [ecarstrade.be] INFO: Extracting details for car 6998642auction110988
2026-03-25 21:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e2fdabd-c71a-554f-aa75-0508676c465f with identifier: 6998646auction110988
2026-03-25 21:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e2fdabd-c71a-554f-aa75-0508676c465f with scrape type 2
2026-03-25 21:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e2fdabd-c71a-554f-aa75-0508676c465f with scrape type 2
2026-03-25 21:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e2fdabd-c71a-554f-aa75-0508676c465f, identifier: 6998646auction110988
2026-03-25 21:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 868d2ac1-db12-5361-a5bf-2ce7b0df2878 with identifier: 6998642auction110988
2026-03-25 21:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 868d2ac1-db12-5361-a5bf-2ce7b0df2878 with scrape type 2
2026-03-25 21:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 868d2ac1-db12-5361-a5bf-2ce7b0df2878 with scrape type 2
2026-03-25 21:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 868d2ac1-db12-5361-a5bf-2ce7b0df2878, identifier: 6998642auction110988
2026-03-25 21:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e2fdabd-c71a-554f-aa75-0508676c465f with identifier: 6998646auction110988
2026-03-25 21:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e2fdabd-c71a-554f-aa75-0508676c465f with identifier: 6998646auction110988
2026-03-25 21:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e2fdabd-c71a-554f-aa75-0508676c465f with identifier: 6998646auction110988 to the API
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998646>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4e2fdabd-c71a-554f-aa75-0508676c465f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998646',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 85359,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 2.0 CLA 180 D BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLA 2.0 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998646auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:00 [ecarstrade.be] INFO: Saving data for 6998646auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372900.733307, 'last_price_update_time': 1774475160.21882}
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998646auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 868d2ac1-db12-5361-a5bf-2ce7b0df2878 with identifier: 6998642auction110988
2026-03-25 21:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 868d2ac1-db12-5361-a5bf-2ce7b0df2878 with identifier: 6998642auction110988
2026-03-25 21:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 868d2ac1-db12-5361-a5bf-2ce7b0df2878 with identifier: 6998642auction110988 to the API
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998642>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '868d2ac1-db12-5361-a5bf-2ce7b0df2878',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998642',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 102962,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA 1.3 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998642auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:00 [ecarstrade.be] INFO: Saving data for 6998642auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372925.21289, 'last_price_update_time': 1774475160.525858}
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998642auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998657> (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-25 21:46:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998651> (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-25 21:46:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:00 [ecarstrade.be] INFO: Extracting details for car 6998657auction110988
2026-03-25 21:46:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce2fa46f-0d5b-5af6-bd83-9371eb6fe289 with identifier: 6998657auction110988
2026-03-25 21:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce2fa46f-0d5b-5af6-bd83-9371eb6fe289 with scrape type 2
2026-03-25 21:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce2fa46f-0d5b-5af6-bd83-9371eb6fe289 with scrape type 2
2026-03-25 21:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce2fa46f-0d5b-5af6-bd83-9371eb6fe289, identifier: 6998657auction110988
2026-03-25 21:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce2fa46f-0d5b-5af6-bd83-9371eb6fe289 with identifier: 6998657auction110988
2026-03-25 21:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce2fa46f-0d5b-5af6-bd83-9371eb6fe289 with identifier: 6998657auction110988
2026-03-25 21:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce2fa46f-0d5b-5af6-bd83-9371eb6fe289 with identifier: 6998657auction110988 to the API
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998657>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'ce2fa46f-0d5b-5af6-bd83-9371eb6fe289',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998657',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 83345,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLA - Klasse 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2020}
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998657auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:01 [ecarstrade.be] INFO: Saving data for 6998657auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372899.235996, 'last_price_update_time': 1774475161.22095}
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998657auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:01 [ecarstrade.be] INFO: Extracting details for car 6998651auction110988
2026-03-25 21:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa605ae7-f0ba-5a11-b416-61dd0d35f225 with identifier: 6998651auction110988
2026-03-25 21:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa605ae7-f0ba-5a11-b416-61dd0d35f225 with scrape type 2
2026-03-25 21:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa605ae7-f0ba-5a11-b416-61dd0d35f225 with scrape type 2
2026-03-25 21:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa605ae7-f0ba-5a11-b416-61dd0d35f225, identifier: 6998651auction110988
2026-03-25 21:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa605ae7-f0ba-5a11-b416-61dd0d35f225 with identifier: 6998651auction110988
2026-03-25 21:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa605ae7-f0ba-5a11-b416-61dd0d35f225 with identifier: 6998651auction110988
2026-03-25 21:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa605ae7-f0ba-5a11-b416-61dd0d35f225 with identifier: 6998651auction110988 to the API
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998651>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'fa605ae7-f0ba-5a11-b416-61dd0d35f225',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998651',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 49781,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLA - Klasse 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998651auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:01 [ecarstrade.be] INFO: Saving data for 6998651auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372898.061722, 'last_price_update_time': 1774475161.604874}
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998651auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998660> (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-25 21:46:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:02 [ecarstrade.be] INFO: Extracting details for car 6998660auction110988
2026-03-25 21:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db7449c5-00a6-501c-adbd-1ff965e71732 with identifier: 6998660auction110988
2026-03-25 21:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db7449c5-00a6-501c-adbd-1ff965e71732 with scrape type 2
2026-03-25 21:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db7449c5-00a6-501c-adbd-1ff965e71732 with scrape type 2
2026-03-25 21:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db7449c5-00a6-501c-adbd-1ff965e71732, identifier: 6998660auction110988
2026-03-25 21:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db7449c5-00a6-501c-adbd-1ff965e71732 with identifier: 6998660auction110988
2026-03-25 21:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db7449c5-00a6-501c-adbd-1ff965e71732 with identifier: 6998660auction110988
2026-03-25 21:46:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db7449c5-00a6-501c-adbd-1ff965e71732 with identifier: 6998660auction110988 to the API
2026-03-25 21:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998660>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'db7449c5-00a6-501c-adbd-1ff965e71732',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998660',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 71679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA - Klasse 1.3 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 21:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998660auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:02 [ecarstrade.be] INFO: Saving data for 6998660auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372899.97631, 'last_price_update_time': 1774475162.550428}
2026-03-25 21:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998660auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998688> (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-25 21:46:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:03 [ecarstrade.be] INFO: Extracting details for car 6998688auction110988
2026-03-25 21:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6737e059-2006-58ca-a13c-c37102609c7b with identifier: 6998688auction110988
2026-03-25 21:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6737e059-2006-58ca-a13c-c37102609c7b with scrape type 2
2026-03-25 21:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6737e059-2006-58ca-a13c-c37102609c7b with scrape type 2
2026-03-25 21:46:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6737e059-2006-58ca-a13c-c37102609c7b, identifier: 6998688auction110988
2026-03-25 21:46:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6737e059-2006-58ca-a13c-c37102609c7b with identifier: 6998688auction110988
2026-03-25 21:46:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6737e059-2006-58ca-a13c-c37102609c7b with identifier: 6998688auction110988
2026-03-25 21:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6737e059-2006-58ca-a13c-c37102609c7b with identifier: 6998688auction110988 to the API
2026-03-25 21:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998688>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '6737e059-2006-58ca-a13c-c37102609c7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998688',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 17867,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 160 Business Solution',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLASS A (W177) Business Solution',
'vin': None,
'year': 2021}
2026-03-25 21:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998688auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:03 [ecarstrade.be] INFO: Saving data for 6998688auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372832.596828, 'last_price_update_time': 1774475163.621176}
2026-03-25 21:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998688auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998684> (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-25 21:46:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:03 [ecarstrade.be] INFO: Extracting details for car 6998684auction110988
2026-03-25 21:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 752de94a-7f3a-55cb-805d-b4e9d1a23fb9 with identifier: 6998684auction110988
2026-03-25 21:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 752de94a-7f3a-55cb-805d-b4e9d1a23fb9 with scrape type 2
2026-03-25 21:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 752de94a-7f3a-55cb-805d-b4e9d1a23fb9 with scrape type 2
2026-03-25 21:46:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 752de94a-7f3a-55cb-805d-b4e9d1a23fb9, identifier: 6998684auction110988
2026-03-25 21:46:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 752de94a-7f3a-55cb-805d-b4e9d1a23fb9 with identifier: 6998684auction110988
2026-03-25 21:46:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 752de94a-7f3a-55cb-805d-b4e9d1a23fb9 with identifier: 6998684auction110988
2026-03-25 21:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 752de94a-7f3a-55cb-805d-b4e9d1a23fb9 with identifier: 6998684auction110988 to the API
2026-03-25 21:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998684>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '752de94a-7f3a-55cb-805d-b4e9d1a23fb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998684',
'listing': 'directbuy',
'location': 'Belgium - "DELIVERY"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 47509,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'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-25 21:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998684auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:04 [ecarstrade.be] INFO: Saving data for 6998684auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372833.773597, 'last_price_update_time': 1774475164.107622}
2026-03-25 21:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998684auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998680> (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-25 21:46:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:06 [scrapy.extensions.logstats] INFO: Crawled 540 pages (at 58 pages/min), scraped 476 items (at 54 items/min)
2026-03-25 21:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:46:06 [ecarstrade.be] INFO: Extracting details for car 6998680auction110988
2026-03-25 21:46:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46303315-deac-5781-8c59-417a666c8a53 with identifier: 6998680auction110988
2026-03-25 21:46:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46303315-deac-5781-8c59-417a666c8a53 with scrape type 2
2026-03-25 21:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46303315-deac-5781-8c59-417a666c8a53 with scrape type 2
2026-03-25 21:46:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46303315-deac-5781-8c59-417a666c8a53, identifier: 6998680auction110988
2026-03-25 21:46:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46303315-deac-5781-8c59-417a666c8a53 with identifier: 6998680auction110988
2026-03-25 21:46:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46303315-deac-5781-8c59-417a666c8a53 with identifier: 6998680auction110988
2026-03-25 21:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46303315-deac-5781-8c59-417a666c8a53 with identifier: 6998680auction110988 to the API
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998680>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '46303315-deac-5781-8c59-417a666c8a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998680',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 139745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-15',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS SOLUTION '
'DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998680auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:07 [ecarstrade.be] INFO: Saving data for 6998680auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372855.441928, 'last_price_update_time': 1774475167.177622}
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998680auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998671> (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-25 21:46:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:07 [ecarstrade.be] INFO: Extracting details for car 6998671auction110988
2026-03-25 21:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab0768ba-3fe9-5c2f-8a12-e1b1107d73c7 with identifier: 6998671auction110988
2026-03-25 21:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab0768ba-3fe9-5c2f-8a12-e1b1107d73c7 with scrape type 2
2026-03-25 21:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab0768ba-3fe9-5c2f-8a12-e1b1107d73c7 with scrape type 2
2026-03-25 21:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab0768ba-3fe9-5c2f-8a12-e1b1107d73c7, identifier: 6998671auction110988
2026-03-25 21:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab0768ba-3fe9-5c2f-8a12-e1b1107d73c7 with identifier: 6998671auction110988
2026-03-25 21:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab0768ba-3fe9-5c2f-8a12-e1b1107d73c7 with identifier: 6998671auction110988
2026-03-25 21:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab0768ba-3fe9-5c2f-8a12-e1b1107d73c7 with identifier: 6998671auction110988 to the API
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998671>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'ab0768ba-3fe9-5c2f-8a12-e1b1107d73c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998671',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 89510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS LINE DCT SH '
'BR',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS LINE DCT SH '
'BR',
'vin': None,
'year': 2022}
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998671auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:07 [ecarstrade.be] INFO: Saving data for 6998671auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372854.302685, 'last_price_update_time': 1774475167.689749}
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998671auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998666> (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-25 21:46:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:07 [ecarstrade.be] INFO: Extracting details for car 6998666auction110988
2026-03-25 21:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c75857cd-5746-5056-9428-df4878e54166 with identifier: 6998666auction110988
2026-03-25 21:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c75857cd-5746-5056-9428-df4878e54166 with scrape type 2
2026-03-25 21:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c75857cd-5746-5056-9428-df4878e54166 with scrape type 2
2026-03-25 21:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c75857cd-5746-5056-9428-df4878e54166, identifier: 6998666auction110988
2026-03-25 21:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c75857cd-5746-5056-9428-df4878e54166 with identifier: 6998666auction110988
2026-03-25 21:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c75857cd-5746-5056-9428-df4878e54166 with identifier: 6998666auction110988
2026-03-25 21:46:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c75857cd-5746-5056-9428-df4878e54166 with identifier: 6998666auction110988 to the API
2026-03-25 21:46:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998666>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c75857cd-5746-5056-9428-df4878e54166',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998666',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 89787,
'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': 'MERCEDES-BENZ CLA - Klasse 2.0 CLA 180 D BUS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLA - Klasse 2.0 D BUS SOLUTION ESSENTIAL',
'vin': None,
'year': 2021}
2026-03-25 21:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998666auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:08 [ecarstrade.be] INFO: Saving data for 6998666auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372857.502775, 'last_price_update_time': 1774475168.189604}
2026-03-25 21:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998666auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998665> (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-25 21:46:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:08 [ecarstrade.be] INFO: Extracting details for car 6998665auction110988
2026-03-25 21:46:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99958ce6-fa30-5aa2-9fbd-520302947a3d with identifier: 6998665auction110988
2026-03-25 21:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99958ce6-fa30-5aa2-9fbd-520302947a3d with scrape type 2
2026-03-25 21:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99958ce6-fa30-5aa2-9fbd-520302947a3d with scrape type 2
2026-03-25 21:46:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99958ce6-fa30-5aa2-9fbd-520302947a3d, identifier: 6998665auction110988
2026-03-25 21:46:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99958ce6-fa30-5aa2-9fbd-520302947a3d with identifier: 6998665auction110988
2026-03-25 21:46:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99958ce6-fa30-5aa2-9fbd-520302947a3d with identifier: 6998665auction110988
2026-03-25 21:46:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99958ce6-fa30-5aa2-9fbd-520302947a3d with identifier: 6998665auction110988 to the API
2026-03-25 21:46:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998665>
{'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-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '99958ce6-fa30-5aa2-9fbd-520302947a3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998665',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 95069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA - Klasse 1.3 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998665auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:09 [ecarstrade.be] INFO: Saving data for 6998665auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372898.731315, 'last_price_update_time': 1774475169.096249}
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998665auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998638> (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-25 21:46:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:09 [ecarstrade.be] INFO: Extracting details for car 6998638auction110988
2026-03-25 21:46:09 [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-25 21:46:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37779d25-9baf-55f3-afd5-199d1040f131 with identifier: 6998638auction110988
2026-03-25 21:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37779d25-9baf-55f3-afd5-199d1040f131 with scrape type 2
2026-03-25 21:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37779d25-9baf-55f3-afd5-199d1040f131 with scrape type 2
2026-03-25 21:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37779d25-9baf-55f3-afd5-199d1040f131, identifier: 6998638auction110988
2026-03-25 21:46:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37779d25-9baf-55f3-afd5-199d1040f131 with identifier: 6998638auction110988
2026-03-25 21:46:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37779d25-9baf-55f3-afd5-199d1040f131 with identifier: 6998638auction110988
2026-03-25 21:46:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37779d25-9baf-55f3-afd5-199d1040f131 with identifier: 6998638auction110988 to the API
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998638>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '37779d25-9baf-55f3-afd5-199d1040f131',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998638',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'B 200',
'odometer': 188787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 2.0 B 200 D BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ B-CLASS 2.0 D BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998638auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:09 [ecarstrade.be] INFO: Saving data for 6998638auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372904.960518, 'last_price_update_time': 1774475169.609235}
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998638auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:09 [ecarstrade.be] INFO: Found 5 car items
2026-03-25 21:46:09 [ecarstrade.be] INFO: Found listing with ID: 6998758auction110988
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998758auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:09 [ecarstrade.be] INFO: Scrape type for 6998758auction110988: 2
2026-03-25 21:46:09 [ecarstrade.be] INFO: Found listing with ID: 6998761auction110988
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998761auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:09 [ecarstrade.be] INFO: Scrape type for 6998761auction110988: 2
2026-03-25 21:46:09 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [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-25 21:46:09 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 21:46:09 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [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-25 21:46:09 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 21:46:09 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 21:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:09 [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-25 21:46:09 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 21:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998696> (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-25 21:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:10 [ecarstrade.be] INFO: Extracting details for car 6998696auction110988
2026-03-25 21:46:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ec25974-d343-56a0-be8f-dc988b558bab with identifier: 6998696auction110988
2026-03-25 21:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ec25974-d343-56a0-be8f-dc988b558bab with scrape type 2
2026-03-25 21:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ec25974-d343-56a0-be8f-dc988b558bab with scrape type 2
2026-03-25 21:46:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ec25974-d343-56a0-be8f-dc988b558bab, identifier: 6998696auction110988
2026-03-25 21:46:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ec25974-d343-56a0-be8f-dc988b558bab with identifier: 6998696auction110988
2026-03-25 21:46:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ec25974-d343-56a0-be8f-dc988b558bab with identifier: 6998696auction110988
2026-03-25 21:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ec25974-d343-56a0-be8f-dc988b558bab with identifier: 6998696auction110988 to the API
2026-03-25 21:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998696>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9ec25974-d343-56a0-be8f-dc988b558bab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998696',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 33578,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-17',
'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': 2022}
2026-03-25 21:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998696auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:11 [ecarstrade.be] INFO: Saving data for 6998696auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372833.360994, 'last_price_update_time': 1774475171.273629}
2026-03-25 21:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998696auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998757> (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-25 21:46:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:13 [ecarstrade.be] INFO: Extracting details for car 6998757auction110988
2026-03-25 21:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99f29d24-0cd7-583e-9bc7-98ba87f895c4 with identifier: 6998757auction110988
2026-03-25 21:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99f29d24-0cd7-583e-9bc7-98ba87f895c4 with scrape type 2
2026-03-25 21:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99f29d24-0cd7-583e-9bc7-98ba87f895c4 with scrape type 2
2026-03-25 21:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99f29d24-0cd7-583e-9bc7-98ba87f895c4, identifier: 6998757auction110988
2026-03-25 21:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99f29d24-0cd7-583e-9bc7-98ba87f895c4 with identifier: 6998757auction110988
2026-03-25 21:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99f29d24-0cd7-583e-9bc7-98ba87f895c4 with identifier: 6998757auction110988
2026-03-25 21:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99f29d24-0cd7-583e-9bc7-98ba87f895c4 with identifier: 6998757auction110988 to the API
2026-03-25 21:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998757>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '99f29d24-0cd7-583e-9bc7-98ba87f895c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998757',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 116540,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB 2.0 D BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-25 21:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998757auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:13 [ecarstrade.be] INFO: Saving data for 6998757auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372853.927889, 'last_price_update_time': 1774475173.864314}
2026-03-25 21:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998757auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998753> (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-25 21:46:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:14 [ecarstrade.be] INFO: Extracting details for car 6998753auction110988
2026-03-25 21:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c100814-5a11-5522-ad04-34df16b00d5a with identifier: 6998753auction110988
2026-03-25 21:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c100814-5a11-5522-ad04-34df16b00d5a with scrape type 2
2026-03-25 21:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c100814-5a11-5522-ad04-34df16b00d5a with scrape type 2
2026-03-25 21:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c100814-5a11-5522-ad04-34df16b00d5a, identifier: 6998753auction110988
2026-03-25 21:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c100814-5a11-5522-ad04-34df16b00d5a with identifier: 6998753auction110988
2026-03-25 21:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c100814-5a11-5522-ad04-34df16b00d5a with identifier: 6998753auction110988
2026-03-25 21:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c100814-5a11-5522-ad04-34df16b00d5a with identifier: 6998753auction110988 to the API
2026-03-25 21:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998753>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9c100814-5a11-5522-ad04-34df16b00d5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998753',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 116175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB 2.0 D BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-25 21:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998753auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:14 [ecarstrade.be] INFO: Saving data for 6998753auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372853.222964, 'last_price_update_time': 1774475174.495466}
2026-03-25 21:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998753auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998751> (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-25 21:46:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:14 [ecarstrade.be] INFO: Extracting details for car 6998751auction110988
2026-03-25 21:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d87301ac-4152-50ee-a513-613b81a142b4 with identifier: 6998751auction110988
2026-03-25 21:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d87301ac-4152-50ee-a513-613b81a142b4 with scrape type 2
2026-03-25 21:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d87301ac-4152-50ee-a513-613b81a142b4 with scrape type 2
2026-03-25 21:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d87301ac-4152-50ee-a513-613b81a142b4, identifier: 6998751auction110988
2026-03-25 21:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d87301ac-4152-50ee-a513-613b81a142b4 with identifier: 6998751auction110988
2026-03-25 21:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d87301ac-4152-50ee-a513-613b81a142b4 with identifier: 6998751auction110988
2026-03-25 21:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d87301ac-4152-50ee-a513-613b81a142b4 with identifier: 6998751auction110988 to the API
2026-03-25 21:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998751>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'd87301ac-4152-50ee-a513-613b81a142b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998751',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 91408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB 2.0 D BUSINESS SOLUTION',
'vin': None,
'year': 2023}
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998751auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:15 [ecarstrade.be] INFO: Saving data for 6998751auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372887.123485, 'last_price_update_time': 1774475175.025785}
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998751auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998675> (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-25 21:46:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998749> (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-25 21:46:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:15 [ecarstrade.be] INFO: Extracting details for car 6998675auction110988
2026-03-25 21:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c98f50ab-d066-568d-a23f-f7162fa65acf with identifier: 6998675auction110988
2026-03-25 21:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c98f50ab-d066-568d-a23f-f7162fa65acf with scrape type 2
2026-03-25 21:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c98f50ab-d066-568d-a23f-f7162fa65acf with scrape type 2
2026-03-25 21:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c98f50ab-d066-568d-a23f-f7162fa65acf, identifier: 6998675auction110988
2026-03-25 21:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c98f50ab-d066-568d-a23f-f7162fa65acf with identifier: 6998675auction110988
2026-03-25 21:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c98f50ab-d066-568d-a23f-f7162fa65acf with identifier: 6998675auction110988
2026-03-25 21:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c98f50ab-d066-568d-a23f-f7162fa65acf with identifier: 6998675auction110988 to the API
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998675>
{'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-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c98f50ab-d066-568d-a23f-f7162fa65acf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998675',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 61618,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS SOLUTION '
'DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2023}
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998675auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:15 [ecarstrade.be] INFO: Saving data for 6998675auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372854.850208, 'last_price_update_time': 1774475175.650033}
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998675auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:15 [ecarstrade.be] INFO: Extracting details for car 6998749auction110988
2026-03-25 21:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55bc87e5-f3c5-59fa-b797-edd26972a245 with identifier: 6998749auction110988
2026-03-25 21:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55bc87e5-f3c5-59fa-b797-edd26972a245 with scrape type 2
2026-03-25 21:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55bc87e5-f3c5-59fa-b797-edd26972a245 with scrape type 2
2026-03-25 21:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55bc87e5-f3c5-59fa-b797-edd26972a245, identifier: 6998749auction110988
2026-03-25 21:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55bc87e5-f3c5-59fa-b797-edd26972a245 with identifier: 6998749auction110988
2026-03-25 21:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55bc87e5-f3c5-59fa-b797-edd26972a245 with identifier: 6998749auction110988
2026-03-25 21:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55bc87e5-f3c5-59fa-b797-edd26972a245 with identifier: 6998749auction110988 to the API
2026-03-25 21:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998749>
{'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-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '55bc87e5-f3c5-59fa-b797-edd26972a245',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998749',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQB',
'odometer': 49153,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB BEV 67KWH EQB 300 AMG LINE AUTO 4M',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ BEV 67KWH 300 AMG LINE AUTO 4M',
'vin': None,
'year': 2022}
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998749auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:16 [ecarstrade.be] INFO: Saving data for 6998749auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372866.384131, 'last_price_update_time': 1774475176.03707}
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998749auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998746> (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-25 21:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998743> (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-25 21:46:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:16 [ecarstrade.be] INFO: Extracting details for car 6998746auction110988
2026-03-25 21:46:16 [ecarstrade.be] INFO: Extracting details for car 6998743auction110988
2026-03-25 21:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c1ec948-96bf-5a80-b9b3-029203af01f1 with identifier: 6998746auction110988
2026-03-25 21:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c1ec948-96bf-5a80-b9b3-029203af01f1 with scrape type 2
2026-03-25 21:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c1ec948-96bf-5a80-b9b3-029203af01f1 with scrape type 2
2026-03-25 21:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c1ec948-96bf-5a80-b9b3-029203af01f1, identifier: 6998746auction110988
2026-03-25 21:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c5fd2c1-4e68-50bd-840e-c63706419607 with identifier: 6998743auction110988
2026-03-25 21:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c5fd2c1-4e68-50bd-840e-c63706419607 with scrape type 2
2026-03-25 21:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c5fd2c1-4e68-50bd-840e-c63706419607 with scrape type 2
2026-03-25 21:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c5fd2c1-4e68-50bd-840e-c63706419607, identifier: 6998743auction110988
2026-03-25 21:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c1ec948-96bf-5a80-b9b3-029203af01f1 with identifier: 6998746auction110988
2026-03-25 21:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c1ec948-96bf-5a80-b9b3-029203af01f1 with identifier: 6998746auction110988
2026-03-25 21:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c1ec948-96bf-5a80-b9b3-029203af01f1 with identifier: 6998746auction110988 to the API
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998746>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '6c1ec948-96bf-5a80-b9b3-029203af01f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998746',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'EQB',
'odometer': 71471,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB BEV 67KWH EQB 250 BUSINESS LINE AUTO',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ BEV 67KWH 250 BUSINESS LINE AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998746auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:16 [ecarstrade.be] INFO: Saving data for 6998746auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372880.762786, 'last_price_update_time': 1774475176.638016}
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998746auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c5fd2c1-4e68-50bd-840e-c63706419607 with identifier: 6998743auction110988
2026-03-25 21:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c5fd2c1-4e68-50bd-840e-c63706419607 with identifier: 6998743auction110988
2026-03-25 21:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c5fd2c1-4e68-50bd-840e-c63706419607 with identifier: 6998743auction110988 to the API
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998743>
{'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-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '9c5fd2c1-4e68-50bd-840e-c63706419607',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998743',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 148807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 71KWH EQA 250+ AMG LINE',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ BEV 71KWH 250+ AMG LINE',
'vin': None,
'year': 2023}
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998743auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:16 [ecarstrade.be] INFO: Saving data for 6998743auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372886.697825, 'last_price_update_time': 1774475176.941698}
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998743auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998739> (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-25 21:46:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:17 [ecarstrade.be] INFO: Extracting details for car 6998739auction110988
2026-03-25 21:46:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c6b664a-4c2f-51c6-9115-6dda87251d0f with identifier: 6998739auction110988
2026-03-25 21:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c6b664a-4c2f-51c6-9115-6dda87251d0f with scrape type 2
2026-03-25 21:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c6b664a-4c2f-51c6-9115-6dda87251d0f with scrape type 2
2026-03-25 21:46:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c6b664a-4c2f-51c6-9115-6dda87251d0f, identifier: 6998739auction110988
2026-03-25 21:46:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c6b664a-4c2f-51c6-9115-6dda87251d0f with identifier: 6998739auction110988
2026-03-25 21:46:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c6b664a-4c2f-51c6-9115-6dda87251d0f with identifier: 6998739auction110988
2026-03-25 21:46:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c6b664a-4c2f-51c6-9115-6dda87251d0f with identifier: 6998739auction110988 to the API
2026-03-25 21:46:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998739>
{'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-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': '5c6b664a-4c2f-51c6-9115-6dda87251d0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998739',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 88931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-20',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 67KWH EQA 250 BUSINESS LINE',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ BEV 67KWH 250 BUSINESS LINE',
'vin': None,
'year': 2023}
2026-03-25 21:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998739auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:17 [ecarstrade.be] INFO: Saving data for 6998739auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372865.059894, 'last_price_update_time': 1774475177.599269}
2026-03-25 21:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998739auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998737> (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-25 21:46:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:19 [ecarstrade.be] INFO: Extracting details for car 6998737auction110988
2026-03-25 21:46:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feb2fe7e-0f3b-5fb6-a1c6-bba8b8ce2a8d with identifier: 6998737auction110988
2026-03-25 21:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb2fe7e-0f3b-5fb6-a1c6-bba8b8ce2a8d with scrape type 2
2026-03-25 21:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feb2fe7e-0f3b-5fb6-a1c6-bba8b8ce2a8d with scrape type 2
2026-03-25 21:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: feb2fe7e-0f3b-5fb6-a1c6-bba8b8ce2a8d, identifier: 6998737auction110988
2026-03-25 21:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: feb2fe7e-0f3b-5fb6-a1c6-bba8b8ce2a8d with identifier: 6998737auction110988
2026-03-25 21:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: feb2fe7e-0f3b-5fb6-a1c6-bba8b8ce2a8d with identifier: 6998737auction110988
2026-03-25 21:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: feb2fe7e-0f3b-5fb6-a1c6-bba8b8ce2a8d with identifier: 6998737auction110988 to the API
2026-03-25 21:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998737>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'feb2fe7e-0f3b-5fb6-a1c6-bba8b8ce2a8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998737',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 156232,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-CLASS BREAK 2.0 E 300 DE AUTO BUSINESS SOL AUTO 4MT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ E-CLASS BREAK 2.0 DE AUTO BUSINESS SOL AUTO 4MT',
'vin': None,
'year': 2022}
2026-03-25 21:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998737auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:20 [ecarstrade.be] INFO: Saving data for 6998737auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372867.458761, 'last_price_update_time': 1774475180.242319}
2026-03-25 21:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998737auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998734> (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-25 21:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:20 [ecarstrade.be] INFO: Extracting details for car 6998734auction110988
2026-03-25 21:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc08115a-7104-570d-9c80-86460841a57d with identifier: 6998734auction110988
2026-03-25 21:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc08115a-7104-570d-9c80-86460841a57d with scrape type 2
2026-03-25 21:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc08115a-7104-570d-9c80-86460841a57d with scrape type 2
2026-03-25 21:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc08115a-7104-570d-9c80-86460841a57d, identifier: 6998734auction110988
2026-03-25 21:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc08115a-7104-570d-9c80-86460841a57d with identifier: 6998734auction110988
2026-03-25 21:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc08115a-7104-570d-9c80-86460841a57d with identifier: 6998734auction110988
2026-03-25 21:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc08115a-7104-570d-9c80-86460841a57d with identifier: 6998734auction110988 to the API
2026-03-25 21:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998734>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'dc08115a-7104-570d-9c80-86460841a57d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998734',
'listing': 'directbuy',
'location': 'Belgium - "DELIVERY"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 46187,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-CLASS BREAK 2.0 E 300 DE AUTO BUSINESS SOL AUTO 4MT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ E-CLASS BREAK 2.0 DE AUTO BUSINESS SOL AUTO 4MT',
'vin': None,
'year': 2021}
2026-03-25 21:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998734auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:21 [ecarstrade.be] INFO: Saving data for 6998734auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372865.91585, 'last_price_update_time': 1774475181.23641}
2026-03-25 21:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998734auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998728> (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-25 21:46:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:22 [ecarstrade.be] INFO: Extracting details for car 6998728auction110988
2026-03-25 21:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae8dfda-a2e3-5343-8d8a-2f7fceaae384 with identifier: 6998728auction110988
2026-03-25 21:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae8dfda-a2e3-5343-8d8a-2f7fceaae384 with scrape type 2
2026-03-25 21:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ae8dfda-a2e3-5343-8d8a-2f7fceaae384 with scrape type 2
2026-03-25 21:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ae8dfda-a2e3-5343-8d8a-2f7fceaae384, identifier: 6998728auction110988
2026-03-25 21:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ae8dfda-a2e3-5343-8d8a-2f7fceaae384 with identifier: 6998728auction110988
2026-03-25 21:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ae8dfda-a2e3-5343-8d8a-2f7fceaae384 with identifier: 6998728auction110988
2026-03-25 21:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ae8dfda-a2e3-5343-8d8a-2f7fceaae384 with identifier: 6998728auction110988 to the API
2026-03-25 21:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998728>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '6ae8dfda-a2e3-5343-8d8a-2f7fceaae384',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998728',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 148382,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE GLE DIESEL (W167) GLE 350 de 4-Matic PHEV',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASSE GLE DIESEL (W167) de 4-Matic PHEV',
'vin': None,
'year': 2020}
2026-03-25 21:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998728auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:22 [ecarstrade.be] INFO: Saving data for 6998728auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372880.02156, 'last_price_update_time': 1774475182.550265}
2026-03-25 21:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998728auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998731> (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-25 21:46:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998730> (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-25 21:46:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:22 [ecarstrade.be] INFO: Extracting details for car 6998731auction110988
2026-03-25 21:46:22 [ecarstrade.be] INFO: Extracting details for car 6998730auction110988
2026-03-25 21:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with identifier: 6998731auction110988
2026-03-25 21:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with scrape type 2
2026-03-25 21:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with scrape type 2
2026-03-25 21:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc, identifier: 6998731auction110988
2026-03-25 21:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a2acb67-ca23-52e9-935d-c255119d8ec6 with identifier: 6998730auction110988
2026-03-25 21:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a2acb67-ca23-52e9-935d-c255119d8ec6 with scrape type 2
2026-03-25 21:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a2acb67-ca23-52e9-935d-c255119d8ec6 with scrape type 2
2026-03-25 21:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a2acb67-ca23-52e9-935d-c255119d8ec6, identifier: 6998730auction110988
2026-03-25 21:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with identifier: 6998731auction110988
2026-03-25 21:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with identifier: 6998731auction110988
2026-03-25 21:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with identifier: 6998731auction110988 to the API
2026-03-25 21:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998731>
{'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-03-26T13:40: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/6998731',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 78233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998731auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:23 [ecarstrade.be] INFO: Saving data for 6998731auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372869.570457, 'last_price_update_time': 1774475183.149266}
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998731auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a2acb67-ca23-52e9-935d-c255119d8ec6 with identifier: 6998730auction110988
2026-03-25 21:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a2acb67-ca23-52e9-935d-c255119d8ec6 with identifier: 6998730auction110988
2026-03-25 21:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a2acb67-ca23-52e9-935d-c255119d8ec6 with identifier: 6998730auction110988 to the API
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998730>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9a2acb67-ca23-52e9-935d-c255119d8ec6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998730',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 215432,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-20',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-CLASS BREAK 2.0 E 300 DE AUTO',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ E-CLASS BREAK 2.0 DE AUTO',
'vin': None,
'year': 2021}
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998730auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:23 [ecarstrade.be] INFO: Saving data for 6998730auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372868.200588, 'last_price_update_time': 1774475183.437681}
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998730auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998723> (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-25 21:46:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:23 [ecarstrade.be] INFO: Extracting details for car 6998723auction110988
2026-03-25 21:46:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8cd9849-2884-59a2-817d-7440ea64a4f8 with identifier: 6998723auction110988
2026-03-25 21:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8cd9849-2884-59a2-817d-7440ea64a4f8 with scrape type 2
2026-03-25 21:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8cd9849-2884-59a2-817d-7440ea64a4f8 with scrape type 2
2026-03-25 21:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8cd9849-2884-59a2-817d-7440ea64a4f8, identifier: 6998723auction110988
2026-03-25 21:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8cd9849-2884-59a2-817d-7440ea64a4f8 with identifier: 6998723auction110988
2026-03-25 21:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8cd9849-2884-59a2-817d-7440ea64a4f8 with identifier: 6998723auction110988
2026-03-25 21:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8cd9849-2884-59a2-817d-7440ea64a4f8 with identifier: 6998723auction110988 to the API
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998723>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c8cd9849-2884-59a2-817d-7440ea64a4f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998723',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 106199,
'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': '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-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998723auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:23 [ecarstrade.be] INFO: Saving data for 6998723auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372835.08504, 'last_price_update_time': 1774475183.949502}
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998723auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998725> (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-25 21:46:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:24 [ecarstrade.be] INFO: Extracting details for car 6998725auction110988
2026-03-25 21:46:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f73b2c1-f50d-5387-a14c-de8c01fc328c with identifier: 6998725auction110988
2026-03-25 21:46:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f73b2c1-f50d-5387-a14c-de8c01fc328c with scrape type 2
2026-03-25 21:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f73b2c1-f50d-5387-a14c-de8c01fc328c with scrape type 2
2026-03-25 21:46:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f73b2c1-f50d-5387-a14c-de8c01fc328c, identifier: 6998725auction110988
2026-03-25 21:46:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f73b2c1-f50d-5387-a14c-de8c01fc328c with identifier: 6998725auction110988
2026-03-25 21:46:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f73b2c1-f50d-5387-a14c-de8c01fc328c with identifier: 6998725auction110988
2026-03-25 21:46:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f73b2c1-f50d-5387-a14c-de8c01fc328c with identifier: 6998725auction110988 to the API
2026-03-25 21:46:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998725>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '0f73b2c1-f50d-5387-a14c-de8c01fc328c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998725',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 100626,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-10',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLE DIESEL (W167) GLE 350 de 4-Ma PHEV Business '
'Solution',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASS GLE DIESEL (W167) de 4-Ma PHEV Business '
'Solution',
'vin': None,
'year': 2021}
2026-03-25 21:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998725auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:24 [ecarstrade.be] INFO: Saving data for 6998725auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372886.103809, 'last_price_update_time': 1774475184.468983}
2026-03-25 21:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998725auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998758> (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-25 21:46:27 [ecarstrade.be] INFO: Extracting details for car 6998758auction110988
2026-03-25 21:46:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e5dca54-7a8e-5a7c-b411-ae9e6453175d with identifier: 6998758auction110988
2026-03-25 21:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e5dca54-7a8e-5a7c-b411-ae9e6453175d with scrape type 2
2026-03-25 21:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e5dca54-7a8e-5a7c-b411-ae9e6453175d with scrape type 2
2026-03-25 21:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e5dca54-7a8e-5a7c-b411-ae9e6453175d, identifier: 6998758auction110988
2026-03-25 21:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e5dca54-7a8e-5a7c-b411-ae9e6453175d with identifier: 6998758auction110988
2026-03-25 21:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e5dca54-7a8e-5a7c-b411-ae9e6453175d with identifier: 6998758auction110988
2026-03-25 21:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e5dca54-7a8e-5a7c-b411-ae9e6453175d with identifier: 6998758auction110988 to the API
2026-03-25 21:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998758>
{'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-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5e5dca54-7a8e-5a7c-b411-ae9e6453175d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998758',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 131190,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-13',
'seats_number': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB 2.0 D BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-25 21:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998758auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:27 [ecarstrade.be] INFO: Saving data for 6998758auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372852.565519, 'last_price_update_time': 1774475187.8289}
2026-03-25 21:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998758auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:28 [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-25 21:46:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998803auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998803auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998803auction110988: 2
2026-03-25 21:46:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998806auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998806auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998806auction110988: 2
2026-03-25 21:46:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998809auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998809auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998809auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998811auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998811auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998811auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998812auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998812auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998812auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998813auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998813auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998813auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998814auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998814auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998814auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998816auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998816auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998816auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998817auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998817auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998817auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998821auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998821auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998821auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998823auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998823auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998823auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998825auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998825auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998825auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998826auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998826auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998826auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998828auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998828auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998828auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998832auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998832auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998832auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998839auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998839auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998839auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998842auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998842auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998842auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998843auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998843auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998843auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998848auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998848auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998848auction110988: 0
2026-03-25 21:46:28 [ecarstrade.be] INFO: Found listing with ID: 6998851auction110988
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998851auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:28 [ecarstrade.be] INFO: Scrape type for 6998851auction110988: 0
2026-03-25 21:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998710> (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-25 21:46:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:28 [ecarstrade.be] INFO: Extracting details for car 6998710auction110988
2026-03-25 21:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f8f4d2d-82dc-5619-a0c9-381da6448c3f with identifier: 6998710auction110988
2026-03-25 21:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f8f4d2d-82dc-5619-a0c9-381da6448c3f with scrape type 2
2026-03-25 21:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f8f4d2d-82dc-5619-a0c9-381da6448c3f with scrape type 2
2026-03-25 21:46:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f8f4d2d-82dc-5619-a0c9-381da6448c3f, identifier: 6998710auction110988
2026-03-25 21:46:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f8f4d2d-82dc-5619-a0c9-381da6448c3f with identifier: 6998710auction110988
2026-03-25 21:46:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f8f4d2d-82dc-5619-a0c9-381da6448c3f with identifier: 6998710auction110988
2026-03-25 21:46:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f8f4d2d-82dc-5619-a0c9-381da6448c3f with identifier: 6998710auction110988 to the API
2026-03-25 21:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998710>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7f8f4d2d-82dc-5619-a0c9-381da6448c3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998710',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 147746,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-07',
'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': 2022}
2026-03-25 21:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998710auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:29 [ecarstrade.be] INFO: Saving data for 6998710auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372832.150736, 'last_price_update_time': 1774475189.274007}
2026-03-25 21:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998710auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998703> (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-25 21:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998706> (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-25 21:46:29 [ecarstrade.be] INFO: Extracting details for car 6998703auction110988
2026-03-25 21:46:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f02d2b4e-8f05-562c-b07b-b384c41283f0 with identifier: 6998703auction110988
2026-03-25 21:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f02d2b4e-8f05-562c-b07b-b384c41283f0 with scrape type 2
2026-03-25 21:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f02d2b4e-8f05-562c-b07b-b384c41283f0 with scrape type 2
2026-03-25 21:46:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f02d2b4e-8f05-562c-b07b-b384c41283f0, identifier: 6998703auction110988
2026-03-25 21:46:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f02d2b4e-8f05-562c-b07b-b384c41283f0 with identifier: 6998703auction110988
2026-03-25 21:46:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f02d2b4e-8f05-562c-b07b-b384c41283f0 with identifier: 6998703auction110988
2026-03-25 21:46:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f02d2b4e-8f05-562c-b07b-b384c41283f0 with identifier: 6998703auction110988 to the API
2026-03-25 21:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998703>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f02d2b4e-8f05-562c-b07b-b384c41283f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998703',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 77912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'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': 2022}
2026-03-25 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998703auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:30 [ecarstrade.be] INFO: Saving data for 6998703auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372835.456637, 'last_price_update_time': 1774475190.057107}
2026-03-25 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998703auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:30 [ecarstrade.be] INFO: Extracting details for car 6998706auction110988
2026-03-25 21:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd862622-46e8-5301-9a4a-07f8b05a9ecd with identifier: 6998706auction110988
2026-03-25 21:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd862622-46e8-5301-9a4a-07f8b05a9ecd with scrape type 2
2026-03-25 21:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd862622-46e8-5301-9a4a-07f8b05a9ecd with scrape type 2
2026-03-25 21:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd862622-46e8-5301-9a4a-07f8b05a9ecd, identifier: 6998706auction110988
2026-03-25 21:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd862622-46e8-5301-9a4a-07f8b05a9ecd with identifier: 6998706auction110988
2026-03-25 21:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd862622-46e8-5301-9a4a-07f8b05a9ecd with identifier: 6998706auction110988
2026-03-25 21:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd862622-46e8-5301-9a4a-07f8b05a9ecd with identifier: 6998706auction110988 to the API
2026-03-25 21:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998706>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dd862622-46e8-5301-9a4a-07f8b05a9ecd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998706',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 81688,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-13',
'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-25 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998706auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:30 [ecarstrade.be] INFO: Saving data for 6998706auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372829.677268, 'last_price_update_time': 1774475190.427907}
2026-03-25 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998706auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998709> (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-25 21:46:30 [ecarstrade.be] INFO: Extracting details for car 6998709auction110988
2026-03-25 21:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a398c5b-e907-54a0-898a-c9ade76efe6b with identifier: 6998709auction110988
2026-03-25 21:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a398c5b-e907-54a0-898a-c9ade76efe6b with scrape type 2
2026-03-25 21:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a398c5b-e907-54a0-898a-c9ade76efe6b with scrape type 2
2026-03-25 21:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a398c5b-e907-54a0-898a-c9ade76efe6b, identifier: 6998709auction110988
2026-03-25 21:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a398c5b-e907-54a0-898a-c9ade76efe6b with identifier: 6998709auction110988
2026-03-25 21:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a398c5b-e907-54a0-898a-c9ade76efe6b with identifier: 6998709auction110988
2026-03-25 21:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a398c5b-e907-54a0-898a-c9ade76efe6b with identifier: 6998709auction110988 to the API
2026-03-25 21:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998709>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2a398c5b-e907-54a0-898a-c9ade76efe6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998709',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 82333,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-17',
'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-25 21:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998709auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:31 [ecarstrade.be] INFO: Saving data for 6998709auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372879.350616, 'last_price_update_time': 1774475191.550506}
2026-03-25 21:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998709auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998700> (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-25 21:46:31 [ecarstrade.be] INFO: Extracting details for car 6998700auction110988
2026-03-25 21:46:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa4b3fc9-4ba5-5177-8137-10dad6a7fb1e with identifier: 6998700auction110988
2026-03-25 21:46:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa4b3fc9-4ba5-5177-8137-10dad6a7fb1e with scrape type 2
2026-03-25 21:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa4b3fc9-4ba5-5177-8137-10dad6a7fb1e with scrape type 2
2026-03-25 21:46:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa4b3fc9-4ba5-5177-8137-10dad6a7fb1e, identifier: 6998700auction110988
2026-03-25 21:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa4b3fc9-4ba5-5177-8137-10dad6a7fb1e with identifier: 6998700auction110988
2026-03-25 21:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa4b3fc9-4ba5-5177-8137-10dad6a7fb1e with identifier: 6998700auction110988
2026-03-25 21:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa4b3fc9-4ba5-5177-8137-10dad6a7fb1e with identifier: 6998700auction110988 to the API
2026-03-25 21:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998700>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aa4b3fc9-4ba5-5177-8137-10dad6a7fb1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998700',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 63948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-13',
'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-25 21:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998700auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:32 [ecarstrade.be] INFO: Saving data for 6998700auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372830.819488, 'last_price_update_time': 1774475192.081579}
2026-03-25 21:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998700auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:35 [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-25 21:46:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998852auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998852auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998852auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998855auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998855auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998855auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998857auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998857auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998857auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998868auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998868auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998868auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998871auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998871auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998871auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998874auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998874auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998874auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998876auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998876auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998876auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998880auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998880auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998880auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998884auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998884auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998884auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998890auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998890auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998890auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998894auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998894auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998894auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998906auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998906auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998906auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998913auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998913auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998913auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998915auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998915auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998915auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998918auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998918auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998918auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998921auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998921auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998921auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998923auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998923auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998923auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998925auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998925auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998925auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998927auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998927auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998927auction110988: 0
2026-03-25 21:46:35 [ecarstrade.be] INFO: Found listing with ID: 6998928auction110988
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998928auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:35 [ecarstrade.be] INFO: Scrape type for 6998928auction110988: 0
2026-03-25 21:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998803> (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-25 21:46:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:35 [ecarstrade.be] INFO: Extracting details for car 6998803auction110988
2026-03-25 21:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3bfcb6f-75b8-5ca4-8703-dbdeecb8f55e with identifier: 6998803auction110988
2026-03-25 21:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3bfcb6f-75b8-5ca4-8703-dbdeecb8f55e with scrape type 2
2026-03-25 21:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3bfcb6f-75b8-5ca4-8703-dbdeecb8f55e with scrape type 2
2026-03-25 21:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3bfcb6f-75b8-5ca4-8703-dbdeecb8f55e, identifier: 6998803auction110988
2026-03-25 21:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3bfcb6f-75b8-5ca4-8703-dbdeecb8f55e with identifier: 6998803auction110988
2026-03-25 21:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3bfcb6f-75b8-5ca4-8703-dbdeecb8f55e with identifier: 6998803auction110988
2026-03-25 21:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3bfcb6f-75b8-5ca4-8703-dbdeecb8f55e with identifier: 6998803auction110988 to the API
2026-03-25 21:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998803>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a3bfcb6f-75b8-5ca4-8703-dbdeecb8f55e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998803',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 92640,
'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': 'PEUGEOT 2008 1.5 BLUEHDI 81KW S-S STYLE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.5 BLUEHDI 81KW S-S STYLE',
'vin': None,
'year': 2022}
2026-03-25 21:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998803auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:36 [ecarstrade.be] INFO: Saving data for 6998803auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372897.112517, 'last_price_update_time': 1774475196.154194}
2026-03-25 21:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998803auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998806> (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-25 21:46:36 [ecarstrade.be] INFO: Extracting details for car 6998806auction110988
2026-03-25 21:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with identifier: 6998806auction110988
2026-03-25 21:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with scrape type 2
2026-03-25 21:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with scrape type 2
2026-03-25 21:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ae17e67-b8f6-584b-a507-dfb3df4a9090, identifier: 6998806auction110988
2026-03-25 21:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with identifier: 6998806auction110988
2026-03-25 21:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with identifier: 6998806auction110988
2026-03-25 21:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with identifier: 6998806auction110988 to the API
2026-03-25 21:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998806>
{'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-03-26T13:40: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/6998806',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 44650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-25 21:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998806auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:36 [ecarstrade.be] INFO: Saving data for 6998806auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372888.182368, 'last_price_update_time': 1774475196.870174}
2026-03-25 21:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998806auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:42 [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-25 21:46:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998931auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998931auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998931auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998934auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998934auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998934auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998936auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998936auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998936auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998939auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998939auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998939auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998941auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998941auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998941auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998942auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998942auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998942auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998945auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998945auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998945auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998947auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998947auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998947auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998949auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998949auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998949auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998952auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998952auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998952auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998955auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998955auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998955auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998957auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998957auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998957auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998959auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998959auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998959auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998963auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998963auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998963auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998965auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998965auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998965auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998967auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998967auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998967auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998969auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998969auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998969auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998971auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998971auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998971auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998972auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998972auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998972auction110988: 0
2026-03-25 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 6998973auction110988
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998973auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:42 [ecarstrade.be] INFO: Scrape type for 6998973auction110988: 0
2026-03-25 21:46:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:49 [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-25 21:46:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6998975auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998975auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6998975auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6998976auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998976auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6998976auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6998977auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998977auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6998977auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6998981auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998981auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6998981auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6998985auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998985auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6998985auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6998989auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998989auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6998989auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6998992auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998992auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6998992auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999000auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999000auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999000auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999002auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999002auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999002auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999005auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999005auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999005auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999008auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999008auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999008auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999011auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999011auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999011auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999013auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999013auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999013auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999018auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999018auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999018auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999024auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999024auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999024auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999028auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999028auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999028auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999031auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999031auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999031auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999033auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999033auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999033auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999035auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999035auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999035auction110988: 0
2026-03-25 21:46:49 [ecarstrade.be] INFO: Found listing with ID: 6999036auction110988
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999036auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:49 [ecarstrade.be] INFO: Scrape type for 6999036auction110988: 0
2026-03-25 21:46:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:46:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998761> (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-25 21:46:55 [ecarstrade.be] INFO: Extracting details for car 6998761auction110988
2026-03-25 21:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cf68427-6025-5e5a-b8c9-56e4ae813701 with identifier: 6998761auction110988
2026-03-25 21:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf68427-6025-5e5a-b8c9-56e4ae813701 with scrape type 2
2026-03-25 21:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cf68427-6025-5e5a-b8c9-56e4ae813701 with scrape type 2
2026-03-25 21:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cf68427-6025-5e5a-b8c9-56e4ae813701, identifier: 6998761auction110988
2026-03-25 21:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cf68427-6025-5e5a-b8c9-56e4ae813701 with identifier: 6998761auction110988
2026-03-25 21:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cf68427-6025-5e5a-b8c9-56e4ae813701 with identifier: 6998761auction110988
2026-03-25 21:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cf68427-6025-5e5a-b8c9-56e4ae813701 with identifier: 6998761auction110988 to the API
2026-03-25 21:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:46: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-25 21:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998761>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3cf68427-6025-5e5a-b8c9-56e4ae813701',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998761',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 172566,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB 2.0 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 21:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998761auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:55 [ecarstrade.be] INFO: Saving data for 6998761auction110988: {'auction_closing_time': 1774532400.0, 'created_time': 1774372851.697275, 'last_price_update_time': 1774475215.409946}
2026-03-25 21:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998761auction110988') HTTP/1.1" 204 0
2026-03-25 21:46:56 [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-25 21:46:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999039auction110988
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999039auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:56 [ecarstrade.be] INFO: Scrape type for 6999039auction110988: 0
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999040auction110988
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999040auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:56 [ecarstrade.be] INFO: Scrape type for 6999040auction110988: 0
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999041auction110988
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999041auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:56 [ecarstrade.be] INFO: Scrape type for 6999041auction110988: 0
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999043auction110988
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999043auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:56 [ecarstrade.be] INFO: Scrape type for 6999043auction110988: 0
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999044auction110988
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999044auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:56 [ecarstrade.be] INFO: Scrape type for 6999044auction110988: 0
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999045auction110988
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999045auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:56 [ecarstrade.be] INFO: Scrape type for 6999045auction110988: 0
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999046auction110988
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999046auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:56 [ecarstrade.be] INFO: Scrape type for 6999046auction110988: 0
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999048auction110988
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999048auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:56 [ecarstrade.be] INFO: Scrape type for 6999048auction110988: 0
2026-03-25 21:46:56 [ecarstrade.be] INFO: Found listing with ID: 6999049auction110988
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999049auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999049auction110988: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999050auction110988
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999050auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999050auction110988: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999052auction110988
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999052auction110988%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999052auction110988: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999915auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999915auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999915auction111020: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999916auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999916auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999916auction111020: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999918auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999918auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999918auction111020: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999919auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999919auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999919auction111020: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999923auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999923auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999923auction111020: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999925auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999925auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999925auction111020: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999926auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999926auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999926auction111020: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999929auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999929auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999929auction111020: 0
2026-03-25 21:46:57 [ecarstrade.be] INFO: Found listing with ID: 6999930auction111020
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999930auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:46:57 [ecarstrade.be] INFO: Scrape type for 6999930auction111020: 0
2026-03-25 21:46:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [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-25 21:47:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 6999932auction111020
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999932auction111020%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 6999932auction111020: 0
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002436auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002436auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002436auction111049: 1
2026-03-25 21:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002437auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002437auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002437auction111049: 1
2026-03-25 21:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002438auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002438auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002438auction111049: 1
2026-03-25 21:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002439auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002439auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002439auction111049: 1
2026-03-25 21:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002440auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002440auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002440auction111049: 1
2026-03-25 21:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002441auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002441auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002441auction111049: 1
2026-03-25 21:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002442auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002442auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002442auction111049: 1
2026-03-25 21:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002443auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002443auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002443auction111049: 1
2026-03-25 21:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002445auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002445auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002445auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002446auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002446auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002446auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002447auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002447auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002447auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002448auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002448auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002448auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002449auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002449auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002449auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002450auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002450auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002450auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002451auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002451auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002451auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002452auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002452auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002452auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002453auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002453auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002453auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002454auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002454auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002454auction111049: 1
2026-03-25 21:47:03 [ecarstrade.be] INFO: Found listing with ID: 7002455auction111049
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002455auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:03 [ecarstrade.be] INFO: Scrape type for 7002455auction111049: 1
2026-03-25 21:47:06 [scrapy.extensions.logstats] INFO: Crawled 576 pages (at 36 pages/min), scraped 506 items (at 30 items/min)
2026-03-25 21:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002438> (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-25 21:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:09 [ecarstrade.be] INFO: Extracting details for car 7002438auction111049
2026-03-25 21:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7238d39-6813-5f40-9c2c-3f96fd1595fd with identifier: 7002438auction111049
2026-03-25 21:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7238d39-6813-5f40-9c2c-3f96fd1595fd with scrape type 1
2026-03-25 21:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7238d39-6813-5f40-9c2c-3f96fd1595fd
2026-03-25 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002438%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457194%27 HTTP/1.1" 200 None
2026-03-25 21:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_001/780x0__r.jpg?hash=1774457194 not downloaded yet
2026-03-25 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002438%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457194%27 HTTP/1.1" 200 None
2026-03-25 21:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_002/780x0__r.jpg?hash=1774457194 not downloaded yet
2026-03-25 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002438%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457194%27 HTTP/1.1" 200 None
2026-03-25 21:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_003/780x0__r.jpg?hash=1774457194 not downloaded yet
2026-03-25 21:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002436> (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-25 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002438%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457194%27 HTTP/1.1" 200 None
2026-03-25 21:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_004/780x0__r.jpg?hash=1774457194 not downloaded yet
2026-03-25 21:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002438%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457194%27 HTTP/1.1" 200 None
2026-03-25 21:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_005/780x0__r.jpg?hash=1774457194 not downloaded yet
2026-03-25 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002438%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457195%27 HTTP/1.1" 200 None
2026-03-25 21:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_006/780x0__r.jpg?hash=1774457195 not downloaded yet
2026-03-25 21:47:09 [ecarstrade.be] INFO: Extracting details for car 7002436auction111049
2026-03-25 21:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with identifier: 7002436auction111049
2026-03-25 21:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with scrape type 1
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002436%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457196%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_001/780x0__r.jpg?hash=1774457196 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002436%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457196%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_002/780x0__r.jpg?hash=1774457196 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002436%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457196%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_003/780x0__r.jpg?hash=1774457196 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002436%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457196%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_004/780x0__r.jpg?hash=1774457196 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002436%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457197%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_005/780x0__r.jpg?hash=1774457197 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002436%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457196%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_006/780x0__r.jpg?hash=1774457196 not downloaded yet
2026-03-25 21:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002437> (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-25 21:47:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:10 [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-25 21:47:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002441> (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-25 21:47:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:10 [ecarstrade.be] INFO: Extracting details for car 7002437auction111049
2026-03-25 21:47:10 [ecarstrade.be] INFO: Extracting details for car 7002441auction111049
2026-03-25 21:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77632e9c-96b4-5a5f-9f68-dad215341f90 with identifier: 7002437auction111049
2026-03-25 21:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77632e9c-96b4-5a5f-9f68-dad215341f90 with scrape type 1
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 77632e9c-96b4-5a5f-9f68-dad215341f90
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002437%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457197%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_001/780x0__r.jpg?hash=1774457197 not downloaded yet
2026-03-25 21:47:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a53db76-241e-5f43-b454-5dd917d74cc1 with identifier: 7002441auction111049
2026-03-25 21:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a53db76-241e-5f43-b454-5dd917d74cc1 with scrape type 1
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0a53db76-241e-5f43-b454-5dd917d74cc1
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002441%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_001/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002437%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457198%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_002/780x0__r.jpg?hash=1774457198 not downloaded yet
2026-03-25 21:47:10 [ecarstrade.be] INFO: Found listing with ID: 7002456auction111049
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002456auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [ecarstrade.be] INFO: Scrape type for 7002456auction111049: 1
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002441%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_002/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002437%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457197%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_003/780x0__r.jpg?hash=1774457197 not downloaded yet
2026-03-25 21:47:10 [ecarstrade.be] INFO: Found listing with ID: 7002457auction111049
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002457auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [ecarstrade.be] INFO: Scrape type for 7002457auction111049: 1
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002441%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_003/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002437%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457198%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_004/780x0__r.jpg?hash=1774457198 not downloaded yet
2026-03-25 21:47:10 [ecarstrade.be] INFO: Found listing with ID: 7002458auction111049
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002458auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [ecarstrade.be] INFO: Scrape type for 7002458auction111049: 1
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002441%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_004/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002437%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457198%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_005/780x0__r.jpg?hash=1774457198 not downloaded yet
2026-03-25 21:47:10 [ecarstrade.be] INFO: Found listing with ID: 7002459auction111049
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002459auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:10 [ecarstrade.be] INFO: Scrape type for 7002459auction111049: 1
2026-03-25 21:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002441%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_005/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002437%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457197%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_006/780x0__r.jpg?hash=1774457197 not downloaded yet
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002460auction111049
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002460auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002460auction111049: 1
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002441%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_006/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002461auction111049
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002461auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002461auction111049: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002462auction111049
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002462auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002462auction111049: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002463auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002463auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002463auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002464auction111049
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002464auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002464auction111049: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002465auction111049
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002465auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002465auction111049: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002466auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002466auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002466auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002467auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002467auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002467auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002468auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002468auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002468auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002470auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002470auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002470auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002471auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002471auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002471auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002472auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002472auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002472auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002473auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002473auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002473auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002474auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002474auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002474auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002475auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002475auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002475auction111050: 1
2026-03-25 21:47:11 [ecarstrade.be] INFO: Found listing with ID: 7002476auction111050
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002476auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [ecarstrade.be] INFO: Scrape type for 7002476auction111050: 1
2026-03-25 21:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002439> (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-25 21:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:11 [ecarstrade.be] INFO: Extracting details for car 7002439auction111049
2026-03-25 21:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7dfedee-6cdb-5f0b-bbec-f5565d5a1604 with identifier: 7002439auction111049
2026-03-25 21:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604 with scrape type 1
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002439%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_001/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002439%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457198%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_002/780x0__r.jpg?hash=1774457198 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002439%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457198%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_003/780x0__r.jpg?hash=1774457198 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002439%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457198%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_004/780x0__r.jpg?hash=1774457198 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002439%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457198%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_005/780x0__r.jpg?hash=1774457198 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002439%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457198%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_006/780x0__r.jpg?hash=1774457198 not downloaded yet
2026-03-25 21:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002440> (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-25 21:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:11 [ecarstrade.be] INFO: Extracting details for car 7002440auction111049
2026-03-25 21:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eff95454-48a7-50ed-a2d4-f7fd156d8c2a with identifier: 7002440auction111049
2026-03-25 21:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eff95454-48a7-50ed-a2d4-f7fd156d8c2a with scrape type 1
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eff95454-48a7-50ed-a2d4-f7fd156d8c2a
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002440%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_001/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002440%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_002/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002440%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_003/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002440%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_004/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002440%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457199%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_005/780x0__r.jpg?hash=1774457199 not downloaded yet
2026-03-25 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002440%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457200%27 HTTP/1.1" 200 None
2026-03-25 21:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_006/780x0__r.jpg?hash=1774457200 not downloaded yet
2026-03-25 21:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002443> (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-25 21:47:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:16 [ecarstrade.be] INFO: Extracting details for car 7002443auction111049
2026-03-25 21:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb35778f-d62a-52f6-947d-35ea1e9a06d5 with identifier: 7002443auction111049
2026-03-25 21:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb35778f-d62a-52f6-947d-35ea1e9a06d5 with scrape type 1
2026-03-25 21:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cb35778f-d62a-52f6-947d-35ea1e9a06d5
2026-03-25 21:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002443%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457201%27 HTTP/1.1" 200 None
2026-03-25 21:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_001/780x0__r.jpg?hash=1774457201 not downloaded yet
2026-03-25 21:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002443%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457201%27 HTTP/1.1" 200 None
2026-03-25 21:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_002/780x0__r.jpg?hash=1774457201 not downloaded yet
2026-03-25 21:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002443%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457201%27 HTTP/1.1" 200 None
2026-03-25 21:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_003/780x0__r.jpg?hash=1774457201 not downloaded yet
2026-03-25 21:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002443%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457201%27 HTTP/1.1" 200 None
2026-03-25 21:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_004/780x0__r.jpg?hash=1774457201 not downloaded yet
2026-03-25 21:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002443%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457201%27 HTTP/1.1" 200 None
2026-03-25 21:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_005/780x0__r.jpg?hash=1774457201 not downloaded yet
2026-03-25 21:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002443%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457201%27 HTTP/1.1" 200 None
2026-03-25 21:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_006/780x0__r.jpg?hash=1774457201 not downloaded yet
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002445> (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-25 21:47:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:17 [ecarstrade.be] INFO: Extracting details for car 7002445auction111049
2026-03-25 21:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbb22253-0a60-5807-9214-806c9114ea84 with identifier: 7002445auction111049
2026-03-25 21:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbb22253-0a60-5807-9214-806c9114ea84 with scrape type 1
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fbb22253-0a60-5807-9214-806c9114ea84
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002445%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457204%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_001/780x0__r.jpg?hash=1774457204 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002445%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_002/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002445%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_003/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002445%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_004/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002445%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_005/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002445%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_006/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002447> (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-25 21:47:17 [ecarstrade.be] INFO: Extracting details for car 7002447auction111049
2026-03-25 21:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d26f6f63-78c8-5555-a31c-157bacb479af with identifier: 7002447auction111049
2026-03-25 21:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d26f6f63-78c8-5555-a31c-157bacb479af with scrape type 1
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d26f6f63-78c8-5555-a31c-157bacb479af
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002447%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457206%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_001/780x0__r.jpg?hash=1774457206 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002447%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457206%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_002/780x0__r.jpg?hash=1774457206 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002447%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457205%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_003/780x0__r.jpg?hash=1774457205 not downloaded yet
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_003/780x0__r.jpg?hash=1774457194> (referer: https://ecarstrade.com/cars/7002438)
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002447%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457205%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_004/780x0__r.jpg?hash=1774457205 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002447%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457205%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_005/780x0__r.jpg?hash=1774457205 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002447%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457206%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_006/780x0__r.jpg?hash=1774457206 not downloaded yet
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_006/780x0__r.jpg?hash=1774457196> (referer: https://ecarstrade.com/cars/7002436)
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002446> (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-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_005/780x0__r.jpg?hash=1774457197> (referer: https://ecarstrade.com/cars/7002436)
2026-03-25 21:47:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a7238d39-6813-5f40-9c2c-3f96fd1595fd
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002448> (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-25 21:47:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_006/780x0__r.jpg?hash=1774457198> (referer: https://ecarstrade.com/cars/7002439)
2026-03-25 21:47:17 [ecarstrade.be] INFO: Extracting details for car 7002446auction111049
2026-03-25 21:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac54ee73-f0d7-52c9-8511-934725e59c74 with identifier: 7002446auction111049
2026-03-25 21:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac54ee73-f0d7-52c9-8511-934725e59c74 with scrape type 1
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ac54ee73-f0d7-52c9-8511-934725e59c74
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002446%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457204%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_001/780x0__r.jpg?hash=1774457204 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002446%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457204%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_002/780x0__r.jpg?hash=1774457204 not downloaded yet
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_004/780x0__r.jpg?hash=1774457196> (referer: https://ecarstrade.com/cars/7002436)
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002446%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457204%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_003/780x0__r.jpg?hash=1774457204 not downloaded yet
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_006/780x0__r.jpg?hash=1774457200> (referer: https://ecarstrade.com/cars/7002440)
2026-03-25 21:47:17 [ecarstrade.be] INFO: Extracting details for car 7002448auction111049
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002446%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457204%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_004/780x0__r.jpg?hash=1774457204 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002446%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457204%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_005/780x0__r.jpg?hash=1774457204 not downloaded yet
2026-03-25 21:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31327d51-76c5-50ca-823b-74453303a937 with identifier: 7002448auction111049
2026-03-25 21:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31327d51-76c5-50ca-823b-74453303a937 with scrape type 1
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 31327d51-76c5-50ca-823b-74453303a937
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002448%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_001/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_006/780x0__r.jpg?hash=1774457201> (referer: https://ecarstrade.com/cars/7002443)
2026-03-25 21:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_006/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002445)
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002446%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457204%27 HTTP/1.1" 200 None
2026-03-25 21:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_006/780x0__r.jpg?hash=1774457204 not downloaded yet
2026-03-25 21:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002448%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_002/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002448%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_003/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eff95454-48a7-50ed-a2d4-f7fd156d8c2a
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002448%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_004/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_003/780x0__r.jpg?hash=1774457205> (referer: https://ecarstrade.com/cars/7002447)
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002448%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_005/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_006/780x0__r.jpg?hash=1774457206> (referer: https://ecarstrade.com/cars/7002447)
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7002448%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457207%27 HTTP/1.1" 200 None
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_006/780x0__r.jpg?hash=1774457207 not downloaded yet
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cb35778f-d62a-52f6-947d-35ea1e9a06d5
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fbb22253-0a60-5807-9214-806c9114ea84
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_005/780x0__r.jpg?hash=1774457205> (referer: https://ecarstrade.com/cars/7002447)
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_002/780x0__r.jpg?hash=1774457206> (referer: https://ecarstrade.com/cars/7002447)
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d26f6f63-78c8-5555-a31c-157bacb479af
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_004/780x0__r.jpg?hash=1774457205> (referer: https://ecarstrade.com/cars/7002447)
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_001/780x0__r.jpg?hash=1774457206> (referer: https://ecarstrade.com/cars/7002447)
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d26f6f63-78c8-5555-a31c-157bacb479af
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d26f6f63-78c8-5555-a31c-157bacb479af
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_002/780x0__r.jpg?hash=1774457204> (referer: https://ecarstrade.com/cars/7002446)
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_001/780x0__r.jpg?hash=1774457204> (referer: https://ecarstrade.com/cars/7002446)
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d26f6f63-78c8-5555-a31c-157bacb479af
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002442> (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-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_005/780x0__r.jpg?hash=1774457204> (referer: https://ecarstrade.com/cars/7002446)
2026-03-25 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_001/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002448)
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d26f6f63-78c8-5555-a31c-157bacb479af
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d26f6f63-78c8-5555-a31c-157bacb479af
2026-03-25 21:47:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d26f6f63-78c8-5555-a31c-157bacb479af, skipping ID generation
2026-03-25 21:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d26f6f63-78c8-5555-a31c-157bacb479af with scrape type 1
2026-03-25 21:47:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d26f6f63-78c8-5555-a31c-157bacb479af sending to next pipeline
2026-03-25 21:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d26f6f63-78c8-5555-a31c-157bacb479af, identifier: 7002447auction111049
2026-03-25 21:47:18 [ecarstrade.be] INFO: Extracting details for car 7002442auction111049
2026-03-25 21:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d26f6f63-78c8-5555-a31c-157bacb479af with identifier: 7002447auction111049
2026-03-25 21:47:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d26f6f63-78c8-5555-a31c-157bacb479af with identifier: 7002447auction111049
2026-03-25 21:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d26f6f63-78c8-5555-a31c-157bacb479af with identifier: 7002447auction111049 to the API
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002447/photo_001/780x0__r.jpg?hash=1774457206>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Other',
'id': 'd26f6f63-78c8-5555-a31c-157bacb479af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002447',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'X3',
'odometer': 104497,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'X3 XDRIVE 30E 292 MSPORT RSK WIP chtx',
'transmission': 'automatic',
'trim': 'XDRIVE 30E 292 MSPORT RSK WIP chtx',
'vin': None,
'year': 2023}
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002447auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:18 [ecarstrade.be] INFO: Saving data for 7002447auction111049: {'created_time': 1774475238.981872, 'last_price_update_time': 1774475238.981883, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002447auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_006/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002448)
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_005/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002448)
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002449> (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-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ac54ee73-f0d7-52c9-8511-934725e59c74
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ac54ee73-f0d7-52c9-8511-934725e59c74
2026-03-25 21:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with identifier: 7002442auction111049
2026-03-25 21:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with scrape type 1
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 14349072-5a7e-5a0e-9c3e-5b943c4fef68
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002442%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_001/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ac54ee73-f0d7-52c9-8511-934725e59c74
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 31327d51-76c5-50ca-823b-74453303a937
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002450> (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-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002442%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_002/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002442%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_003/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002442%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_004/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_003/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002448)
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_002/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002448)
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002442%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_005/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:19 [ecarstrade.be] INFO: Extracting details for car 7002449auction111049
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 31327d51-76c5-50ca-823b-74453303a937
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_003/780x0__r.jpg?hash=1774457204> (referer: https://ecarstrade.com/cars/7002446)
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002442%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457202%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_006/780x0__r.jpg?hash=1774457202 not downloaded yet
2026-03-25 21:47:19 [ecarstrade.be] INFO: Extracting details for car 7002450auction111049
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 31327d51-76c5-50ca-823b-74453303a937
2026-03-25 21:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 532a8369-f938-51ab-a838-558d5c50580b with identifier: 7002449auction111049
2026-03-25 21:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 532a8369-f938-51ab-a838-558d5c50580b with scrape type 1
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 532a8369-f938-51ab-a838-558d5c50580b
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002449%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457208%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_001/780x0__r.jpg?hash=1774457208 not downloaded yet
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_004/780x0__r.jpg?hash=1774457207> (referer: https://ecarstrade.com/cars/7002448)
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_005/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002445)
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002449%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457208%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_002/780x0__r.jpg?hash=1774457208 not downloaded yet
2026-03-25 21:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44f0c3e2-f17a-56b5-843b-161c61be0a95 with identifier: 7002450auction111049
2026-03-25 21:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44f0c3e2-f17a-56b5-843b-161c61be0a95 with scrape type 1
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 44f0c3e2-f17a-56b5-843b-161c61be0a95
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002450%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_001/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 31327d51-76c5-50ca-823b-74453303a937
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 31327d51-76c5-50ca-823b-74453303a937
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002449%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457208%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_003/780x0__r.jpg?hash=1774457208 not downloaded yet
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_004/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002445)
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002450%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_002/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_003/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002445)
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_002/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002445)
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002449%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457208%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_004/780x0__r.jpg?hash=1774457208 not downloaded yet
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ac54ee73-f0d7-52c9-8511-934725e59c74
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002450%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_003/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002449%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457208%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_005/780x0__r.jpg?hash=1774457208 not downloaded yet
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002450%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_004/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 31327d51-76c5-50ca-823b-74453303a937
2026-03-25 21:47:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31327d51-76c5-50ca-823b-74453303a937, skipping ID generation
2026-03-25 21:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31327d51-76c5-50ca-823b-74453303a937 with scrape type 1
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31327d51-76c5-50ca-823b-74453303a937 sending to next pipeline
2026-03-25 21:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31327d51-76c5-50ca-823b-74453303a937, identifier: 7002448auction111049
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fbb22253-0a60-5807-9214-806c9114ea84
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_005/780x0__r.jpg?hash=1774457201> (referer: https://ecarstrade.com/cars/7002443)
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002449%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457209%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_006/780x0__r.jpg?hash=1774457209 not downloaded yet
2026-03-25 21:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31327d51-76c5-50ca-823b-74453303a937 with identifier: 7002448auction111049
2026-03-25 21:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31327d51-76c5-50ca-823b-74453303a937 with identifier: 7002448auction111049
2026-03-25 21:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31327d51-76c5-50ca-823b-74453303a937 with identifier: 7002448auction111049 to the API
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002448/photo_004/780x0__r.jpg?hash=1774457207>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '31327d51-76c5-50ca-823b-74453303a937',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002448',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 132223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002448auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [ecarstrade.be] INFO: Saving data for 7002448auction111049: {'created_time': 1774475239.95072, 'last_price_update_time': 1774475239.950732, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002448auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_001/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002442)
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_004/780x0__r.jpg?hash=1774457204> (referer: https://ecarstrade.com/cars/7002446)
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_001/780x0__r.jpg?hash=1774457204> (referer: https://ecarstrade.com/cars/7002445)
2026-03-25 21:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_006/780x0__r.jpg?hash=1774457204> (referer: https://ecarstrade.com/cars/7002446)
2026-03-25 21:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002450%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_005/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fbb22253-0a60-5807-9214-806c9114ea84
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fbb22253-0a60-5807-9214-806c9114ea84
2026-03-25 21:47:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fbb22253-0a60-5807-9214-806c9114ea84
2026-03-25 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002450%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_006/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cb35778f-d62a-52f6-947d-35ea1e9a06d5
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_003/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002442)
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_003/780x0__r.jpg?hash=1774457208> (referer: https://ecarstrade.com/cars/7002449)
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_006/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002442)
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_004/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002442)
2026-03-25 21:47:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 14349072-5a7e-5a0e-9c3e-5b943c4fef68
2026-03-25 21:47:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ac54ee73-f0d7-52c9-8511-934725e59c74
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_005/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002442)
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_002/780x0__r.jpg?hash=1774457202> (referer: https://ecarstrade.com/cars/7002442)
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_001/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002450)
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_002/780x0__r.jpg?hash=1774457208> (referer: https://ecarstrade.com/cars/7002449)
2026-03-25 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_005/780x0__r.jpg?hash=1774457208> (referer: https://ecarstrade.com/cars/7002449)
2026-03-25 21:47:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fbb22253-0a60-5807-9214-806c9114ea84
2026-03-25 21:47:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fbb22253-0a60-5807-9214-806c9114ea84, skipping ID generation
2026-03-25 21:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbb22253-0a60-5807-9214-806c9114ea84 with scrape type 1
2026-03-25 21:47:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fbb22253-0a60-5807-9214-806c9114ea84 sending to next pipeline
2026-03-25 21:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbb22253-0a60-5807-9214-806c9114ea84, identifier: 7002445auction111049
2026-03-25 21:47:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ac54ee73-f0d7-52c9-8511-934725e59c74
2026-03-25 21:47:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac54ee73-f0d7-52c9-8511-934725e59c74, skipping ID generation
2026-03-25 21:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac54ee73-f0d7-52c9-8511-934725e59c74 with scrape type 1
2026-03-25 21:47:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac54ee73-f0d7-52c9-8511-934725e59c74 sending to next pipeline
2026-03-25 21:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac54ee73-f0d7-52c9-8511-934725e59c74, identifier: 7002446auction111049
2026-03-25 21:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbb22253-0a60-5807-9214-806c9114ea84 with identifier: 7002445auction111049
2026-03-25 21:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbb22253-0a60-5807-9214-806c9114ea84 with identifier: 7002445auction111049
2026-03-25 21:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbb22253-0a60-5807-9214-806c9114ea84 with identifier: 7002445auction111049 to the API
2026-03-25 21:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002445/photo_001/780x0__r.jpg?hash=1774457204>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'fbb22253-0a60-5807-9214-806c9114ea84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002445',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Master',
'odometer': 108190,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MASTER F3300 L1H1 GDCF DCI 135',
'transmission': 'manual',
'trim': 'MASTER F3300 L1H1 GDCF DCI 135',
'vin': None,
'year': 2023}
2026-03-25 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002445auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:20 [ecarstrade.be] INFO: Saving data for 7002445auction111049: {'created_time': 1774475240.662788, 'last_price_update_time': 1774475240.662797, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002445auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac54ee73-f0d7-52c9-8511-934725e59c74 with identifier: 7002446auction111049
2026-03-25 21:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac54ee73-f0d7-52c9-8511-934725e59c74 with identifier: 7002446auction111049
2026-03-25 21:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac54ee73-f0d7-52c9-8511-934725e59c74 with identifier: 7002446auction111049 to the API
2026-03-25 21:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002446/photo_006/780x0__r.jpg?hash=1774457204>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ac54ee73-f0d7-52c9-8511-934725e59c74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002446',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 101062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002446auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:21 [ecarstrade.be] INFO: Saving data for 7002446auction111049: {'created_time': 1774475241.019304, 'last_price_update_time': 1774475241.019314, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002446auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 14349072-5a7e-5a0e-9c3e-5b943c4fef68
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 532a8369-f938-51ab-a838-558d5c50580b
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 14349072-5a7e-5a0e-9c3e-5b943c4fef68
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 14349072-5a7e-5a0e-9c3e-5b943c4fef68
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_003/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002450)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_004/780x0__r.jpg?hash=1774457208> (referer: https://ecarstrade.com/cars/7002449)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_006/780x0__r.jpg?hash=1774457209> (referer: https://ecarstrade.com/cars/7002449)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_006/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002450)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_004/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002450)
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 14349072-5a7e-5a0e-9c3e-5b943c4fef68
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 14349072-5a7e-5a0e-9c3e-5b943c4fef68
2026-03-25 21:47:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14349072-5a7e-5a0e-9c3e-5b943c4fef68, skipping ID generation
2026-03-25 21:47:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with scrape type 1
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 14349072-5a7e-5a0e-9c3e-5b943c4fef68 sending to next pipeline
2026-03-25 21:47:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14349072-5a7e-5a0e-9c3e-5b943c4fef68, identifier: 7002442auction111049
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 44f0c3e2-f17a-56b5-843b-161c61be0a95
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 532a8369-f938-51ab-a838-558d5c50580b
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 532a8369-f938-51ab-a838-558d5c50580b
2026-03-25 21:47:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with identifier: 7002442auction111049
2026-03-25 21:47:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with identifier: 7002442auction111049
2026-03-25 21:47:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with identifier: 7002442auction111049 to the API
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002442/photo_002/780x0__r.jpg?hash=1774457202>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '14349072-5a7e-5a0e-9c3e-5b943c4fef68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002442',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 134040,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST TRENDB 300 L1H1 R',
'transmission': 'manual',
'trim': 'TRANSIT CUST TRENDB 300 L1H1 R',
'vin': None,
'year': 2022}
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002442auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:21 [ecarstrade.be] INFO: Saving data for 7002442auction111049: {'created_time': 1774475241.468623, 'last_price_update_time': 1774475241.468634, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002442auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_005/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002450)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_002/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002450)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_004/780x0__r.jpg?hash=1774457201> (referer: https://ecarstrade.com/cars/7002443)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_001/780x0__r.jpg?hash=1774457208> (referer: https://ecarstrade.com/cars/7002449)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_003/780x0__r.jpg?hash=1774457201> (referer: https://ecarstrade.com/cars/7002443)
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 44f0c3e2-f17a-56b5-843b-161c61be0a95
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 532a8369-f938-51ab-a838-558d5c50580b
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 532a8369-f938-51ab-a838-558d5c50580b
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 44f0c3e2-f17a-56b5-843b-161c61be0a95
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 44f0c3e2-f17a-56b5-843b-161c61be0a95
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_002/780x0__r.jpg?hash=1774457201> (referer: https://ecarstrade.com/cars/7002443)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_001/780x0__r.jpg?hash=1774457201> (referer: https://ecarstrade.com/cars/7002443)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_005/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002440)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_003/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002440)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_004/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002440)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_001/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002440)
2026-03-25 21:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_002/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002440)
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 44f0c3e2-f17a-56b5-843b-161c61be0a95
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 44f0c3e2-f17a-56b5-843b-161c61be0a95
2026-03-25 21:47:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 44f0c3e2-f17a-56b5-843b-161c61be0a95, skipping ID generation
2026-03-25 21:47:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44f0c3e2-f17a-56b5-843b-161c61be0a95 with scrape type 1
2026-03-25 21:47:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 44f0c3e2-f17a-56b5-843b-161c61be0a95 sending to next pipeline
2026-03-25 21:47:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44f0c3e2-f17a-56b5-843b-161c61be0a95, identifier: 7002450auction111049
2026-03-25 21:47:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44f0c3e2-f17a-56b5-843b-161c61be0a95 with identifier: 7002450auction111049
2026-03-25 21:47:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44f0c3e2-f17a-56b5-843b-161c61be0a95 with identifier: 7002450auction111049
2026-03-25 21:47:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44f0c3e2-f17a-56b5-843b-161c61be0a95 with identifier: 7002450auction111049 to the API
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002450/photo_002/780x0__r.jpg?hash=1774457210>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '44f0c3e2-f17a-56b5-843b-161c61be0a95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002450',
'listing': 'auction',
'location': 'France - "FRANCE CARS NANTES"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 142500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST TRENDB 300 L1H1 R',
'transmission': 'manual',
'trim': 'TRANSIT CUST TRENDB 300 L1H1 R',
'vin': None,
'year': 2022}
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002450auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:21 [ecarstrade.be] INFO: Saving data for 7002450auction111049: {'created_time': 1774475241.98446, 'last_price_update_time': 1774475241.98447, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002450auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_001/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002439)
2026-03-25 21:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_004/780x0__r.jpg?hash=1774457198> (referer: https://ecarstrade.com/cars/7002439)
2026-03-25 21:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_003/780x0__r.jpg?hash=1774457198> (referer: https://ecarstrade.com/cars/7002439)
2026-03-25 21:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_002/780x0__r.jpg?hash=1774457198> (referer: https://ecarstrade.com/cars/7002439)
2026-03-25 21:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_005/780x0__r.jpg?hash=1774457198> (referer: https://ecarstrade.com/cars/7002439)
2026-03-25 21:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cb35778f-d62a-52f6-947d-35ea1e9a06d5
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 532a8369-f938-51ab-a838-558d5c50580b
2026-03-25 21:47:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 532a8369-f938-51ab-a838-558d5c50580b, skipping ID generation
2026-03-25 21:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 532a8369-f938-51ab-a838-558d5c50580b with scrape type 1
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 532a8369-f938-51ab-a838-558d5c50580b sending to next pipeline
2026-03-25 21:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 532a8369-f938-51ab-a838-558d5c50580b, identifier: 7002449auction111049
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cb35778f-d62a-52f6-947d-35ea1e9a06d5
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cb35778f-d62a-52f6-947d-35ea1e9a06d5
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cb35778f-d62a-52f6-947d-35ea1e9a06d5
2026-03-25 21:47:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cb35778f-d62a-52f6-947d-35ea1e9a06d5, skipping ID generation
2026-03-25 21:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb35778f-d62a-52f6-947d-35ea1e9a06d5 with scrape type 1
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cb35778f-d62a-52f6-947d-35ea1e9a06d5 sending to next pipeline
2026-03-25 21:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cb35778f-d62a-52f6-947d-35ea1e9a06d5, identifier: 7002443auction111049
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eff95454-48a7-50ed-a2d4-f7fd156d8c2a
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eff95454-48a7-50ed-a2d4-f7fd156d8c2a
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eff95454-48a7-50ed-a2d4-f7fd156d8c2a
2026-03-25 21:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 532a8369-f938-51ab-a838-558d5c50580b with identifier: 7002449auction111049
2026-03-25 21:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 532a8369-f938-51ab-a838-558d5c50580b with identifier: 7002449auction111049
2026-03-25 21:47:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 532a8369-f938-51ab-a838-558d5c50580b with identifier: 7002449auction111049 to the API
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002449/photo_001/780x0__r.jpg?hash=1774457208>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '532a8369-f938-51ab-a838-558d5c50580b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002449',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 121200,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002449auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:22 [ecarstrade.be] INFO: Saving data for 7002449auction111049: {'created_time': 1774475242.507797, 'last_price_update_time': 1774475242.507806, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002449auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cb35778f-d62a-52f6-947d-35ea1e9a06d5 with identifier: 7002443auction111049
2026-03-25 21:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cb35778f-d62a-52f6-947d-35ea1e9a06d5 with identifier: 7002443auction111049
2026-03-25 21:47:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cb35778f-d62a-52f6-947d-35ea1e9a06d5 with identifier: 7002443auction111049 to the API
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002443/photo_001/780x0__r.jpg?hash=1774457201>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Other',
'id': 'cb35778f-d62a-52f6-947d-35ea1e9a06d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002443',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Mazda',
'model': 'CX-60',
'odometer': 91423,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'CX-60 E-SKYACTIV 327 BVA HOMUR',
'transmission': 'automatic',
'trim': 'E-SKYACTIV 327 BVA HOMUR',
'vin': None,
'year': 2023}
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002443auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:22 [ecarstrade.be] INFO: Saving data for 7002443auction111049: {'created_time': 1774475242.841296, 'last_price_update_time': 1774475242.841308, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002443auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eff95454-48a7-50ed-a2d4-f7fd156d8c2a
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eff95454-48a7-50ed-a2d4-f7fd156d8c2a
2026-03-25 21:47:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eff95454-48a7-50ed-a2d4-f7fd156d8c2a, skipping ID generation
2026-03-25 21:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eff95454-48a7-50ed-a2d4-f7fd156d8c2a with scrape type 1
2026-03-25 21:47:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eff95454-48a7-50ed-a2d4-f7fd156d8c2a sending to next pipeline
2026-03-25 21:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eff95454-48a7-50ed-a2d4-f7fd156d8c2a, identifier: 7002440auction111049
2026-03-25 21:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eff95454-48a7-50ed-a2d4-f7fd156d8c2a with identifier: 7002440auction111049
2026-03-25 21:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eff95454-48a7-50ed-a2d4-f7fd156d8c2a with identifier: 7002440auction111049
2026-03-25 21:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eff95454-48a7-50ed-a2d4-f7fd156d8c2a with identifier: 7002440auction111049 to the API
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002440/photo_002/780x0__r.jpg?hash=1774457199>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eff95454-48a7-50ed-a2d4-f7fd156d8c2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002440',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 124870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002440auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:23 [ecarstrade.be] INFO: Saving data for 7002440auction111049: {'created_time': 1774475243.320286, 'last_price_update_time': 1774475243.320298, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002440auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604
2026-03-25 21:47:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7dfedee-6cdb-5f0b-bbec-f5565d5a1604, skipping ID generation
2026-03-25 21:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604 with scrape type 1
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7dfedee-6cdb-5f0b-bbec-f5565d5a1604 sending to next pipeline
2026-03-25 21:47:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c7dfedee-6cdb-5f0b-bbec-f5565d5a1604, identifier: 7002439auction111049
2026-03-25 21:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c7dfedee-6cdb-5f0b-bbec-f5565d5a1604 with identifier: 7002439auction111049
2026-03-25 21:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c7dfedee-6cdb-5f0b-bbec-f5565d5a1604 with identifier: 7002439auction111049
2026-03-25 21:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c7dfedee-6cdb-5f0b-bbec-f5565d5a1604 with identifier: 7002439auction111049 to the API
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002439/photo_005/780x0__r.jpg?hash=1774457198>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c7dfedee-6cdb-5f0b-bbec-f5565d5a1604',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002439',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 121037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002439auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:23 [ecarstrade.be] INFO: Saving data for 7002439auction111049: {'created_time': 1774475243.743582, 'last_price_update_time': 1774475243.743592, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002439auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002451> (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-25 21:47:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:23 [ecarstrade.be] INFO: Extracting details for car 7002451auction111049
2026-03-25 21:47:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c58ebe0-82a1-5726-8cca-68eef78e9e7f with identifier: 7002451auction111049
2026-03-25 21:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f with scrape type 1
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002451%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_001/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002451%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_002/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002451%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_003/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002451%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_004/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002455> (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-25 21:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002451%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_005/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002451%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457210%27 HTTP/1.1" 200 None
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_006/780x0__r.jpg?hash=1774457210 not downloaded yet
2026-03-25 21:47:24 [ecarstrade.be] INFO: Extracting details for car 7002455auction111049
2026-03-25 21:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5be2e775-e9b9-5559-bd8b-c8205ba04ebf with identifier: 7002455auction111049
2026-03-25 21:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf with scrape type 1
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf
2026-03-25 21:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002455%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457215%27 HTTP/1.1" 200 None
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_001/780x0__r.jpg?hash=1774457215 not downloaded yet
2026-03-25 21:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002455%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457215%27 HTTP/1.1" 200 None
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_002/780x0__r.jpg?hash=1774457215 not downloaded yet
2026-03-25 21:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002455%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457215%27 HTTP/1.1" 200 None
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_003/780x0__r.jpg?hash=1774457215 not downloaded yet
2026-03-25 21:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002455%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457215%27 HTTP/1.1" 200 None
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_004/780x0__r.jpg?hash=1774457215 not downloaded yet
2026-03-25 21:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002455%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457215%27 HTTP/1.1" 200 None
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_005/780x0__r.jpg?hash=1774457215 not downloaded yet
2026-03-25 21:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002455%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457215%27 HTTP/1.1" 200 None
2026-03-25 21:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_006/780x0__r.jpg?hash=1774457215 not downloaded yet
2026-03-25 21:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002476> (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-25 21:47:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:25 [ecarstrade.be] INFO: Extracting details for car 7002476auction111050
2026-03-25 21:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with identifier: 7002476auction111050
2026-03-25 21:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with scrape type 1
2026-03-25 21:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9cfe6893-5a4a-5083-87fb-91b9ea77e465
2026-03-25 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002476%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457235%27 HTTP/1.1" 200 None
2026-03-25 21:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_001/780x0__r.jpg?hash=1774457235 not downloaded yet
2026-03-25 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002476%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_002/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002476%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457235%27 HTTP/1.1" 200 None
2026-03-25 21:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_003/780x0__r.jpg?hash=1774457235 not downloaded yet
2026-03-25 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002476%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_004/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002476%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_005/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002476%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_006/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002473> (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-25 21:47:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:29 [ecarstrade.be] INFO: Extracting details for car 7002473auction111050
2026-03-25 21:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with identifier: 7002473auction111050
2026-03-25 21:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with scrape type 1
2026-03-25 21:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f
2026-03-25 21:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002473%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457234%27 HTTP/1.1" 200 None
2026-03-25 21:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_001/780x0__r.jpg?hash=1774457234 not downloaded yet
2026-03-25 21:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002473%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457234%27 HTTP/1.1" 200 None
2026-03-25 21:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_002/780x0__r.jpg?hash=1774457234 not downloaded yet
2026-03-25 21:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002473%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457234%27 HTTP/1.1" 200 None
2026-03-25 21:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_003/780x0__r.jpg?hash=1774457234 not downloaded yet
2026-03-25 21:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002473%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457234%27 HTTP/1.1" 200 None
2026-03-25 21:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_004/780x0__r.jpg?hash=1774457234 not downloaded yet
2026-03-25 21:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002473%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457234%27 HTTP/1.1" 200 None
2026-03-25 21:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_005/780x0__r.jpg?hash=1774457234 not downloaded yet
2026-03-25 21:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002473%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457234%27 HTTP/1.1" 200 None
2026-03-25 21:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_006/780x0__r.jpg?hash=1774457234 not downloaded yet
2026-03-25 21:47:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002475> (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-25 21:47:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002470> (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-25 21:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:30 [ecarstrade.be] INFO: Extracting details for car 7002475auction111050
2026-03-25 21:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with identifier: 7002475auction111050
2026-03-25 21:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with scrape type 1
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002475%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_001/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002475%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_002/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002471> (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-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002475%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_003/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:30 [ecarstrade.be] INFO: Extracting details for car 7002470auction111050
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002475%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_004/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 652e9c69-3dd5-5e46-a1b2-9454b69df966 with identifier: 7002470auction111050
2026-03-25 21:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 652e9c69-3dd5-5e46-a1b2-9454b69df966 with scrape type 1
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 652e9c69-3dd5-5e46-a1b2-9454b69df966
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002470%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457230%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_001/780x0__r.jpg?hash=1774457230 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002475%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_005/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002470%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457229%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_002/780x0__r.jpg?hash=1774457229 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002475%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_006/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:30 [ecarstrade.be] INFO: Extracting details for car 7002471auction111050
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002470%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457229%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_003/780x0__r.jpg?hash=1774457229 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002470%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457230%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_004/780x0__r.jpg?hash=1774457230 not downloaded yet
2026-03-25 21:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d61d3d-f528-555a-867f-f245e36aec49 with identifier: 7002471auction111050
2026-03-25 21:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d61d3d-f528-555a-867f-f245e36aec49 with scrape type 1
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f0d61d3d-f528-555a-867f-f245e36aec49
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002471%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_001/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002470%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457230%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_005/780x0__r.jpg?hash=1774457230 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002471%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_002/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002470%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457229%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_006/780x0__r.jpg?hash=1774457229 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002471%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_003/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002471%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_004/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002471%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_005/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002471%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_006/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002468> (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-25 21:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:31 [ecarstrade.be] INFO: Extracting details for car 7002468auction111050
2026-03-25 21:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c962a69-1f1d-5902-bd37-10afb0886516 with identifier: 7002468auction111050
2026-03-25 21:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c962a69-1f1d-5902-bd37-10afb0886516 with scrape type 1
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c962a69-1f1d-5902-bd37-10afb0886516
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002468%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457229%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_001/780x0__r.jpg?hash=1774457229 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002468%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457229%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_002/780x0__r.jpg?hash=1774457229 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002468%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457229%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_003/780x0__r.jpg?hash=1774457229 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002468%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457229%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_004/780x0__r.jpg?hash=1774457229 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002468%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457229%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_005/780x0__r.jpg?hash=1774457229 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002468%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457230%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_006/780x0__r.jpg?hash=1774457230 not downloaded yet
2026-03-25 21:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002472> (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-25 21:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:31 [ecarstrade.be] INFO: Extracting details for car 7002472auction111050
2026-03-25 21:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f60df08-62d7-589d-984f-6274871319a5 with identifier: 7002472auction111050
2026-03-25 21:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f60df08-62d7-589d-984f-6274871319a5 with scrape type 1
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1f60df08-62d7-589d-984f-6274871319a5
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002472%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_001/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002472%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_002/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002472%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_003/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002472%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_004/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002472%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_005/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002472%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_006/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002467> (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-25 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_004/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002451)
2026-03-25 21:47:32 [ecarstrade.be] INFO: Extracting details for car 7002467auction111050
2026-03-25 21:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9da917bc-ad8b-52c4-8612-155a5b44cee6 with identifier: 7002467auction111050
2026-03-25 21:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9da917bc-ad8b-52c4-8612-155a5b44cee6 with scrape type 1
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9da917bc-ad8b-52c4-8612-155a5b44cee6
2026-03-25 21:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002467%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457228%27 HTTP/1.1" 200 None
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_001/780x0__r.jpg?hash=1774457228 not downloaded yet
2026-03-25 21:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002467%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457228%27 HTTP/1.1" 200 None
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_002/780x0__r.jpg?hash=1774457228 not downloaded yet
2026-03-25 21:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002467%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457228%27 HTTP/1.1" 200 None
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_003/780x0__r.jpg?hash=1774457228 not downloaded yet
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f
2026-03-25 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_006/780x0__r.jpg?hash=1774457215> (referer: https://ecarstrade.com/cars/7002455)
2026-03-25 21:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002467%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457228%27 HTTP/1.1" 200 None
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_004/780x0__r.jpg?hash=1774457228 not downloaded yet
2026-03-25 21:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002467%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457228%27 HTTP/1.1" 200 None
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_005/780x0__r.jpg?hash=1774457228 not downloaded yet
2026-03-25 21:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002467%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457228%27 HTTP/1.1" 200 None
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_006/780x0__r.jpg?hash=1774457228 not downloaded yet
2026-03-25 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_006/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002476)
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf
2026-03-25 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_006/780x0__r.jpg?hash=1774457234> (referer: https://ecarstrade.com/cars/7002473)
2026-03-25 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_005/780x0__r.jpg?hash=1774457234> (referer: https://ecarstrade.com/cars/7002473)
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9cfe6893-5a4a-5083-87fb-91b9ea77e465
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f
2026-03-25 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_002/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002475)
2026-03-25 21:47:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f
2026-03-25 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_006/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002471)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_006/780x0__r.jpg?hash=1774457230> (referer: https://ecarstrade.com/cars/7002468)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f0d61d3d-f528-555a-867f-f245e36aec49
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_006/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002472)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c962a69-1f1d-5902-bd37-10afb0886516
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_005/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002472)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1f60df08-62d7-589d-984f-6274871319a5
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_003/780x0__r.jpg?hash=1774457228> (referer: https://ecarstrade.com/cars/7002467)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1f60df08-62d7-589d-984f-6274871319a5
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_006/780x0__r.jpg?hash=1774457228> (referer: https://ecarstrade.com/cars/7002467)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9da917bc-ad8b-52c4-8612-155a5b44cee6
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_005/780x0__r.jpg?hash=1774457228> (referer: https://ecarstrade.com/cars/7002467)
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_004/780x0__r.jpg?hash=1774457228> (referer: https://ecarstrade.com/cars/7002467)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9da917bc-ad8b-52c4-8612-155a5b44cee6
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9da917bc-ad8b-52c4-8612-155a5b44cee6
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_002/780x0__r.jpg?hash=1774457228> (referer: https://ecarstrade.com/cars/7002467)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9da917bc-ad8b-52c4-8612-155a5b44cee6
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9da917bc-ad8b-52c4-8612-155a5b44cee6
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_001/780x0__r.jpg?hash=1774457228> (referer: https://ecarstrade.com/cars/7002467)
2026-03-25 21:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_004/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002472)
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9da917bc-ad8b-52c4-8612-155a5b44cee6
2026-03-25 21:47:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9da917bc-ad8b-52c4-8612-155a5b44cee6, skipping ID generation
2026-03-25 21:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9da917bc-ad8b-52c4-8612-155a5b44cee6 with scrape type 1
2026-03-25 21:47:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9da917bc-ad8b-52c4-8612-155a5b44cee6 sending to next pipeline
2026-03-25 21:47:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9da917bc-ad8b-52c4-8612-155a5b44cee6, identifier: 7002467auction111050
2026-03-25 21:47:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9da917bc-ad8b-52c4-8612-155a5b44cee6 with identifier: 7002467auction111050
2026-03-25 21:47:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9da917bc-ad8b-52c4-8612-155a5b44cee6 with identifier: 7002467auction111050
2026-03-25 21:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9da917bc-ad8b-52c4-8612-155a5b44cee6 with identifier: 7002467auction111050 to the API
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002467/photo_001/780x0__r.jpg?hash=1774457228>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '9da917bc-ad8b-52c4-8612-155a5b44cee6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002467',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Opel',
'model': 'Movano',
'odometer': 117487,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'transmission': 'manual',
'trim': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'vin': None,
'year': 2022}
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002467auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:34 [ecarstrade.be] INFO: Saving data for 7002467auction111050: {'created_time': 1774475254.229993, 'last_price_update_time': 1774475254.230003, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002467auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_003/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002472)
2026-03-25 21:47:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1f60df08-62d7-589d-984f-6274871319a5
2026-03-25 21:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_002/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002472)
2026-03-25 21:47:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1f60df08-62d7-589d-984f-6274871319a5
2026-03-25 21:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_001/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002472)
2026-03-25 21:47:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1f60df08-62d7-589d-984f-6274871319a5
2026-03-25 21:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_005/780x0__r.jpg?hash=1774457229> (referer: https://ecarstrade.com/cars/7002468)
2026-03-25 21:47:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1f60df08-62d7-589d-984f-6274871319a5
2026-03-25 21:47:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f60df08-62d7-589d-984f-6274871319a5, skipping ID generation
2026-03-25 21:47:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f60df08-62d7-589d-984f-6274871319a5 with scrape type 1
2026-03-25 21:47:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f60df08-62d7-589d-984f-6274871319a5 sending to next pipeline
2026-03-25 21:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f60df08-62d7-589d-984f-6274871319a5, identifier: 7002472auction111050
2026-03-25 21:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f60df08-62d7-589d-984f-6274871319a5 with identifier: 7002472auction111050
2026-03-25 21:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f60df08-62d7-589d-984f-6274871319a5 with identifier: 7002472auction111050
2026-03-25 21:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f60df08-62d7-589d-984f-6274871319a5 with identifier: 7002472auction111050 to the API
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002472/photo_001/780x0__r.jpg?hash=1774457232>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '1f60df08-62d7-589d-984f-6274871319a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002472',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Citroen',
'model': 'C3',
'odometer': 56039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Max 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002472auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:34 [ecarstrade.be] INFO: Saving data for 7002472auction111050: {'created_time': 1774475254.908962, 'last_price_update_time': 1774475254.908971, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002472auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_004/780x0__r.jpg?hash=1774457229> (referer: https://ecarstrade.com/cars/7002468)
2026-03-25 21:47:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c962a69-1f1d-5902-bd37-10afb0886516
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_003/780x0__r.jpg?hash=1774457229> (referer: https://ecarstrade.com/cars/7002468)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c962a69-1f1d-5902-bd37-10afb0886516
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_002/780x0__r.jpg?hash=1774457229> (referer: https://ecarstrade.com/cars/7002468)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c962a69-1f1d-5902-bd37-10afb0886516
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_001/780x0__r.jpg?hash=1774457229> (referer: https://ecarstrade.com/cars/7002468)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c962a69-1f1d-5902-bd37-10afb0886516
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_005/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002471)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c962a69-1f1d-5902-bd37-10afb0886516
2026-03-25 21:47:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c962a69-1f1d-5902-bd37-10afb0886516, skipping ID generation
2026-03-25 21:47:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c962a69-1f1d-5902-bd37-10afb0886516 with scrape type 1
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c962a69-1f1d-5902-bd37-10afb0886516 sending to next pipeline
2026-03-25 21:47:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c962a69-1f1d-5902-bd37-10afb0886516, identifier: 7002468auction111050
2026-03-25 21:47:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c962a69-1f1d-5902-bd37-10afb0886516 with identifier: 7002468auction111050
2026-03-25 21:47:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c962a69-1f1d-5902-bd37-10afb0886516 with identifier: 7002468auction111050
2026-03-25 21:47:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c962a69-1f1d-5902-bd37-10afb0886516 with identifier: 7002468auction111050 to the API
2026-03-25 21:47:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002468/photo_001/780x0__r.jpg?hash=1774457229>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '7c962a69-1f1d-5902-bd37-10afb0886516',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002468',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Citroen',
'model': 'C3',
'odometer': 40414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Max 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002468auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:35 [ecarstrade.be] INFO: Saving data for 7002468auction111050: {'created_time': 1774475255.636105, 'last_price_update_time': 1774475255.636115, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002468auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_004/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002471)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f0d61d3d-f528-555a-867f-f245e36aec49
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_003/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002471)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f0d61d3d-f528-555a-867f-f245e36aec49
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_006/780x0__r.jpg?hash=1774457229> (referer: https://ecarstrade.com/cars/7002470)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f0d61d3d-f528-555a-867f-f245e36aec49
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_002/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002471)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 652e9c69-3dd5-5e46-a1b2-9454b69df966
2026-03-25 21:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_005/780x0__r.jpg?hash=1774457230> (referer: https://ecarstrade.com/cars/7002470)
2026-03-25 21:47:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f0d61d3d-f528-555a-867f-f245e36aec49
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_001/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002471)
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 652e9c69-3dd5-5e46-a1b2-9454b69df966
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_004/780x0__r.jpg?hash=1774457230> (referer: https://ecarstrade.com/cars/7002470)
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f0d61d3d-f528-555a-867f-f245e36aec49
2026-03-25 21:47:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f0d61d3d-f528-555a-867f-f245e36aec49, skipping ID generation
2026-03-25 21:47:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d61d3d-f528-555a-867f-f245e36aec49 with scrape type 1
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f0d61d3d-f528-555a-867f-f245e36aec49 sending to next pipeline
2026-03-25 21:47:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0d61d3d-f528-555a-867f-f245e36aec49, identifier: 7002471auction111050
2026-03-25 21:47:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0d61d3d-f528-555a-867f-f245e36aec49 with identifier: 7002471auction111050
2026-03-25 21:47:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0d61d3d-f528-555a-867f-f245e36aec49 with identifier: 7002471auction111050
2026-03-25 21:47:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0d61d3d-f528-555a-867f-f245e36aec49 with identifier: 7002471auction111050 to the API
2026-03-25 21:47:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002471/photo_001/780x0__r.jpg?hash=1774457231>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'f0d61d3d-f528-555a-867f-f245e36aec49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002471',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Iveco',
'model': 'Other',
'odometer': 116676,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'transmission': 'manual',
'trim': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'vin': None,
'year': 2023}
2026-03-25 21:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002471auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:36 [ecarstrade.be] INFO: Saving data for 7002471auction111050: {'created_time': 1774475256.512868, 'last_price_update_time': 1774475256.512878, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002471auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_003/780x0__r.jpg?hash=1774457229> (referer: https://ecarstrade.com/cars/7002470)
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 652e9c69-3dd5-5e46-a1b2-9454b69df966
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_006/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002475)
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 652e9c69-3dd5-5e46-a1b2-9454b69df966
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_002/780x0__r.jpg?hash=1774457229> (referer: https://ecarstrade.com/cars/7002470)
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_005/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002475)
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 652e9c69-3dd5-5e46-a1b2-9454b69df966
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_001/780x0__r.jpg?hash=1774457230> (referer: https://ecarstrade.com/cars/7002470)
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002463> (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-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_004/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002475)
2026-03-25 21:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_003/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002475)
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 652e9c69-3dd5-5e46-a1b2-9454b69df966
2026-03-25 21:47:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 652e9c69-3dd5-5e46-a1b2-9454b69df966, skipping ID generation
2026-03-25 21:47:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 652e9c69-3dd5-5e46-a1b2-9454b69df966 with scrape type 1
2026-03-25 21:47:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 652e9c69-3dd5-5e46-a1b2-9454b69df966 sending to next pipeline
2026-03-25 21:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 652e9c69-3dd5-5e46-a1b2-9454b69df966, identifier: 7002470auction111050
2026-03-25 21:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 652e9c69-3dd5-5e46-a1b2-9454b69df966 with identifier: 7002470auction111050
2026-03-25 21:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 652e9c69-3dd5-5e46-a1b2-9454b69df966 with identifier: 7002470auction111050
2026-03-25 21:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 652e9c69-3dd5-5e46-a1b2-9454b69df966 with identifier: 7002470auction111050 to the API
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002470/photo_001/780x0__r.jpg?hash=1774457230>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '652e9c69-3dd5-5e46-a1b2-9454b69df966',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002470',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Iveco',
'model': 'Other',
'odometer': 40163,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'BENNE DC COFFRE JPM RISK',
'transmission': 'manual',
'trim': 'BENNE DC COFFRE JPM RISK',
'vin': None,
'year': 2022}
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002470auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:37 [ecarstrade.be] INFO: Saving data for 7002470auction111050: {'created_time': 1774475257.355702, 'last_price_update_time': 1774475257.355714, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002470auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_001/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002475)
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_004/780x0__r.jpg?hash=1774457234> (referer: https://ecarstrade.com/cars/7002473)
2026-03-25 21:47:37 [ecarstrade.be] INFO: Extracting details for car 7002463auction111050
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002461> (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-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002465> (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-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002462> (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-25 21:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0af2ed4-09ac-588c-8081-88c319d7f36d with identifier: 7002463auction111050
2026-03-25 21:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0af2ed4-09ac-588c-8081-88c319d7f36d with scrape type 1
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d0af2ed4-09ac-588c-8081-88c319d7f36d
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002463%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457224%27 HTTP/1.1" 200 None
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_001/780x0__r.jpg?hash=1774457224 not downloaded yet
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002463%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457224%27 HTTP/1.1" 200 None
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_002/780x0__r.jpg?hash=1774457224 not downloaded yet
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002463%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457225%27 HTTP/1.1" 200 None
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_003/780x0__r.jpg?hash=1774457225 not downloaded yet
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_002/780x0__r.jpg?hash=1774457234> (referer: https://ecarstrade.com/cars/7002473)
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_003/780x0__r.jpg?hash=1774457234> (referer: https://ecarstrade.com/cars/7002473)
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002463%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457224%27 HTTP/1.1" 200 None
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_004/780x0__r.jpg?hash=1774457224 not downloaded yet
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002463%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457224%27 HTTP/1.1" 200 None
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_005/780x0__r.jpg?hash=1774457224 not downloaded yet
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_005/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002476)
2026-03-25 21:47:37 [ecarstrade.be] INFO: Extracting details for car 7002461auction111049
2026-03-25 21:47:37 [ecarstrade.be] INFO: Extracting details for car 7002465auction111049
2026-03-25 21:47:37 [ecarstrade.be] INFO: Extracting details for car 7002462auction111049
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6
2026-03-25 21:47:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6, skipping ID generation
2026-03-25 21:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with scrape type 1
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 sending to next pipeline
2026-03-25 21:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6, identifier: 7002475auction111050
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_001/780x0__r.jpg?hash=1774457234> (referer: https://ecarstrade.com/cars/7002473)
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_004/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002476)
2026-03-25 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_003/780x0__r.jpg?hash=1774457235> (referer: https://ecarstrade.com/cars/7002476)
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002463%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457224%27 HTTP/1.1" 200 None
2026-03-25 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_006/780x0__r.jpg?hash=1774457224 not downloaded yet
2026-03-25 21:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with identifier: 7002475auction111050
2026-03-25 21:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with identifier: 7002475auction111050
2026-03-25 21:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with identifier: 7002475auction111050 to the API
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002475/photo_001/780x0__r.jpg?hash=1774457232>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '4f2e8bf1-46d0-51a3-885f-9f4316451ac6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002475',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 95789,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO L2H2 3.5T 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO L2H2 3.5T 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002475auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:37 [ecarstrade.be] INFO: Saving data for 7002475auction111050: {'created_time': 1774475257.984287, 'last_price_update_time': 1774475257.984299, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002475auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_002/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002476)
2026-03-25 21:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 933ebf65-0739-5c90-90cc-d6d516ae12ba with identifier: 7002461auction111049
2026-03-25 21:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 933ebf65-0739-5c90-90cc-d6d516ae12ba with scrape type 1
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 933ebf65-0739-5c90-90cc-d6d516ae12ba
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002461%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_001/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d341fbe3-1c0c-5e42-8442-49a3620afb43 with identifier: 7002465auction111049
2026-03-25 21:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d341fbe3-1c0c-5e42-8442-49a3620afb43 with scrape type 1
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d341fbe3-1c0c-5e42-8442-49a3620afb43
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002465%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_001/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66ef433d-9eac-5c40-b9bd-a8e772340f40 with identifier: 7002462auction111049
2026-03-25 21:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66ef433d-9eac-5c40-b9bd-a8e772340f40 with scrape type 1
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66ef433d-9eac-5c40-b9bd-a8e772340f40
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002462%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_001/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_001/780x0__r.jpg?hash=1774457235> (referer: https://ecarstrade.com/cars/7002476)
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002461%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_002/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002465%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_002/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002462%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_002/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002464> (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-25 21:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9cfe6893-5a4a-5083-87fb-91b9ea77e465
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f
2026-03-25 21:47:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f, skipping ID generation
2026-03-25 21:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with scrape type 1
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f sending to next pipeline
2026-03-25 21:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f, identifier: 7002473auction111050
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9cfe6893-5a4a-5083-87fb-91b9ea77e465
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9cfe6893-5a4a-5083-87fb-91b9ea77e465
2026-03-25 21:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_003/780x0__r.jpg?hash=1774457215> (referer: https://ecarstrade.com/cars/7002455)
2026-03-25 21:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_005/780x0__r.jpg?hash=1774457215> (referer: https://ecarstrade.com/cars/7002455)
2026-03-25 21:47:38 [ecarstrade.be] INFO: Extracting details for car 7002464auction111049
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002461%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_003/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002465%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_003/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002462%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_003/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with identifier: 7002473auction111050
2026-03-25 21:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with identifier: 7002473auction111050
2026-03-25 21:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with identifier: 7002473auction111050 to the API
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002473/photo_001/780x0__r.jpg?hash=1774457234>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '3b1b6d9b-aab8-57df-8489-b66e6e45a22f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002473',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Opel',
'model': 'Movano',
'odometer': 99542,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO L2H2 3.5T 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO L2H2 3.5T 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002473auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [ecarstrade.be] INFO: Saving data for 7002473auction111050: {'created_time': 1774475258.697032, 'last_price_update_time': 1774475258.697041, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002473auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_002/780x0__r.jpg?hash=1774457215> (referer: https://ecarstrade.com/cars/7002455)
2026-03-25 21:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_004/780x0__r.jpg?hash=1774457215> (referer: https://ecarstrade.com/cars/7002455)
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002461%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_004/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002465%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_004/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002462%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_004/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9cfe6893-5a4a-5083-87fb-91b9ea77e465
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9cfe6893-5a4a-5083-87fb-91b9ea77e465
2026-03-25 21:47:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9cfe6893-5a4a-5083-87fb-91b9ea77e465, skipping ID generation
2026-03-25 21:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with scrape type 1
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9cfe6893-5a4a-5083-87fb-91b9ea77e465 sending to next pipeline
2026-03-25 21:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cfe6893-5a4a-5083-87fb-91b9ea77e465, identifier: 7002476auction111050
2026-03-25 21:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with identifier: 7002464auction111049
2026-03-25 21:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with scrape type 1
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 64ebcdeb-700f-5ea2-a35d-c508db1c6264
2026-03-25 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002464%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457225%27 HTTP/1.1" 200 None
2026-03-25 21:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_001/780x0__r.jpg?hash=1774457225 not downloaded yet
2026-03-25 21:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_001/780x0__r.jpg?hash=1774457215> (referer: https://ecarstrade.com/cars/7002455)
2026-03-25 21:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with identifier: 7002476auction111050
2026-03-25 21:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with identifier: 7002476auction111050
2026-03-25 21:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with identifier: 7002476auction111050 to the API
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002476/photo_001/780x0__r.jpg?hash=1774457235>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '9cfe6893-5a4a-5083-87fb-91b9ea77e465',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002476',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 98872,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002476auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [ecarstrade.be] INFO: Saving data for 7002476auction111050: {'created_time': 1774475259.247641, 'last_price_update_time': 1774475259.247653, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002476auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_002/780x0__r.jpg?hash=1774457224> (referer: https://ecarstrade.com/cars/7002463)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_004/780x0__r.jpg?hash=1774457224> (referer: https://ecarstrade.com/cars/7002463)
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002461%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_005/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002465%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_005/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002462%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_005/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002464%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457226%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_002/780x0__r.jpg?hash=1774457226 not downloaded yet
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_005/780x0__r.jpg?hash=1774457224> (referer: https://ecarstrade.com/cars/7002463)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_001/780x0__r.jpg?hash=1774457224> (referer: https://ecarstrade.com/cars/7002463)
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002461%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_006/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002465%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_006/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002462%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_006/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002464%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457225%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_003/780x0__r.jpg?hash=1774457225 not downloaded yet
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf
2026-03-25 21:47:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5be2e775-e9b9-5559-bd8b-c8205ba04ebf, skipping ID generation
2026-03-25 21:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf with scrape type 1
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5be2e775-e9b9-5559-bd8b-c8205ba04ebf sending to next pipeline
2026-03-25 21:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5be2e775-e9b9-5559-bd8b-c8205ba04ebf, identifier: 7002455auction111049
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_005/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002451)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_006/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002451)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_001/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002462)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_002/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002462)
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002464%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457225%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_004/780x0__r.jpg?hash=1774457225 not downloaded yet
2026-03-25 21:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5be2e775-e9b9-5559-bd8b-c8205ba04ebf with identifier: 7002455auction111049
2026-03-25 21:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5be2e775-e9b9-5559-bd8b-c8205ba04ebf with identifier: 7002455auction111049
2026-03-25 21:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5be2e775-e9b9-5559-bd8b-c8205ba04ebf with identifier: 7002455auction111049 to the API
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002455/photo_001/780x0__r.jpg?hash=1774457215>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5be2e775-e9b9-5559-bd8b-c8205ba04ebf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002455',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'X3',
'odometer': 75193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'X3 XDRIVE 30E 292 MSPORT RSK WIP',
'transmission': 'automatic',
'trim': 'XDRIVE 30E 292 MSPORT RSK WIP',
'vin': None,
'year': 2023}
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002455auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [ecarstrade.be] INFO: Saving data for 7002455auction111049: {'created_time': 1774475259.880679, 'last_price_update_time': 1774475259.88069, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002455auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_001/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002465)
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002464%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457225%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_005/780x0__r.jpg?hash=1774457225 not downloaded yet
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d0af2ed4-09ac-588c-8081-88c319d7f36d
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d0af2ed4-09ac-588c-8081-88c319d7f36d
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d0af2ed4-09ac-588c-8081-88c319d7f36d
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d0af2ed4-09ac-588c-8081-88c319d7f36d
2026-03-25 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002464%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_006/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66ef433d-9eac-5c40-b9bd-a8e772340f40
2026-03-25 21:47:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66ef433d-9eac-5c40-b9bd-a8e772340f40
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_003/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002462)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_002/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002465)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_003/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002465)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_003/780x0__r.jpg?hash=1774457225> (referer: https://ecarstrade.com/cars/7002463)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_001/780x0__r.jpg?hash=1774457225> (referer: https://ecarstrade.com/cars/7002464)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_004/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002462)
2026-03-25 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_004/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002461)
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d341fbe3-1c0c-5e42-8442-49a3620afb43
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_003/780x0__r.jpg?hash=1774457225> (referer: https://ecarstrade.com/cars/7002464)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_004/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002465)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_006/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002462)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_003/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002461)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_006/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002461)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_004/780x0__r.jpg?hash=1774457225> (referer: https://ecarstrade.com/cars/7002464)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_006/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002465)
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66ef433d-9eac-5c40-b9bd-a8e772340f40
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d341fbe3-1c0c-5e42-8442-49a3620afb43
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d341fbe3-1c0c-5e42-8442-49a3620afb43
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_005/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002462)
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d0af2ed4-09ac-588c-8081-88c319d7f36d
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_006/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002464)
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 64ebcdeb-700f-5ea2-a35d-c508db1c6264
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_005/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002465)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_002/780x0__r.jpg?hash=1774457226> (referer: https://ecarstrade.com/cars/7002464)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_005/780x0__r.jpg?hash=1774457225> (referer: https://ecarstrade.com/cars/7002464)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_005/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002461)
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66ef433d-9eac-5c40-b9bd-a8e772340f40
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 933ebf65-0739-5c90-90cc-d6d516ae12ba
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_001/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002461)
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 64ebcdeb-700f-5ea2-a35d-c508db1c6264
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d341fbe3-1c0c-5e42-8442-49a3620afb43
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_002/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002461)
2026-03-25 21:47:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_006/780x0__r.jpg?hash=1774457224> (referer: https://ecarstrade.com/cars/7002463)
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66ef433d-9eac-5c40-b9bd-a8e772340f40
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 933ebf65-0739-5c90-90cc-d6d516ae12ba
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 933ebf65-0739-5c90-90cc-d6d516ae12ba
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 64ebcdeb-700f-5ea2-a35d-c508db1c6264
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d341fbe3-1c0c-5e42-8442-49a3620afb43
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_003/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002451)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_001/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002451)
2026-03-25 21:47:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_002/780x0__r.jpg?hash=1774457210> (referer: https://ecarstrade.com/cars/7002451)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_006/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002441)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_006/780x0__r.jpg?hash=1774457197> (referer: https://ecarstrade.com/cars/7002437)
2026-03-25 21:47:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66ef433d-9eac-5c40-b9bd-a8e772340f40
2026-03-25 21:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66ef433d-9eac-5c40-b9bd-a8e772340f40, skipping ID generation
2026-03-25 21:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66ef433d-9eac-5c40-b9bd-a8e772340f40 with scrape type 1
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66ef433d-9eac-5c40-b9bd-a8e772340f40 sending to next pipeline
2026-03-25 21:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66ef433d-9eac-5c40-b9bd-a8e772340f40, identifier: 7002462auction111049
2026-03-25 21:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66ef433d-9eac-5c40-b9bd-a8e772340f40 with identifier: 7002462auction111049
2026-03-25 21:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66ef433d-9eac-5c40-b9bd-a8e772340f40 with identifier: 7002462auction111049
2026-03-25 21:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66ef433d-9eac-5c40-b9bd-a8e772340f40 with identifier: 7002462auction111049 to the API
2026-03-25 21:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002462/photo_005/780x0__r.jpg?hash=1774457223>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '66ef433d-9eac-5c40-b9bd-a8e772340f40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002462',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 180721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST TRENDB 300 L1H1 R',
'transmission': 'manual',
'trim': 'TRANSIT CUST TRENDB 300 L1H1 R',
'vin': None,
'year': 2022}
2026-03-25 21:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002462auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:40 [ecarstrade.be] INFO: Saving data for 7002462auction111049: {'created_time': 1774475260.585511, 'last_price_update_time': 1774475260.58552, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002462auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_005/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002441)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_005/780x0__r.jpg?hash=1774457198> (referer: https://ecarstrade.com/cars/7002437)
2026-03-25 21:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_004/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002441)
2026-03-25 21:47:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 64ebcdeb-700f-5ea2-a35d-c508db1c6264
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d341fbe3-1c0c-5e42-8442-49a3620afb43
2026-03-25 21:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d341fbe3-1c0c-5e42-8442-49a3620afb43, skipping ID generation
2026-03-25 21:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d341fbe3-1c0c-5e42-8442-49a3620afb43 with scrape type 1
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d341fbe3-1c0c-5e42-8442-49a3620afb43 sending to next pipeline
2026-03-25 21:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d341fbe3-1c0c-5e42-8442-49a3620afb43, identifier: 7002465auction111049
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 64ebcdeb-700f-5ea2-a35d-c508db1c6264
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 64ebcdeb-700f-5ea2-a35d-c508db1c6264
2026-03-25 21:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64ebcdeb-700f-5ea2-a35d-c508db1c6264, skipping ID generation
2026-03-25 21:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with scrape type 1
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64ebcdeb-700f-5ea2-a35d-c508db1c6264 sending to next pipeline
2026-03-25 21:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64ebcdeb-700f-5ea2-a35d-c508db1c6264, identifier: 7002464auction111049
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 933ebf65-0739-5c90-90cc-d6d516ae12ba
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 933ebf65-0739-5c90-90cc-d6d516ae12ba
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 933ebf65-0739-5c90-90cc-d6d516ae12ba
2026-03-25 21:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 933ebf65-0739-5c90-90cc-d6d516ae12ba, skipping ID generation
2026-03-25 21:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 933ebf65-0739-5c90-90cc-d6d516ae12ba with scrape type 1
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 933ebf65-0739-5c90-90cc-d6d516ae12ba sending to next pipeline
2026-03-25 21:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 933ebf65-0739-5c90-90cc-d6d516ae12ba, identifier: 7002461auction111049
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d0af2ed4-09ac-588c-8081-88c319d7f36d
2026-03-25 21:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d0af2ed4-09ac-588c-8081-88c319d7f36d, skipping ID generation
2026-03-25 21:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0af2ed4-09ac-588c-8081-88c319d7f36d with scrape type 1
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d0af2ed4-09ac-588c-8081-88c319d7f36d sending to next pipeline
2026-03-25 21:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0af2ed4-09ac-588c-8081-88c319d7f36d, identifier: 7002463auction111050
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f
2026-03-25 21:47:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c58ebe0-82a1-5726-8cca-68eef78e9e7f, skipping ID generation
2026-03-25 21:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f with scrape type 1
2026-03-25 21:47:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c58ebe0-82a1-5726-8cca-68eef78e9e7f sending to next pipeline
2026-03-25 21:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c58ebe0-82a1-5726-8cca-68eef78e9e7f, identifier: 7002451auction111049
2026-03-25 21:47:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0a53db76-241e-5f43-b454-5dd917d74cc1
2026-03-25 21:47:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 77632e9c-96b4-5a5f-9f68-dad215341f90
2026-03-25 21:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d341fbe3-1c0c-5e42-8442-49a3620afb43 with identifier: 7002465auction111049
2026-03-25 21:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d341fbe3-1c0c-5e42-8442-49a3620afb43 with identifier: 7002465auction111049
2026-03-25 21:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d341fbe3-1c0c-5e42-8442-49a3620afb43 with identifier: 7002465auction111049 to the API
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002465/photo_005/780x0__r.jpg?hash=1774457227>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd341fbe3-1c0c-5e42-8442-49a3620afb43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002465',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 109832,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2023}
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002465auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:41 [ecarstrade.be] INFO: Saving data for 7002465auction111049: {'created_time': 1774475261.381329, 'last_price_update_time': 1774475261.381341, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002465auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with identifier: 7002464auction111049
2026-03-25 21:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with identifier: 7002464auction111049
2026-03-25 21:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with identifier: 7002464auction111049 to the API
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002464/photo_005/780x0__r.jpg?hash=1774457225>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '64ebcdeb-700f-5ea2-a35d-c508db1c6264',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002464',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 98565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'COMPASS 240 HY TRAILHK BVA AWD',
'transmission': 'automatic',
'trim': 'COMPASS 240 HY TRAILHK BVA AWD',
'vin': None,
'year': 2023}
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002464auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:41 [ecarstrade.be] INFO: Saving data for 7002464auction111049: {'created_time': 1774475261.931348, 'last_price_update_time': 1774475261.931359, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002464auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 933ebf65-0739-5c90-90cc-d6d516ae12ba with identifier: 7002461auction111049
2026-03-25 21:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 933ebf65-0739-5c90-90cc-d6d516ae12ba with identifier: 7002461auction111049
2026-03-25 21:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 933ebf65-0739-5c90-90cc-d6d516ae12ba with identifier: 7002461auction111049 to the API
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002461/photo_002/780x0__r.jpg?hash=1774457223>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '933ebf65-0739-5c90-90cc-d6d516ae12ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002461',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 100860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'COMPASS 240 HY TRAILHK BVA AWD',
'transmission': 'automatic',
'trim': 'COMPASS 240 HY TRAILHK BVA AWD',
'vin': None,
'year': 2023}
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002461auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:42 [ecarstrade.be] INFO: Saving data for 7002461auction111049: {'created_time': 1774475262.246511, 'last_price_update_time': 1774475262.246521, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002461auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0af2ed4-09ac-588c-8081-88c319d7f36d with identifier: 7002463auction111050
2026-03-25 21:47:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0af2ed4-09ac-588c-8081-88c319d7f36d with identifier: 7002463auction111050
2026-03-25 21:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0af2ed4-09ac-588c-8081-88c319d7f36d with identifier: 7002463auction111050 to the API
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002463/photo_006/780x0__r.jpg?hash=1774457224>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'd0af2ed4-09ac-588c-8081-88c319d7f36d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002463',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 134954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'transmission': 'manual',
'trim': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'vin': None,
'year': 2022}
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002463auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:42 [ecarstrade.be] INFO: Saving data for 7002463auction111050: {'created_time': 1774475262.554791, 'last_price_update_time': 1774475262.554802, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002463auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c58ebe0-82a1-5726-8cca-68eef78e9e7f with identifier: 7002451auction111049
2026-03-25 21:47:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c58ebe0-82a1-5726-8cca-68eef78e9e7f with identifier: 7002451auction111049
2026-03-25 21:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c58ebe0-82a1-5726-8cca-68eef78e9e7f with identifier: 7002451auction111049 to the API
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002451/photo_002/780x0__r.jpg?hash=1774457210>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '2c58ebe0-82a1-5726-8cca-68eef78e9e7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002451',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'AC',
'model': 'Toyota Proace',
'odometer': 123284,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'PROACE LONG 2.0 140D DYNAMIC',
'transmission': 'manual',
'trim': 'PROE LONG 2.0 140D DYNAMIC',
'vin': None,
'year': 2022}
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002451auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:42 [ecarstrade.be] INFO: Saving data for 7002451auction111049: {'created_time': 1774475262.858836, 'last_price_update_time': 1774475262.858846, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002451auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_003/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002441)
2026-03-25 21:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_004/780x0__r.jpg?hash=1774457198> (referer: https://ecarstrade.com/cars/7002437)
2026-03-25 21:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0a53db76-241e-5f43-b454-5dd917d74cc1
2026-03-25 21:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 77632e9c-96b4-5a5f-9f68-dad215341f90
2026-03-25 21:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0a53db76-241e-5f43-b454-5dd917d74cc1
2026-03-25 21:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_002/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002441)
2026-03-25 21:47:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_003/780x0__r.jpg?hash=1774457197> (referer: https://ecarstrade.com/cars/7002437)
2026-03-25 21:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0a53db76-241e-5f43-b454-5dd917d74cc1
2026-03-25 21:47:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 77632e9c-96b4-5a5f-9f68-dad215341f90
2026-03-25 21:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_002/780x0__r.jpg?hash=1774457198> (referer: https://ecarstrade.com/cars/7002437)
2026-03-25 21:47:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0a53db76-241e-5f43-b454-5dd917d74cc1
2026-03-25 21:47:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 77632e9c-96b4-5a5f-9f68-dad215341f90
2026-03-25 21:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_001/780x0__r.jpg?hash=1774457199> (referer: https://ecarstrade.com/cars/7002441)
2026-03-25 21:47:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 77632e9c-96b4-5a5f-9f68-dad215341f90
2026-03-25 21:47:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0a53db76-241e-5f43-b454-5dd917d74cc1
2026-03-25 21:47:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a53db76-241e-5f43-b454-5dd917d74cc1, skipping ID generation
2026-03-25 21:47:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a53db76-241e-5f43-b454-5dd917d74cc1 with scrape type 1
2026-03-25 21:47:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a53db76-241e-5f43-b454-5dd917d74cc1 sending to next pipeline
2026-03-25 21:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a53db76-241e-5f43-b454-5dd917d74cc1, identifier: 7002441auction111049
2026-03-25 21:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a53db76-241e-5f43-b454-5dd917d74cc1 with identifier: 7002441auction111049
2026-03-25 21:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a53db76-241e-5f43-b454-5dd917d74cc1 with identifier: 7002441auction111049
2026-03-25 21:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a53db76-241e-5f43-b454-5dd917d74cc1 with identifier: 7002441auction111049 to the API
2026-03-25 21:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002441/photo_001/780x0__r.jpg?hash=1774457199>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0a53db76-241e-5f43-b454-5dd917d74cc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002441',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Renault',
'model': 'Austral',
'odometer': 93672,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Austral Iconic Esprit Alpine 1.2 200CV BVAV 6E',
'transmission': 'automatic',
'trim': 'Iconic Esprit Alpine 1.2 200CV BVAV 6E',
'vin': None,
'year': 2024}
2026-03-25 21:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002441auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:43 [ecarstrade.be] INFO: Saving data for 7002441auction111049: {'created_time': 1774475263.594963, 'last_price_update_time': 1774475263.594972, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002441auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002474> (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-25 21:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_001/780x0__r.jpg?hash=1774457197> (referer: https://ecarstrade.com/cars/7002437)
2026-03-25 21:47:46 [ecarstrade.be] INFO: Extracting details for car 7002474auction111050
2026-03-25 21:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d25c1f6e-e217-54f9-af9b-a25c654688b8 with identifier: 7002474auction111050
2026-03-25 21:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d25c1f6e-e217-54f9-af9b-a25c654688b8 with scrape type 1
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d25c1f6e-e217-54f9-af9b-a25c654688b8
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002474%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457235%27 HTTP/1.1" 200 None
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_001/780x0__r.jpg?hash=1774457235 not downloaded yet
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002474%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457235%27 HTTP/1.1" 200 None
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_002/780x0__r.jpg?hash=1774457235 not downloaded yet
2026-03-25 21:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_003/780x0__r.jpg?hash=1774457196> (referer: https://ecarstrade.com/cars/7002436)
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002474%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457235%27 HTTP/1.1" 200 None
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_003/780x0__r.jpg?hash=1774457235 not downloaded yet
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002474%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457235%27 HTTP/1.1" 200 None
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_004/780x0__r.jpg?hash=1774457235 not downloaded yet
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 77632e9c-96b4-5a5f-9f68-dad215341f90
2026-03-25 21:47:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 77632e9c-96b4-5a5f-9f68-dad215341f90, skipping ID generation
2026-03-25 21:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77632e9c-96b4-5a5f-9f68-dad215341f90 with scrape type 1
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 77632e9c-96b4-5a5f-9f68-dad215341f90 sending to next pipeline
2026-03-25 21:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77632e9c-96b4-5a5f-9f68-dad215341f90, identifier: 7002437auction111049
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002474%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457235%27 HTTP/1.1" 200 None
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_005/780x0__r.jpg?hash=1774457235 not downloaded yet
2026-03-25 21:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77632e9c-96b4-5a5f-9f68-dad215341f90 with identifier: 7002437auction111049
2026-03-25 21:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77632e9c-96b4-5a5f-9f68-dad215341f90 with identifier: 7002437auction111049
2026-03-25 21:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77632e9c-96b4-5a5f-9f68-dad215341f90 with identifier: 7002437auction111049 to the API
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002437/photo_001/780x0__r.jpg?hash=1774457197>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '77632e9c-96b4-5a5f-9f68-dad215341f90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002437',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': 'X1',
'odometer': 87214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'X1 SDRIVE 20i 170CH M SPORT RSK',
'transmission': 'automatic',
'trim': 'SDRIVE 20i 170CH M SPORT RSK',
'vin': None,
'year': 2024}
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002437auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:46 [ecarstrade.be] INFO: Saving data for 7002437auction111049: {'created_time': 1774475266.795118, 'last_price_update_time': 1774475266.795131, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002437auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_002/780x0__r.jpg?hash=1774457196> (referer: https://ecarstrade.com/cars/7002436)
2026-03-25 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002474%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457235%27 HTTP/1.1" 200 None
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_006/780x0__r.jpg?hash=1774457235 not downloaded yet
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f
2026-03-25 21:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_001/780x0__r.jpg?hash=1774457196> (referer: https://ecarstrade.com/cars/7002436)
2026-03-25 21:47:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f
2026-03-25 21:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_006/780x0__r.jpg?hash=1774457195> (referer: https://ecarstrade.com/cars/7002438)
2026-03-25 21:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f
2026-03-25 21:47:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f, skipping ID generation
2026-03-25 21:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with scrape type 1
2026-03-25 21:47:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f sending to next pipeline
2026-03-25 21:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f, identifier: 7002436auction111049
2026-03-25 21:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with identifier: 7002436auction111049
2026-03-25 21:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with identifier: 7002436auction111049
2026-03-25 21:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with identifier: 7002436auction111049 to the API
2026-03-25 21:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002436/photo_001/780x0__r.jpg?hash=1774457196>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2c228e9e-93eb-56cd-a6b6-35a315d3cc6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002436',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 127255,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2023}
2026-03-25 21:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002436auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:47 [ecarstrade.be] INFO: Saving data for 7002436auction111049: {'created_time': 1774475267.398895, 'last_price_update_time': 1774475267.398908, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002436auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_005/780x0__r.jpg?hash=1774457194> (referer: https://ecarstrade.com/cars/7002438)
2026-03-25 21:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a7238d39-6813-5f40-9c2c-3f96fd1595fd
2026-03-25 21:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_004/780x0__r.jpg?hash=1774457194> (referer: https://ecarstrade.com/cars/7002438)
2026-03-25 21:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a7238d39-6813-5f40-9c2c-3f96fd1595fd
2026-03-25 21:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_002/780x0__r.jpg?hash=1774457194> (referer: https://ecarstrade.com/cars/7002438)
2026-03-25 21:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a7238d39-6813-5f40-9c2c-3f96fd1595fd
2026-03-25 21:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_001/780x0__r.jpg?hash=1774457194> (referer: https://ecarstrade.com/cars/7002438)
2026-03-25 21:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a7238d39-6813-5f40-9c2c-3f96fd1595fd
2026-03-25 21:47:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a7238d39-6813-5f40-9c2c-3f96fd1595fd
2026-03-25 21:47:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a7238d39-6813-5f40-9c2c-3f96fd1595fd, skipping ID generation
2026-03-25 21:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7238d39-6813-5f40-9c2c-3f96fd1595fd with scrape type 1
2026-03-25 21:47:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a7238d39-6813-5f40-9c2c-3f96fd1595fd sending to next pipeline
2026-03-25 21:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7238d39-6813-5f40-9c2c-3f96fd1595fd, identifier: 7002438auction111049
2026-03-25 21:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7238d39-6813-5f40-9c2c-3f96fd1595fd with identifier: 7002438auction111049
2026-03-25 21:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7238d39-6813-5f40-9c2c-3f96fd1595fd with identifier: 7002438auction111049
2026-03-25 21:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7238d39-6813-5f40-9c2c-3f96fd1595fd with identifier: 7002438auction111049 to the API
2026-03-25 21:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002438/photo_001/780x0__r.jpg?hash=1774457194>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a7238d39-6813-5f40-9c2c-3f96fd1595fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002438',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Citroen',
'model': 'C3',
'odometer': 90682,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002438auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:48 [ecarstrade.be] INFO: Saving data for 7002438auction111049: {'created_time': 1774475268.147408, 'last_price_update_time': 1774475268.147422, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002438auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002460> (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-25 21:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_002/780x0__r.jpg?hash=1774457235> (referer: https://ecarstrade.com/cars/7002474)
2026-03-25 21:47:49 [ecarstrade.be] INFO: Extracting details for car 7002460auction111049
2026-03-25 21:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 420ea2aa-7bd7-5933-b713-402cae9d599e with identifier: 7002460auction111049
2026-03-25 21:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420ea2aa-7bd7-5933-b713-402cae9d599e with scrape type 1
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 420ea2aa-7bd7-5933-b713-402cae9d599e
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002460%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457221%27 HTTP/1.1" 200 None
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_001/780x0__r.jpg?hash=1774457221 not downloaded yet
2026-03-25 21:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_004/780x0__r.jpg?hash=1774457235> (referer: https://ecarstrade.com/cars/7002474)
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002460%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457221%27 HTTP/1.1" 200 None
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_002/780x0__r.jpg?hash=1774457221 not downloaded yet
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002460%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457221%27 HTTP/1.1" 200 None
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_003/780x0__r.jpg?hash=1774457221 not downloaded yet
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d25c1f6e-e217-54f9-af9b-a25c654688b8
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002460%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457221%27 HTTP/1.1" 200 None
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_004/780x0__r.jpg?hash=1774457221 not downloaded yet
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002460%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457221%27 HTTP/1.1" 200 None
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_005/780x0__r.jpg?hash=1774457221 not downloaded yet
2026-03-25 21:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_006/780x0__r.jpg?hash=1774457235> (referer: https://ecarstrade.com/cars/7002474)
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002460%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457221%27 HTTP/1.1" 200 None
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_006/780x0__r.jpg?hash=1774457221 not downloaded yet
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d25c1f6e-e217-54f9-af9b-a25c654688b8
2026-03-25 21:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_005/780x0__r.jpg?hash=1774457235> (referer: https://ecarstrade.com/cars/7002474)
2026-03-25 21:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002459> (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-25 21:47:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d25c1f6e-e217-54f9-af9b-a25c654688b8
2026-03-25 21:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_001/780x0__r.jpg?hash=1774457235> (referer: https://ecarstrade.com/cars/7002474)
2026-03-25 21:47:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_003/780x0__r.jpg?hash=1774457235> (referer: https://ecarstrade.com/cars/7002474)
2026-03-25 21:47:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d25c1f6e-e217-54f9-af9b-a25c654688b8
2026-03-25 21:47:49 [ecarstrade.be] INFO: Extracting details for car 7002459auction111049
2026-03-25 21:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbdc51e8-4480-5dd4-8bff-a6a68f48c505 with identifier: 7002459auction111049
2026-03-25 21:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbdc51e8-4480-5dd4-8bff-a6a68f48c505 with scrape type 1
2026-03-25 21:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cbdc51e8-4480-5dd4-8bff-a6a68f48c505
2026-03-25 21:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002459%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_001/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002459%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457219%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_002/780x0__r.jpg?hash=1774457219 not downloaded yet
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002459%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_003/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d25c1f6e-e217-54f9-af9b-a25c654688b8
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d25c1f6e-e217-54f9-af9b-a25c654688b8
2026-03-25 21:47:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d25c1f6e-e217-54f9-af9b-a25c654688b8, skipping ID generation
2026-03-25 21:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d25c1f6e-e217-54f9-af9b-a25c654688b8 with scrape type 1
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d25c1f6e-e217-54f9-af9b-a25c654688b8 sending to next pipeline
2026-03-25 21:47:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d25c1f6e-e217-54f9-af9b-a25c654688b8, identifier: 7002474auction111050
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002459%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_004/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d25c1f6e-e217-54f9-af9b-a25c654688b8 with identifier: 7002474auction111050
2026-03-25 21:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d25c1f6e-e217-54f9-af9b-a25c654688b8 with identifier: 7002474auction111050
2026-03-25 21:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d25c1f6e-e217-54f9-af9b-a25c654688b8 with identifier: 7002474auction111050 to the API
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002474/photo_003/780x0__r.jpg?hash=1774457235>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'd25c1f6e-e217-54f9-af9b-a25c654688b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002474',
'listing': 'auction',
'location': 'France - "FRANCE CARS NANTES"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 101059,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002474auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [ecarstrade.be] INFO: Saving data for 7002474auction111050: {'created_time': 1774475270.672855, 'last_price_update_time': 1774475270.672866, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002474auction111050') HTTP/1.1" 204 0
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002459%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_005/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002457> (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-25 21:47:50 [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-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002458> (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-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002459%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_006/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002456> (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-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_005/780x0__r.jpg?hash=1774457221> (referer: https://ecarstrade.com/cars/7002460)
2026-03-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_002/780x0__r.jpg?hash=1774457221> (referer: https://ecarstrade.com/cars/7002460)
2026-03-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_001/780x0__r.jpg?hash=1774457221> (referer: https://ecarstrade.com/cars/7002460)
2026-03-25 21:47:50 [ecarstrade.be] INFO: Extracting details for car 7002457auction111049
2026-03-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_003/780x0__r.jpg?hash=1774457221> (referer: https://ecarstrade.com/cars/7002460)
2026-03-25 21:47:50 [ecarstrade.be] INFO: Extracting details for car 7002458auction111049
2026-03-25 21:47:50 [ecarstrade.be] INFO: Extracting details for car 7002456auction111049
2026-03-25 21:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with identifier: 7002457auction111049
2026-03-25 21:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with scrape type 1
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1a49eca1-7f29-5bc9-9df3-17a411acaf09
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002457%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457217%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_001/780x0__r.jpg?hash=1774457217 not downloaded yet
2026-03-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_001/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002459)
2026-03-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_006/780x0__r.jpg?hash=1774457221> (referer: https://ecarstrade.com/cars/7002460)
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002457%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457219%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_002/780x0__r.jpg?hash=1774457219 not downloaded yet
2026-03-25 21:47:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0455085-8daa-5ca2-a71d-30fa96568a8d with identifier: 7002458auction111049
2026-03-25 21:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0455085-8daa-5ca2-a71d-30fa96568a8d with scrape type 1
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a0455085-8daa-5ca2-a71d-30fa96568a8d
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002458%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457223%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_001/780x0__r.jpg?hash=1774457223 not downloaded yet
2026-03-25 21:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a11dcd3b-d59a-588c-a653-8cfb6ee01177 with identifier: 7002456auction111049
2026-03-25 21:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a11dcd3b-d59a-588c-a653-8cfb6ee01177 with scrape type 1
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a11dcd3b-d59a-588c-a653-8cfb6ee01177
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002456%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457216%27 HTTP/1.1" 200 None
2026-03-25 21:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_001/780x0__r.jpg?hash=1774457216 not downloaded yet
2026-03-25 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_004/780x0__r.jpg?hash=1774457221> (referer: https://ecarstrade.com/cars/7002460)
2026-03-25 21:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002457%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_003/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:51 [ecarstrade.be] INFO: Found listing with ID: 7002477auction111050
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002477auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [ecarstrade.be] INFO: Scrape type for 7002477auction111050: 1
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002458%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457222%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_002/780x0__r.jpg?hash=1774457222 not downloaded yet
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002456%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457217%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_002/780x0__r.jpg?hash=1774457217 not downloaded yet
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_002/780x0__r.jpg?hash=1774457219> (referer: https://ecarstrade.com/cars/7002459)
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_005/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002459)
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_004/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002459)
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002457%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_004/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:51 [ecarstrade.be] INFO: Found listing with ID: 7002478auction111050
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002478auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [ecarstrade.be] INFO: Scrape type for 7002478auction111050: 1
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002458%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457222%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_003/780x0__r.jpg?hash=1774457222 not downloaded yet
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002456%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457216%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_003/780x0__r.jpg?hash=1774457216 not downloaded yet
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 420ea2aa-7bd7-5933-b713-402cae9d599e
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 420ea2aa-7bd7-5933-b713-402cae9d599e
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 420ea2aa-7bd7-5933-b713-402cae9d599e
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 420ea2aa-7bd7-5933-b713-402cae9d599e
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_003/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002459)
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002457%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_005/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:51 [ecarstrade.be] INFO: Found listing with ID: 7002479auction111050
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002479auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [ecarstrade.be] INFO: Scrape type for 7002479auction111050: 1
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002458%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457222%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_004/780x0__r.jpg?hash=1774457222 not downloaded yet
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002456%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457216%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_004/780x0__r.jpg?hash=1774457216 not downloaded yet
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cbdc51e8-4480-5dd4-8bff-a6a68f48c505
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 420ea2aa-7bd7-5933-b713-402cae9d599e
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_006/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002459)
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_001/780x0__r.jpg?hash=1774457217> (referer: https://ecarstrade.com/cars/7002457)
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002457%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457218%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_006/780x0__r.jpg?hash=1774457218 not downloaded yet
2026-03-25 21:47:51 [ecarstrade.be] INFO: Found listing with ID: 7002480auction111050
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002480auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [ecarstrade.be] INFO: Scrape type for 7002480auction111050: 1
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002458%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457222%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_005/780x0__r.jpg?hash=1774457222 not downloaded yet
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002456%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457216%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_005/780x0__r.jpg?hash=1774457216 not downloaded yet
2026-03-25 21:47:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_001/780x0__r.jpg?hash=1774457216> (referer: https://ecarstrade.com/cars/7002456)
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 420ea2aa-7bd7-5933-b713-402cae9d599e
2026-03-25 21:47:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 420ea2aa-7bd7-5933-b713-402cae9d599e, skipping ID generation
2026-03-25 21:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420ea2aa-7bd7-5933-b713-402cae9d599e with scrape type 1
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 420ea2aa-7bd7-5933-b713-402cae9d599e sending to next pipeline
2026-03-25 21:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 420ea2aa-7bd7-5933-b713-402cae9d599e, identifier: 7002460auction111049
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cbdc51e8-4480-5dd4-8bff-a6a68f48c505
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cbdc51e8-4480-5dd4-8bff-a6a68f48c505
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cbdc51e8-4480-5dd4-8bff-a6a68f48c505
2026-03-25 21:47:51 [ecarstrade.be] INFO: Found listing with ID: 7002481auction111050
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002481auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [ecarstrade.be] INFO: Scrape type for 7002481auction111050: 1
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002458%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457222%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_006/780x0__r.jpg?hash=1774457222 not downloaded yet
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002456%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457217%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_006/780x0__r.jpg?hash=1774457217 not downloaded yet
2026-03-25 21:47:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 420ea2aa-7bd7-5933-b713-402cae9d599e with identifier: 7002460auction111049
2026-03-25 21:47:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 420ea2aa-7bd7-5933-b713-402cae9d599e with identifier: 7002460auction111049
2026-03-25 21:47:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 420ea2aa-7bd7-5933-b713-402cae9d599e with identifier: 7002460auction111049 to the API
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002460/photo_004/780x0__r.jpg?hash=1774457221>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '420ea2aa-7bd7-5933-b713-402cae9d599e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002460',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 95943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 7,
'seller_name': None,
'title': 'XC90 T8 455 PHEV AWD BA 7PL FF',
'transmission': 'automatic',
'trim': 'T8 455 PHEV AWD BA 7PL FF',
'vin': None,
'year': 2023}
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002460auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [ecarstrade.be] INFO: Saving data for 7002460auction111049: {'created_time': 1774475271.776574, 'last_price_update_time': 1774475271.776582, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002460auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_001/780x0__r.jpg?hash=1774457223> (referer: https://ecarstrade.com/cars/7002458)
2026-03-25 21:47:51 [ecarstrade.be] INFO: Found listing with ID: 7002482auction111050
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002482auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:51 [ecarstrade.be] INFO: Scrape type for 7002482auction111050: 1
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cbdc51e8-4480-5dd4-8bff-a6a68f48c505
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cbdc51e8-4480-5dd4-8bff-a6a68f48c505
2026-03-25 21:47:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cbdc51e8-4480-5dd4-8bff-a6a68f48c505, skipping ID generation
2026-03-25 21:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbdc51e8-4480-5dd4-8bff-a6a68f48c505 with scrape type 1
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cbdc51e8-4480-5dd4-8bff-a6a68f48c505 sending to next pipeline
2026-03-25 21:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbdc51e8-4480-5dd4-8bff-a6a68f48c505, identifier: 7002459auction111049
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1a49eca1-7f29-5bc9-9df3-17a411acaf09
2026-03-25 21:47:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a11dcd3b-d59a-588c-a653-8cfb6ee01177
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_002/780x0__r.jpg?hash=1774457217> (referer: https://ecarstrade.com/cars/7002456)
2026-03-25 21:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_002/780x0__r.jpg?hash=1774457219> (referer: https://ecarstrade.com/cars/7002457)
2026-03-25 21:47:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbdc51e8-4480-5dd4-8bff-a6a68f48c505 with identifier: 7002459auction111049
2026-03-25 21:47:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbdc51e8-4480-5dd4-8bff-a6a68f48c505 with identifier: 7002459auction111049
2026-03-25 21:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbdc51e8-4480-5dd4-8bff-a6a68f48c505 with identifier: 7002459auction111049 to the API
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:47: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-25 21:47:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002459/photo_006/780x0__r.jpg?hash=1774457218>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Other',
'id': 'cbdc51e8-4480-5dd4-8bff-a6a68f48c505',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002459',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Mazda',
'model': 'CX-60',
'odometer': 97205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': None,
'seller_name': None,
'title': 'CX-60 E-SKYACTIV 327CV BVA HOM',
'transmission': 'automatic',
'trim': 'E-SKYACTIV 327CV BVA HOM',
'vin': None,
'year': 2023}
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002459auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Saving data for 7002459auction111049: {'created_time': 1774475272.222757, 'last_price_update_time': 1774475272.222768, 'auction_closing_time': 1774535400.0}
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002459auction111049') HTTP/1.1" 204 0
2026-03-25 21:47:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002483auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002483auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002483auction111050: 1
2026-03-25 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_002/780x0__r.jpg?hash=1774457222> (referer: https://ecarstrade.com/cars/7002458)
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a0455085-8daa-5ca2-a71d-30fa96568a8d
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002484auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002484auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002484auction111050: 1
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a11dcd3b-d59a-588c-a653-8cfb6ee01177
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1a49eca1-7f29-5bc9-9df3-17a411acaf09
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002485auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002485auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002485auction111050: 1
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002486auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002486auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002486auction111050: 1
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002487auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002487auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002487auction111050: 1
2026-03-25 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_003/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002457)
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002488auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002488auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002488auction111050: 1
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002489auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002489auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002489auction111050: 1
2026-03-25 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_003/780x0__r.jpg?hash=1774457216> (referer: https://ecarstrade.com/cars/7002456)
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002490auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002490auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002490auction111050: 1
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a0455085-8daa-5ca2-a71d-30fa96568a8d
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002491auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002491auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002491auction111050: 1
2026-03-25 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_003/780x0__r.jpg?hash=1774457222> (referer: https://ecarstrade.com/cars/7002458)
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002492auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002492auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002492auction111050: 1
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002493auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002493auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002493auction111050: 1
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002494auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002494auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002494auction111050: 1
2026-03-25 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_004/780x0__r.jpg?hash=1774457216> (referer: https://ecarstrade.com/cars/7002456)
2026-03-25 21:47:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1a49eca1-7f29-5bc9-9df3-17a411acaf09
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002495auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002495auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002495auction111050: 1
2026-03-25 21:47:52 [ecarstrade.be] INFO: Found listing with ID: 7002496auction111050
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002496auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:52 [ecarstrade.be] INFO: Scrape type for 7002496auction111050: 1
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a11dcd3b-d59a-588c-a653-8cfb6ee01177
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a0455085-8daa-5ca2-a71d-30fa96568a8d
2026-03-25 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_004/780x0__r.jpg?hash=1774457222> (referer: https://ecarstrade.com/cars/7002458)
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a11dcd3b-d59a-588c-a653-8cfb6ee01177
2026-03-25 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_006/780x0__r.jpg?hash=1774457217> (referer: https://ecarstrade.com/cars/7002456)
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a0455085-8daa-5ca2-a71d-30fa96568a8d
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a11dcd3b-d59a-588c-a653-8cfb6ee01177
2026-03-25 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_006/780x0__r.jpg?hash=1774457222> (referer: https://ecarstrade.com/cars/7002458)
2026-03-25 21:47:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a0455085-8daa-5ca2-a71d-30fa96568a8d
2026-03-25 21:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002454> (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-25 21:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:55 [ecarstrade.be] INFO: Extracting details for car 7002454auction111049
2026-03-25 21:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4 with identifier: 7002454auction111049
2026-03-25 21:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4 with scrape type 1
2026-03-25 21:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002454%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457214%27 HTTP/1.1" 200 None
2026-03-25 21:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_001/780x0__r.jpg?hash=1774457214 not downloaded yet
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002454%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457214%27 HTTP/1.1" 200 None
2026-03-25 21:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_002/780x0__r.jpg?hash=1774457214 not downloaded yet
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002454%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457214%27 HTTP/1.1" 200 None
2026-03-25 21:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_003/780x0__r.jpg?hash=1774457214 not downloaded yet
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002454%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457214%27 HTTP/1.1" 200 None
2026-03-25 21:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_004/780x0__r.jpg?hash=1774457214 not downloaded yet
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002454%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457214%27 HTTP/1.1" 200 None
2026-03-25 21:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_005/780x0__r.jpg?hash=1774457214 not downloaded yet
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002454%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457214%27 HTTP/1.1" 200 None
2026-03-25 21:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_006/780x0__r.jpg?hash=1774457214 not downloaded yet
2026-03-25 21:47:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002453> (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-25 21:47:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:56 [ecarstrade.be] INFO: Extracting details for car 7002453auction111049
2026-03-25 21:47:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b with identifier: 7002453auction111049
2026-03-25 21:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b with scrape type 1
2026-03-25 21:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b
2026-03-25 21:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002453%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457213%27 HTTP/1.1" 200 None
2026-03-25 21:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_001/780x0__r.jpg?hash=1774457213 not downloaded yet
2026-03-25 21:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002453%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457213%27 HTTP/1.1" 200 None
2026-03-25 21:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_002/780x0__r.jpg?hash=1774457213 not downloaded yet
2026-03-25 21:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002453%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457213%27 HTTP/1.1" 200 None
2026-03-25 21:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_003/780x0__r.jpg?hash=1774457213 not downloaded yet
2026-03-25 21:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002453%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457213%27 HTTP/1.1" 200 None
2026-03-25 21:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_004/780x0__r.jpg?hash=1774457213 not downloaded yet
2026-03-25 21:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002453%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457213%27 HTTP/1.1" 200 None
2026-03-25 21:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_005/780x0__r.jpg?hash=1774457213 not downloaded yet
2026-03-25 21:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002453%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457214%27 HTTP/1.1" 200 None
2026-03-25 21:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_006/780x0__r.jpg?hash=1774457214 not downloaded yet
2026-03-25 21:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002452> (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-25 21:47:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:57 [ecarstrade.be] INFO: Extracting details for car 7002452auction111049
2026-03-25 21:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56aa0827-874d-5b82-bee1-c7b72b553e3b with identifier: 7002452auction111049
2026-03-25 21:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56aa0827-874d-5b82-bee1-c7b72b553e3b with scrape type 1
2026-03-25 21:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 56aa0827-874d-5b82-bee1-c7b72b553e3b
2026-03-25 21:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002452%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457211%27 HTTP/1.1" 200 None
2026-03-25 21:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_001/780x0__r.jpg?hash=1774457211 not downloaded yet
2026-03-25 21:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002452%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457211%27 HTTP/1.1" 200 None
2026-03-25 21:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_002/780x0__r.jpg?hash=1774457211 not downloaded yet
2026-03-25 21:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002452%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457212%27 HTTP/1.1" 200 None
2026-03-25 21:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_003/780x0__r.jpg?hash=1774457212 not downloaded yet
2026-03-25 21:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002452%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457212%27 HTTP/1.1" 200 None
2026-03-25 21:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_004/780x0__r.jpg?hash=1774457212 not downloaded yet
2026-03-25 21:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002452%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457213%27 HTTP/1.1" 200 None
2026-03-25 21:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_005/780x0__r.jpg?hash=1774457213 not downloaded yet
2026-03-25 21:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002452%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457212%27 HTTP/1.1" 200 None
2026-03-25 21:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_006/780x0__r.jpg?hash=1774457212 not downloaded yet
2026-03-25 21:47:58 [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-25 21:47:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002497auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002497auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002497auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002498auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002498auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002498auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002499auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002499auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002499auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002500auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002500auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002500auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002501auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002501auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002501auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002502auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002502auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002502auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002503auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002503auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002503auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002504auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002504auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002504auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002505auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002505auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002505auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002506auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002506auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002506auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002507auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002507auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002507auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002508auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002508auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002508auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002509auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002509auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002509auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002510auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002510auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002510auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002511auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002511auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002511auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002512auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002512auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002512auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002513auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002513auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002513auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002514auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002514auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002514auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002515auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002515auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002515auction111050: 1
2026-03-25 21:47:58 [ecarstrade.be] INFO: Found listing with ID: 7002516auction111050
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002516auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:47:58 [ecarstrade.be] INFO: Scrape type for 7002516auction111050: 1
2026-03-25 21:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002479> (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-25 21:47:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:59 [ecarstrade.be] INFO: Extracting details for car 7002479auction111050
2026-03-25 21:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3598d098-e19b-5c62-b4d4-059d6554da4d with identifier: 7002479auction111050
2026-03-25 21:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3598d098-e19b-5c62-b4d4-059d6554da4d with scrape type 1
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3598d098-e19b-5c62-b4d4-059d6554da4d
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002479%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_001/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002479%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457239%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_002/780x0__r.jpg?hash=1774457239 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002479%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457239%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_003/780x0__r.jpg?hash=1774457239 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002479%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_004/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002479%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457239%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_005/780x0__r.jpg?hash=1774457239 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002479%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457239%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_006/780x0__r.jpg?hash=1774457239 not downloaded yet
2026-03-25 21:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002477> (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-25 21:47:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:59 [ecarstrade.be] INFO: Extracting details for car 7002477auction111050
2026-03-25 21:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1362cd72-8d09-5dc1-867e-7867a56971af with identifier: 7002477auction111050
2026-03-25 21:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1362cd72-8d09-5dc1-867e-7867a56971af with scrape type 1
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1362cd72-8d09-5dc1-867e-7867a56971af
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002477%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_001/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002477%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_002/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002477%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_003/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002477%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_004/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002477%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457236%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_005/780x0__r.jpg?hash=1774457236 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002477%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_006/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002481> (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-25 21:47:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:47:59 [ecarstrade.be] INFO: Extracting details for car 7002481auction111050
2026-03-25 21:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 654e270a-8805-5313-9920-8d69cf458849 with identifier: 7002481auction111050
2026-03-25 21:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 654e270a-8805-5313-9920-8d69cf458849 with scrape type 1
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 654e270a-8805-5313-9920-8d69cf458849
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002481%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_001/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002481%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457239%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_002/780x0__r.jpg?hash=1774457239 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002481%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_003/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002481%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_004/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002481%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_005/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:47: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%252F7000001-7010000%252F7002481%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457239%27 HTTP/1.1" 200 None
2026-03-25 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_006/780x0__r.jpg?hash=1774457239 not downloaded yet
2026-03-25 21:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002482> (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-25 21:48:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:02 [ecarstrade.be] INFO: Extracting details for car 7002482auction111050
2026-03-25 21:48:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 222655ac-84dc-5f4a-90d5-df1b8095c37b with identifier: 7002482auction111050
2026-03-25 21:48:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 222655ac-84dc-5f4a-90d5-df1b8095c37b with scrape type 1
2026-03-25 21:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 222655ac-84dc-5f4a-90d5-df1b8095c37b
2026-03-25 21:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002482%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457243%27 HTTP/1.1" 200 None
2026-03-25 21:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_001/780x0__r.jpg?hash=1774457243 not downloaded yet
2026-03-25 21:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002482%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457242%27 HTTP/1.1" 200 None
2026-03-25 21:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_002/780x0__r.jpg?hash=1774457242 not downloaded yet
2026-03-25 21:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002482%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457242%27 HTTP/1.1" 200 None
2026-03-25 21:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_003/780x0__r.jpg?hash=1774457242 not downloaded yet
2026-03-25 21:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002482%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457242%27 HTTP/1.1" 200 None
2026-03-25 21:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_004/780x0__r.jpg?hash=1774457242 not downloaded yet
2026-03-25 21:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002482%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457242%27 HTTP/1.1" 200 None
2026-03-25 21:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_005/780x0__r.jpg?hash=1774457242 not downloaded yet
2026-03-25 21:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002482%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457242%27 HTTP/1.1" 200 None
2026-03-25 21:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_006/780x0__r.jpg?hash=1774457242 not downloaded yet
2026-03-25 21:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002466> (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-25 21:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:03 [ecarstrade.be] INFO: Extracting details for car 7002466auction111050
2026-03-25 21:48:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with identifier: 7002466auction111050
2026-03-25 21:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with scrape type 1
2026-03-25 21:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b
2026-03-25 21:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002466%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_001/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002466%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_002/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002466%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_003/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002466%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_004/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002466%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_005/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002466%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457227%27 HTTP/1.1" 200 None
2026-03-25 21:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_006/780x0__r.jpg?hash=1774457227 not downloaded yet
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002487> (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-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_006/780x0__r.jpg?hash=1774457214> (referer: https://ecarstrade.com/cars/7002454)
2026-03-25 21:48:04 [ecarstrade.be] INFO: Extracting details for car 7002487auction111050
2026-03-25 21:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37202de3-5abe-5213-9fb7-4a380187fc41 with identifier: 7002487auction111050
2026-03-25 21:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37202de3-5abe-5213-9fb7-4a380187fc41 with scrape type 1
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 37202de3-5abe-5213-9fb7-4a380187fc41
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002487%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_001/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_006/780x0__r.jpg?hash=1774457214> (referer: https://ecarstrade.com/cars/7002453)
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002487%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_002/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002487%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_003/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002487%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_004/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002487%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_005/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002487%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_006/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_006/780x0__r.jpg?hash=1774457212> (referer: https://ecarstrade.com/cars/7002452)
2026-03-25 21:48:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 56aa0827-874d-5b82-bee1-c7b72b553e3b
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002489> (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-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_006/780x0__r.jpg?hash=1774457239> (referer: https://ecarstrade.com/cars/7002479)
2026-03-25 21:48:04 [ecarstrade.be] INFO: Extracting details for car 7002489auction111050
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_006/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002477)
2026-03-25 21:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4cef507-cfad-5abe-83c5-84bbfb691965 with identifier: 7002489auction111050
2026-03-25 21:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4cef507-cfad-5abe-83c5-84bbfb691965 with scrape type 1
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a4cef507-cfad-5abe-83c5-84bbfb691965
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002489%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457247%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_001/780x0__r.jpg?hash=1774457247 not downloaded yet
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002489%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457247%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_002/780x0__r.jpg?hash=1774457247 not downloaded yet
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002489%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457247%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_003/780x0__r.jpg?hash=1774457247 not downloaded yet
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002489%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457247%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_004/780x0__r.jpg?hash=1774457247 not downloaded yet
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3598d098-e19b-5c62-b4d4-059d6554da4d
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002489%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457247%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_005/780x0__r.jpg?hash=1774457247 not downloaded yet
2026-03-25 21:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002489%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457247%27 HTTP/1.1" 200 None
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_006/780x0__r.jpg?hash=1774457247 not downloaded yet
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_006/780x0__r.jpg?hash=1774457239> (referer: https://ecarstrade.com/cars/7002481)
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1362cd72-8d09-5dc1-867e-7867a56971af
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_006/780x0__r.jpg?hash=1774457242> (referer: https://ecarstrade.com/cars/7002482)
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 654e270a-8805-5313-9920-8d69cf458849
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_006/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002466)
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_005/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002466)
2026-03-25 21:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 222655ac-84dc-5f4a-90d5-df1b8095c37b
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002493> (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-25 21:48:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b
2026-03-25 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_006/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002487)
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_001/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002487)
2026-03-25 21:48:05 [ecarstrade.be] INFO: Extracting details for car 7002493auction111050
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_005/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002487)
2026-03-25 21:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f643add-e327-58a5-9768-dea72cd41956 with identifier: 7002493auction111050
2026-03-25 21:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f643add-e327-58a5-9768-dea72cd41956 with scrape type 1
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8f643add-e327-58a5-9768-dea72cd41956
2026-03-25 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002493%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457248%27 HTTP/1.1" 200 None
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_001/780x0__r.jpg?hash=1774457248 not downloaded yet
2026-03-25 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002493%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457248%27 HTTP/1.1" 200 None
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_002/780x0__r.jpg?hash=1774457248 not downloaded yet
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_004/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002487)
2026-03-25 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002493%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457248%27 HTTP/1.1" 200 None
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_003/780x0__r.jpg?hash=1774457248 not downloaded yet
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 37202de3-5abe-5213-9fb7-4a380187fc41
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_003/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002487)
2026-03-25 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002493%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457248%27 HTTP/1.1" 200 None
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_004/780x0__r.jpg?hash=1774457248 not downloaded yet
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 37202de3-5abe-5213-9fb7-4a380187fc41
2026-03-25 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002493%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457248%27 HTTP/1.1" 200 None
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_005/780x0__r.jpg?hash=1774457248 not downloaded yet
2026-03-25 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002493%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457249%27 HTTP/1.1" 200 None
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_006/780x0__r.jpg?hash=1774457249 not downloaded yet
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_006/780x0__r.jpg?hash=1774457247> (referer: https://ecarstrade.com/cars/7002489)
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 37202de3-5abe-5213-9fb7-4a380187fc41
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_005/780x0__r.jpg?hash=1774457247> (referer: https://ecarstrade.com/cars/7002489)
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 37202de3-5abe-5213-9fb7-4a380187fc41
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 37202de3-5abe-5213-9fb7-4a380187fc41
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_004/780x0__r.jpg?hash=1774457247> (referer: https://ecarstrade.com/cars/7002489)
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_003/780x0__r.jpg?hash=1774457247> (referer: https://ecarstrade.com/cars/7002489)
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a4cef507-cfad-5abe-83c5-84bbfb691965
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a4cef507-cfad-5abe-83c5-84bbfb691965
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_001/780x0__r.jpg?hash=1774457247> (referer: https://ecarstrade.com/cars/7002489)
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_002/780x0__r.jpg?hash=1774457247> (referer: https://ecarstrade.com/cars/7002489)
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_002/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002487)
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a4cef507-cfad-5abe-83c5-84bbfb691965
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_004/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002466)
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a4cef507-cfad-5abe-83c5-84bbfb691965
2026-03-25 21:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_002/780x0__r.jpg?hash=1774457248> (referer: https://ecarstrade.com/cars/7002493)
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a4cef507-cfad-5abe-83c5-84bbfb691965
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a4cef507-cfad-5abe-83c5-84bbfb691965
2026-03-25 21:48:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a4cef507-cfad-5abe-83c5-84bbfb691965, skipping ID generation
2026-03-25 21:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4cef507-cfad-5abe-83c5-84bbfb691965 with scrape type 1
2026-03-25 21:48:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a4cef507-cfad-5abe-83c5-84bbfb691965 sending to next pipeline
2026-03-25 21:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4cef507-cfad-5abe-83c5-84bbfb691965, identifier: 7002489auction111050
2026-03-25 21:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4cef507-cfad-5abe-83c5-84bbfb691965 with identifier: 7002489auction111050
2026-03-25 21:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4cef507-cfad-5abe-83c5-84bbfb691965 with identifier: 7002489auction111050
2026-03-25 21:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4cef507-cfad-5abe-83c5-84bbfb691965 with identifier: 7002489auction111050 to the API
2026-03-25 21:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002489/photo_002/780x0__r.jpg?hash=1774457247>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'a4cef507-cfad-5abe-83c5-84bbfb691965',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002489',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Ford',
'model': 'Transit',
'odometer': 110583,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT FGN T310 L2H2 TR BUSIN',
'transmission': 'manual',
'trim': 'TRANSIT FGN T310 L2H2 TR BUSIN',
'vin': None,
'year': 2022}
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002489auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [ecarstrade.be] INFO: Saving data for 7002489auction111050: {'created_time': 1774475286.110248, 'last_price_update_time': 1774475286.110257, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002489auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_003/780x0__r.jpg?hash=1774457248> (referer: https://ecarstrade.com/cars/7002493)
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_006/780x0__r.jpg?hash=1774457249> (referer: https://ecarstrade.com/cars/7002493)
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002496> (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-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002495> (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-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002491> (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-25 21:48:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 37202de3-5abe-5213-9fb7-4a380187fc41
2026-03-25 21:48:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37202de3-5abe-5213-9fb7-4a380187fc41, skipping ID generation
2026-03-25 21:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37202de3-5abe-5213-9fb7-4a380187fc41 with scrape type 1
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 37202de3-5abe-5213-9fb7-4a380187fc41 sending to next pipeline
2026-03-25 21:48:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37202de3-5abe-5213-9fb7-4a380187fc41, identifier: 7002487auction111050
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8f643add-e327-58a5-9768-dea72cd41956
2026-03-25 21:48:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37202de3-5abe-5213-9fb7-4a380187fc41 with identifier: 7002487auction111050
2026-03-25 21:48:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37202de3-5abe-5213-9fb7-4a380187fc41 with identifier: 7002487auction111050
2026-03-25 21:48:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37202de3-5abe-5213-9fb7-4a380187fc41 with identifier: 7002487auction111050 to the API
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002487/photo_002/780x0__r.jpg?hash=1774457245>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '37202de3-5abe-5213-9fb7-4a380187fc41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002487',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 94833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002487auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [ecarstrade.be] INFO: Saving data for 7002487auction111050: {'created_time': 1774475286.719347, 'last_price_update_time': 1774475286.719358, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002487auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_004/780x0__r.jpg?hash=1774457248> (referer: https://ecarstrade.com/cars/7002493)
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_005/780x0__r.jpg?hash=1774457248> (referer: https://ecarstrade.com/cars/7002493)
2026-03-25 21:48:06 [ecarstrade.be] INFO: Extracting details for car 7002496auction111050
2026-03-25 21:48:06 [ecarstrade.be] INFO: Extracting details for car 7002495auction111050
2026-03-25 21:48:06 [ecarstrade.be] INFO: Extracting details for car 7002491auction111050
2026-03-25 21:48:06 [scrapy.extensions.logstats] INFO: Crawled 632 pages (at 56 pages/min), scraped 540 items (at 34 items/min)
2026-03-25 21:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_001/780x0__r.jpg?hash=1774457248> (referer: https://ecarstrade.com/cars/7002493)
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_003/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002466)
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_002/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002466)
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8f643add-e327-58a5-9768-dea72cd41956
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8f643add-e327-58a5-9768-dea72cd41956
2026-03-25 21:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4692805-ce4e-5d51-b877-61ff5ae3823f with identifier: 7002496auction111050
2026-03-25 21:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4692805-ce4e-5d51-b877-61ff5ae3823f with scrape type 1
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4692805-ce4e-5d51-b877-61ff5ae3823f
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002496%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_001/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45c22bd0-e612-5c6f-a23e-9c1eece66f0d with identifier: 7002495auction111050
2026-03-25 21:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d with scrape type 1
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002495%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457253%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_001/780x0__r.jpg?hash=1774457253 not downloaded yet
2026-03-25 21:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff4d331-6211-5254-875a-c77dae45e895 with identifier: 7002491auction111050
2026-03-25 21:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff4d331-6211-5254-875a-c77dae45e895 with scrape type 1
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dff4d331-6211-5254-875a-c77dae45e895
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002491%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457250%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_001/780x0__r.jpg?hash=1774457250 not downloaded yet
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_001/780x0__r.jpg?hash=1774457227> (referer: https://ecarstrade.com/cars/7002466)
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_005/780x0__r.jpg?hash=1774457242> (referer: https://ecarstrade.com/cars/7002482)
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002496%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_002/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002495%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457253%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_002/780x0__r.jpg?hash=1774457253 not downloaded yet
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002491%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457250%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_002/780x0__r.jpg?hash=1774457250 not downloaded yet
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8f643add-e327-58a5-9768-dea72cd41956
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8f643add-e327-58a5-9768-dea72cd41956
2026-03-25 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_003/780x0__r.jpg?hash=1774457242> (referer: https://ecarstrade.com/cars/7002482)
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002496%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_003/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002495%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_004/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002491%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457250%27 HTTP/1.1" 200 None
2026-03-25 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_003/780x0__r.jpg?hash=1774457250 not downloaded yet
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f643add-e327-58a5-9768-dea72cd41956
2026-03-25 21:48:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f643add-e327-58a5-9768-dea72cd41956, skipping ID generation
2026-03-25 21:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f643add-e327-58a5-9768-dea72cd41956 with scrape type 1
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f643add-e327-58a5-9768-dea72cd41956 sending to next pipeline
2026-03-25 21:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f643add-e327-58a5-9768-dea72cd41956, identifier: 7002493auction111050
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b
2026-03-25 21:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_002/780x0__r.jpg?hash=1774457242> (referer: https://ecarstrade.com/cars/7002482)
2026-03-25 21:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_004/780x0__r.jpg?hash=1774457242> (referer: https://ecarstrade.com/cars/7002482)
2026-03-25 21:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_005/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002481)
2026-03-25 21:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_001/780x0__r.jpg?hash=1774457243> (referer: https://ecarstrade.com/cars/7002482)
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002496%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_004/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002495%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_005/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002491%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457251%27 HTTP/1.1" 200 None
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_004/780x0__r.jpg?hash=1774457251 not downloaded yet
2026-03-25 21:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f643add-e327-58a5-9768-dea72cd41956 with identifier: 7002493auction111050
2026-03-25 21:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f643add-e327-58a5-9768-dea72cd41956 with identifier: 7002493auction111050
2026-03-25 21:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f643add-e327-58a5-9768-dea72cd41956 with identifier: 7002493auction111050 to the API
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002493/photo_001/780x0__r.jpg?hash=1774457248>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '8f643add-e327-58a5-9768-dea72cd41956',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002493',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 81865,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002493auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:07 [ecarstrade.be] INFO: Saving data for 7002493auction111050: {'created_time': 1774475287.528855, 'last_price_update_time': 1774475287.528866, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002493auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_004/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002481)
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002496%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_005/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002495%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_006/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002491%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457250%27 HTTP/1.1" 200 None
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_005/780x0__r.jpg?hash=1774457250 not downloaded yet
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b
2026-03-25 21:48:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b, skipping ID generation
2026-03-25 21:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with scrape type 1
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b sending to next pipeline
2026-03-25 21:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b, identifier: 7002466auction111050
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 222655ac-84dc-5f4a-90d5-df1b8095c37b
2026-03-25 21:48:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 222655ac-84dc-5f4a-90d5-df1b8095c37b
2026-03-25 21:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with identifier: 7002466auction111050
2026-03-25 21:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with identifier: 7002466auction111050
2026-03-25 21:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with identifier: 7002466auction111050 to the API
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002466/photo_001/780x0__r.jpg?hash=1774457227>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002466',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Citroen',
'model': 'C3',
'odometer': 42282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Max 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002466auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:07 [ecarstrade.be] INFO: Saving data for 7002466auction111050: {'created_time': 1774475287.98621, 'last_price_update_time': 1774475287.986221, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002466auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_003/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002481)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_005/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002477)
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002496%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_006/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002495%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_007/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002491%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457250%27 HTTP/1.1" 200 None
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_006/780x0__r.jpg?hash=1774457250 not downloaded yet
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 222655ac-84dc-5f4a-90d5-df1b8095c37b
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 222655ac-84dc-5f4a-90d5-df1b8095c37b
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 654e270a-8805-5313-9920-8d69cf458849
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 222655ac-84dc-5f4a-90d5-df1b8095c37b
2026-03-25 21:48:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 222655ac-84dc-5f4a-90d5-df1b8095c37b, skipping ID generation
2026-03-25 21:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 222655ac-84dc-5f4a-90d5-df1b8095c37b with scrape type 1
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 222655ac-84dc-5f4a-90d5-df1b8095c37b sending to next pipeline
2026-03-25 21:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 222655ac-84dc-5f4a-90d5-df1b8095c37b, identifier: 7002482auction111050
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_004/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002477)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_002/780x0__r.jpg?hash=1774457239> (referer: https://ecarstrade.com/cars/7002481)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_001/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002481)
2026-03-25 21:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 222655ac-84dc-5f4a-90d5-df1b8095c37b with identifier: 7002482auction111050
2026-03-25 21:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 222655ac-84dc-5f4a-90d5-df1b8095c37b with identifier: 7002482auction111050
2026-03-25 21:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 222655ac-84dc-5f4a-90d5-df1b8095c37b with identifier: 7002482auction111050 to the API
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002482/photo_001/780x0__r.jpg?hash=1774457243>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '222655ac-84dc-5f4a-90d5-df1b8095c37b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002482',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Opel',
'model': 'Movano',
'odometer': 122608,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'transmission': 'manual',
'trim': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'vin': None,
'year': 2022}
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002482auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:08 [ecarstrade.be] INFO: Saving data for 7002482auction111050: {'created_time': 1774475288.489316, 'last_price_update_time': 1774475288.489324, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002482auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_001/780x0__r.jpg?hash=1774457250> (referer: https://ecarstrade.com/cars/7002491)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_001/780x0__r.jpg?hash=1774457253> (referer: https://ecarstrade.com/cars/7002495)
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 654e270a-8805-5313-9920-8d69cf458849
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 654e270a-8805-5313-9920-8d69cf458849
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1362cd72-8d09-5dc1-867e-7867a56971af
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1362cd72-8d09-5dc1-867e-7867a56971af
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 654e270a-8805-5313-9920-8d69cf458849
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 654e270a-8805-5313-9920-8d69cf458849
2026-03-25 21:48:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 654e270a-8805-5313-9920-8d69cf458849, skipping ID generation
2026-03-25 21:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 654e270a-8805-5313-9920-8d69cf458849 with scrape type 1
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 654e270a-8805-5313-9920-8d69cf458849 sending to next pipeline
2026-03-25 21:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 654e270a-8805-5313-9920-8d69cf458849, identifier: 7002481auction111050
2026-03-25 21:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 654e270a-8805-5313-9920-8d69cf458849 with identifier: 7002481auction111050
2026-03-25 21:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 654e270a-8805-5313-9920-8d69cf458849 with identifier: 7002481auction111050
2026-03-25 21:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 654e270a-8805-5313-9920-8d69cf458849 with identifier: 7002481auction111050 to the API
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002481/photo_001/780x0__r.jpg?hash=1774457240>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '654e270a-8805-5313-9920-8d69cf458849',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002481',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 165540,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST. BUSI 320 L2H1 DC',
'transmission': 'manual',
'trim': 'TRANSIT CUST. BUSI 320 L2H1 DC',
'vin': None,
'year': 2022}
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002481auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:08 [ecarstrade.be] INFO: Saving data for 7002481auction111050: {'created_time': 1774475288.936119, 'last_price_update_time': 1774475288.93613, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002481auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_002/780x0__r.jpg?hash=1774457250> (referer: https://ecarstrade.com/cars/7002491)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_002/780x0__r.jpg?hash=1774457253> (referer: https://ecarstrade.com/cars/7002495)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_004/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002495)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_003/780x0__r.jpg?hash=1774457250> (referer: https://ecarstrade.com/cars/7002491)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_003/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002496)
2026-03-25 21:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002494> (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-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dff4d331-6211-5254-875a-c77dae45e895
2026-03-25 21:48:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_006/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002495)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_005/780x0__r.jpg?hash=1774457250> (referer: https://ecarstrade.com/cars/7002491)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_004/780x0__r.jpg?hash=1774457251> (referer: https://ecarstrade.com/cars/7002491)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_005/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002496)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_006/780x0__r.jpg?hash=1774457250> (referer: https://ecarstrade.com/cars/7002491)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_004/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002496)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_005/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002495)
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dff4d331-6211-5254-875a-c77dae45e895
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_006/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002496)
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dff4d331-6211-5254-875a-c77dae45e895
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4692805-ce4e-5d51-b877-61ff5ae3823f
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_001/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002496)
2026-03-25 21:48:09 [ecarstrade.be] INFO: Extracting details for car 7002494auction111050
2026-03-25 21:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33b42098-cfa3-5f39-8a7b-f901f8b9d968 with identifier: 7002494auction111050
2026-03-25 21:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33b42098-cfa3-5f39-8a7b-f901f8b9d968 with scrape type 1
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 33b42098-cfa3-5f39-8a7b-f901f8b9d968
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002494%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457252%27 HTTP/1.1" 200 None
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_001/780x0__r.jpg?hash=1774457252 not downloaded yet
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_002/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002496)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_007/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002495)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_001/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002477)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_005/780x0__r.jpg?hash=1774457239> (referer: https://ecarstrade.com/cars/7002479)
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002494%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457252%27 HTTP/1.1" 200 None
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_002/780x0__r.jpg?hash=1774457252 not downloaded yet
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_003/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002477)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_002/780x0__r.jpg?hash=1774457236> (referer: https://ecarstrade.com/cars/7002477)
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002494%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457252%27 HTTP/1.1" 200 None
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_003/780x0__r.jpg?hash=1774457252 not downloaded yet
2026-03-25 21:48:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dff4d331-6211-5254-875a-c77dae45e895
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dff4d331-6211-5254-875a-c77dae45e895
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4692805-ce4e-5d51-b877-61ff5ae3823f
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dff4d331-6211-5254-875a-c77dae45e895
2026-03-25 21:48:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dff4d331-6211-5254-875a-c77dae45e895, skipping ID generation
2026-03-25 21:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff4d331-6211-5254-875a-c77dae45e895 with scrape type 1
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dff4d331-6211-5254-875a-c77dae45e895 sending to next pipeline
2026-03-25 21:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dff4d331-6211-5254-875a-c77dae45e895, identifier: 7002491auction111050
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4692805-ce4e-5d51-b877-61ff5ae3823f
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002494%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457254%27 HTTP/1.1" 200 None
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_004/780x0__r.jpg?hash=1774457254 not downloaded yet
2026-03-25 21:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dff4d331-6211-5254-875a-c77dae45e895 with identifier: 7002491auction111050
2026-03-25 21:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dff4d331-6211-5254-875a-c77dae45e895 with identifier: 7002491auction111050
2026-03-25 21:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dff4d331-6211-5254-875a-c77dae45e895 with identifier: 7002491auction111050 to the API
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002491/photo_006/780x0__r.jpg?hash=1774457250>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'dff4d331-6211-5254-875a-c77dae45e895',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002491',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 158112,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': None,
'seller_name': None,
'title': 'COMBO VAN DIE 102 L1H1 18M',
'transmission': 'manual',
'trim': 'COMBO VAN DIE 102 L1H1 18M',
'vin': None,
'year': 2022}
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002491auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:09 [ecarstrade.be] INFO: Saving data for 7002491auction111050: {'created_time': 1774475289.583505, 'last_price_update_time': 1774475289.583514, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002491auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_001/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002479)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_003/780x0__r.jpg?hash=1774457239> (referer: https://ecarstrade.com/cars/7002479)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_002/780x0__r.jpg?hash=1774457239> (referer: https://ecarstrade.com/cars/7002479)
2026-03-25 21:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_004/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002479)
2026-03-25 21:48:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002494%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457252%27 HTTP/1.1" 200 None
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_005/780x0__r.jpg?hash=1774457252 not downloaded yet
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4692805-ce4e-5d51-b877-61ff5ae3823f
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4692805-ce4e-5d51-b877-61ff5ae3823f
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4692805-ce4e-5d51-b877-61ff5ae3823f
2026-03-25 21:48:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4692805-ce4e-5d51-b877-61ff5ae3823f, skipping ID generation
2026-03-25 21:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4692805-ce4e-5d51-b877-61ff5ae3823f with scrape type 1
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4692805-ce4e-5d51-b877-61ff5ae3823f sending to next pipeline
2026-03-25 21:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4692805-ce4e-5d51-b877-61ff5ae3823f, identifier: 7002496auction111050
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d
2026-03-25 21:48:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45c22bd0-e612-5c6f-a23e-9c1eece66f0d, skipping ID generation
2026-03-25 21:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d with scrape type 1
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45c22bd0-e612-5c6f-a23e-9c1eece66f0d sending to next pipeline
2026-03-25 21:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45c22bd0-e612-5c6f-a23e-9c1eece66f0d, identifier: 7002495auction111050
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1362cd72-8d09-5dc1-867e-7867a56971af
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3598d098-e19b-5c62-b4d4-059d6554da4d
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1362cd72-8d09-5dc1-867e-7867a56971af
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1362cd72-8d09-5dc1-867e-7867a56971af
2026-03-25 21:48:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1362cd72-8d09-5dc1-867e-7867a56971af, skipping ID generation
2026-03-25 21:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1362cd72-8d09-5dc1-867e-7867a56971af with scrape type 1
2026-03-25 21:48:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1362cd72-8d09-5dc1-867e-7867a56971af sending to next pipeline
2026-03-25 21:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1362cd72-8d09-5dc1-867e-7867a56971af, identifier: 7002477auction111050
2026-03-25 21:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4692805-ce4e-5d51-b877-61ff5ae3823f with identifier: 7002496auction111050
2026-03-25 21:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4692805-ce4e-5d51-b877-61ff5ae3823f with identifier: 7002496auction111050
2026-03-25 21:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4692805-ce4e-5d51-b877-61ff5ae3823f with identifier: 7002496auction111050 to the API
2026-03-25 21:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002496/photo_002/780x0__r.jpg?hash=1774457254>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'b4692805-ce4e-5d51-b877-61ff5ae3823f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002496',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 124463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST TRENDB 300 L1H1 R',
'transmission': 'manual',
'trim': 'TRANSIT CUST TRENDB 300 L1H1 R',
'vin': None,
'year': 2022}
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002496auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:10 [ecarstrade.be] INFO: Saving data for 7002496auction111050: {'created_time': 1774475290.207495, 'last_price_update_time': 1774475290.207504, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002496auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45c22bd0-e612-5c6f-a23e-9c1eece66f0d with identifier: 7002495auction111050
2026-03-25 21:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45c22bd0-e612-5c6f-a23e-9c1eece66f0d with identifier: 7002495auction111050
2026-03-25 21:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45c22bd0-e612-5c6f-a23e-9c1eece66f0d with identifier: 7002495auction111050 to the API
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002495/photo_007/780x0__r.jpg?hash=1774457254>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '45c22bd0-e612-5c6f-a23e-9c1eece66f0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002495',
'listing': 'auction',
'location': 'France - "FRANCE CARS NANTES"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 85099,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002495auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:10 [ecarstrade.be] INFO: Saving data for 7002495auction111050: {'created_time': 1774475290.512844, 'last_price_update_time': 1774475290.512853, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002495auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1362cd72-8d09-5dc1-867e-7867a56971af with identifier: 7002477auction111050
2026-03-25 21:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1362cd72-8d09-5dc1-867e-7867a56971af with identifier: 7002477auction111050
2026-03-25 21:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1362cd72-8d09-5dc1-867e-7867a56971af with identifier: 7002477auction111050 to the API
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002477/photo_002/780x0__r.jpg?hash=1774457236>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '1362cd72-8d09-5dc1-867e-7867a56971af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002477',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 80472,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002477auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:10 [ecarstrade.be] INFO: Saving data for 7002477auction111050: {'created_time': 1774475290.852991, 'last_price_update_time': 1774475290.853003, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002477auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002494%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457252%27 HTTP/1.1" 200 None
2026-03-25 21:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_006/780x0__r.jpg?hash=1774457252 not downloaded yet
2026-03-25 21:48:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_001/780x0__r.jpg?hash=1774457252> (referer: https://ecarstrade.com/cars/7002494)
2026-03-25 21:48:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002492> (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-25 21:48:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3598d098-e19b-5c62-b4d4-059d6554da4d
2026-03-25 21:48:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3598d098-e19b-5c62-b4d4-059d6554da4d
2026-03-25 21:48:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3598d098-e19b-5c62-b4d4-059d6554da4d
2026-03-25 21:48:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3598d098-e19b-5c62-b4d4-059d6554da4d
2026-03-25 21:48:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3598d098-e19b-5c62-b4d4-059d6554da4d, skipping ID generation
2026-03-25 21:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3598d098-e19b-5c62-b4d4-059d6554da4d with scrape type 1
2026-03-25 21:48:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3598d098-e19b-5c62-b4d4-059d6554da4d sending to next pipeline
2026-03-25 21:48:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3598d098-e19b-5c62-b4d4-059d6554da4d, identifier: 7002479auction111050
2026-03-25 21:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3598d098-e19b-5c62-b4d4-059d6554da4d with identifier: 7002479auction111050
2026-03-25 21:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3598d098-e19b-5c62-b4d4-059d6554da4d with identifier: 7002479auction111050
2026-03-25 21:48:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3598d098-e19b-5c62-b4d4-059d6554da4d with identifier: 7002479auction111050 to the API
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002479/photo_004/780x0__r.jpg?hash=1774457240>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '3598d098-e19b-5c62-b4d4-059d6554da4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002479',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 91061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002479auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [ecarstrade.be] INFO: Saving data for 7002479auction111050: {'created_time': 1774475291.272495, 'last_price_update_time': 1774475291.272505, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002479auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:11 [ecarstrade.be] INFO: Extracting details for car 7002492auction111050
2026-03-25 21:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002516> (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-25 21:48:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 33b42098-cfa3-5f39-8a7b-f901f8b9d968
2026-03-25 21:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with identifier: 7002492auction111050
2026-03-25 21:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with scrape type 1
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002492%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457251%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_001/780x0__r.jpg?hash=1774457251 not downloaded yet
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002492%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457251%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_002/780x0__r.jpg?hash=1774457251 not downloaded yet
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002492%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457251%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_003/780x0__r.jpg?hash=1774457251 not downloaded yet
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002492%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457251%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_004/780x0__r.jpg?hash=1774457251 not downloaded yet
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002492%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457252%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_005/780x0__r.jpg?hash=1774457252 not downloaded yet
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002492%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457251%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_006/780x0__r.jpg?hash=1774457251 not downloaded yet
2026-03-25 21:48:11 [ecarstrade.be] INFO: Extracting details for car 7002516auction111050
2026-03-25 21:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with identifier: 7002516auction111050
2026-03-25 21:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with scrape type 1
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002516%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_001/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_002/780x0__r.jpg?hash=1774457252> (referer: https://ecarstrade.com/cars/7002494)
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002516%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457276%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_002/780x0__r.jpg?hash=1774457276 not downloaded yet
2026-03-25 21:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002516%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_003/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002516%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_004/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002516%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_005/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002516%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_006/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 33b42098-cfa3-5f39-8a7b-f901f8b9d968
2026-03-25 21:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002515> (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-25 21:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_004/780x0__r.jpg?hash=1774457254> (referer: https://ecarstrade.com/cars/7002494)
2026-03-25 21:48:16 [ecarstrade.be] INFO: Extracting details for car 7002515auction111050
2026-03-25 21:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with identifier: 7002515auction111050
2026-03-25 21:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with scrape type 1
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 89e9ecdc-13eb-50dd-95f5-de94b2c43306
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002515%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_001/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002515%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_002/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_003/780x0__r.jpg?hash=1774457252> (referer: https://ecarstrade.com/cars/7002494)
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002515%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_003/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002515%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_004/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 33b42098-cfa3-5f39-8a7b-f901f8b9d968
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002515%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_005/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002515%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_006/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 33b42098-cfa3-5f39-8a7b-f901f8b9d968
2026-03-25 21:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002509> (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-25 21:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:17 [ecarstrade.be] INFO: Extracting details for car 7002509auction111050
2026-03-25 21:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 207381b2-6761-599e-8928-ea2fe7175af2 with identifier: 7002509auction111050
2026-03-25 21:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 207381b2-6761-599e-8928-ea2fe7175af2 with scrape type 1
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 207381b2-6761-599e-8928-ea2fe7175af2
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002509%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457267%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_001/780x0__r.jpg?hash=1774457267 not downloaded yet
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002509%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457267%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_002/780x0__r.jpg?hash=1774457267 not downloaded yet
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002509%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457267%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_003/780x0__r.jpg?hash=1774457267 not downloaded yet
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002509%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457267%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_004/780x0__r.jpg?hash=1774457267 not downloaded yet
2026-03-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002509%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457267%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_005/780x0__r.jpg?hash=1774457267 not downloaded yet
2026-03-25 21:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002512> (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-25 21:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002509%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457267%27 HTTP/1.1" 200 None
2026-03-25 21:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_006/780x0__r.jpg?hash=1774457267 not downloaded yet
2026-03-25 21:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002514> (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-25 21:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_006/780x0__r.jpg?hash=1774457252> (referer: https://ecarstrade.com/cars/7002494)
2026-03-25 21:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:17 [ecarstrade.be] INFO: Extracting details for car 7002512auction111050
2026-03-25 21:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41 with identifier: 7002512auction111050
2026-03-25 21:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41 with scrape type 1
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002512%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_001/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_005/780x0__r.jpg?hash=1774457252> (referer: https://ecarstrade.com/cars/7002494)
2026-03-25 21:48:18 [ecarstrade.be] INFO: Extracting details for car 7002514auction111050
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002512%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_002/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd05ed18-a987-563d-8a28-13d8d6f8c436 with identifier: 7002514auction111050
2026-03-25 21:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd05ed18-a987-563d-8a28-13d8d6f8c436 with scrape type 1
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd05ed18-a987-563d-8a28-13d8d6f8c436
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002514%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457272%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_001/780x0__r.jpg?hash=1774457272 not downloaded yet
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 33b42098-cfa3-5f39-8a7b-f901f8b9d968
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002512%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_003/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002514%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457272%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_002/780x0__r.jpg?hash=1774457272 not downloaded yet
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002512%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_004/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002514%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457272%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_003/780x0__r.jpg?hash=1774457272 not downloaded yet
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002510> (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-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_001/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002516)
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002512%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457270%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_005/780x0__r.jpg?hash=1774457270 not downloaded yet
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002514%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457272%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_004/780x0__r.jpg?hash=1774457272 not downloaded yet
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002512%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457270%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_006/780x0__r.jpg?hash=1774457270 not downloaded yet
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 33b42098-cfa3-5f39-8a7b-f901f8b9d968
2026-03-25 21:48:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33b42098-cfa3-5f39-8a7b-f901f8b9d968, skipping ID generation
2026-03-25 21:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33b42098-cfa3-5f39-8a7b-f901f8b9d968 with scrape type 1
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 33b42098-cfa3-5f39-8a7b-f901f8b9d968 sending to next pipeline
2026-03-25 21:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33b42098-cfa3-5f39-8a7b-f901f8b9d968, identifier: 7002494auction111050
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002514%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457272%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_005/780x0__r.jpg?hash=1774457272 not downloaded yet
2026-03-25 21:48:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33b42098-cfa3-5f39-8a7b-f901f8b9d968 with identifier: 7002494auction111050
2026-03-25 21:48:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33b42098-cfa3-5f39-8a7b-f901f8b9d968 with identifier: 7002494auction111050
2026-03-25 21:48:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33b42098-cfa3-5f39-8a7b-f901f8b9d968 with identifier: 7002494auction111050 to the API
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002494/photo_005/780x0__r.jpg?hash=1774457252>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '33b42098-cfa3-5f39-8a7b-f901f8b9d968',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002494',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Opel',
'model': 'Movano',
'odometer': 117696,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'transmission': 'manual',
'trim': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'vin': None,
'year': 2022}
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002494auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [ecarstrade.be] INFO: Saving data for 7002494auction111050: {'created_time': 1774475298.725864, 'last_price_update_time': 1774475298.725874, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002494auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_005/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002516)
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_006/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002516)
2026-03-25 21:48:18 [ecarstrade.be] INFO: Extracting details for car 7002510auction111050
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002514%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457273%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_006/780x0__r.jpg?hash=1774457273 not downloaded yet
2026-03-25 21:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd87f9e1-5ffe-5448-ad99-31eede052438 with identifier: 7002510auction111050
2026-03-25 21:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd87f9e1-5ffe-5448-ad99-31eede052438 with scrape type 1
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd87f9e1-5ffe-5448-ad99-31eede052438
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002510%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_001/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002510%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457268%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_002/780x0__r.jpg?hash=1774457268 not downloaded yet
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_006/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002515)
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002510%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457268%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_003/780x0__r.jpg?hash=1774457268 not downloaded yet
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002510%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457268%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_004/780x0__r.jpg?hash=1774457268 not downloaded yet
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002508> (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-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_002/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002515)
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002510%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457268%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_005/780x0__r.jpg?hash=1774457268 not downloaded yet
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c
2026-03-25 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7002510%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_006/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_005/780x0__r.jpg?hash=1774457267> (referer: https://ecarstrade.com/cars/7002509)
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 89e9ecdc-13eb-50dd-95f5-de94b2c43306
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_004/780x0__r.jpg?hash=1774457267> (referer: https://ecarstrade.com/cars/7002509)
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_006/780x0__r.jpg?hash=1774457267> (referer: https://ecarstrade.com/cars/7002509)
2026-03-25 21:48:18 [ecarstrade.be] INFO: Extracting details for car 7002508auction111050
2026-03-25 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_004/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002512)
2026-03-25 21:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84d800cb-bff4-55db-9e37-116f06e6e97c with identifier: 7002508auction111050
2026-03-25 21:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84d800cb-bff4-55db-9e37-116f06e6e97c with scrape type 1
2026-03-25 21:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 84d800cb-bff4-55db-9e37-116f06e6e97c
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002508%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457265%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_001/780x0__r.jpg?hash=1774457265 not downloaded yet
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 89e9ecdc-13eb-50dd-95f5-de94b2c43306
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002513> (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-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_003/780x0__r.jpg?hash=1774457267> (referer: https://ecarstrade.com/cars/7002509)
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002508%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457266%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_002/780x0__r.jpg?hash=1774457266 not downloaded yet
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002508%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457266%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_003/780x0__r.jpg?hash=1774457266 not downloaded yet
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_006/780x0__r.jpg?hash=1774457270> (referer: https://ecarstrade.com/cars/7002512)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_002/780x0__r.jpg?hash=1774457272> (referer: https://ecarstrade.com/cars/7002514)
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002508%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457266%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_004/780x0__r.jpg?hash=1774457266 not downloaded yet
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 207381b2-6761-599e-8928-ea2fe7175af2
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_004/780x0__r.jpg?hash=1774457272> (referer: https://ecarstrade.com/cars/7002514)
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002508%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457266%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_005/780x0__r.jpg?hash=1774457266 not downloaded yet
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 207381b2-6761-599e-8928-ea2fe7175af2
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002508%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457266%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_006/780x0__r.jpg?hash=1774457266 not downloaded yet
2026-03-25 21:48:19 [ecarstrade.be] INFO: Extracting details for car 7002513auction111050
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 207381b2-6761-599e-8928-ea2fe7175af2
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_002/780x0__r.jpg?hash=1774457268> (referer: https://ecarstrade.com/cars/7002510)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_004/780x0__r.jpg?hash=1774457268> (referer: https://ecarstrade.com/cars/7002510)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_003/780x0__r.jpg?hash=1774457268> (referer: https://ecarstrade.com/cars/7002510)
2026-03-25 21:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fa2e818-843a-586b-817b-6c66331c0144 with identifier: 7002513auction111050
2026-03-25 21:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fa2e818-843a-586b-817b-6c66331c0144 with scrape type 1
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4fa2e818-843a-586b-817b-6c66331c0144
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002513%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457273%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_001/780x0__r.jpg?hash=1774457273 not downloaded yet
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 207381b2-6761-599e-8928-ea2fe7175af2
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_006/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002510)
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002513%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457273%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_002/780x0__r.jpg?hash=1774457273 not downloaded yet
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd05ed18-a987-563d-8a28-13d8d6f8c436
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_001/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002510)
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002513%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457273%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_003/780x0__r.jpg?hash=1774457273 not downloaded yet
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_005/780x0__r.jpg?hash=1774457268> (referer: https://ecarstrade.com/cars/7002510)
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002513%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457273%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_004/780x0__r.jpg?hash=1774457273 not downloaded yet
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd05ed18-a987-563d-8a28-13d8d6f8c436
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_006/780x0__r.jpg?hash=1774457273> (referer: https://ecarstrade.com/cars/7002514)
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002513%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457275%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_005/780x0__r.jpg?hash=1774457275 not downloaded yet
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_001/780x0__r.jpg?hash=1774457265> (referer: https://ecarstrade.com/cars/7002508)
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002513%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457273%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_006/780x0__r.jpg?hash=1774457273 not downloaded yet
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd87f9e1-5ffe-5448-ad99-31eede052438
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd87f9e1-5ffe-5448-ad99-31eede052438
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd87f9e1-5ffe-5448-ad99-31eede052438
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_005/780x0__r.jpg?hash=1774457272> (referer: https://ecarstrade.com/cars/7002514)
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd87f9e1-5ffe-5448-ad99-31eede052438
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd87f9e1-5ffe-5448-ad99-31eede052438
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_003/780x0__r.jpg?hash=1774457266> (referer: https://ecarstrade.com/cars/7002508)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_004/780x0__r.jpg?hash=1774457266> (referer: https://ecarstrade.com/cars/7002508)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_002/780x0__r.jpg?hash=1774457266> (referer: https://ecarstrade.com/cars/7002508)
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd87f9e1-5ffe-5448-ad99-31eede052438
2026-03-25 21:48:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd87f9e1-5ffe-5448-ad99-31eede052438, skipping ID generation
2026-03-25 21:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd87f9e1-5ffe-5448-ad99-31eede052438 with scrape type 1
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd87f9e1-5ffe-5448-ad99-31eede052438 sending to next pipeline
2026-03-25 21:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd87f9e1-5ffe-5448-ad99-31eede052438, identifier: 7002510auction111050
2026-03-25 21:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd87f9e1-5ffe-5448-ad99-31eede052438 with identifier: 7002510auction111050
2026-03-25 21:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd87f9e1-5ffe-5448-ad99-31eede052438 with identifier: 7002510auction111050
2026-03-25 21:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd87f9e1-5ffe-5448-ad99-31eede052438 with identifier: 7002510auction111050 to the API
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002510/photo_005/780x0__r.jpg?hash=1774457268>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'bd87f9e1-5ffe-5448-ad99-31eede052438',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002510',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 87477,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002510auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:19 [ecarstrade.be] INFO: Saving data for 7002510auction111050: {'created_time': 1774475299.752506, 'last_price_update_time': 1774475299.752515, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002510auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_006/780x0__r.jpg?hash=1774457266> (referer: https://ecarstrade.com/cars/7002508)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_005/780x0__r.jpg?hash=1774457266> (referer: https://ecarstrade.com/cars/7002508)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_001/780x0__r.jpg?hash=1774457273> (referer: https://ecarstrade.com/cars/7002513)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_005/780x0__r.jpg?hash=1774457270> (referer: https://ecarstrade.com/cars/7002512)
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd05ed18-a987-563d-8a28-13d8d6f8c436
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 84d800cb-bff4-55db-9e37-116f06e6e97c
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd05ed18-a987-563d-8a28-13d8d6f8c436
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 84d800cb-bff4-55db-9e37-116f06e6e97c
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 84d800cb-bff4-55db-9e37-116f06e6e97c
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 84d800cb-bff4-55db-9e37-116f06e6e97c
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_003/780x0__r.jpg?hash=1774457273> (referer: https://ecarstrade.com/cars/7002513)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_003/780x0__r.jpg?hash=1774457272> (referer: https://ecarstrade.com/cars/7002514)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_002/780x0__r.jpg?hash=1774457273> (referer: https://ecarstrade.com/cars/7002513)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_004/780x0__r.jpg?hash=1774457273> (referer: https://ecarstrade.com/cars/7002513)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_001/780x0__r.jpg?hash=1774457272> (referer: https://ecarstrade.com/cars/7002514)
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 84d800cb-bff4-55db-9e37-116f06e6e97c
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_003/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002512)
2026-03-25 21:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_006/780x0__r.jpg?hash=1774457273> (referer: https://ecarstrade.com/cars/7002513)
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 84d800cb-bff4-55db-9e37-116f06e6e97c
2026-03-25 21:48:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84d800cb-bff4-55db-9e37-116f06e6e97c, skipping ID generation
2026-03-25 21:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84d800cb-bff4-55db-9e37-116f06e6e97c with scrape type 1
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 84d800cb-bff4-55db-9e37-116f06e6e97c sending to next pipeline
2026-03-25 21:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84d800cb-bff4-55db-9e37-116f06e6e97c, identifier: 7002508auction111050
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4fa2e818-843a-586b-817b-6c66331c0144
2026-03-25 21:48:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41
2026-03-25 21:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84d800cb-bff4-55db-9e37-116f06e6e97c with identifier: 7002508auction111050
2026-03-25 21:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84d800cb-bff4-55db-9e37-116f06e6e97c with identifier: 7002508auction111050
2026-03-25 21:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84d800cb-bff4-55db-9e37-116f06e6e97c with identifier: 7002508auction111050 to the API
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002508/photo_005/780x0__r.jpg?hash=1774457266>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '84d800cb-bff4-55db-9e37-116f06e6e97c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002508',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 55585,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002508auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:20 [ecarstrade.be] INFO: Saving data for 7002508auction111050: {'created_time': 1774475300.260729, 'last_price_update_time': 1774475300.26074, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002508auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_005/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002513)
2026-03-25 21:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_002/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002512)
2026-03-25 21:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_002/780x0__r.jpg?hash=1774457267> (referer: https://ecarstrade.com/cars/7002509)
2026-03-25 21:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_001/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002512)
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4fa2e818-843a-586b-817b-6c66331c0144
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd05ed18-a987-563d-8a28-13d8d6f8c436
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4fa2e818-843a-586b-817b-6c66331c0144
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4fa2e818-843a-586b-817b-6c66331c0144
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd05ed18-a987-563d-8a28-13d8d6f8c436
2026-03-25 21:48:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd05ed18-a987-563d-8a28-13d8d6f8c436, skipping ID generation
2026-03-25 21:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd05ed18-a987-563d-8a28-13d8d6f8c436 with scrape type 1
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd05ed18-a987-563d-8a28-13d8d6f8c436 sending to next pipeline
2026-03-25 21:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd05ed18-a987-563d-8a28-13d8d6f8c436, identifier: 7002514auction111050
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4fa2e818-843a-586b-817b-6c66331c0144
2026-03-25 21:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd05ed18-a987-563d-8a28-13d8d6f8c436 with identifier: 7002514auction111050
2026-03-25 21:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd05ed18-a987-563d-8a28-13d8d6f8c436 with identifier: 7002514auction111050
2026-03-25 21:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd05ed18-a987-563d-8a28-13d8d6f8c436 with identifier: 7002514auction111050 to the API
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002514/photo_001/780x0__r.jpg?hash=1774457272>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'cd05ed18-a987-563d-8a28-13d8d6f8c436',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002514',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Ford',
'model': 'Transit',
'odometer': 94810,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT FGN T310 L2H2 TR BUSIN',
'transmission': 'manual',
'trim': 'TRANSIT FGN T310 L2H2 TR BUSIN',
'vin': None,
'year': 2022}
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002514auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:20 [ecarstrade.be] INFO: Saving data for 7002514auction111050: {'created_time': 1774475300.682065, 'last_price_update_time': 1774475300.682074, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002514auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_001/780x0__r.jpg?hash=1774457267> (referer: https://ecarstrade.com/cars/7002509)
2026-03-25 21:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_003/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002515)
2026-03-25 21:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_005/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002515)
2026-03-25 21:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_004/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002515)
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4fa2e818-843a-586b-817b-6c66331c0144
2026-03-25 21:48:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4fa2e818-843a-586b-817b-6c66331c0144, skipping ID generation
2026-03-25 21:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fa2e818-843a-586b-817b-6c66331c0144 with scrape type 1
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4fa2e818-843a-586b-817b-6c66331c0144 sending to next pipeline
2026-03-25 21:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4fa2e818-843a-586b-817b-6c66331c0144, identifier: 7002513auction111050
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 207381b2-6761-599e-8928-ea2fe7175af2
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41
2026-03-25 21:48:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41, skipping ID generation
2026-03-25 21:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41 with scrape type 1
2026-03-25 21:48:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41 sending to next pipeline
2026-03-25 21:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41, identifier: 7002512auction111050
2026-03-25 21:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4fa2e818-843a-586b-817b-6c66331c0144 with identifier: 7002513auction111050
2026-03-25 21:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4fa2e818-843a-586b-817b-6c66331c0144 with identifier: 7002513auction111050
2026-03-25 21:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4fa2e818-843a-586b-817b-6c66331c0144 with identifier: 7002513auction111050 to the API
2026-03-25 21:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002513/photo_005/780x0__r.jpg?hash=1774457275>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '4fa2e818-843a-586b-817b-6c66331c0144',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002513',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 171233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST. BUSI 320 L2H1 DC',
'transmission': 'manual',
'trim': 'TRANSIT CUST. BUSI 320 L2H1 DC',
'vin': None,
'year': 2022}
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002513auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:21 [ecarstrade.be] INFO: Saving data for 7002513auction111050: {'created_time': 1774475301.20406, 'last_price_update_time': 1774475301.20407, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002513auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41 with identifier: 7002512auction111050
2026-03-25 21:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41 with identifier: 7002512auction111050
2026-03-25 21:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41 with identifier: 7002512auction111050 to the API
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002512/photo_001/780x0__r.jpg?hash=1774457269>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '0f8ff8cd-6b90-54bb-a3ae-c10028dcaf41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002512',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Opel',
'model': 'Movano',
'odometer': 86572,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO L2H2 3.5T 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO L2H2 3.5T 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002512auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:21 [ecarstrade.be] INFO: Saving data for 7002512auction111050: {'created_time': 1774475301.523737, 'last_price_update_time': 1774475301.523746, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002512auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_004/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002516)
2026-03-25 21:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_003/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002516)
2026-03-25 21:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_001/780x0__r.jpg?hash=1774457275> (referer: https://ecarstrade.com/cars/7002515)
2026-03-25 21:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_002/780x0__r.jpg?hash=1774457276> (referer: https://ecarstrade.com/cars/7002516)
2026-03-25 21:48:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 207381b2-6761-599e-8928-ea2fe7175af2
2026-03-25 21:48:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 207381b2-6761-599e-8928-ea2fe7175af2, skipping ID generation
2026-03-25 21:48:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 207381b2-6761-599e-8928-ea2fe7175af2 with scrape type 1
2026-03-25 21:48:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 207381b2-6761-599e-8928-ea2fe7175af2 sending to next pipeline
2026-03-25 21:48:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 207381b2-6761-599e-8928-ea2fe7175af2, identifier: 7002509auction111050
2026-03-25 21:48:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 89e9ecdc-13eb-50dd-95f5-de94b2c43306
2026-03-25 21:48:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 89e9ecdc-13eb-50dd-95f5-de94b2c43306
2026-03-25 21:48:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 89e9ecdc-13eb-50dd-95f5-de94b2c43306
2026-03-25 21:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 207381b2-6761-599e-8928-ea2fe7175af2 with identifier: 7002509auction111050
2026-03-25 21:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 207381b2-6761-599e-8928-ea2fe7175af2 with identifier: 7002509auction111050
2026-03-25 21:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 207381b2-6761-599e-8928-ea2fe7175af2 with identifier: 7002509auction111050 to the API
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002509/photo_001/780x0__r.jpg?hash=1774457267>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '207381b2-6761-599e-8928-ea2fe7175af2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002509',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Opel',
'model': 'Movano',
'odometer': 74837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO L2H2 3.5T 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO L2H2 3.5T 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002509auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:21 [ecarstrade.be] INFO: Saving data for 7002509auction111050: {'created_time': 1774475301.934109, 'last_price_update_time': 1774475301.934121, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002509auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_006/780x0__r.jpg?hash=1774457251> (referer: https://ecarstrade.com/cars/7002492)
2026-03-25 21:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_003/780x0__r.jpg?hash=1774457251> (referer: https://ecarstrade.com/cars/7002492)
2026-03-25 21:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_005/780x0__r.jpg?hash=1774457252> (referer: https://ecarstrade.com/cars/7002492)
2026-03-25 21:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_004/780x0__r.jpg?hash=1774457251> (referer: https://ecarstrade.com/cars/7002492)
2026-03-25 21:48:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 89e9ecdc-13eb-50dd-95f5-de94b2c43306
2026-03-25 21:48:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89e9ecdc-13eb-50dd-95f5-de94b2c43306, skipping ID generation
2026-03-25 21:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with scrape type 1
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 89e9ecdc-13eb-50dd-95f5-de94b2c43306 sending to next pipeline
2026-03-25 21:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89e9ecdc-13eb-50dd-95f5-de94b2c43306, identifier: 7002515auction111050
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c
2026-03-25 21:48:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c, skipping ID generation
2026-03-25 21:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with scrape type 1
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c sending to next pipeline
2026-03-25 21:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c, identifier: 7002516auction111050
2026-03-25 21:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with identifier: 7002515auction111050
2026-03-25 21:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with identifier: 7002515auction111050
2026-03-25 21:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with identifier: 7002515auction111050 to the API
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002515/photo_001/780x0__r.jpg?hash=1774457275>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '89e9ecdc-13eb-50dd-95f5-de94b2c43306',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002515',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Master',
'odometer': 101341,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MASTER F3300 L1H1 GDCF DCI 135',
'transmission': 'manual',
'trim': 'MASTER F3300 L1H1 GDCF DCI 135',
'vin': None,
'year': 2023}
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002515auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:22 [ecarstrade.be] INFO: Saving data for 7002515auction111050: {'created_time': 1774475302.540408, 'last_price_update_time': 1774475302.540417, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002515auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with identifier: 7002516auction111050
2026-03-25 21:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with identifier: 7002516auction111050
2026-03-25 21:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with identifier: 7002516auction111050 to the API
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002516/photo_002/780x0__r.jpg?hash=1774457276>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002516',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 107853,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002516auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:22 [ecarstrade.be] INFO: Saving data for 7002516auction111050: {'created_time': 1774475302.875979, 'last_price_update_time': 1774475302.875988, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002516auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_001/780x0__r.jpg?hash=1774457251> (referer: https://ecarstrade.com/cars/7002492)
2026-03-25 21:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_002/780x0__r.jpg?hash=1774457251> (referer: https://ecarstrade.com/cars/7002492)
2026-03-25 21:48:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a
2026-03-25 21:48:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a
2026-03-25 21:48:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a, skipping ID generation
2026-03-25 21:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with scrape type 1
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a sending to next pipeline
2026-03-25 21:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a, identifier: 7002492auction111050
2026-03-25 21:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with identifier: 7002492auction111050
2026-03-25 21:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with identifier: 7002492auction111050
2026-03-25 21:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with identifier: 7002492auction111050 to the API
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002492/photo_002/780x0__r.jpg?hash=1774457251>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '88a48b25-9efd-5fe1-b9e5-7a0e35f1725a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002492',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Ford',
'model': 'Transit',
'odometer': 89075,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CAB APRO 330 L3H2 TREN',
'transmission': 'manual',
'trim': 'TRANSIT CAB APRO 330 L3H2 TREN',
'vin': None,
'year': 2023}
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002492auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:23 [ecarstrade.be] INFO: Saving data for 7002492auction111050: {'created_time': 1774475303.375911, 'last_price_update_time': 1774475303.37592, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002492auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002506> (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-25 21:48:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:23 [ecarstrade.be] INFO: Extracting details for car 7002506auction111050
2026-03-25 21:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3678639c-64af-52bb-b92d-8a3c5583fafe with identifier: 7002506auction111050
2026-03-25 21:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3678639c-64af-52bb-b92d-8a3c5583fafe with scrape type 1
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3678639c-64af-52bb-b92d-8a3c5583fafe
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002506%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457264%27 HTTP/1.1" 200 None
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_001/780x0__r.jpg?hash=1774457264 not downloaded yet
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002506%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457263%27 HTTP/1.1" 200 None
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_002/780x0__r.jpg?hash=1774457263 not downloaded yet
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002506%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457263%27 HTTP/1.1" 200 None
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_003/780x0__r.jpg?hash=1774457263 not downloaded yet
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002506%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457263%27 HTTP/1.1" 200 None
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_004/780x0__r.jpg?hash=1774457263 not downloaded yet
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002506%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457263%27 HTTP/1.1" 200 None
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_005/780x0__r.jpg?hash=1774457263 not downloaded yet
2026-03-25 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002506%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457263%27 HTTP/1.1" 200 None
2026-03-25 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_006/780x0__r.jpg?hash=1774457263 not downloaded yet
2026-03-25 21:48:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002507> (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-25 21:48:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:24 [ecarstrade.be] INFO: Extracting details for car 7002507auction111050
2026-03-25 21:48:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a7d843f-1488-5911-ba0a-7ae680142688 with identifier: 7002507auction111050
2026-03-25 21:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a7d843f-1488-5911-ba0a-7ae680142688 with scrape type 1
2026-03-25 21:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2a7d843f-1488-5911-ba0a-7ae680142688
2026-03-25 21:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002507%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457264%27 HTTP/1.1" 200 None
2026-03-25 21:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_001/780x0__r.jpg?hash=1774457264 not downloaded yet
2026-03-25 21:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002507%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457264%27 HTTP/1.1" 200 None
2026-03-25 21:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_002/780x0__r.jpg?hash=1774457264 not downloaded yet
2026-03-25 21:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002507%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457264%27 HTTP/1.1" 200 None
2026-03-25 21:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_003/780x0__r.jpg?hash=1774457264 not downloaded yet
2026-03-25 21:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002507%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457264%27 HTTP/1.1" 200 None
2026-03-25 21:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_004/780x0__r.jpg?hash=1774457264 not downloaded yet
2026-03-25 21:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002507%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457264%27 HTTP/1.1" 200 None
2026-03-25 21:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_005/780x0__r.jpg?hash=1774457264 not downloaded yet
2026-03-25 21:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002507%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457264%27 HTTP/1.1" 200 None
2026-03-25 21:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_006/780x0__r.jpg?hash=1774457264 not downloaded yet
2026-03-25 21:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002505> (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-25 21:48:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:25 [ecarstrade.be] INFO: Extracting details for car 7002505auction111050
2026-03-25 21:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25facfc4-93f6-55da-92ba-73aabc93128d with identifier: 7002505auction111050
2026-03-25 21:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25facfc4-93f6-55da-92ba-73aabc93128d with scrape type 1
2026-03-25 21:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 25facfc4-93f6-55da-92ba-73aabc93128d
2026-03-25 21:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002505%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_001/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002505%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_002/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002505%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457262%27 HTTP/1.1" 200 None
2026-03-25 21:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_003/780x0__r.jpg?hash=1774457262 not downloaded yet
2026-03-25 21:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002505%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_004/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002505%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_005/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002505%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_006/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002500> (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-25 21:48:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:29 [ecarstrade.be] INFO: Extracting details for car 7002500auction111050
2026-03-25 21:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea1001b-7266-544f-9a35-744fee94aba0 with identifier: 7002500auction111050
2026-03-25 21:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea1001b-7266-544f-9a35-744fee94aba0 with scrape type 1
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0ea1001b-7266-544f-9a35-744fee94aba0
2026-03-25 21:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002500%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_001/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002500%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_002/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002500%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_003/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002500%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_004/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002500%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_005/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002500%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_006/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002501> (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-25 21:48:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:29 [ecarstrade.be] INFO: Extracting details for car 7002501auction111050
2026-03-25 21:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128c28e3-b99f-5611-8169-f42f3efc8f7b with identifier: 7002501auction111050
2026-03-25 21:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128c28e3-b99f-5611-8169-f42f3efc8f7b with scrape type 1
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 128c28e3-b99f-5611-8169-f42f3efc8f7b
2026-03-25 21:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002501%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_001/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002501%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_002/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002501%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_003/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002501%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457260%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_004/780x0__r.jpg?hash=1774457260 not downloaded yet
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002501%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_005/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002501%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457259%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_006/780x0__r.jpg?hash=1774457259 not downloaded yet
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002503> (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-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_005/780x0__r.jpg?hash=1774457213> (referer: https://ecarstrade.com/cars/7002452)
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002502> (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-25 21:48:30 [ecarstrade.be] INFO: Extracting details for car 7002503auction111050
2026-03-25 21:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 433a06ad-3db7-514c-8873-e677d3206daa with identifier: 7002503auction111050
2026-03-25 21:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 433a06ad-3db7-514c-8873-e677d3206daa with scrape type 1
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 433a06ad-3db7-514c-8873-e677d3206daa
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002503%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457260%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_001/780x0__r.jpg?hash=1774457260 not downloaded yet
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_004/780x0__r.jpg?hash=1774457212> (referer: https://ecarstrade.com/cars/7002452)
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002503%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457260%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_002/780x0__r.jpg?hash=1774457260 not downloaded yet
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002503%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457260%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_003/780x0__r.jpg?hash=1774457260 not downloaded yet
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002503%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457260%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_004/780x0__r.jpg?hash=1774457260 not downloaded yet
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_003/780x0__r.jpg?hash=1774457212> (referer: https://ecarstrade.com/cars/7002452)
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002503%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457260%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_005/780x0__r.jpg?hash=1774457260 not downloaded yet
2026-03-25 21:48:30 [ecarstrade.be] INFO: Extracting details for car 7002502auction111050
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 56aa0827-874d-5b82-bee1-c7b72b553e3b
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002503%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457260%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_006/780x0__r.jpg?hash=1774457260 not downloaded yet
2026-03-25 21:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f92f5d7a-eaac-501d-b180-8e4d9f6a985a with identifier: 7002502auction111050
2026-03-25 21:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f92f5d7a-eaac-501d-b180-8e4d9f6a985a with scrape type 1
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f92f5d7a-eaac-501d-b180-8e4d9f6a985a
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002502%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_001/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_002/780x0__r.jpg?hash=1774457211> (referer: https://ecarstrade.com/cars/7002452)
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002502%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_002/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 56aa0827-874d-5b82-bee1-c7b72b553e3b
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_006/780x0__r.jpg?hash=1774457263> (referer: https://ecarstrade.com/cars/7002506)
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002502%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_003/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002502%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_004/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_006/780x0__r.jpg?hash=1774457264> (referer: https://ecarstrade.com/cars/7002507)
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002502%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_005/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 56aa0827-874d-5b82-bee1-c7b72b553e3b
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002502%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457256%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_006/780x0__r.jpg?hash=1774457256 not downloaded yet
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 56aa0827-874d-5b82-bee1-c7b72b553e3b
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_006/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002505)
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3678639c-64af-52bb-b92d-8a3c5583fafe
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_006/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002500)
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002499> (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-25 21:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2a7d843f-1488-5911-ba0a-7ae680142688
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002504> (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-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_006/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002501)
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_005/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002501)
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_004/780x0__r.jpg?hash=1774457260> (referer: https://ecarstrade.com/cars/7002501)
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_001/780x0__r.jpg?hash=1774457260> (referer: https://ecarstrade.com/cars/7002503)
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 25facfc4-93f6-55da-92ba-73aabc93128d
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_006/780x0__r.jpg?hash=1774457260> (referer: https://ecarstrade.com/cars/7002503)
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_004/780x0__r.jpg?hash=1774457260> (referer: https://ecarstrade.com/cars/7002503)
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0ea1001b-7266-544f-9a35-744fee94aba0
2026-03-25 21:48:30 [ecarstrade.be] INFO: Extracting details for car 7002499auction111050
2026-03-25 21:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a37561b4-3812-5bc3-a4e3-f013b535d691 with identifier: 7002499auction111050
2026-03-25 21:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37561b4-3812-5bc3-a4e3-f013b535d691 with scrape type 1
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a37561b4-3812-5bc3-a4e3-f013b535d691
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002499%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457257%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_001/780x0__r.jpg?hash=1774457257 not downloaded yet
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_002/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002502)
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_004/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002502)
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002499%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457257%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_002/780x0__r.jpg?hash=1774457257 not downloaded yet
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_005/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002502)
2026-03-25 21:48:30 [ecarstrade.be] INFO: Extracting details for car 7002504auction111050
2026-03-25 21:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_006/780x0__r.jpg?hash=1774457256> (referer: https://ecarstrade.com/cars/7002502)
2026-03-25 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002499%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457258%27 HTTP/1.1" 200 None
2026-03-25 21:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_003/780x0__r.jpg?hash=1774457258 not downloaded yet
2026-03-25 21:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57f15b6a-18d4-5108-9684-7eca773db6d0 with identifier: 7002504auction111050
2026-03-25 21:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57f15b6a-18d4-5108-9684-7eca773db6d0 with scrape type 1
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 57f15b6a-18d4-5108-9684-7eca773db6d0
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002504%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_001/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 128c28e3-b99f-5611-8169-f42f3efc8f7b
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002499%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457257%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_004/780x0__r.jpg?hash=1774457257 not downloaded yet
2026-03-25 21:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_003/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002502)
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002504%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_002/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 128c28e3-b99f-5611-8169-f42f3efc8f7b
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 128c28e3-b99f-5611-8169-f42f3efc8f7b
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 433a06ad-3db7-514c-8873-e677d3206daa
2026-03-25 21:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_001/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002502)
2026-03-25 21:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_005/780x0__r.jpg?hash=1774457260> (referer: https://ecarstrade.com/cars/7002503)
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002499%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457258%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_005/780x0__r.jpg?hash=1774457258 not downloaded yet
2026-03-25 21:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_003/780x0__r.jpg?hash=1774457260> (referer: https://ecarstrade.com/cars/7002503)
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002504%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_003/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002499%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457257%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_006/780x0__r.jpg?hash=1774457257 not downloaded yet
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 433a06ad-3db7-514c-8873-e677d3206daa
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 433a06ad-3db7-514c-8873-e677d3206daa
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f92f5d7a-eaac-501d-b180-8e4d9f6a985a
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f92f5d7a-eaac-501d-b180-8e4d9f6a985a
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f92f5d7a-eaac-501d-b180-8e4d9f6a985a
2026-03-25 21:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_002/780x0__r.jpg?hash=1774457260> (referer: https://ecarstrade.com/cars/7002503)
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002504%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_004/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_002/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002501)
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002504%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_005/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f92f5d7a-eaac-501d-b180-8e4d9f6a985a
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002504%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457261%27 HTTP/1.1" 200 None
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_006/780x0__r.jpg?hash=1774457261 not downloaded yet
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f92f5d7a-eaac-501d-b180-8e4d9f6a985a
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f92f5d7a-eaac-501d-b180-8e4d9f6a985a
2026-03-25 21:48:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f92f5d7a-eaac-501d-b180-8e4d9f6a985a, skipping ID generation
2026-03-25 21:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f92f5d7a-eaac-501d-b180-8e4d9f6a985a with scrape type 1
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f92f5d7a-eaac-501d-b180-8e4d9f6a985a sending to next pipeline
2026-03-25 21:48:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f92f5d7a-eaac-501d-b180-8e4d9f6a985a, identifier: 7002502auction111050
2026-03-25 21:48:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 433a06ad-3db7-514c-8873-e677d3206daa
2026-03-25 21:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_001/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002501)
2026-03-25 21:48:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_003/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002501)
2026-03-25 21:48:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f92f5d7a-eaac-501d-b180-8e4d9f6a985a with identifier: 7002502auction111050
2026-03-25 21:48:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f92f5d7a-eaac-501d-b180-8e4d9f6a985a with identifier: 7002502auction111050
2026-03-25 21:48:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f92f5d7a-eaac-501d-b180-8e4d9f6a985a with identifier: 7002502auction111050 to the API
2026-03-25 21:48:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002502/photo_001/780x0__r.jpg?hash=1774457255>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'f92f5d7a-eaac-501d-b180-8e4d9f6a985a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002502',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 95406,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002502auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:33 [ecarstrade.be] INFO: Saving data for 7002502auction111050: {'created_time': 1774475313.780497, 'last_price_update_time': 1774475313.780506, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002502auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_001/780x0__r.jpg?hash=1774457257> (referer: https://ecarstrade.com/cars/7002499)
2026-03-25 21:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 433a06ad-3db7-514c-8873-e677d3206daa
2026-03-25 21:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_005/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002500)
2026-03-25 21:48:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002498> (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-25 21:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 433a06ad-3db7-514c-8873-e677d3206daa
2026-03-25 21:48:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 433a06ad-3db7-514c-8873-e677d3206daa, skipping ID generation
2026-03-25 21:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 433a06ad-3db7-514c-8873-e677d3206daa with scrape type 1
2026-03-25 21:48:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 433a06ad-3db7-514c-8873-e677d3206daa sending to next pipeline
2026-03-25 21:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 433a06ad-3db7-514c-8873-e677d3206daa, identifier: 7002503auction111050
2026-03-25 21:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 128c28e3-b99f-5611-8169-f42f3efc8f7b
2026-03-25 21:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 128c28e3-b99f-5611-8169-f42f3efc8f7b
2026-03-25 21:48:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 128c28e3-b99f-5611-8169-f42f3efc8f7b
2026-03-25 21:48:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 128c28e3-b99f-5611-8169-f42f3efc8f7b, skipping ID generation
2026-03-25 21:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128c28e3-b99f-5611-8169-f42f3efc8f7b with scrape type 1
2026-03-25 21:48:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 128c28e3-b99f-5611-8169-f42f3efc8f7b sending to next pipeline
2026-03-25 21:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 128c28e3-b99f-5611-8169-f42f3efc8f7b, identifier: 7002501auction111050
2026-03-25 21:48:33 [ecarstrade.be] INFO: Extracting details for car 7002498auction111050
2026-03-25 21:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 433a06ad-3db7-514c-8873-e677d3206daa with identifier: 7002503auction111050
2026-03-25 21:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 433a06ad-3db7-514c-8873-e677d3206daa with identifier: 7002503auction111050
2026-03-25 21:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 433a06ad-3db7-514c-8873-e677d3206daa with identifier: 7002503auction111050 to the API
2026-03-25 21:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002503/photo_002/780x0__r.jpg?hash=1774457260>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '433a06ad-3db7-514c-8873-e677d3206daa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002503',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 80453,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002503auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [ecarstrade.be] INFO: Saving data for 7002503auction111050: {'created_time': 1774475315.289037, 'last_price_update_time': 1774475315.289046, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002503auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 128c28e3-b99f-5611-8169-f42f3efc8f7b with identifier: 7002501auction111050
2026-03-25 21:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 128c28e3-b99f-5611-8169-f42f3efc8f7b with identifier: 7002501auction111050
2026-03-25 21:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 128c28e3-b99f-5611-8169-f42f3efc8f7b with identifier: 7002501auction111050 to the API
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002501/photo_003/780x0__r.jpg?hash=1774457259>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '128c28e3-b99f-5611-8169-f42f3efc8f7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002501',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 120134,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST TRENDB 300 L1H1 R',
'transmission': 'manual',
'trim': 'TRANSIT CUST TRENDB 300 L1H1 R',
'vin': None,
'year': 2022}
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002501auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [ecarstrade.be] INFO: Saving data for 7002501auction111050: {'created_time': 1774475315.605343, 'last_price_update_time': 1774475315.605353, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002501auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_004/780x0__r.jpg?hash=1774457257> (referer: https://ecarstrade.com/cars/7002499)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_001/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002504)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_002/780x0__r.jpg?hash=1774457257> (referer: https://ecarstrade.com/cars/7002499)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_004/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002500)
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a37561b4-3812-5bc3-a4e3-f013b535d691
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0ea1001b-7266-544f-9a35-744fee94aba0
2026-03-25 21:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00ec6de8-db46-51c9-b099-9e34061bcef3 with identifier: 7002498auction111050
2026-03-25 21:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ec6de8-db46-51c9-b099-9e34061bcef3 with scrape type 1
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 00ec6de8-db46-51c9-b099-9e34061bcef3
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002498%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457256%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_001/780x0__r.jpg?hash=1774457256 not downloaded yet
2026-03-25 21:48:35 [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-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002498%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457256%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_002/780x0__r.jpg?hash=1774457256 not downloaded yet
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002498%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457256%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_003/780x0__r.jpg?hash=1774457256 not downloaded yet
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002498%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457256%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_004/780x0__r.jpg?hash=1774457256 not downloaded yet
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_003/780x0__r.jpg?hash=1774457258> (referer: https://ecarstrade.com/cars/7002499)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_005/780x0__r.jpg?hash=1774457258> (referer: https://ecarstrade.com/cars/7002499)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_006/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002504)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_003/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002504)
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002498%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457256%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_005/780x0__r.jpg?hash=1774457256 not downloaded yet
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_004/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002504)
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a37561b4-3812-5bc3-a4e3-f013b535d691
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 57f15b6a-18d4-5108-9684-7eca773db6d0
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_005/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002504)
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002498%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457256%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_006/780x0__r.jpg?hash=1774457256 not downloaded yet
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a37561b4-3812-5bc3-a4e3-f013b535d691
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0ea1001b-7266-544f-9a35-744fee94aba0
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_006/780x0__r.jpg?hash=1774457257> (referer: https://ecarstrade.com/cars/7002499)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_003/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002500)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_002/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002500)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_002/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002504)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_001/780x0__r.jpg?hash=1774457259> (referer: https://ecarstrade.com/cars/7002500)
2026-03-25 21:48:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a37561b4-3812-5bc3-a4e3-f013b535d691
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a37561b4-3812-5bc3-a4e3-f013b535d691
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 57f15b6a-18d4-5108-9684-7eca773db6d0
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 57f15b6a-18d4-5108-9684-7eca773db6d0
2026-03-25 21:48:35 [ecarstrade.be] INFO: Found listing with ID: 7002517auction111050
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002517auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [ecarstrade.be] INFO: Scrape type for 7002517auction111050: 1
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 57f15b6a-18d4-5108-9684-7eca773db6d0
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 57f15b6a-18d4-5108-9684-7eca773db6d0
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_005/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002505)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_004/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002505)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_001/780x0__r.jpg?hash=1774457256> (referer: https://ecarstrade.com/cars/7002498)
2026-03-25 21:48:35 [ecarstrade.be] INFO: Found listing with ID: 7002518auction111050
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002518auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [ecarstrade.be] INFO: Scrape type for 7002518auction111050: 1
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_004/780x0__r.jpg?hash=1774457256> (referer: https://ecarstrade.com/cars/7002498)
2026-03-25 21:48:35 [ecarstrade.be] INFO: Found listing with ID: 7002519auction111050
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002519auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [ecarstrade.be] INFO: Scrape type for 7002519auction111050: 1
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_003/780x0__r.jpg?hash=1774457256> (referer: https://ecarstrade.com/cars/7002498)
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_002/780x0__r.jpg?hash=1774457256> (referer: https://ecarstrade.com/cars/7002498)
2026-03-25 21:48:35 [ecarstrade.be] INFO: Found listing with ID: 7002520auction111050
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002520auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:35 [ecarstrade.be] INFO: Scrape type for 7002520auction111050: 1
2026-03-25 21:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_005/780x0__r.jpg?hash=1774457256> (referer: https://ecarstrade.com/cars/7002498)
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a37561b4-3812-5bc3-a4e3-f013b535d691
2026-03-25 21:48:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a37561b4-3812-5bc3-a4e3-f013b535d691, skipping ID generation
2026-03-25 21:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37561b4-3812-5bc3-a4e3-f013b535d691 with scrape type 1
2026-03-25 21:48:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a37561b4-3812-5bc3-a4e3-f013b535d691 sending to next pipeline
2026-03-25 21:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a37561b4-3812-5bc3-a4e3-f013b535d691, identifier: 7002499auction111050
2026-03-25 21:48:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0ea1001b-7266-544f-9a35-744fee94aba0
2026-03-25 21:48:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0ea1001b-7266-544f-9a35-744fee94aba0
2026-03-25 21:48:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 57f15b6a-18d4-5108-9684-7eca773db6d0
2026-03-25 21:48:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 57f15b6a-18d4-5108-9684-7eca773db6d0, skipping ID generation
2026-03-25 21:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57f15b6a-18d4-5108-9684-7eca773db6d0 with scrape type 1
2026-03-25 21:48:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57f15b6a-18d4-5108-9684-7eca773db6d0 sending to next pipeline
2026-03-25 21:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57f15b6a-18d4-5108-9684-7eca773db6d0, identifier: 7002504auction111050
2026-03-25 21:48:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0ea1001b-7266-544f-9a35-744fee94aba0
2026-03-25 21:48:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ea1001b-7266-544f-9a35-744fee94aba0, skipping ID generation
2026-03-25 21:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea1001b-7266-544f-9a35-744fee94aba0 with scrape type 1
2026-03-25 21:48:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ea1001b-7266-544f-9a35-744fee94aba0 sending to next pipeline
2026-03-25 21:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ea1001b-7266-544f-9a35-744fee94aba0, identifier: 7002500auction111050
2026-03-25 21:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_003/780x0__r.jpg?hash=1774457262> (referer: https://ecarstrade.com/cars/7002505)
2026-03-25 21:48:36 [ecarstrade.be] INFO: Found listing with ID: 7002521auction111050
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002521auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:36 [ecarstrade.be] INFO: Scrape type for 7002521auction111050: 1
2026-03-25 21:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a37561b4-3812-5bc3-a4e3-f013b535d691 with identifier: 7002499auction111050
2026-03-25 21:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a37561b4-3812-5bc3-a4e3-f013b535d691 with identifier: 7002499auction111050
2026-03-25 21:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a37561b4-3812-5bc3-a4e3-f013b535d691 with identifier: 7002499auction111050 to the API
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002499/photo_006/780x0__r.jpg?hash=1774457257>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'a37561b4-3812-5bc3-a4e3-f013b535d691',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002499',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Opel',
'model': 'Movano',
'odometer': 155985,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'transmission': 'manual',
'trim': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'vin': None,
'year': 2022}
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002499auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:36 [ecarstrade.be] INFO: Saving data for 7002499auction111050: {'created_time': 1774475316.676721, 'last_price_update_time': 1774475316.67673, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002499auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57f15b6a-18d4-5108-9684-7eca773db6d0 with identifier: 7002504auction111050
2026-03-25 21:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57f15b6a-18d4-5108-9684-7eca773db6d0 with identifier: 7002504auction111050
2026-03-25 21:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57f15b6a-18d4-5108-9684-7eca773db6d0 with identifier: 7002504auction111050 to the API
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002504/photo_002/780x0__r.jpg?hash=1774457261>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '57f15b6a-18d4-5108-9684-7eca773db6d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002504',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Citroen',
'model': 'C3',
'odometer': 52568,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Max 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002504auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:36 [ecarstrade.be] INFO: Saving data for 7002504auction111050: {'created_time': 1774475316.99427, 'last_price_update_time': 1774475316.99428, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002504auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ea1001b-7266-544f-9a35-744fee94aba0 with identifier: 7002500auction111050
2026-03-25 21:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ea1001b-7266-544f-9a35-744fee94aba0 with identifier: 7002500auction111050
2026-03-25 21:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ea1001b-7266-544f-9a35-744fee94aba0 with identifier: 7002500auction111050 to the API
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002500/photo_001/780x0__r.jpg?hash=1774457259>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '0ea1001b-7266-544f-9a35-744fee94aba0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002500',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Iveco',
'model': 'Other',
'odometer': 73265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'transmission': 'manual',
'trim': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'vin': None,
'year': 2023}
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002500auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:37 [ecarstrade.be] INFO: Saving data for 7002500auction111050: {'created_time': 1774475317.319505, 'last_price_update_time': 1774475317.319518, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002500auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_002/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002505)
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_006/780x0__r.jpg?hash=1774457256> (referer: https://ecarstrade.com/cars/7002498)
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_005/780x0__r.jpg?hash=1774457264> (referer: https://ecarstrade.com/cars/7002507)
2026-03-25 21:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_004/780x0__r.jpg?hash=1774457264> (referer: https://ecarstrade.com/cars/7002507)
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_001/780x0__r.jpg?hash=1774457261> (referer: https://ecarstrade.com/cars/7002505)
2026-03-25 21:48:37 [ecarstrade.be] INFO: Found listing with ID: 7002522auction111050
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002522auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:37 [ecarstrade.be] INFO: Scrape type for 7002522auction111050: 1
2026-03-25 21:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002497> (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-25 21:48:37 [ecarstrade.be] INFO: Found listing with ID: 7002523auction111050
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002523auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:37 [ecarstrade.be] INFO: Scrape type for 7002523auction111050: 1
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 25facfc4-93f6-55da-92ba-73aabc93128d
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 25facfc4-93f6-55da-92ba-73aabc93128d
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 00ec6de8-db46-51c9-b099-9e34061bcef3
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 00ec6de8-db46-51c9-b099-9e34061bcef3
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 00ec6de8-db46-51c9-b099-9e34061bcef3
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 00ec6de8-db46-51c9-b099-9e34061bcef3
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 00ec6de8-db46-51c9-b099-9e34061bcef3
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 25facfc4-93f6-55da-92ba-73aabc93128d
2026-03-25 21:48:37 [ecarstrade.be] INFO: Found listing with ID: 7002524auction111050
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002524auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:37 [ecarstrade.be] INFO: Scrape type for 7002524auction111050: 1
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_003/780x0__r.jpg?hash=1774457264> (referer: https://ecarstrade.com/cars/7002507)
2026-03-25 21:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_002/780x0__r.jpg?hash=1774457264> (referer: https://ecarstrade.com/cars/7002507)
2026-03-25 21:48:37 [ecarstrade.be] INFO: Found listing with ID: 7002525auction111050
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002525auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:37 [ecarstrade.be] INFO: Scrape type for 7002525auction111050: 1
2026-03-25 21:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_001/780x0__r.jpg?hash=1774457264> (referer: https://ecarstrade.com/cars/7002507)
2026-03-25 21:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_005/780x0__r.jpg?hash=1774457263> (referer: https://ecarstrade.com/cars/7002506)
2026-03-25 21:48:37 [ecarstrade.be] INFO: Found listing with ID: 7002526auction111050
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002526auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:37 [ecarstrade.be] INFO: Scrape type for 7002526auction111050: 1
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 25facfc4-93f6-55da-92ba-73aabc93128d
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 00ec6de8-db46-51c9-b099-9e34061bcef3
2026-03-25 21:48:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 00ec6de8-db46-51c9-b099-9e34061bcef3, skipping ID generation
2026-03-25 21:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ec6de8-db46-51c9-b099-9e34061bcef3 with scrape type 1
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 00ec6de8-db46-51c9-b099-9e34061bcef3 sending to next pipeline
2026-03-25 21:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00ec6de8-db46-51c9-b099-9e34061bcef3, identifier: 7002498auction111050
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2a7d843f-1488-5911-ba0a-7ae680142688
2026-03-25 21:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00ec6de8-db46-51c9-b099-9e34061bcef3 with identifier: 7002498auction111050
2026-03-25 21:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00ec6de8-db46-51c9-b099-9e34061bcef3 with identifier: 7002498auction111050
2026-03-25 21:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00ec6de8-db46-51c9-b099-9e34061bcef3 with identifier: 7002498auction111050 to the API
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002498/photo_006/780x0__r.jpg?hash=1774457256>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '00ec6de8-db46-51c9-b099-9e34061bcef3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002498',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Citroen',
'model': 'C3',
'odometer': 55244,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Max 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002498auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:37 [ecarstrade.be] INFO: Saving data for 7002498auction111050: {'created_time': 1774475317.923657, 'last_price_update_time': 1774475317.923666, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002498auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:37 [ecarstrade.be] INFO: Extracting details for car 7002497auction111050
2026-03-25 21:48:37 [ecarstrade.be] INFO: Found listing with ID: 7002527auction111050
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002527auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:37 [ecarstrade.be] INFO: Scrape type for 7002527auction111050: 1
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2a7d843f-1488-5911-ba0a-7ae680142688
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 25facfc4-93f6-55da-92ba-73aabc93128d
2026-03-25 21:48:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 25facfc4-93f6-55da-92ba-73aabc93128d, skipping ID generation
2026-03-25 21:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25facfc4-93f6-55da-92ba-73aabc93128d with scrape type 1
2026-03-25 21:48:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 25facfc4-93f6-55da-92ba-73aabc93128d sending to next pipeline
2026-03-25 21:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25facfc4-93f6-55da-92ba-73aabc93128d, identifier: 7002505auction111050
2026-03-25 21:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_004/780x0__r.jpg?hash=1774457263> (referer: https://ecarstrade.com/cars/7002506)
2026-03-25 21:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_003/780x0__r.jpg?hash=1774457263> (referer: https://ecarstrade.com/cars/7002506)
2026-03-25 21:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25facfc4-93f6-55da-92ba-73aabc93128d with identifier: 7002505auction111050
2026-03-25 21:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25facfc4-93f6-55da-92ba-73aabc93128d with identifier: 7002505auction111050
2026-03-25 21:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25facfc4-93f6-55da-92ba-73aabc93128d with identifier: 7002505auction111050 to the API
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002505/photo_001/780x0__r.jpg?hash=1774457261>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '25facfc4-93f6-55da-92ba-73aabc93128d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002505',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 98803,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'transmission': 'manual',
'trim': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'vin': None,
'year': 2022}
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002505auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:38 [ecarstrade.be] INFO: Saving data for 7002505auction111050: {'created_time': 1774475318.384868, 'last_price_update_time': 1774475318.384879, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002505auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:38 [ecarstrade.be] INFO: Found listing with ID: 7002528auction111050
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002528auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:38 [ecarstrade.be] INFO: Scrape type for 7002528auction111050: 1
2026-03-25 21:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with identifier: 7002497auction111050
2026-03-25 21:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with scrape type 1
2026-03-25 21:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002497%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_001/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2a7d843f-1488-5911-ba0a-7ae680142688
2026-03-25 21:48:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2a7d843f-1488-5911-ba0a-7ae680142688
2026-03-25 21:48:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2a7d843f-1488-5911-ba0a-7ae680142688
2026-03-25 21:48:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2a7d843f-1488-5911-ba0a-7ae680142688, skipping ID generation
2026-03-25 21:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a7d843f-1488-5911-ba0a-7ae680142688 with scrape type 1
2026-03-25 21:48:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2a7d843f-1488-5911-ba0a-7ae680142688 sending to next pipeline
2026-03-25 21:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a7d843f-1488-5911-ba0a-7ae680142688, identifier: 7002507auction111050
2026-03-25 21:48:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3678639c-64af-52bb-b92d-8a3c5583fafe
2026-03-25 21:48:38 [ecarstrade.be] INFO: Found listing with ID: 7002529auction111050
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002529auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:38 [ecarstrade.be] INFO: Scrape type for 7002529auction111050: 1
2026-03-25 21:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a7d843f-1488-5911-ba0a-7ae680142688 with identifier: 7002507auction111050
2026-03-25 21:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a7d843f-1488-5911-ba0a-7ae680142688 with identifier: 7002507auction111050
2026-03-25 21:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a7d843f-1488-5911-ba0a-7ae680142688 with identifier: 7002507auction111050 to the API
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002507/photo_001/780x0__r.jpg?hash=1774457264>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '2a7d843f-1488-5911-ba0a-7ae680142688',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002507',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 98861,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002507auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Saving data for 7002507auction111050: {'created_time': 1774475319.000396, 'last_price_update_time': 1774475319.000407, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002507auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_002/780x0__r.jpg?hash=1774457263> (referer: https://ecarstrade.com/cars/7002506)
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002497%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_002/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3678639c-64af-52bb-b92d-8a3c5583fafe
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3678639c-64af-52bb-b92d-8a3c5583fafe
2026-03-25 21:48:39 [ecarstrade.be] INFO: Found listing with ID: 7002530auction111050
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002530auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Scrape type for 7002530auction111050: 1
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002497%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_003/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:39 [ecarstrade.be] INFO: Found listing with ID: 7002531auction111050
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002531auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Scrape type for 7002531auction111050: 1
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002497%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_004/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:39 [ecarstrade.be] INFO: Found listing with ID: 7002532auction111050
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002532auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Scrape type for 7002532auction111050: 1
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002497%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_005/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_001/780x0__r.jpg?hash=1774457264> (referer: https://ecarstrade.com/cars/7002506)
2026-03-25 21:48:39 [ecarstrade.be] INFO: Found listing with ID: 7002533auction111050
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002533auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Scrape type for 7002533auction111050: 1
2026-03-25 21:48:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002497%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457255%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_006/780x0__r.jpg?hash=1774457255 not downloaded yet
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3678639c-64af-52bb-b92d-8a3c5583fafe
2026-03-25 21:48:39 [ecarstrade.be] INFO: Found listing with ID: 7002534auction111051
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002534auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Scrape type for 7002534auction111051: 1
2026-03-25 21:48:39 [ecarstrade.be] INFO: Found listing with ID: 7002535auction111051
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002535auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Scrape type for 7002535auction111051: 1
2026-03-25 21:48:39 [ecarstrade.be] INFO: Found listing with ID: 7002536auction111051
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002536auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Scrape type for 7002536auction111051: 1
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3678639c-64af-52bb-b92d-8a3c5583fafe
2026-03-25 21:48:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3678639c-64af-52bb-b92d-8a3c5583fafe, skipping ID generation
2026-03-25 21:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3678639c-64af-52bb-b92d-8a3c5583fafe with scrape type 1
2026-03-25 21:48:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3678639c-64af-52bb-b92d-8a3c5583fafe sending to next pipeline
2026-03-25 21:48:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3678639c-64af-52bb-b92d-8a3c5583fafe, identifier: 7002506auction111050
2026-03-25 21:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3678639c-64af-52bb-b92d-8a3c5583fafe with identifier: 7002506auction111050
2026-03-25 21:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3678639c-64af-52bb-b92d-8a3c5583fafe with identifier: 7002506auction111050
2026-03-25 21:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3678639c-64af-52bb-b92d-8a3c5583fafe with identifier: 7002506auction111050 to the API
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002506/photo_001/780x0__r.jpg?hash=1774457264>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '3678639c-64af-52bb-b92d-8a3c5583fafe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002506',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 94794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JUMPER FG 35 RK BH140 DRIV 48M',
'transmission': 'manual',
'trim': 'JUMPER FG 35 RK BH140 DRIV 48M',
'vin': None,
'year': 2022}
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002506auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:39 [ecarstrade.be] INFO: Saving data for 7002506auction111050: {'created_time': 1774475319.671185, 'last_price_update_time': 1774475319.671195, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002506auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:44 [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-25 21:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found listing with ID: 7002537auction111051
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002537auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:44 [ecarstrade.be] INFO: Scrape type for 7002537auction111051: 1
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found listing with ID: 7002538auction111051
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002538auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:44 [ecarstrade.be] INFO: Scrape type for 7002538auction111051: 1
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found listing with ID: 7002539auction111051
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002539auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:44 [ecarstrade.be] INFO: Scrape type for 7002539auction111051: 1
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found listing with ID: 7002540auction111051
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002540auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:44 [ecarstrade.be] INFO: Scrape type for 7002540auction111051: 1
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found listing with ID: 7002541auction111051
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002541auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:44 [ecarstrade.be] INFO: Scrape type for 7002541auction111051: 1
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found listing with ID: 7002542auction111051
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002542auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:44 [ecarstrade.be] INFO: Scrape type for 7002542auction111051: 1
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found listing with ID: 7002543auction111051
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002543auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:44 [ecarstrade.be] INFO: Scrape type for 7002543auction111051: 1
2026-03-25 21:48:44 [ecarstrade.be] INFO: Found listing with ID: 7002544auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002544auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002544auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002545auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002545auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002545auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002546auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002546auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002546auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002547auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002547auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002547auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002548auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002548auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002548auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002549auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002549auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002549auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002550auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002550auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002550auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002551auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002551auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002551auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002552auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002552auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002552auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002553auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002553auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002553auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002554auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002554auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002554auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002555auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002555auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002555auction111051: 1
2026-03-25 21:48:45 [ecarstrade.be] INFO: Found listing with ID: 7002556auction111051
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002556auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [ecarstrade.be] INFO: Scrape type for 7002556auction111051: 1
2026-03-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002520> (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-25 21:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:45 [ecarstrade.be] INFO: Extracting details for car 7002520auction111050
2026-03-25 21:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06123a07-8a04-57a9-a571-0888c09cfb0d with identifier: 7002520auction111050
2026-03-25 21:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06123a07-8a04-57a9-a571-0888c09cfb0d with scrape type 1
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 06123a07-8a04-57a9-a571-0888c09cfb0d
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002520%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_001/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002519> (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-25 21:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002520%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457280%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_002/780x0__r.jpg?hash=1774457280 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002520%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_003/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002520%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_004/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002520%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_005/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002520%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_006/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:45 [ecarstrade.be] INFO: Extracting details for car 7002519auction111050
2026-03-25 21:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62f33902-3075-5f9a-a1f6-1fe82b4df733 with identifier: 7002519auction111050
2026-03-25 21:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f33902-3075-5f9a-a1f6-1fe82b4df733 with scrape type 1
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 62f33902-3075-5f9a-a1f6-1fe82b4df733
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002519%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457278%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_001/780x0__r.jpg?hash=1774457278 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002519%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457278%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_002/780x0__r.jpg?hash=1774457278 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002519%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457278%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_003/780x0__r.jpg?hash=1774457278 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002519%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457278%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_004/780x0__r.jpg?hash=1774457278 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002519%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457278%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_005/780x0__r.jpg?hash=1774457278 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002519%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457278%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_006/780x0__r.jpg?hash=1774457278 not downloaded yet
2026-03-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002518> (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-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002517> (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-25 21:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002521> (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-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_001/780x0__r.jpg?hash=1774457211> (referer: https://ecarstrade.com/cars/7002452)
2026-03-25 21:48:45 [ecarstrade.be] INFO: Extracting details for car 7002518auction111050
2026-03-25 21:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad894a91-4878-5c42-8efb-ec40688a1be2 with identifier: 7002518auction111050
2026-03-25 21:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad894a91-4878-5c42-8efb-ec40688a1be2 with scrape type 1
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ad894a91-4878-5c42-8efb-ec40688a1be2
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002518%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457277%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_001/780x0__r.jpg?hash=1774457277 not downloaded yet
2026-03-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_005/780x0__r.jpg?hash=1774457213> (referer: https://ecarstrade.com/cars/7002453)
2026-03-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_001/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002497)
2026-03-25 21:48:45 [ecarstrade.be] INFO: Extracting details for car 7002517auction111050
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002518%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457277%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_002/780x0__r.jpg?hash=1774457277 not downloaded yet
2026-03-25 21:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:45 [ecarstrade.be] INFO: Extracting details for car 7002521auction111050
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002518%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457278%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_003/780x0__r.jpg?hash=1774457278 not downloaded yet
2026-03-25 21:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe33dd0c-0577-5977-9a39-85946630b87b with identifier: 7002517auction111050
2026-03-25 21:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe33dd0c-0577-5977-9a39-85946630b87b with scrape type 1
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fe33dd0c-0577-5977-9a39-85946630b87b
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002517%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457276%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_001/780x0__r.jpg?hash=1774457276 not downloaded yet
2026-03-25 21:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_005/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002497)
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002518%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457277%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_004/780x0__r.jpg?hash=1774457277 not downloaded yet
2026-03-25 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002517%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457276%27 HTTP/1.1" 200 None
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_002/780x0__r.jpg?hash=1774457276 not downloaded yet
2026-03-25 21:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86cb1a22-dcfd-5843-b4a5-b3700eb1801c with identifier: 7002521auction111050
2026-03-25 21:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c with scrape type 1
2026-03-25 21:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002521%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_001/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 56aa0827-874d-5b82-bee1-c7b72b553e3b
2026-03-25 21:48:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56aa0827-874d-5b82-bee1-c7b72b553e3b, skipping ID generation
2026-03-25 21:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56aa0827-874d-5b82-bee1-c7b72b553e3b with scrape type 1
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 56aa0827-874d-5b82-bee1-c7b72b553e3b sending to next pipeline
2026-03-25 21:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56aa0827-874d-5b82-bee1-c7b72b553e3b, identifier: 7002452auction111049
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002518%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457278%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_005/780x0__r.jpg?hash=1774457278 not downloaded yet
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002517%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457276%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_003/780x0__r.jpg?hash=1774457276 not downloaded yet
2026-03-25 21:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56aa0827-874d-5b82-bee1-c7b72b553e3b with identifier: 7002452auction111049
2026-03-25 21:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56aa0827-874d-5b82-bee1-c7b72b553e3b with identifier: 7002452auction111049
2026-03-25 21:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56aa0827-874d-5b82-bee1-c7b72b553e3b with identifier: 7002452auction111049 to the API
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002452/photo_001/780x0__r.jpg?hash=1774457211>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Other',
'id': '56aa0827-874d-5b82-bee1-c7b72b553e3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002452',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': 'X3',
'odometer': 129280,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'X3 XDRIVE 30E 292 MSPORT RSK WIP chtx',
'transmission': 'automatic',
'trim': 'XDRIVE 30E 292 MSPORT RSK WIP chtx',
'vin': None,
'year': 2023}
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002452auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [ecarstrade.be] INFO: Saving data for 7002452auction111049: {'created_time': 1774475326.586452, 'last_price_update_time': 1774475326.586462, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002452auction111049') HTTP/1.1" 204 0
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002521%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_002/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002518%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457277%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_006/780x0__r.jpg?hash=1774457277 not downloaded yet
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002517%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457276%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_004/780x0__r.jpg?hash=1774457276 not downloaded yet
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002521%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_003/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002517%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457277%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_005/780x0__r.jpg?hash=1774457277 not downloaded yet
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002521%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_004/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002517%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457276%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_006/780x0__r.jpg?hash=1774457276 not downloaded yet
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002521%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_005/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002521%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457279%27 HTTP/1.1" 200 None
2026-03-25 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_006/780x0__r.jpg?hash=1774457279 not downloaded yet
2026-03-25 21:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002511> (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-25 21:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_001/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002520)
2026-03-25 21:48:49 [ecarstrade.be] INFO: Extracting details for car 7002511auction111050
2026-03-25 21:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with identifier: 7002511auction111050
2026-03-25 21:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with scrape type 1
2026-03-25 21:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7
2026-03-25 21:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002511%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_001/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_006/780x0__r.jpg?hash=1774457278> (referer: https://ecarstrade.com/cars/7002519)
2026-03-25 21:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002511%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_002/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002511%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_003/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 06123a07-8a04-57a9-a571-0888c09cfb0d
2026-03-25 21:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002511%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_004/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002511%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_005/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002511%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457269%27 HTTP/1.1" 200 None
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_006/780x0__r.jpg?hash=1774457269 not downloaded yet
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_005/780x0__r.jpg?hash=1774457278> (referer: https://ecarstrade.com/cars/7002519)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 62f33902-3075-5f9a-a1f6-1fe82b4df733
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_004/780x0__r.jpg?hash=1774457278> (referer: https://ecarstrade.com/cars/7002519)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 62f33902-3075-5f9a-a1f6-1fe82b4df733
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_003/780x0__r.jpg?hash=1774457278> (referer: https://ecarstrade.com/cars/7002519)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 62f33902-3075-5f9a-a1f6-1fe82b4df733
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_001/780x0__r.jpg?hash=1774457277> (referer: https://ecarstrade.com/cars/7002518)
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_002/780x0__r.jpg?hash=1774457278> (referer: https://ecarstrade.com/cars/7002519)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 62f33902-3075-5f9a-a1f6-1fe82b4df733
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ad894a91-4878-5c42-8efb-ec40688a1be2
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_001/780x0__r.jpg?hash=1774457276> (referer: https://ecarstrade.com/cars/7002517)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 62f33902-3075-5f9a-a1f6-1fe82b4df733
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_006/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002521)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fe33dd0c-0577-5977-9a39-85946630b87b
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_005/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002521)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_001/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002511)
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_006/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002511)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_005/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002511)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_004/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002511)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_003/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002511)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_002/780x0__r.jpg?hash=1774457269> (referer: https://ecarstrade.com/cars/7002511)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7
2026-03-25 21:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_006/780x0__r.jpg?hash=1774457276> (referer: https://ecarstrade.com/cars/7002517)
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7
2026-03-25 21:48:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7, skipping ID generation
2026-03-25 21:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with scrape type 1
2026-03-25 21:48:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 sending to next pipeline
2026-03-25 21:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7, identifier: 7002511auction111050
2026-03-25 21:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with identifier: 7002511auction111050
2026-03-25 21:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with identifier: 7002511auction111050
2026-03-25 21:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with identifier: 7002511auction111050 to the API
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002511/photo_002/780x0__r.jpg?hash=1774457269>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '4157dff9-7cd8-5dea-a557-04ed8a8b49d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002511',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Opel',
'model': 'Movano',
'odometer': 82225,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO L2H2 3.5T 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO L2H2 3.5T 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002511auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [ecarstrade.be] INFO: Saving data for 7002511auction111050: {'created_time': 1774475331.391537, 'last_price_update_time': 1774475331.391548, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002511auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_004/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002521)
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002523> (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-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002525> (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-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fe33dd0c-0577-5977-9a39-85946630b87b
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_005/780x0__r.jpg?hash=1774457277> (referer: https://ecarstrade.com/cars/7002517)
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_004/780x0__r.jpg?hash=1774457276> (referer: https://ecarstrade.com/cars/7002517)
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c
2026-03-25 21:48:51 [ecarstrade.be] INFO: Extracting details for car 7002523auction111050
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_003/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002521)
2026-03-25 21:48:51 [ecarstrade.be] INFO: Extracting details for car 7002525auction111050
2026-03-25 21:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02790059-8bff-5a5e-81b0-74517dc85562 with identifier: 7002523auction111050
2026-03-25 21:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02790059-8bff-5a5e-81b0-74517dc85562 with scrape type 1
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02790059-8bff-5a5e-81b0-74517dc85562
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002523%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457283%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_001/780x0__r.jpg?hash=1774457283 not downloaded yet
2026-03-25 21:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with identifier: 7002525auction111050
2026-03-25 21:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with scrape type 1
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002525%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457286%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_001/780x0__r.jpg?hash=1774457286 not downloaded yet
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_002/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002521)
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_006/780x0__r.jpg?hash=1774457277> (referer: https://ecarstrade.com/cars/7002518)
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002523%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457283%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_002/780x0__r.jpg?hash=1774457283 not downloaded yet
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002525%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457285%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_002/780x0__r.jpg?hash=1774457285 not downloaded yet
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_003/780x0__r.jpg?hash=1774457276> (referer: https://ecarstrade.com/cars/7002517)
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002523%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457283%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_003/780x0__r.jpg?hash=1774457283 not downloaded yet
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002525%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457285%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_003/780x0__r.jpg?hash=1774457285 not downloaded yet
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fe33dd0c-0577-5977-9a39-85946630b87b
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002523%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457283%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_004/780x0__r.jpg?hash=1774457283 not downloaded yet
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002525%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457285%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_004/780x0__r.jpg?hash=1774457285 not downloaded yet
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fe33dd0c-0577-5977-9a39-85946630b87b
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_005/780x0__r.jpg?hash=1774457278> (referer: https://ecarstrade.com/cars/7002518)
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_001/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002521)
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002523%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457283%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_005/780x0__r.jpg?hash=1774457283 not downloaded yet
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002525%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457285%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_005/780x0__r.jpg?hash=1774457285 not downloaded yet
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ad894a91-4878-5c42-8efb-ec40688a1be2
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_004/780x0__r.jpg?hash=1774457277> (referer: https://ecarstrade.com/cars/7002518)
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_002/780x0__r.jpg?hash=1774457276> (referer: https://ecarstrade.com/cars/7002517)
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002523%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457284%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_006/780x0__r.jpg?hash=1774457284 not downloaded yet
2026-03-25 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002525%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457285%27 HTTP/1.1" 200 None
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_006/780x0__r.jpg?hash=1774457285 not downloaded yet
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fe33dd0c-0577-5977-9a39-85946630b87b
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ad894a91-4878-5c42-8efb-ec40688a1be2
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c
2026-03-25 21:48:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86cb1a22-dcfd-5843-b4a5-b3700eb1801c, skipping ID generation
2026-03-25 21:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c with scrape type 1
2026-03-25 21:48:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86cb1a22-dcfd-5843-b4a5-b3700eb1801c sending to next pipeline
2026-03-25 21:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86cb1a22-dcfd-5843-b4a5-b3700eb1801c, identifier: 7002521auction111050
2026-03-25 21:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_003/780x0__r.jpg?hash=1774457278> (referer: https://ecarstrade.com/cars/7002518)
2026-03-25 21:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86cb1a22-dcfd-5843-b4a5-b3700eb1801c with identifier: 7002521auction111050
2026-03-25 21:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86cb1a22-dcfd-5843-b4a5-b3700eb1801c with identifier: 7002521auction111050
2026-03-25 21:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86cb1a22-dcfd-5843-b4a5-b3700eb1801c with identifier: 7002521auction111050 to the API
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002521/photo_001/780x0__r.jpg?hash=1774457279>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '86cb1a22-dcfd-5843-b4a5-b3700eb1801c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002521',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Iveco',
'model': 'Other',
'odometer': 68481,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'BENNE SIMPLE COFFRE JPM RISK',
'transmission': 'manual',
'trim': 'BENNE SIMPLE COFFRE JPM RISK',
'vin': None,
'year': 2022}
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002521auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:52 [ecarstrade.be] INFO: Saving data for 7002521auction111050: {'created_time': 1774475332.221658, 'last_price_update_time': 1774475332.221667, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002521auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_001/780x0__r.jpg?hash=1774457278> (referer: https://ecarstrade.com/cars/7002519)
2026-03-25 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_002/780x0__r.jpg?hash=1774457277> (referer: https://ecarstrade.com/cars/7002518)
2026-03-25 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002524> (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-25 21:48:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ad894a91-4878-5c42-8efb-ec40688a1be2
2026-03-25 21:48:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fe33dd0c-0577-5977-9a39-85946630b87b
2026-03-25 21:48:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe33dd0c-0577-5977-9a39-85946630b87b, skipping ID generation
2026-03-25 21:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe33dd0c-0577-5977-9a39-85946630b87b with scrape type 1
2026-03-25 21:48:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe33dd0c-0577-5977-9a39-85946630b87b sending to next pipeline
2026-03-25 21:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe33dd0c-0577-5977-9a39-85946630b87b, identifier: 7002517auction111050
2026-03-25 21:48:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ad894a91-4878-5c42-8efb-ec40688a1be2
2026-03-25 21:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe33dd0c-0577-5977-9a39-85946630b87b with identifier: 7002517auction111050
2026-03-25 21:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe33dd0c-0577-5977-9a39-85946630b87b with identifier: 7002517auction111050
2026-03-25 21:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe33dd0c-0577-5977-9a39-85946630b87b with identifier: 7002517auction111050 to the API
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002517/photo_002/780x0__r.jpg?hash=1774457276>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'fe33dd0c-0577-5977-9a39-85946630b87b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002517',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Opel',
'model': 'Movano',
'odometer': 90485,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO L2H2 3.5T 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO L2H2 3.5T 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002517auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:52 [ecarstrade.be] INFO: Saving data for 7002517auction111050: {'created_time': 1774475332.741592, 'last_price_update_time': 1774475332.741602, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002517auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_001/780x0__r.jpg?hash=1774457286> (referer: https://ecarstrade.com/cars/7002525)
2026-03-25 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_002/780x0__r.jpg?hash=1774457285> (referer: https://ecarstrade.com/cars/7002525)
2026-03-25 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_006/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002520)
2026-03-25 21:48:52 [ecarstrade.be] INFO: Extracting details for car 7002524auction111050
2026-03-25 21:48:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 62f33902-3075-5f9a-a1f6-1fe82b4df733
2026-03-25 21:48:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 62f33902-3075-5f9a-a1f6-1fe82b4df733, skipping ID generation
2026-03-25 21:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f33902-3075-5f9a-a1f6-1fe82b4df733 with scrape type 1
2026-03-25 21:48:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 62f33902-3075-5f9a-a1f6-1fe82b4df733 sending to next pipeline
2026-03-25 21:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62f33902-3075-5f9a-a1f6-1fe82b4df733, identifier: 7002519auction111050
2026-03-25 21:48:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ad894a91-4878-5c42-8efb-ec40688a1be2
2026-03-25 21:48:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ad894a91-4878-5c42-8efb-ec40688a1be2, skipping ID generation
2026-03-25 21:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad894a91-4878-5c42-8efb-ec40688a1be2 with scrape type 1
2026-03-25 21:48:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ad894a91-4878-5c42-8efb-ec40688a1be2 sending to next pipeline
2026-03-25 21:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad894a91-4878-5c42-8efb-ec40688a1be2, identifier: 7002518auction111050
2026-03-25 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_001/780x0__r.jpg?hash=1774457283> (referer: https://ecarstrade.com/cars/7002523)
2026-03-25 21:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62f33902-3075-5f9a-a1f6-1fe82b4df733 with identifier: 7002519auction111050
2026-03-25 21:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62f33902-3075-5f9a-a1f6-1fe82b4df733 with identifier: 7002519auction111050
2026-03-25 21:48:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62f33902-3075-5f9a-a1f6-1fe82b4df733 with identifier: 7002519auction111050 to the API
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002519/photo_001/780x0__r.jpg?hash=1774457278>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '62f33902-3075-5f9a-a1f6-1fe82b4df733',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002519',
'listing': 'auction',
'location': 'France - "FRANCE CARS NANTES"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 152570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST. BUSI 320 L2H1 DC',
'transmission': 'manual',
'trim': 'TRANSIT CUST. BUSI 320 L2H1 DC',
'vin': None,
'year': 2022}
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002519auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [ecarstrade.be] INFO: Saving data for 7002519auction111050: {'created_time': 1774475333.303032, 'last_price_update_time': 1774475333.303041, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002519auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad894a91-4878-5c42-8efb-ec40688a1be2 with identifier: 7002518auction111050
2026-03-25 21:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad894a91-4878-5c42-8efb-ec40688a1be2 with identifier: 7002518auction111050
2026-03-25 21:48:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad894a91-4878-5c42-8efb-ec40688a1be2 with identifier: 7002518auction111050 to the API
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002518/photo_002/780x0__r.jpg?hash=1774457277>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'ad894a91-4878-5c42-8efb-ec40688a1be2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002518',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 97395,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002518auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [ecarstrade.be] INFO: Saving data for 7002518auction111050: {'created_time': 1774475333.588915, 'last_price_update_time': 1774475333.588925, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002518auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d316ba4-43ca-535a-a79a-66408c5ee229 with identifier: 7002524auction111050
2026-03-25 21:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d316ba4-43ca-535a-a79a-66408c5ee229 with scrape type 1
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0d316ba4-43ca-535a-a79a-66408c5ee229
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002524%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457281%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_001/780x0__r.jpg?hash=1774457281 not downloaded yet
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_005/780x0__r.jpg?hash=1774457285> (referer: https://ecarstrade.com/cars/7002525)
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_004/780x0__r.jpg?hash=1774457285> (referer: https://ecarstrade.com/cars/7002525)
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_003/780x0__r.jpg?hash=1774457285> (referer: https://ecarstrade.com/cars/7002525)
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002524%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457281%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_002/780x0__r.jpg?hash=1774457281 not downloaded yet
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002536> (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-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002526> (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-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 06123a07-8a04-57a9-a571-0888c09cfb0d
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02790059-8bff-5a5e-81b0-74517dc85562
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002524%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457281%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_003/780x0__r.jpg?hash=1774457281 not downloaded yet
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002524%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457281%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_004/780x0__r.jpg?hash=1774457281 not downloaded yet
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_005/780x0__r.jpg?hash=1774457283> (referer: https://ecarstrade.com/cars/7002523)
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002524%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457282%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_005/780x0__r.jpg?hash=1774457282 not downloaded yet
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_004/780x0__r.jpg?hash=1774457283> (referer: https://ecarstrade.com/cars/7002523)
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_003/780x0__r.jpg?hash=1774457283> (referer: https://ecarstrade.com/cars/7002523)
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002524%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457281%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_006/780x0__r.jpg?hash=1774457281 not downloaded yet
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_002/780x0__r.jpg?hash=1774457283> (referer: https://ecarstrade.com/cars/7002523)
2026-03-25 21:48:53 [ecarstrade.be] INFO: Extracting details for car 7002536auction111051
2026-03-25 21:48:53 [ecarstrade.be] INFO: Extracting details for car 7002526auction111050
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_006/780x0__r.jpg?hash=1774457285> (referer: https://ecarstrade.com/cars/7002525)
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_006/780x0__r.jpg?hash=1774457284> (referer: https://ecarstrade.com/cars/7002523)
2026-03-25 21:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with identifier: 7002536auction111051
2026-03-25 21:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with scrape type 1
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002536%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_001/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de541fc3-abc4-5593-a504-0d2a26eea952 with identifier: 7002526auction111050
2026-03-25 21:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de541fc3-abc4-5593-a504-0d2a26eea952 with scrape type 1
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item de541fc3-abc4-5593-a504-0d2a26eea952
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002526%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457284%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_001/780x0__r.jpg?hash=1774457284 not downloaded yet
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_005/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002520)
2026-03-25 21:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_001/780x0__r.jpg?hash=1774457281> (referer: https://ecarstrade.com/cars/7002524)
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002536%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_002/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002526%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457284%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_002/780x0__r.jpg?hash=1774457284 not downloaded yet
2026-03-25 21:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_004/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002520)
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_003/780x0__r.jpg?hash=1774457279> (referer: https://ecarstrade.com/cars/7002520)
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002536%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_003/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002526%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457284%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_003/780x0__r.jpg?hash=1774457284 not downloaded yet
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02790059-8bff-5a5e-81b0-74517dc85562
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 02790059-8bff-5a5e-81b0-74517dc85562
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02790059-8bff-5a5e-81b0-74517dc85562
2026-03-25 21:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_002/780x0__r.jpg?hash=1774457280> (referer: https://ecarstrade.com/cars/7002520)
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002536%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_004/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002526%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457285%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_004/780x0__r.jpg?hash=1774457285 not downloaded yet
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02790059-8bff-5a5e-81b0-74517dc85562
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002536%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_005/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002526%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457284%27 HTTP/1.1" 200 None
2026-03-25 21:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_005/780x0__r.jpg?hash=1774457284 not downloaded yet
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d
2026-03-25 21:48:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d, skipping ID generation
2026-03-25 21:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with scrape type 1
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d sending to next pipeline
2026-03-25 21:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d, identifier: 7002525auction111050
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02790059-8bff-5a5e-81b0-74517dc85562
2026-03-25 21:48:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02790059-8bff-5a5e-81b0-74517dc85562, skipping ID generation
2026-03-25 21:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02790059-8bff-5a5e-81b0-74517dc85562 with scrape type 1
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02790059-8bff-5a5e-81b0-74517dc85562 sending to next pipeline
2026-03-25 21:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02790059-8bff-5a5e-81b0-74517dc85562, identifier: 7002523auction111050
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 06123a07-8a04-57a9-a571-0888c09cfb0d
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0d316ba4-43ca-535a-a79a-66408c5ee229
2026-03-25 21:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_005/780x0__r.jpg?hash=1774457282> (referer: https://ecarstrade.com/cars/7002524)
2026-03-25 21:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_004/780x0__r.jpg?hash=1774457281> (referer: https://ecarstrade.com/cars/7002524)
2026-03-25 21:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_003/780x0__r.jpg?hash=1774457281> (referer: https://ecarstrade.com/cars/7002524)
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002536%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_006/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48: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%252F7000001-7010000%252F7002526%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457285%27 HTTP/1.1" 200 None
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_006/780x0__r.jpg?hash=1774457285 not downloaded yet
2026-03-25 21:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with identifier: 7002525auction111050
2026-03-25 21:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with identifier: 7002525auction111050
2026-03-25 21:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with identifier: 7002525auction111050 to the API
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002525/photo_006/780x0__r.jpg?hash=1774457285>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002525',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 64241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'CROSSLAND ELEGANCE ICE GASOLINE 1.2 TURBO 110 BVM RSK chtx',
'transmission': 'manual',
'trim': 'CROSSLAND ELEGANCE ICE GASOLINE 1.2 TURBO 110 BVM RSK chtx',
'vin': None,
'year': 2024}
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002525auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:54 [ecarstrade.be] INFO: Saving data for 7002525auction111050: {'created_time': 1774475334.596351, 'last_price_update_time': 1774475334.596361, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002525auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02790059-8bff-5a5e-81b0-74517dc85562 with identifier: 7002523auction111050
2026-03-25 21:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02790059-8bff-5a5e-81b0-74517dc85562 with identifier: 7002523auction111050
2026-03-25 21:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02790059-8bff-5a5e-81b0-74517dc85562 with identifier: 7002523auction111050 to the API
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002523/photo_006/780x0__r.jpg?hash=1774457284>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '02790059-8bff-5a5e-81b0-74517dc85562',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002523',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Citroen',
'model': 'C3',
'odometer': 56534,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Max 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002523auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:54 [ecarstrade.be] INFO: Saving data for 7002523auction111050: {'created_time': 1774475334.934124, 'last_price_update_time': 1774475334.934133, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002523auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002556> (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-25 21:48:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 06123a07-8a04-57a9-a571-0888c09cfb0d
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 06123a07-8a04-57a9-a571-0888c09cfb0d
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 06123a07-8a04-57a9-a571-0888c09cfb0d
2026-03-25 21:48:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 06123a07-8a04-57a9-a571-0888c09cfb0d, skipping ID generation
2026-03-25 21:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06123a07-8a04-57a9-a571-0888c09cfb0d with scrape type 1
2026-03-25 21:48:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 06123a07-8a04-57a9-a571-0888c09cfb0d sending to next pipeline
2026-03-25 21:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06123a07-8a04-57a9-a571-0888c09cfb0d, identifier: 7002520auction111050
2026-03-25 21:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06123a07-8a04-57a9-a571-0888c09cfb0d with identifier: 7002520auction111050
2026-03-25 21:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06123a07-8a04-57a9-a571-0888c09cfb0d with identifier: 7002520auction111050
2026-03-25 21:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06123a07-8a04-57a9-a571-0888c09cfb0d with identifier: 7002520auction111050 to the API
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002520/photo_002/780x0__r.jpg?hash=1774457280>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '06123a07-8a04-57a9-a571-0888c09cfb0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002520',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Iveco',
'model': 'Other',
'odometer': 79231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'transmission': 'manual',
'trim': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'vin': None,
'year': 2023}
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002520auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:55 [ecarstrade.be] INFO: Saving data for 7002520auction111050: {'created_time': 1774475335.35189, 'last_price_update_time': 1774475335.351901, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002520auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_006/780x0__r.jpg?hash=1774457281> (referer: https://ecarstrade.com/cars/7002524)
2026-03-25 21:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_002/780x0__r.jpg?hash=1774457281> (referer: https://ecarstrade.com/cars/7002524)
2026-03-25 21:48:55 [ecarstrade.be] INFO: Extracting details for car 7002556auction111051
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0d316ba4-43ca-535a-a79a-66408c5ee229
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0d316ba4-43ca-535a-a79a-66408c5ee229
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0d316ba4-43ca-535a-a79a-66408c5ee229
2026-03-25 21:48:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with identifier: 7002556auction111051
2026-03-25 21:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with scrape type 1
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002556%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457314%27 HTTP/1.1" 200 None
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_001/780x0__r.jpg?hash=1774457314 not downloaded yet
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002556%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457315%27 HTTP/1.1" 200 None
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_002/780x0__r.jpg?hash=1774457315 not downloaded yet
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002556%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457314%27 HTTP/1.1" 200 None
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_003/780x0__r.jpg?hash=1774457314 not downloaded yet
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002556%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457314%27 HTTP/1.1" 200 None
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_004/780x0__r.jpg?hash=1774457314 not downloaded yet
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002556%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457315%27 HTTP/1.1" 200 None
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_005/780x0__r.jpg?hash=1774457315 not downloaded yet
2026-03-25 21:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_001/780x0__r.jpg?hash=1774457284> (referer: https://ecarstrade.com/cars/7002526)
2026-03-25 21:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_002/780x0__r.jpg?hash=1774457284> (referer: https://ecarstrade.com/cars/7002526)
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002556%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457314%27 HTTP/1.1" 200 None
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_006/780x0__r.jpg?hash=1774457314 not downloaded yet
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0d316ba4-43ca-535a-a79a-66408c5ee229
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0d316ba4-43ca-535a-a79a-66408c5ee229
2026-03-25 21:48:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d316ba4-43ca-535a-a79a-66408c5ee229, skipping ID generation
2026-03-25 21:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d316ba4-43ca-535a-a79a-66408c5ee229 with scrape type 1
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d316ba4-43ca-535a-a79a-66408c5ee229 sending to next pipeline
2026-03-25 21:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d316ba4-43ca-535a-a79a-66408c5ee229, identifier: 7002524auction111050
2026-03-25 21:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d316ba4-43ca-535a-a79a-66408c5ee229 with identifier: 7002524auction111050
2026-03-25 21:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d316ba4-43ca-535a-a79a-66408c5ee229 with identifier: 7002524auction111050
2026-03-25 21:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d316ba4-43ca-535a-a79a-66408c5ee229 with identifier: 7002524auction111050 to the API
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002524/photo_002/780x0__r.jpg?hash=1774457281>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '0d316ba4-43ca-535a-a79a-66408c5ee229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002524',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Opel',
'model': 'Movano',
'odometer': 95444,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO 3.5T L2H2 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO 3.5T L2H2 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002524auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:55 [ecarstrade.be] INFO: Saving data for 7002524auction111050: {'created_time': 1774475335.89943, 'last_price_update_time': 1774475335.899439, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002524auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_003/780x0__r.jpg?hash=1774457284> (referer: https://ecarstrade.com/cars/7002526)
2026-03-25 21:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_002/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002536)
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de541fc3-abc4-5593-a504-0d2a26eea952
2026-03-25 21:48:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item de541fc3-abc4-5593-a504-0d2a26eea952
2026-03-25 21:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_005/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002536)
2026-03-25 21:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_005/780x0__r.jpg?hash=1774457284> (referer: https://ecarstrade.com/cars/7002526)
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item de541fc3-abc4-5593-a504-0d2a26eea952
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_004/780x0__r.jpg?hash=1774457285> (referer: https://ecarstrade.com/cars/7002526)
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_006/780x0__r.jpg?hash=1774457285> (referer: https://ecarstrade.com/cars/7002526)
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item de541fc3-abc4-5593-a504-0d2a26eea952
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_006/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002536)
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_005/780x0__r.jpg?hash=1774457315> (referer: https://ecarstrade.com/cars/7002556)
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item de541fc3-abc4-5593-a504-0d2a26eea952
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item de541fc3-abc4-5593-a504-0d2a26eea952
2026-03-25 21:48:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de541fc3-abc4-5593-a504-0d2a26eea952, skipping ID generation
2026-03-25 21:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de541fc3-abc4-5593-a504-0d2a26eea952 with scrape type 1
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de541fc3-abc4-5593-a504-0d2a26eea952 sending to next pipeline
2026-03-25 21:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de541fc3-abc4-5593-a504-0d2a26eea952, identifier: 7002526auction111050
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_004/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002536)
2026-03-25 21:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de541fc3-abc4-5593-a504-0d2a26eea952 with identifier: 7002526auction111050
2026-03-25 21:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de541fc3-abc4-5593-a504-0d2a26eea952 with identifier: 7002526auction111050
2026-03-25 21:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de541fc3-abc4-5593-a504-0d2a26eea952 with identifier: 7002526auction111050 to the API
2026-03-25 21:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002526/photo_006/780x0__r.jpg?hash=1774457285>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'de541fc3-abc4-5593-a504-0d2a26eea952',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002526',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Opel',
'model': 'Movano',
'odometer': 85502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO L2H2 3.5T 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO L2H2 3.5T 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002526auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:48:56 [ecarstrade.be] INFO: Saving data for 7002526auction111050: {'created_time': 1774475336.560126, 'last_price_update_time': 1774475336.560138, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002526auction111050') HTTP/1.1" 204 0
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_004/780x0__r.jpg?hash=1774457314> (referer: https://ecarstrade.com/cars/7002556)
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_006/780x0__r.jpg?hash=1774457314> (referer: https://ecarstrade.com/cars/7002556)
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_003/780x0__r.jpg?hash=1774457314> (referer: https://ecarstrade.com/cars/7002556)
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_002/780x0__r.jpg?hash=1774457315> (referer: https://ecarstrade.com/cars/7002556)
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_001/780x0__r.jpg?hash=1774457314> (referer: https://ecarstrade.com/cars/7002556)
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_003/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002536)
2026-03-25 21:48:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f
2026-03-25 21:48:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f, skipping ID generation
2026-03-25 21:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with scrape type 1
2026-03-25 21:48:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f sending to next pipeline
2026-03-25 21:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f, identifier: 7002556auction111051
2026-03-25 21:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_001/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002536)
2026-03-25 21:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with identifier: 7002556auction111051
2026-03-25 21:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with identifier: 7002556auction111051
2026-03-25 21:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with identifier: 7002556auction111051 to the API
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002556/photo_001/780x0__r.jpg?hash=1774457314>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'edf79c25-1cd5-5bf7-996e-0aa69cc4b37f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002556',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 48231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': None,
'seller_name': None,
'title': '208 Hybrid 100 Allure 1.2 100CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Hybrid 100 Allure 1.2 100CV BVA6 6E',
'vin': None,
'year': 2025}
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002556auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:57 [ecarstrade.be] INFO: Saving data for 7002556auction111051: {'created_time': 1774475337.207426, 'last_price_update_time': 1774475337.207435, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002556auction111051') HTTP/1.1" 204 0
2026-03-25 21:48:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:48:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a
2026-03-25 21:48:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a
2026-03-25 21:48:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a, skipping ID generation
2026-03-25 21:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with scrape type 1
2026-03-25 21:48:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a sending to next pipeline
2026-03-25 21:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a, identifier: 7002536auction111051
2026-03-25 21:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with identifier: 7002536auction111051
2026-03-25 21:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with identifier: 7002536auction111051
2026-03-25 21:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with identifier: 7002536auction111051 to the API
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:48: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-25 21:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002536/photo_001/780x0__r.jpg?hash=1774457293>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002536',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 92363,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002536auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:48:57 [ecarstrade.be] INFO: Saving data for 7002536auction111051: {'created_time': 1774475337.644539, 'last_price_update_time': 1774475337.644548, 'auction_closing_time': 1774535400.0}
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002536auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002555> (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-25 21:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:01 [ecarstrade.be] INFO: Extracting details for car 7002555auction111051
2026-03-25 21:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11c1e0f4-6efa-5a90-b184-cd61655aa09b with identifier: 7002555auction111051
2026-03-25 21:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11c1e0f4-6efa-5a90-b184-cd61655aa09b with scrape type 1
2026-03-25 21:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 11c1e0f4-6efa-5a90-b184-cd61655aa09b
2026-03-25 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002555%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457314%27 HTTP/1.1" 200 None
2026-03-25 21:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_001/780x0__r.jpg?hash=1774457314 not downloaded yet
2026-03-25 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002555%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_002/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002555%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_003/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002555%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_004/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002555%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_005/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002555%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_006/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002553> (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-25 21:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:02 [ecarstrade.be] INFO: Extracting details for car 7002553auction111051
2026-03-25 21:49:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b8e7090-9180-55da-82c3-20c51a3ea4dd with identifier: 7002553auction111051
2026-03-25 21:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8e7090-9180-55da-82c3-20c51a3ea4dd with scrape type 1
2026-03-25 21:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7b8e7090-9180-55da-82c3-20c51a3ea4dd
2026-03-25 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002553%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_001/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002553%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_002/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002553%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_003/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002553%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_004/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002553%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_005/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002553%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_006/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002550> (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-25 21:49:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:03 [ecarstrade.be] INFO: Extracting details for car 7002550auction111051
2026-03-25 21:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6b36161-a67a-5449-b807-975f3b05eae0 with identifier: 7002550auction111051
2026-03-25 21:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6b36161-a67a-5449-b807-975f3b05eae0 with scrape type 1
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a6b36161-a67a-5449-b807-975f3b05eae0
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002550%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457309%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_001/780x0__r.jpg?hash=1774457309 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002550%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_002/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002550%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457309%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_003/780x0__r.jpg?hash=1774457309 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002550%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457309%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_004/780x0__r.jpg?hash=1774457309 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002550%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457309%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_005/780x0__r.jpg?hash=1774457309 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002550%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457309%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_006/780x0__r.jpg?hash=1774457309 not downloaded yet
2026-03-25 21:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002551> (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-25 21:49:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:03 [ecarstrade.be] INFO: Extracting details for car 7002551auction111051
2026-03-25 21:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33cde214-5eb0-5e40-bec7-69240b846c74 with identifier: 7002551auction111051
2026-03-25 21:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33cde214-5eb0-5e40-bec7-69240b846c74 with scrape type 1
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 33cde214-5eb0-5e40-bec7-69240b846c74
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002551%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_001/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002551%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_002/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002551%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_003/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002551%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_004/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002551%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_005/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002551%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_006/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002549> (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-25 21:49:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:04 [ecarstrade.be] INFO: Extracting details for car 7002549auction111051
2026-03-25 21:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce0f2820-8dd5-520c-be1c-ab16c569e067 with identifier: 7002549auction111051
2026-03-25 21:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce0f2820-8dd5-520c-be1c-ab16c569e067 with scrape type 1
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ce0f2820-8dd5-520c-be1c-ab16c569e067
2026-03-25 21:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002549%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_001/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002549%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_002/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002549%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_003/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002549%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_004/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002549%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_005/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002549%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457310%27 HTTP/1.1" 200 None
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_006/780x0__r.jpg?hash=1774457310 not downloaded yet
2026-03-25 21:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002552> (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-25 21:49:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:04 [ecarstrade.be] INFO: Extracting details for car 7002552auction111051
2026-03-25 21:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with identifier: 7002552auction111051
2026-03-25 21:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with scrape type 1
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb
2026-03-25 21:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002552%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_001/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002552%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_002/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002552%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_003/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002552%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_004/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002552%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_005/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002552%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457311%27 HTTP/1.1" 200 None
2026-03-25 21:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_006/780x0__r.jpg?hash=1774457311 not downloaded yet
2026-03-25 21:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002554> (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-25 21:49:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:06 [ecarstrade.be] INFO: Extracting details for car 7002554auction111051
2026-03-25 21:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf76dec-e918-5ed5-89f5-1507a0c538d4 with identifier: 7002554auction111051
2026-03-25 21:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf76dec-e918-5ed5-89f5-1507a0c538d4 with scrape type 1
2026-03-25 21:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item faf76dec-e918-5ed5-89f5-1507a0c538d4
2026-03-25 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002554%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_001/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002554%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_002/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002554%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_003/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002554%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_004/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002554%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_005/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:06 [scrapy.extensions.logstats] INFO: Crawled 670 pages (at 38 pages/min), scraped 582 items (at 42 items/min)
2026-03-25 21:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002554%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457313%27 HTTP/1.1" 200 None
2026-03-25 21:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_006/780x0__r.jpg?hash=1774457313 not downloaded yet
2026-03-25 21:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002547> (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-25 21:49:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:08 [ecarstrade.be] INFO: Extracting details for car 7002547auction111051
2026-03-25 21:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dad542c0-77c3-5bbc-a339-507c27070550 with identifier: 7002547auction111051
2026-03-25 21:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dad542c0-77c3-5bbc-a339-507c27070550 with scrape type 1
2026-03-25 21:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dad542c0-77c3-5bbc-a339-507c27070550
2026-03-25 21:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002547%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457306%27 HTTP/1.1" 200 None
2026-03-25 21:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_001/780x0__r.jpg?hash=1774457306 not downloaded yet
2026-03-25 21:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002547%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457307%27 HTTP/1.1" 200 None
2026-03-25 21:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_002/780x0__r.jpg?hash=1774457307 not downloaded yet
2026-03-25 21:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002547%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457307%27 HTTP/1.1" 200 None
2026-03-25 21:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_003/780x0__r.jpg?hash=1774457307 not downloaded yet
2026-03-25 21:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002547%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457306%27 HTTP/1.1" 200 None
2026-03-25 21:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_004/780x0__r.jpg?hash=1774457306 not downloaded yet
2026-03-25 21:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002547%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457306%27 HTTP/1.1" 200 None
2026-03-25 21:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_005/780x0__r.jpg?hash=1774457306 not downloaded yet
2026-03-25 21:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002547%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457306%27 HTTP/1.1" 200 None
2026-03-25 21:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_006/780x0__r.jpg?hash=1774457306 not downloaded yet
2026-03-25 21:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002548> (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-25 21:49:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:10 [ecarstrade.be] INFO: Extracting details for car 7002548auction111051
2026-03-25 21:49:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with identifier: 7002548auction111051
2026-03-25 21:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with scrape type 1
2026-03-25 21:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5df465e3-ea1d-5ccc-b507-ea23d19ff047
2026-03-25 21:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002548%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457308%27 HTTP/1.1" 200 None
2026-03-25 21:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_001/780x0__r.jpg?hash=1774457308 not downloaded yet
2026-03-25 21:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002548%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457307%27 HTTP/1.1" 200 None
2026-03-25 21:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_002/780x0__r.jpg?hash=1774457307 not downloaded yet
2026-03-25 21:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002548%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457307%27 HTTP/1.1" 200 None
2026-03-25 21:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_003/780x0__r.jpg?hash=1774457307 not downloaded yet
2026-03-25 21:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002548%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457307%27 HTTP/1.1" 200 None
2026-03-25 21:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_004/780x0__r.jpg?hash=1774457307 not downloaded yet
2026-03-25 21:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002548%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457307%27 HTTP/1.1" 200 None
2026-03-25 21:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_005/780x0__r.jpg?hash=1774457307 not downloaded yet
2026-03-25 21:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002548%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457307%27 HTTP/1.1" 200 None
2026-03-25 21:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_006/780x0__r.jpg?hash=1774457307 not downloaded yet
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002543> (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-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_006/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002555)
2026-03-25 21:49:11 [ecarstrade.be] INFO: Extracting details for car 7002543auction111051
2026-03-25 21:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with identifier: 7002543auction111051
2026-03-25 21:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with scrape type 1
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955
2026-03-25 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002543%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457302%27 HTTP/1.1" 200 None
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_001/780x0__r.jpg?hash=1774457302 not downloaded yet
2026-03-25 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002543%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457302%27 HTTP/1.1" 200 None
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_002/780x0__r.jpg?hash=1774457302 not downloaded yet
2026-03-25 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002543%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457303%27 HTTP/1.1" 200 None
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_003/780x0__r.jpg?hash=1774457303 not downloaded yet
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_006/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002553)
2026-03-25 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002543%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457302%27 HTTP/1.1" 200 None
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_004/780x0__r.jpg?hash=1774457302 not downloaded yet
2026-03-25 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002543%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457302%27 HTTP/1.1" 200 None
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_005/780x0__r.jpg?hash=1774457302 not downloaded yet
2026-03-25 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002543%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457302%27 HTTP/1.1" 200 None
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_006/780x0__r.jpg?hash=1774457302 not downloaded yet
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 11c1e0f4-6efa-5a90-b184-cd61655aa09b
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_006/780x0__r.jpg?hash=1774457309> (referer: https://ecarstrade.com/cars/7002550)
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7b8e7090-9180-55da-82c3-20c51a3ea4dd
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_006/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002551)
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a6b36161-a67a-5449-b807-975f3b05eae0
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_006/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002549)
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 33cde214-5eb0-5e40-bec7-69240b846c74
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_006/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002552)
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ce0f2820-8dd5-520c-be1c-ab16c569e067
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_006/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002554)
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item faf76dec-e918-5ed5-89f5-1507a0c538d4
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_006/780x0__r.jpg?hash=1774457306> (referer: https://ecarstrade.com/cars/7002547)
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_006/780x0__r.jpg?hash=1774457307> (referer: https://ecarstrade.com/cars/7002548)
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_005/780x0__r.jpg?hash=1774457307> (referer: https://ecarstrade.com/cars/7002548)
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dad542c0-77c3-5bbc-a339-507c27070550
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5df465e3-ea1d-5ccc-b507-ea23d19ff047
2026-03-25 21:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_003/780x0__r.jpg?hash=1774457303> (referer: https://ecarstrade.com/cars/7002543)
2026-03-25 21:49:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5df465e3-ea1d-5ccc-b507-ea23d19ff047
2026-03-25 21:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_006/780x0__r.jpg?hash=1774457302> (referer: https://ecarstrade.com/cars/7002543)
2026-03-25 21:49:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955
2026-03-25 21:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_005/780x0__r.jpg?hash=1774457302> (referer: https://ecarstrade.com/cars/7002543)
2026-03-25 21:49:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955
2026-03-25 21:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_004/780x0__r.jpg?hash=1774457302> (referer: https://ecarstrade.com/cars/7002543)
2026-03-25 21:49:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955
2026-03-25 21:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_002/780x0__r.jpg?hash=1774457302> (referer: https://ecarstrade.com/cars/7002543)
2026-03-25 21:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_001/780x0__r.jpg?hash=1774457302> (referer: https://ecarstrade.com/cars/7002543)
2026-03-25 21:49:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955
2026-03-25 21:49:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955
2026-03-25 21:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_004/780x0__r.jpg?hash=1774457307> (referer: https://ecarstrade.com/cars/7002548)
2026-03-25 21:49:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955
2026-03-25 21:49:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955, skipping ID generation
2026-03-25 21:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with scrape type 1
2026-03-25 21:49:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 sending to next pipeline
2026-03-25 21:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955, identifier: 7002543auction111051
2026-03-25 21:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with identifier: 7002543auction111051
2026-03-25 21:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with identifier: 7002543auction111051
2026-03-25 21:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with identifier: 7002543auction111051 to the API
2026-03-25 21:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002543/photo_001/780x0__r.jpg?hash=1774457302>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8c9e2e97-e3f5-5da9-a456-cd1d1bb17955',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002543',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 54600,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Espace VI Techno E-Tech Hybrid 1.2 200CV BVAV 7 Sieges 6E',
'transmission': 'automatic',
'trim': 'Espace VI Techno E-Tech Hybrid 1.2 200CV BVAV 7 Sieges 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002543auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:13 [ecarstrade.be] INFO: Saving data for 7002543auction111051: {'created_time': 1774475353.392142, 'last_price_update_time': 1774475353.392153, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002543auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_003/780x0__r.jpg?hash=1774457307> (referer: https://ecarstrade.com/cars/7002548)
2026-03-25 21:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002542> (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-25 21:49:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5df465e3-ea1d-5ccc-b507-ea23d19ff047
2026-03-25 21:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_002/780x0__r.jpg?hash=1774457307> (referer: https://ecarstrade.com/cars/7002548)
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5df465e3-ea1d-5ccc-b507-ea23d19ff047
2026-03-25 21:49:13 [ecarstrade.be] INFO: Extracting details for car 7002542auction111051
2026-03-25 21:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_001/780x0__r.jpg?hash=1774457308> (referer: https://ecarstrade.com/cars/7002548)
2026-03-25 21:49:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a5782f7-9f84-51aa-84b1-4d1e96578864 with identifier: 7002542auction111051
2026-03-25 21:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a5782f7-9f84-51aa-84b1-4d1e96578864 with scrape type 1
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a5782f7-9f84-51aa-84b1-4d1e96578864
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002542%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457301%27 HTTP/1.1" 200 None
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_001/780x0__r.jpg?hash=1774457301 not downloaded yet
2026-03-25 21:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_005/780x0__r.jpg?hash=1774457306> (referer: https://ecarstrade.com/cars/7002547)
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002542%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457301%27 HTTP/1.1" 200 None
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_002/780x0__r.jpg?hash=1774457301 not downloaded yet
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002542%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457301%27 HTTP/1.1" 200 None
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_003/780x0__r.jpg?hash=1774457301 not downloaded yet
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002542%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457301%27 HTTP/1.1" 200 None
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_004/780x0__r.jpg?hash=1774457301 not downloaded yet
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002542%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457301%27 HTTP/1.1" 200 None
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_005/780x0__r.jpg?hash=1774457301 not downloaded yet
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5df465e3-ea1d-5ccc-b507-ea23d19ff047
2026-03-25 21:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_004/780x0__r.jpg?hash=1774457306> (referer: https://ecarstrade.com/cars/7002547)
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002542%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457301%27 HTTP/1.1" 200 None
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_006/780x0__r.jpg?hash=1774457301 not downloaded yet
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5df465e3-ea1d-5ccc-b507-ea23d19ff047
2026-03-25 21:49:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5df465e3-ea1d-5ccc-b507-ea23d19ff047, skipping ID generation
2026-03-25 21:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with scrape type 1
2026-03-25 21:49:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5df465e3-ea1d-5ccc-b507-ea23d19ff047 sending to next pipeline
2026-03-25 21:49:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5df465e3-ea1d-5ccc-b507-ea23d19ff047, identifier: 7002548auction111051
2026-03-25 21:49:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with identifier: 7002548auction111051
2026-03-25 21:49:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with identifier: 7002548auction111051
2026-03-25 21:49:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with identifier: 7002548auction111051 to the API
2026-03-25 21:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002548/photo_001/780x0__r.jpg?hash=1774457308>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Other',
'id': '5df465e3-ea1d-5ccc-b507-ea23d19ff047',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002548',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': 'X3',
'odometer': 71357,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'X3 XDRIVE 30E 292 MSPORT RSK WIP chtx',
'transmission': 'automatic',
'trim': 'XDRIVE 30E 292 MSPORT RSK WIP chtx',
'vin': None,
'year': 2023}
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002548auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:14 [ecarstrade.be] INFO: Saving data for 7002548auction111051: {'created_time': 1774475354.013755, 'last_price_update_time': 1774475354.013764, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002548auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_003/780x0__r.jpg?hash=1774457307> (referer: https://ecarstrade.com/cars/7002547)
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_002/780x0__r.jpg?hash=1774457307> (referer: https://ecarstrade.com/cars/7002547)
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dad542c0-77c3-5bbc-a339-507c27070550
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dad542c0-77c3-5bbc-a339-507c27070550
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_005/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002554)
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_001/780x0__r.jpg?hash=1774457306> (referer: https://ecarstrade.com/cars/7002547)
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dad542c0-77c3-5bbc-a339-507c27070550
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dad542c0-77c3-5bbc-a339-507c27070550
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_004/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002554)
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_003/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002554)
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item faf76dec-e918-5ed5-89f5-1507a0c538d4
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_002/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002554)
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_001/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002554)
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dad542c0-77c3-5bbc-a339-507c27070550
2026-03-25 21:49:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dad542c0-77c3-5bbc-a339-507c27070550, skipping ID generation
2026-03-25 21:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dad542c0-77c3-5bbc-a339-507c27070550 with scrape type 1
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dad542c0-77c3-5bbc-a339-507c27070550 sending to next pipeline
2026-03-25 21:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dad542c0-77c3-5bbc-a339-507c27070550, identifier: 7002547auction111051
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item faf76dec-e918-5ed5-89f5-1507a0c538d4
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item faf76dec-e918-5ed5-89f5-1507a0c538d4
2026-03-25 21:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dad542c0-77c3-5bbc-a339-507c27070550 with identifier: 7002547auction111051
2026-03-25 21:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dad542c0-77c3-5bbc-a339-507c27070550 with identifier: 7002547auction111051
2026-03-25 21:49:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dad542c0-77c3-5bbc-a339-507c27070550 with identifier: 7002547auction111051 to the API
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002547/photo_001/780x0__r.jpg?hash=1774457306>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dad542c0-77c3-5bbc-a339-507c27070550',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002547',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '330',
'odometer': 31427,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-01',
'seats_number': None,
'seller_name': None,
'title': 'SERIE 3 BERLINE 330e M SPORT 6M BB',
'transmission': 'automatic',
'trim': 'SERIE 3 BERLINE e M SPORT 6M BB',
'vin': None,
'year': 2025}
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002547auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:14 [ecarstrade.be] INFO: Saving data for 7002547auction111051: {'created_time': 1774475354.64801, 'last_price_update_time': 1774475354.648023, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002547auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_005/780x0__r.jpg?hash=1774457301> (referer: https://ecarstrade.com/cars/7002542)
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_001/780x0__r.jpg?hash=1774457301> (referer: https://ecarstrade.com/cars/7002542)
2026-03-25 21:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002522> (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-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item faf76dec-e918-5ed5-89f5-1507a0c538d4
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item faf76dec-e918-5ed5-89f5-1507a0c538d4
2026-03-25 21:49:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: faf76dec-e918-5ed5-89f5-1507a0c538d4, skipping ID generation
2026-03-25 21:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf76dec-e918-5ed5-89f5-1507a0c538d4 with scrape type 1
2026-03-25 21:49:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item faf76dec-e918-5ed5-89f5-1507a0c538d4 sending to next pipeline
2026-03-25 21:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: faf76dec-e918-5ed5-89f5-1507a0c538d4, identifier: 7002554auction111051
2026-03-25 21:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: faf76dec-e918-5ed5-89f5-1507a0c538d4 with identifier: 7002554auction111051
2026-03-25 21:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: faf76dec-e918-5ed5-89f5-1507a0c538d4 with identifier: 7002554auction111051
2026-03-25 21:49:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: faf76dec-e918-5ed5-89f5-1507a0c538d4 with identifier: 7002554auction111051 to the API
2026-03-25 21:49:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002554/photo_001/780x0__r.jpg?hash=1774457313>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'faf76dec-e918-5ed5-89f5-1507a0c538d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002554',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Renault',
'model': 'Captur',
'odometer': 67046,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Captur II Evolution 1.0 TCE 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Evolution 1.0 TCE 90CV BVM6 E6d',
'vin': None,
'year': 2024}
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002554auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:15 [ecarstrade.be] INFO: Saving data for 7002554auction111051: {'created_time': 1774475355.054031, 'last_price_update_time': 1774475355.054043, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002554auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_003/780x0__r.jpg?hash=1774457301> (referer: https://ecarstrade.com/cars/7002542)
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_006/780x0__r.jpg?hash=1774457301> (referer: https://ecarstrade.com/cars/7002542)
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_004/780x0__r.jpg?hash=1774457301> (referer: https://ecarstrade.com/cars/7002542)
2026-03-25 21:49:15 [ecarstrade.be] INFO: Extracting details for car 7002522auction111050
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a5782f7-9f84-51aa-84b1-4d1e96578864
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a5782f7-9f84-51aa-84b1-4d1e96578864
2026-03-25 21:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with identifier: 7002522auction111050
2026-03-25 21:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with scrape type 1
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5e0f2f12-9c0e-5590-86a8-455c4e34de51
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002522%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457282%27 HTTP/1.1" 200 None
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_001/780x0__r.jpg?hash=1774457282 not downloaded yet
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002522%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457283%27 HTTP/1.1" 200 None
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_002/780x0__r.jpg?hash=1774457283 not downloaded yet
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_002/780x0__r.jpg?hash=1774457301> (referer: https://ecarstrade.com/cars/7002542)
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002522%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457282%27 HTTP/1.1" 200 None
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_003/780x0__r.jpg?hash=1774457282 not downloaded yet
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_005/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002552)
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002522%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457282%27 HTTP/1.1" 200 None
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_004/780x0__r.jpg?hash=1774457282 not downloaded yet
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_004/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002552)
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002522%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457282%27 HTTP/1.1" 200 None
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_005/780x0__r.jpg?hash=1774457282 not downloaded yet
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a5782f7-9f84-51aa-84b1-4d1e96578864
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a5782f7-9f84-51aa-84b1-4d1e96578864
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a5782f7-9f84-51aa-84b1-4d1e96578864
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002522%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457282%27 HTTP/1.1" 200 None
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_006/780x0__r.jpg?hash=1774457282 not downloaded yet
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_002/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002552)
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a5782f7-9f84-51aa-84b1-4d1e96578864
2026-03-25 21:49:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a5782f7-9f84-51aa-84b1-4d1e96578864, skipping ID generation
2026-03-25 21:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a5782f7-9f84-51aa-84b1-4d1e96578864 with scrape type 1
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a5782f7-9f84-51aa-84b1-4d1e96578864 sending to next pipeline
2026-03-25 21:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a5782f7-9f84-51aa-84b1-4d1e96578864, identifier: 7002542auction111051
2026-03-25 21:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a5782f7-9f84-51aa-84b1-4d1e96578864 with identifier: 7002542auction111051
2026-03-25 21:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a5782f7-9f84-51aa-84b1-4d1e96578864 with identifier: 7002542auction111051
2026-03-25 21:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a5782f7-9f84-51aa-84b1-4d1e96578864 with identifier: 7002542auction111051 to the API
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002542/photo_002/780x0__r.jpg?hash=1774457301>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Electric',
'id': '3a5782f7-9f84-51aa-84b1-4d1e96578864',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002542',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'iX',
'odometer': 91267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'IX XDRIVE40 EL 326CH',
'transmission': 'manual',
'trim': 'IX XDRIVE40 EL 326CH',
'vin': None,
'year': 2022}
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002542auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:15 [ecarstrade.be] INFO: Saving data for 7002542auction111051: {'created_time': 1774475355.637264, 'last_price_update_time': 1774475355.637273, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002542auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_001/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002552)
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_005/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002549)
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_003/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002552)
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_002/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002549)
2026-03-25 21:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_003/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002549)
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ce0f2820-8dd5-520c-be1c-ab16c569e067
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb
2026-03-25 21:49:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb, skipping ID generation
2026-03-25 21:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with scrape type 1
2026-03-25 21:49:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb sending to next pipeline
2026-03-25 21:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb, identifier: 7002552auction111051
2026-03-25 21:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with identifier: 7002552auction111051
2026-03-25 21:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with identifier: 7002552auction111051
2026-03-25 21:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with identifier: 7002552auction111051 to the API
2026-03-25 21:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002552/photo_003/780x0__r.jpg?hash=1774457311>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5042f6a8-28fd-57e7-93c6-20cf646aeeeb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002552',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 108437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002552auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:16 [ecarstrade.be] INFO: Saving data for 7002552auction111051: {'created_time': 1774475356.143758, 'last_price_update_time': 1774475356.143769, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002552auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_001/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002549)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_004/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002549)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_002/780x0__r.jpg?hash=1774457283> (referer: https://ecarstrade.com/cars/7002522)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002541> (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-25 21:49:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ce0f2820-8dd5-520c-be1c-ab16c569e067
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ce0f2820-8dd5-520c-be1c-ab16c569e067
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_004/780x0__r.jpg?hash=1774457282> (referer: https://ecarstrade.com/cars/7002522)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_006/780x0__r.jpg?hash=1774457282> (referer: https://ecarstrade.com/cars/7002522)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_001/780x0__r.jpg?hash=1774457282> (referer: https://ecarstrade.com/cars/7002522)
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ce0f2820-8dd5-520c-be1c-ab16c569e067
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ce0f2820-8dd5-520c-be1c-ab16c569e067
2026-03-25 21:49:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce0f2820-8dd5-520c-be1c-ab16c569e067, skipping ID generation
2026-03-25 21:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce0f2820-8dd5-520c-be1c-ab16c569e067 with scrape type 1
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce0f2820-8dd5-520c-be1c-ab16c569e067 sending to next pipeline
2026-03-25 21:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce0f2820-8dd5-520c-be1c-ab16c569e067, identifier: 7002549auction111051
2026-03-25 21:49:16 [ecarstrade.be] INFO: Extracting details for car 7002541auction111051
2026-03-25 21:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce0f2820-8dd5-520c-be1c-ab16c569e067 with identifier: 7002549auction111051
2026-03-25 21:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce0f2820-8dd5-520c-be1c-ab16c569e067 with identifier: 7002549auction111051
2026-03-25 21:49:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce0f2820-8dd5-520c-be1c-ab16c569e067 with identifier: 7002549auction111051 to the API
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002549/photo_004/780x0__r.jpg?hash=1774457310>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'ce0f2820-8dd5-520c-be1c-ab16c569e067',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002549',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Citroen',
'model': 'C3',
'odometer': 70997,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002549auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:16 [ecarstrade.be] INFO: Saving data for 7002549auction111051: {'created_time': 1774475356.893066, 'last_price_update_time': 1774475356.893076, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002549auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_003/780x0__r.jpg?hash=1774457282> (referer: https://ecarstrade.com/cars/7002522)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_005/780x0__r.jpg?hash=1774457282> (referer: https://ecarstrade.com/cars/7002522)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_005/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002551)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_004/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002551)
2026-03-25 21:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002544> (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-25 21:49:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5e0f2f12-9c0e-5590-86a8-455c4e34de51
2026-03-25 21:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71754362-718e-5806-b009-204b511684f9 with identifier: 7002541auction111051
2026-03-25 21:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71754362-718e-5806-b009-204b511684f9 with scrape type 1
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 71754362-718e-5806-b009-204b511684f9
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002541%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457300%27 HTTP/1.1" 200 None
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_001/780x0__r.jpg?hash=1774457300 not downloaded yet
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5e0f2f12-9c0e-5590-86a8-455c4e34de51
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5e0f2f12-9c0e-5590-86a8-455c4e34de51
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5e0f2f12-9c0e-5590-86a8-455c4e34de51
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002541%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457300%27 HTTP/1.1" 200 None
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_002/780x0__r.jpg?hash=1774457300 not downloaded yet
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002541%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457300%27 HTTP/1.1" 200 None
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_003/780x0__r.jpg?hash=1774457300 not downloaded yet
2026-03-25 21:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002541%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457300%27 HTTP/1.1" 200 None
2026-03-25 21:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_004/780x0__r.jpg?hash=1774457300 not downloaded yet
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_005/780x0__r.jpg?hash=1774457309> (referer: https://ecarstrade.com/cars/7002550)
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002541%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457301%27 HTTP/1.1" 200 None
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_005/780x0__r.jpg?hash=1774457301 not downloaded yet
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_003/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002551)
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002541%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457300%27 HTTP/1.1" 200 None
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_006/780x0__r.jpg?hash=1774457300 not downloaded yet
2026-03-25 21:49:17 [ecarstrade.be] INFO: Extracting details for car 7002544auction111051
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5e0f2f12-9c0e-5590-86a8-455c4e34de51
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_004/780x0__r.jpg?hash=1774457309> (referer: https://ecarstrade.com/cars/7002550)
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_001/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002551)
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_002/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002551)
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5e0f2f12-9c0e-5590-86a8-455c4e34de51
2026-03-25 21:49:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e0f2f12-9c0e-5590-86a8-455c4e34de51, skipping ID generation
2026-03-25 21:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with scrape type 1
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e0f2f12-9c0e-5590-86a8-455c4e34de51 sending to next pipeline
2026-03-25 21:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e0f2f12-9c0e-5590-86a8-455c4e34de51, identifier: 7002522auction111050
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 33cde214-5eb0-5e40-bec7-69240b846c74
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 33cde214-5eb0-5e40-bec7-69240b846c74
2026-03-25 21:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d34af37-5283-5423-be9d-5e2f169e20c5 with identifier: 7002544auction111051
2026-03-25 21:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d34af37-5283-5423-be9d-5e2f169e20c5 with scrape type 1
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d34af37-5283-5423-be9d-5e2f169e20c5
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002544%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457303%27 HTTP/1.1" 200 None
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_001/780x0__r.jpg?hash=1774457303 not downloaded yet
2026-03-25 21:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with identifier: 7002522auction111050
2026-03-25 21:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with identifier: 7002522auction111050
2026-03-25 21:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with identifier: 7002522auction111050 to the API
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002522/photo_005/780x0__r.jpg?hash=1774457282>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '5e0f2f12-9c0e-5590-86a8-455c4e34de51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002522',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 79592,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002522auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:49:17 [ecarstrade.be] INFO: Saving data for 7002522auction111050: {'created_time': 1774475357.493645, 'last_price_update_time': 1774475357.493654, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002522auction111050') HTTP/1.1" 204 0
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_003/780x0__r.jpg?hash=1774457309> (referer: https://ecarstrade.com/cars/7002550)
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_002/780x0__r.jpg?hash=1774457310> (referer: https://ecarstrade.com/cars/7002550)
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002544%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457303%27 HTTP/1.1" 200 None
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_002/780x0__r.jpg?hash=1774457303 not downloaded yet
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_005/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002553)
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_004/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002553)
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_001/780x0__r.jpg?hash=1774457309> (referer: https://ecarstrade.com/cars/7002550)
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a6b36161-a67a-5449-b807-975f3b05eae0
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 33cde214-5eb0-5e40-bec7-69240b846c74
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a6b36161-a67a-5449-b807-975f3b05eae0
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 33cde214-5eb0-5e40-bec7-69240b846c74
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 33cde214-5eb0-5e40-bec7-69240b846c74
2026-03-25 21:49:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33cde214-5eb0-5e40-bec7-69240b846c74, skipping ID generation
2026-03-25 21:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33cde214-5eb0-5e40-bec7-69240b846c74 with scrape type 1
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 33cde214-5eb0-5e40-bec7-69240b846c74 sending to next pipeline
2026-03-25 21:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33cde214-5eb0-5e40-bec7-69240b846c74, identifier: 7002551auction111051
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002544%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457303%27 HTTP/1.1" 200 None
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_003/780x0__r.jpg?hash=1774457303 not downloaded yet
2026-03-25 21:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33cde214-5eb0-5e40-bec7-69240b846c74 with identifier: 7002551auction111051
2026-03-25 21:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33cde214-5eb0-5e40-bec7-69240b846c74 with identifier: 7002551auction111051
2026-03-25 21:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33cde214-5eb0-5e40-bec7-69240b846c74 with identifier: 7002551auction111051 to the API
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002551/photo_002/780x0__r.jpg?hash=1774457310>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '33cde214-5eb0-5e40-bec7-69240b846c74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002551',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 128308,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002551auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:17 [ecarstrade.be] INFO: Saving data for 7002551auction111051: {'created_time': 1774475357.920747, 'last_price_update_time': 1774475357.920757, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002551auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_003/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002553)
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_002/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002553)
2026-03-25 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002544%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457303%27 HTTP/1.1" 200 None
2026-03-25 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_004/780x0__r.jpg?hash=1774457303 not downloaded yet
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002540> (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-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_001/780x0__r.jpg?hash=1774457300> (referer: https://ecarstrade.com/cars/7002541)
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_004/780x0__r.jpg?hash=1774457300> (referer: https://ecarstrade.com/cars/7002541)
2026-03-25 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_005/780x0__r.jpg?hash=1774457301> (referer: https://ecarstrade.com/cars/7002541)
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002544%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457304%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_005/780x0__r.jpg?hash=1774457304 not downloaded yet
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a6b36161-a67a-5449-b807-975f3b05eae0
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a6b36161-a67a-5449-b807-975f3b05eae0
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7b8e7090-9180-55da-82c3-20c51a3ea4dd
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7b8e7090-9180-55da-82c3-20c51a3ea4dd
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a6b36161-a67a-5449-b807-975f3b05eae0
2026-03-25 21:49:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a6b36161-a67a-5449-b807-975f3b05eae0, skipping ID generation
2026-03-25 21:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6b36161-a67a-5449-b807-975f3b05eae0 with scrape type 1
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a6b36161-a67a-5449-b807-975f3b05eae0 sending to next pipeline
2026-03-25 21:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6b36161-a67a-5449-b807-975f3b05eae0, identifier: 7002550auction111051
2026-03-25 21:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6b36161-a67a-5449-b807-975f3b05eae0 with identifier: 7002550auction111051
2026-03-25 21:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6b36161-a67a-5449-b807-975f3b05eae0 with identifier: 7002550auction111051
2026-03-25 21:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6b36161-a67a-5449-b807-975f3b05eae0 with identifier: 7002550auction111051 to the API
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002550/photo_001/780x0__r.jpg?hash=1774457309>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a6b36161-a67a-5449-b807-975f3b05eae0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002550',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 85748,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'COMPASS 240 HY TRAILHK BVA AWD',
'transmission': 'automatic',
'trim': 'COMPASS 240 HY TRAILHK BVA AWD',
'vin': None,
'year': 2023}
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002550auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [ecarstrade.be] INFO: Saving data for 7002550auction111051: {'created_time': 1774475358.388507, 'last_price_update_time': 1774475358.388516, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002550auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_003/780x0__r.jpg?hash=1774457300> (referer: https://ecarstrade.com/cars/7002541)
2026-03-25 21:49:18 [ecarstrade.be] INFO: Extracting details for car 7002540auction111051
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002544%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457303%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_006/780x0__r.jpg?hash=1774457303 not downloaded yet
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_001/780x0__r.jpg?hash=1774457311> (referer: https://ecarstrade.com/cars/7002553)
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_002/780x0__r.jpg?hash=1774457300> (referer: https://ecarstrade.com/cars/7002541)
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_005/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002555)
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_006/780x0__r.jpg?hash=1774457300> (referer: https://ecarstrade.com/cars/7002541)
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_001/780x0__r.jpg?hash=1774457303> (referer: https://ecarstrade.com/cars/7002544)
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7b8e7090-9180-55da-82c3-20c51a3ea4dd
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7b8e7090-9180-55da-82c3-20c51a3ea4dd
2026-03-25 21:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abaebf30-a196-5952-90d0-d80fd4b51b8f with identifier: 7002540auction111051
2026-03-25 21:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abaebf30-a196-5952-90d0-d80fd4b51b8f with scrape type 1
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item abaebf30-a196-5952-90d0-d80fd4b51b8f
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002540%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457299%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_001/780x0__r.jpg?hash=1774457299 not downloaded yet
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 71754362-718e-5806-b009-204b511684f9
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 71754362-718e-5806-b009-204b511684f9
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 71754362-718e-5806-b009-204b511684f9
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002540%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457298%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_002/780x0__r.jpg?hash=1774457298 not downloaded yet
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002540%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457299%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_003/780x0__r.jpg?hash=1774457299 not downloaded yet
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_002/780x0__r.jpg?hash=1774457303> (referer: https://ecarstrade.com/cars/7002544)
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_003/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002555)
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002540%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457299%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_004/780x0__r.jpg?hash=1774457299 not downloaded yet
2026-03-25 21:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_002/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002555)
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 71754362-718e-5806-b009-204b511684f9
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_003/780x0__r.jpg?hash=1774457303> (referer: https://ecarstrade.com/cars/7002544)
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002540%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457299%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_005/780x0__r.jpg?hash=1774457299 not downloaded yet
2026-03-25 21:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_004/780x0__r.jpg?hash=1774457313> (referer: https://ecarstrade.com/cars/7002555)
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_004/780x0__r.jpg?hash=1774457303> (referer: https://ecarstrade.com/cars/7002544)
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7002540%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457299%27 HTTP/1.1" 200 None
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_006/780x0__r.jpg?hash=1774457299 not downloaded yet
2026-03-25 21:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7b8e7090-9180-55da-82c3-20c51a3ea4dd
2026-03-25 21:49:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7b8e7090-9180-55da-82c3-20c51a3ea4dd, skipping ID generation
2026-03-25 21:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8e7090-9180-55da-82c3-20c51a3ea4dd with scrape type 1
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7b8e7090-9180-55da-82c3-20c51a3ea4dd sending to next pipeline
2026-03-25 21:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b8e7090-9180-55da-82c3-20c51a3ea4dd, identifier: 7002553auction111051
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 71754362-718e-5806-b009-204b511684f9
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 11c1e0f4-6efa-5a90-b184-cd61655aa09b
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 71754362-718e-5806-b009-204b511684f9
2026-03-25 21:49:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 71754362-718e-5806-b009-204b511684f9, skipping ID generation
2026-03-25 21:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71754362-718e-5806-b009-204b511684f9 with scrape type 1
2026-03-25 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 71754362-718e-5806-b009-204b511684f9 sending to next pipeline
2026-03-25 21:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71754362-718e-5806-b009-204b511684f9, identifier: 7002541auction111051
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_005/780x0__r.jpg?hash=1774457304> (referer: https://ecarstrade.com/cars/7002544)
2026-03-25 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_001/780x0__r.jpg?hash=1774457314> (referer: https://ecarstrade.com/cars/7002555)
2026-03-25 21:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b8e7090-9180-55da-82c3-20c51a3ea4dd with identifier: 7002553auction111051
2026-03-25 21:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b8e7090-9180-55da-82c3-20c51a3ea4dd with identifier: 7002553auction111051
2026-03-25 21:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b8e7090-9180-55da-82c3-20c51a3ea4dd with identifier: 7002553auction111051 to the API
2026-03-25 21:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002553/photo_001/780x0__r.jpg?hash=1774457311>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7b8e7090-9180-55da-82c3-20c51a3ea4dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002553',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 81207,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Espace VI Techno E-Tech Hybrid 1.2 200CV BVAV 7 Sieges 6E',
'transmission': 'automatic',
'trim': 'Espace VI Techno E-Tech Hybrid 1.2 200CV BVAV 7 Sieges 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002553auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:19 [ecarstrade.be] INFO: Saving data for 7002553auction111051: {'created_time': 1774475359.131755, 'last_price_update_time': 1774475359.131766, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002553auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71754362-718e-5806-b009-204b511684f9 with identifier: 7002541auction111051
2026-03-25 21:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71754362-718e-5806-b009-204b511684f9 with identifier: 7002541auction111051
2026-03-25 21:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71754362-718e-5806-b009-204b511684f9 with identifier: 7002541auction111051 to the API
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002541/photo_006/780x0__r.jpg?hash=1774457300>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '71754362-718e-5806-b009-204b511684f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002541',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 85070,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002541auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:19 [ecarstrade.be] INFO: Saving data for 7002541auction111051: {'created_time': 1774475359.440948, 'last_price_update_time': 1774475359.440961, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002541auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d34af37-5283-5423-be9d-5e2f169e20c5
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d34af37-5283-5423-be9d-5e2f169e20c5
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 11c1e0f4-6efa-5a90-b184-cd61655aa09b
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 11c1e0f4-6efa-5a90-b184-cd61655aa09b
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d34af37-5283-5423-be9d-5e2f169e20c5
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 11c1e0f4-6efa-5a90-b184-cd61655aa09b
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d34af37-5283-5423-be9d-5e2f169e20c5
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d34af37-5283-5423-be9d-5e2f169e20c5
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 11c1e0f4-6efa-5a90-b184-cd61655aa09b
2026-03-25 21:49:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11c1e0f4-6efa-5a90-b184-cd61655aa09b, skipping ID generation
2026-03-25 21:49:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11c1e0f4-6efa-5a90-b184-cd61655aa09b with scrape type 1
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11c1e0f4-6efa-5a90-b184-cd61655aa09b sending to next pipeline
2026-03-25 21:49:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11c1e0f4-6efa-5a90-b184-cd61655aa09b, identifier: 7002555auction111051
2026-03-25 21:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11c1e0f4-6efa-5a90-b184-cd61655aa09b with identifier: 7002555auction111051
2026-03-25 21:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11c1e0f4-6efa-5a90-b184-cd61655aa09b with identifier: 7002555auction111051
2026-03-25 21:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11c1e0f4-6efa-5a90-b184-cd61655aa09b with identifier: 7002555auction111051 to the API
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002555/photo_001/780x0__r.jpg?hash=1774457314>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '11c1e0f4-6efa-5a90-b184-cd61655aa09b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002555',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 50376,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'ARKANA TECHNO E-TECH FULL HYB 145 RISK',
'transmission': 'automatic',
'trim': 'ARKANA TECHNO E-TECH FULL HYB 145 RISK',
'vin': None,
'year': 2024}
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002555auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:19 [ecarstrade.be] INFO: Saving data for 7002555auction111051: {'created_time': 1774475359.871263, 'last_price_update_time': 1774475359.871272, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002555auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_006/780x0__r.jpg?hash=1774457303> (referer: https://ecarstrade.com/cars/7002544)
2026-03-25 21:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_003/780x0__r.jpg?hash=1774457299> (referer: https://ecarstrade.com/cars/7002540)
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d34af37-5283-5423-be9d-5e2f169e20c5
2026-03-25 21:49:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d34af37-5283-5423-be9d-5e2f169e20c5, skipping ID generation
2026-03-25 21:49:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d34af37-5283-5423-be9d-5e2f169e20c5 with scrape type 1
2026-03-25 21:49:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d34af37-5283-5423-be9d-5e2f169e20c5 sending to next pipeline
2026-03-25 21:49:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d34af37-5283-5423-be9d-5e2f169e20c5, identifier: 7002544auction111051
2026-03-25 21:49:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d34af37-5283-5423-be9d-5e2f169e20c5 with identifier: 7002544auction111051
2026-03-25 21:49:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d34af37-5283-5423-be9d-5e2f169e20c5 with identifier: 7002544auction111051
2026-03-25 21:49:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d34af37-5283-5423-be9d-5e2f169e20c5 with identifier: 7002544auction111051 to the API
2026-03-25 21:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002544/photo_006/780x0__r.jpg?hash=1774457303>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2d34af37-5283-5423-be9d-5e2f169e20c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002544',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '330',
'odometer': 96353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': '330E TOURING BVA M SPORT LH',
'transmission': 'automatic',
'trim': 'E TOURING BVA M SPORT LH',
'vin': None,
'year': 2022}
2026-03-25 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002544auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:20 [ecarstrade.be] INFO: Saving data for 7002544auction111051: {'created_time': 1774475360.417467, 'last_price_update_time': 1774475360.417477, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002544auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_002/780x0__r.jpg?hash=1774457298> (referer: https://ecarstrade.com/cars/7002540)
2026-03-25 21:49:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item abaebf30-a196-5952-90d0-d80fd4b51b8f
2026-03-25 21:49:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item abaebf30-a196-5952-90d0-d80fd4b51b8f
2026-03-25 21:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_001/780x0__r.jpg?hash=1774457299> (referer: https://ecarstrade.com/cars/7002540)
2026-03-25 21:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_004/780x0__r.jpg?hash=1774457299> (referer: https://ecarstrade.com/cars/7002540)
2026-03-25 21:49:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item abaebf30-a196-5952-90d0-d80fd4b51b8f
2026-03-25 21:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_005/780x0__r.jpg?hash=1774457299> (referer: https://ecarstrade.com/cars/7002540)
2026-03-25 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-25 21:49:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item abaebf30-a196-5952-90d0-d80fd4b51b8f
2026-03-25 21:49:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item abaebf30-a196-5952-90d0-d80fd4b51b8f
2026-03-25 21:49:25 [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-25 21:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_006/780x0__r.jpg?hash=1774457299> (referer: https://ecarstrade.com/cars/7002540)
2026-03-25 21:49:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:49:25 [ecarstrade.be] INFO: Found listing with ID: 7002557auction111051
2026-03-25 21:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002557auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:25 [ecarstrade.be] INFO: Scrape type for 7002557auction111051: 1
2026-03-25 21:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_006/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002497)
2026-03-25 21:49:25 [ecarstrade.be] INFO: Found listing with ID: 7002558auction111051
2026-03-25 21:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002558auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:25 [ecarstrade.be] INFO: Scrape type for 7002558auction111051: 1
2026-03-25 21:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:25 [ecarstrade.be] INFO: Found listing with ID: 7002559auction111051
2026-03-25 21:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002559auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:25 [ecarstrade.be] INFO: Scrape type for 7002559auction111051: 1
2026-03-25 21:49:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item abaebf30-a196-5952-90d0-d80fd4b51b8f
2026-03-25 21:49:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: abaebf30-a196-5952-90d0-d80fd4b51b8f, skipping ID generation
2026-03-25 21:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abaebf30-a196-5952-90d0-d80fd4b51b8f with scrape type 1
2026-03-25 21:49:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item abaebf30-a196-5952-90d0-d80fd4b51b8f sending to next pipeline
2026-03-25 21:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: abaebf30-a196-5952-90d0-d80fd4b51b8f, identifier: 7002540auction111051
2026-03-25 21:49:25 [ecarstrade.be] INFO: Found listing with ID: 7002560auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002560auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002560auction111051: 1
2026-03-25 21:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: abaebf30-a196-5952-90d0-d80fd4b51b8f with identifier: 7002540auction111051
2026-03-25 21:49:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: abaebf30-a196-5952-90d0-d80fd4b51b8f with identifier: 7002540auction111051
2026-03-25 21:49:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: abaebf30-a196-5952-90d0-d80fd4b51b8f with identifier: 7002540auction111051 to the API
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002540/photo_006/780x0__r.jpg?hash=1774457299>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'abaebf30-a196-5952-90d0-d80fd4b51b8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002540',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 111762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002540auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Saving data for 7002540auction111051: {'created_time': 1774475366.316968, 'last_price_update_time': 1774475366.316978, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002540auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002561auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002561auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002561auction111051: 1
2026-03-25 21:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002539> (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-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002562auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002562auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002562auction111051: 1
2026-03-25 21:49:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002563auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002563auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002563auction111051: 1
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002564auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002564auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002564auction111051: 1
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002565auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002565auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002565auction111051: 1
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002566auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002566auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002566auction111051: 1
2026-03-25 21:49:26 [ecarstrade.be] INFO: Extracting details for car 7002539auction111051
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002567auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002567auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002567auction111051: 1
2026-03-25 21:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7079ac18-9b70-5823-9f44-37b9cdbad97a with identifier: 7002539auction111051
2026-03-25 21:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7079ac18-9b70-5823-9f44-37b9cdbad97a with scrape type 1
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7079ac18-9b70-5823-9f44-37b9cdbad97a
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002539%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457296%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_001/780x0__r.jpg?hash=1774457296 not downloaded yet
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002568auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002568auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002568auction111051: 1
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002539%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457298%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_002/780x0__r.jpg?hash=1774457298 not downloaded yet
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002569auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002569auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002569auction111051: 1
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002539%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457296%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_003/780x0__r.jpg?hash=1774457296 not downloaded yet
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002570auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002570auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002570auction111051: 1
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002539%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457296%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_004/780x0__r.jpg?hash=1774457296 not downloaded yet
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002571auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002571auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002571auction111051: 1
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002539%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457296%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_005/780x0__r.jpg?hash=1774457296 not downloaded yet
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002572auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002572auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002572auction111051: 1
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002539%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457296%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_006/780x0__r.jpg?hash=1774457296 not downloaded yet
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002573auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002573auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002573auction111051: 1
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002574auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002574auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002574auction111051: 1
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002575auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002575auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002575auction111051: 1
2026-03-25 21:49:26 [ecarstrade.be] INFO: Found listing with ID: 7002576auction111051
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002576auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [ecarstrade.be] INFO: Scrape type for 7002576auction111051: 1
2026-03-25 21:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002537> (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-25 21:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_004/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002497)
2026-03-25 21:49:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:26 [ecarstrade.be] INFO: Extracting details for car 7002537auction111051
2026-03-25 21:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9d28c1d-0a81-51bf-9df3-ede825286a27 with identifier: 7002537auction111051
2026-03-25 21:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9d28c1d-0a81-51bf-9df3-ede825286a27 with scrape type 1
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a9d28c1d-0a81-51bf-9df3-ede825286a27
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002537%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457295%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_001/780x0__r.jpg?hash=1774457295 not downloaded yet
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002537%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457295%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_002/780x0__r.jpg?hash=1774457295 not downloaded yet
2026-03-25 21:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002538> (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-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002537%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457296%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_003/780x0__r.jpg?hash=1774457296 not downloaded yet
2026-03-25 21:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002535> (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-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002537%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457295%27 HTTP/1.1" 200 None
2026-03-25 21:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_004/780x0__r.jpg?hash=1774457295 not downloaded yet
2026-03-25 21:49:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002537%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457295%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_005/780x0__r.jpg?hash=1774457295 not downloaded yet
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002537%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457295%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_006/780x0__r.jpg?hash=1774457295 not downloaded yet
2026-03-25 21:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_003/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002497)
2026-03-25 21:49:27 [ecarstrade.be] INFO: Extracting details for car 7002538auction111051
2026-03-25 21:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a122ac14-b328-589f-a3c8-02020ff09b53 with identifier: 7002538auction111051
2026-03-25 21:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a122ac14-b328-589f-a3c8-02020ff09b53 with scrape type 1
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a122ac14-b328-589f-a3c8-02020ff09b53
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002538%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457298%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_001/780x0__r.jpg?hash=1774457298 not downloaded yet
2026-03-25 21:49:27 [ecarstrade.be] INFO: Extracting details for car 7002535auction111051
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002538%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457298%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_002/780x0__r.jpg?hash=1774457298 not downloaded yet
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002538%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457298%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_003/780x0__r.jpg?hash=1774457298 not downloaded yet
2026-03-25 21:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 609bb2ba-b13d-5869-ad11-60bfa08debb4 with identifier: 7002535auction111051
2026-03-25 21:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 609bb2ba-b13d-5869-ad11-60bfa08debb4 with scrape type 1
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 609bb2ba-b13d-5869-ad11-60bfa08debb4
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002535%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457292%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_001/780x0__r.jpg?hash=1774457292 not downloaded yet
2026-03-25 21:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_002/780x0__r.jpg?hash=1774457255> (referer: https://ecarstrade.com/cars/7002497)
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002538%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457299%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_004/780x0__r.jpg?hash=1774457299 not downloaded yet
2026-03-25 21:49:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002535%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_002/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002538%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457298%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_005/780x0__r.jpg?hash=1774457298 not downloaded yet
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002535%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457292%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_003/780x0__r.jpg?hash=1774457292 not downloaded yet
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002538%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457298%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_006/780x0__r.jpg?hash=1774457298 not downloaded yet
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002535%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457292%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_004/780x0__r.jpg?hash=1774457292 not downloaded yet
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002535%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457292%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_005/780x0__r.jpg?hash=1774457292 not downloaded yet
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9
2026-03-25 21:49:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9, skipping ID generation
2026-03-25 21:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with scrape type 1
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 sending to next pipeline
2026-03-25 21:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9, identifier: 7002497auction111050
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002535%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_006/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with identifier: 7002497auction111050
2026-03-25 21:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with identifier: 7002497auction111050
2026-03-25 21:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with identifier: 7002497auction111050 to the API
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002497/photo_002/780x0__r.jpg?hash=1774457255>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002497',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Iveco',
'model': 'Other',
'odometer': 107668,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'transmission': 'manual',
'trim': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'vin': None,
'year': 2023}
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002497auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [ecarstrade.be] INFO: Saving data for 7002497auction111050: {'created_time': 1774475367.715107, 'last_price_update_time': 1774475367.715117, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002497auction111050') HTTP/1.1" 204 0
2026-03-25 21:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002534> (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-25 21:49:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:27 [ecarstrade.be] INFO: Extracting details for car 7002534auction111051
2026-03-25 21:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with identifier: 7002534auction111051
2026-03-25 21:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with scrape type 1
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002534%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_001/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002534%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_002/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002534%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457291%27 HTTP/1.1" 200 None
2026-03-25 21:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_003/780x0__r.jpg?hash=1774457291 not downloaded yet
2026-03-25 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002534%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457291%27 HTTP/1.1" 200 None
2026-03-25 21:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_004/780x0__r.jpg?hash=1774457291 not downloaded yet
2026-03-25 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002534%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457292%27 HTTP/1.1" 200 None
2026-03-25 21:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_005/780x0__r.jpg?hash=1774457292 not downloaded yet
2026-03-25 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002534%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457291%27 HTTP/1.1" 200 None
2026-03-25 21:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_006/780x0__r.jpg?hash=1774457291 not downloaded yet
2026-03-25 21:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002533> (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-25 21:49:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:32 [ecarstrade.be] INFO: Extracting details for car 7002533auction111050
2026-03-25 21:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2eff8df-0b0b-5921-a432-b94913412ba5 with identifier: 7002533auction111050
2026-03-25 21:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2eff8df-0b0b-5921-a432-b94913412ba5 with scrape type 1
2026-03-25 21:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b2eff8df-0b0b-5921-a432-b94913412ba5
2026-03-25 21:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002533%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457295%27 HTTP/1.1" 200 None
2026-03-25 21:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_001/780x0__r.jpg?hash=1774457295 not downloaded yet
2026-03-25 21:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002533%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_002/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002533%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_003/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002533%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_004/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002533%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_005/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002533%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457293%27 HTTP/1.1" 200 None
2026-03-25 21:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_006/780x0__r.jpg?hash=1774457293 not downloaded yet
2026-03-25 21:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002531> (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-25 21:49:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:33 [ecarstrade.be] INFO: Extracting details for car 7002531auction111050
2026-03-25 21:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a13aafbf-94cc-54b5-9578-0c6cecc18dde with identifier: 7002531auction111050
2026-03-25 21:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a13aafbf-94cc-54b5-9578-0c6cecc18dde with scrape type 1
2026-03-25 21:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a13aafbf-94cc-54b5-9578-0c6cecc18dde
2026-03-25 21:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002531%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_001/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002531%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457289%27 HTTP/1.1" 200 None
2026-03-25 21:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_002/780x0__r.jpg?hash=1774457289 not downloaded yet
2026-03-25 21:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002531%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457289%27 HTTP/1.1" 200 None
2026-03-25 21:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_003/780x0__r.jpg?hash=1774457289 not downloaded yet
2026-03-25 21:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002531%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457289%27 HTTP/1.1" 200 None
2026-03-25 21:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_004/780x0__r.jpg?hash=1774457289 not downloaded yet
2026-03-25 21:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002531%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_005/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002531%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457289%27 HTTP/1.1" 200 None
2026-03-25 21:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_006/780x0__r.jpg?hash=1774457289 not downloaded yet
2026-03-25 21:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002530> (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-25 21:49:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002532> (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-25 21:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002529> (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-25 21:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_002/780x0__r.jpg?hash=1774457295> (referer: https://ecarstrade.com/cars/7002537)
2026-03-25 21:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_003/780x0__r.jpg?hash=1774457296> (referer: https://ecarstrade.com/cars/7002537)
2026-03-25 21:49:33 [ecarstrade.be] INFO: Extracting details for car 7002530auction111050
2026-03-25 21:49:34 [ecarstrade.be] INFO: Extracting details for car 7002532auction111050
2026-03-25 21:49:34 [ecarstrade.be] INFO: Extracting details for car 7002529auction111050
2026-03-25 21:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3543fc51-a700-5d1f-a00d-215e193304a5 with identifier: 7002530auction111050
2026-03-25 21:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3543fc51-a700-5d1f-a00d-215e193304a5 with scrape type 1
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3543fc51-a700-5d1f-a00d-215e193304a5
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002530%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457289%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_001/780x0__r.jpg?hash=1774457289 not downloaded yet
2026-03-25 21:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fc73bb3-976a-5776-8d6d-7eefea934675 with identifier: 7002532auction111050
2026-03-25 21:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fc73bb3-976a-5776-8d6d-7eefea934675 with scrape type 1
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0fc73bb3-976a-5776-8d6d-7eefea934675
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002532%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_001/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 657413e4-b1fa-5284-928b-32a9df564f2a with identifier: 7002529auction111050
2026-03-25 21:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 657413e4-b1fa-5284-928b-32a9df564f2a with scrape type 1
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 657413e4-b1fa-5284-928b-32a9df564f2a
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002529%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_001/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_001/780x0__r.jpg?hash=1774457292> (referer: https://ecarstrade.com/cars/7002535)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_006/780x0__r.jpg?hash=1774457295> (referer: https://ecarstrade.com/cars/7002537)
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002530%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_002/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002532%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457292%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_002/780x0__r.jpg?hash=1774457292 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002529%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_002/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002530%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_003/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002532%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_003/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002529%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_003/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a9d28c1d-0a81-51bf-9df3-ede825286a27
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a9d28c1d-0a81-51bf-9df3-ede825286a27
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002530%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_004/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002532%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_004/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002529%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_004/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 609bb2ba-b13d-5869-ad11-60bfa08debb4
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a9d28c1d-0a81-51bf-9df3-ede825286a27
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_006/780x0__r.jpg?hash=1774457291> (referer: https://ecarstrade.com/cars/7002534)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_006/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002535)
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002530%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_005/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002532%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_005/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002529%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_005/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002530%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_006/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002532%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457290%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_006/780x0__r.jpg?hash=1774457290 not downloaded yet
2026-03-25 21:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002529%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457288%27 HTTP/1.1" 200 None
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_006/780x0__r.jpg?hash=1774457288 not downloaded yet
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_006/780x0__r.jpg?hash=1774457289> (referer: https://ecarstrade.com/cars/7002531)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_006/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002533)
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 609bb2ba-b13d-5869-ad11-60bfa08debb4
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_005/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002531)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_004/780x0__r.jpg?hash=1774457289> (referer: https://ecarstrade.com/cars/7002531)
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a13aafbf-94cc-54b5-9578-0c6cecc18dde
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b2eff8df-0b0b-5921-a432-b94913412ba5
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_003/780x0__r.jpg?hash=1774457289> (referer: https://ecarstrade.com/cars/7002531)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_002/780x0__r.jpg?hash=1774457289> (referer: https://ecarstrade.com/cars/7002531)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_001/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002529)
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a13aafbf-94cc-54b5-9578-0c6cecc18dde
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a13aafbf-94cc-54b5-9578-0c6cecc18dde
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_001/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002532)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_004/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002529)
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a13aafbf-94cc-54b5-9578-0c6cecc18dde
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a13aafbf-94cc-54b5-9578-0c6cecc18dde
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 657413e4-b1fa-5284-928b-32a9df564f2a
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_006/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002529)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_004/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002532)
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0fc73bb3-976a-5776-8d6d-7eefea934675
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 657413e4-b1fa-5284-928b-32a9df564f2a
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_006/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002530)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_006/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002532)
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 657413e4-b1fa-5284-928b-32a9df564f2a
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_005/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002529)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002557> (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-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0fc73bb3-976a-5776-8d6d-7eefea934675
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_005/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002532)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_005/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002530)
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3543fc51-a700-5d1f-a00d-215e193304a5
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0fc73bb3-976a-5776-8d6d-7eefea934675
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_004/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002530)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_003/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002529)
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_003/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002532)
2026-03-25 21:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 657413e4-b1fa-5284-928b-32a9df564f2a
2026-03-25 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_003/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002530)
2026-03-25 21:49:35 [ecarstrade.be] INFO: Extracting details for car 7002557auction111051
2026-03-25 21:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a76221b-2030-5f19-b731-08536e362884 with identifier: 7002557auction111051
2026-03-25 21:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a76221b-2030-5f19-b731-08536e362884 with scrape type 1
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4a76221b-2030-5f19-b731-08536e362884
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002557%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457315%27 HTTP/1.1" 200 None
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_001/780x0__r.jpg?hash=1774457315 not downloaded yet
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002557%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457315%27 HTTP/1.1" 200 None
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_002/780x0__r.jpg?hash=1774457315 not downloaded yet
2026-03-25 21:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_002/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002529)
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002557%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457315%27 HTTP/1.1" 200 None
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_003/780x0__r.jpg?hash=1774457315 not downloaded yet
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0fc73bb3-976a-5776-8d6d-7eefea934675
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3543fc51-a700-5d1f-a00d-215e193304a5
2026-03-25 21:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_002/780x0__r.jpg?hash=1774457288> (referer: https://ecarstrade.com/cars/7002530)
2026-03-25 21:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_002/780x0__r.jpg?hash=1774457292> (referer: https://ecarstrade.com/cars/7002532)
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002557%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457315%27 HTTP/1.1" 200 None
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_004/780x0__r.jpg?hash=1774457315 not downloaded yet
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3543fc51-a700-5d1f-a00d-215e193304a5
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002557%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457315%27 HTTP/1.1" 200 None
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_005/780x0__r.jpg?hash=1774457315 not downloaded yet
2026-03-25 21:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_001/780x0__r.jpg?hash=1774457289> (referer: https://ecarstrade.com/cars/7002530)
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002557%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457315%27 HTTP/1.1" 200 None
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_006/780x0__r.jpg?hash=1774457315 not downloaded yet
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 657413e4-b1fa-5284-928b-32a9df564f2a
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0fc73bb3-976a-5776-8d6d-7eefea934675
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3543fc51-a700-5d1f-a00d-215e193304a5
2026-03-25 21:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_005/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002533)
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 657413e4-b1fa-5284-928b-32a9df564f2a
2026-03-25 21:49:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 657413e4-b1fa-5284-928b-32a9df564f2a, skipping ID generation
2026-03-25 21:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 657413e4-b1fa-5284-928b-32a9df564f2a with scrape type 1
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 657413e4-b1fa-5284-928b-32a9df564f2a sending to next pipeline
2026-03-25 21:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 657413e4-b1fa-5284-928b-32a9df564f2a, identifier: 7002529auction111050
2026-03-25 21:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 657413e4-b1fa-5284-928b-32a9df564f2a with identifier: 7002529auction111050
2026-03-25 21:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 657413e4-b1fa-5284-928b-32a9df564f2a with identifier: 7002529auction111050
2026-03-25 21:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 657413e4-b1fa-5284-928b-32a9df564f2a with identifier: 7002529auction111050 to the API
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002529/photo_002/780x0__r.jpg?hash=1774457288>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '657413e4-b1fa-5284-928b-32a9df564f2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002529',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Opel',
'model': 'Movano',
'odometer': 118337,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'transmission': 'manual',
'trim': 'MOVANO FG 3T5 L2H2 PCLIM 140',
'vin': None,
'year': 2022}
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002529auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:49:35 [ecarstrade.be] INFO: Saving data for 7002529auction111050: {'created_time': 1774475375.581486, 'last_price_update_time': 1774475375.581495, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002529auction111050') HTTP/1.1" 204 0
2026-03-25 21:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_001/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002531)
2026-03-25 21:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_003/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002533)
2026-03-25 21:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_004/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002533)
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3543fc51-a700-5d1f-a00d-215e193304a5
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0fc73bb3-976a-5776-8d6d-7eefea934675
2026-03-25 21:49:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0fc73bb3-976a-5776-8d6d-7eefea934675, skipping ID generation
2026-03-25 21:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fc73bb3-976a-5776-8d6d-7eefea934675 with scrape type 1
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0fc73bb3-976a-5776-8d6d-7eefea934675 sending to next pipeline
2026-03-25 21:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fc73bb3-976a-5776-8d6d-7eefea934675, identifier: 7002532auction111050
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3543fc51-a700-5d1f-a00d-215e193304a5
2026-03-25 21:49:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3543fc51-a700-5d1f-a00d-215e193304a5, skipping ID generation
2026-03-25 21:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3543fc51-a700-5d1f-a00d-215e193304a5 with scrape type 1
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3543fc51-a700-5d1f-a00d-215e193304a5 sending to next pipeline
2026-03-25 21:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3543fc51-a700-5d1f-a00d-215e193304a5, identifier: 7002530auction111050
2026-03-25 21:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b2eff8df-0b0b-5921-a432-b94913412ba5
2026-03-25 21:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fc73bb3-976a-5776-8d6d-7eefea934675 with identifier: 7002532auction111050
2026-03-25 21:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fc73bb3-976a-5776-8d6d-7eefea934675 with identifier: 7002532auction111050
2026-03-25 21:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fc73bb3-976a-5776-8d6d-7eefea934675 with identifier: 7002532auction111050 to the API
2026-03-25 21:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002532/photo_002/780x0__r.jpg?hash=1774457292>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '0fc73bb3-976a-5776-8d6d-7eefea934675',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002532',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Citroen',
'model': 'C3',
'odometer': 53634,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Max 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002532auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:49:36 [ecarstrade.be] INFO: Saving data for 7002532auction111050: {'created_time': 1774475376.838663, 'last_price_update_time': 1774475376.838674, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002532auction111050') HTTP/1.1" 204 0
2026-03-25 21:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3543fc51-a700-5d1f-a00d-215e193304a5 with identifier: 7002530auction111050
2026-03-25 21:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3543fc51-a700-5d1f-a00d-215e193304a5 with identifier: 7002530auction111050
2026-03-25 21:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3543fc51-a700-5d1f-a00d-215e193304a5 with identifier: 7002530auction111050 to the API
2026-03-25 21:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002530/photo_001/780x0__r.jpg?hash=1774457289>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '3543fc51-a700-5d1f-a00d-215e193304a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002530',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 115767,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'TRANSIT CUST TRENDB 300 L1H1 R',
'transmission': 'manual',
'trim': 'TRANSIT CUST TRENDB 300 L1H1 R',
'vin': None,
'year': 2022}
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002530auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:49:37 [ecarstrade.be] INFO: Saving data for 7002530auction111050: {'created_time': 1774475377.146131, 'last_price_update_time': 1774475377.14614, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002530auction111050') HTTP/1.1" 204 0
2026-03-25 21:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_005/780x0__r.jpg?hash=1774457292> (referer: https://ecarstrade.com/cars/7002534)
2026-03-25 21:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_002/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002533)
2026-03-25 21:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_001/780x0__r.jpg?hash=1774457295> (referer: https://ecarstrade.com/cars/7002533)
2026-03-25 21:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a13aafbf-94cc-54b5-9578-0c6cecc18dde
2026-03-25 21:49:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a13aafbf-94cc-54b5-9578-0c6cecc18dde, skipping ID generation
2026-03-25 21:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a13aafbf-94cc-54b5-9578-0c6cecc18dde with scrape type 1
2026-03-25 21:49:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a13aafbf-94cc-54b5-9578-0c6cecc18dde sending to next pipeline
2026-03-25 21:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a13aafbf-94cc-54b5-9578-0c6cecc18dde, identifier: 7002531auction111050
2026-03-25 21:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b2eff8df-0b0b-5921-a432-b94913412ba5
2026-03-25 21:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b2eff8df-0b0b-5921-a432-b94913412ba5
2026-03-25 21:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a13aafbf-94cc-54b5-9578-0c6cecc18dde with identifier: 7002531auction111050
2026-03-25 21:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a13aafbf-94cc-54b5-9578-0c6cecc18dde with identifier: 7002531auction111050
2026-03-25 21:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a13aafbf-94cc-54b5-9578-0c6cecc18dde with identifier: 7002531auction111050 to the API
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002531/photo_001/780x0__r.jpg?hash=1774457290>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a13aafbf-94cc-54b5-9578-0c6cecc18dde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002531',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Citroen',
'model': 'C3',
'odometer': 53264,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Max 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002531auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:49:37 [ecarstrade.be] INFO: Saving data for 7002531auction111050: {'created_time': 1774475377.815524, 'last_price_update_time': 1774475377.815533, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002531auction111050') HTTP/1.1" 204 0
2026-03-25 21:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002546> (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-25 21:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_003/780x0__r.jpg?hash=1774457315> (referer: https://ecarstrade.com/cars/7002557)
2026-03-25 21:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_002/780x0__r.jpg?hash=1774457315> (referer: https://ecarstrade.com/cars/7002557)
2026-03-25 21:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_001/780x0__r.jpg?hash=1774457315> (referer: https://ecarstrade.com/cars/7002557)
2026-03-25 21:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002545> (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-25 21:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808
2026-03-25 21:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b2eff8df-0b0b-5921-a432-b94913412ba5
2026-03-25 21:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b2eff8df-0b0b-5921-a432-b94913412ba5
2026-03-25 21:49:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2eff8df-0b0b-5921-a432-b94913412ba5, skipping ID generation
2026-03-25 21:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2eff8df-0b0b-5921-a432-b94913412ba5 with scrape type 1
2026-03-25 21:49:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2eff8df-0b0b-5921-a432-b94913412ba5 sending to next pipeline
2026-03-25 21:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2eff8df-0b0b-5921-a432-b94913412ba5, identifier: 7002533auction111050
2026-03-25 21:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2eff8df-0b0b-5921-a432-b94913412ba5 with identifier: 7002533auction111050
2026-03-25 21:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2eff8df-0b0b-5921-a432-b94913412ba5 with identifier: 7002533auction111050
2026-03-25 21:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2eff8df-0b0b-5921-a432-b94913412ba5 with identifier: 7002533auction111050 to the API
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002533/photo_001/780x0__r.jpg?hash=1774457295>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'b2eff8df-0b0b-5921-a432-b94913412ba5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002533',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 71434,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002533auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [ecarstrade.be] INFO: Saving data for 7002533auction111050: {'created_time': 1774475378.22789, 'last_price_update_time': 1774475378.227901, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002533auction111050') HTTP/1.1" 204 0
2026-03-25 21:49:38 [ecarstrade.be] INFO: Extracting details for car 7002546auction111051
2026-03-25 21:49:38 [ecarstrade.be] INFO: Extracting details for car 7002545auction111051
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_006/780x0__r.jpg?hash=1774457315> (referer: https://ecarstrade.com/cars/7002557)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_004/780x0__r.jpg?hash=1774457315> (referer: https://ecarstrade.com/cars/7002557)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_005/780x0__r.jpg?hash=1774457315> (referer: https://ecarstrade.com/cars/7002557)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_003/780x0__r.jpg?hash=1774457291> (referer: https://ecarstrade.com/cars/7002534)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_004/780x0__r.jpg?hash=1774457291> (referer: https://ecarstrade.com/cars/7002534)
2026-03-25 21:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d15dc759-6084-58ec-b0fa-f436e8c8c34f with identifier: 7002546auction111051
2026-03-25 21:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15dc759-6084-58ec-b0fa-f436e8c8c34f with scrape type 1
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d15dc759-6084-58ec-b0fa-f436e8c8c34f
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002546%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457305%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_001/780x0__r.jpg?hash=1774457305 not downloaded yet
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4a76221b-2030-5f19-b731-08536e362884
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4a76221b-2030-5f19-b731-08536e362884
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4a76221b-2030-5f19-b731-08536e362884
2026-03-25 21:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d12ecb91-a62f-539c-aea3-840d7ae840fc with identifier: 7002545auction111051
2026-03-25 21:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d12ecb91-a62f-539c-aea3-840d7ae840fc with scrape type 1
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d12ecb91-a62f-539c-aea3-840d7ae840fc
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002545%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457305%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_001/780x0__r.jpg?hash=1774457305 not downloaded yet
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_005/780x0__r.jpg?hash=1774457292> (referer: https://ecarstrade.com/cars/7002535)
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002546%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457305%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_002/780x0__r.jpg?hash=1774457305 not downloaded yet
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002545%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457304%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_002/780x0__r.jpg?hash=1774457304 not downloaded yet
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002546%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457305%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_003/780x0__r.jpg?hash=1774457305 not downloaded yet
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002545%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457304%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_003/780x0__r.jpg?hash=1774457304 not downloaded yet
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_004/780x0__r.jpg?hash=1774457292> (referer: https://ecarstrade.com/cars/7002535)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_002/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002534)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_001/780x0__r.jpg?hash=1774457290> (referer: https://ecarstrade.com/cars/7002534)
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002546%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457306%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_004/780x0__r.jpg?hash=1774457306 not downloaded yet
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002545%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457305%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_004/780x0__r.jpg?hash=1774457305 not downloaded yet
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_006/780x0__r.jpg?hash=1774457298> (referer: https://ecarstrade.com/cars/7002538)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_003/780x0__r.jpg?hash=1774457292> (referer: https://ecarstrade.com/cars/7002535)
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002546%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457305%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_005/780x0__r.jpg?hash=1774457305 not downloaded yet
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002545%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457305%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_005/780x0__r.jpg?hash=1774457305 not downloaded yet
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4a76221b-2030-5f19-b731-08536e362884
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4a76221b-2030-5f19-b731-08536e362884
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4a76221b-2030-5f19-b731-08536e362884
2026-03-25 21:49:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a76221b-2030-5f19-b731-08536e362884, skipping ID generation
2026-03-25 21:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a76221b-2030-5f19-b731-08536e362884 with scrape type 1
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a76221b-2030-5f19-b731-08536e362884 sending to next pipeline
2026-03-25 21:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a76221b-2030-5f19-b731-08536e362884, identifier: 7002557auction111051
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808
2026-03-25 21:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a76221b-2030-5f19-b731-08536e362884 with identifier: 7002557auction111051
2026-03-25 21:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a76221b-2030-5f19-b731-08536e362884 with identifier: 7002557auction111051
2026-03-25 21:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a76221b-2030-5f19-b731-08536e362884 with identifier: 7002557auction111051 to the API
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002557/photo_005/780x0__r.jpg?hash=1774457315>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4a76221b-2030-5f19-b731-08536e362884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002557',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'MG',
'model': 'EHS',
'odometer': 126415,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chgt taux',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chgt taux',
'vin': None,
'year': 2023}
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002557auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [ecarstrade.be] INFO: Saving data for 7002557auction111051: {'created_time': 1774475378.914262, 'last_price_update_time': 1774475378.914271, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002557auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_002/780x0__r.jpg?hash=1774457293> (referer: https://ecarstrade.com/cars/7002535)
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002546%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457306%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_006/780x0__r.jpg?hash=1774457306 not downloaded yet
2026-03-25 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002545%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457305%27 HTTP/1.1" 200 None
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_006/780x0__r.jpg?hash=1774457305 not downloaded yet
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 609bb2ba-b13d-5869-ad11-60bfa08debb4
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_003/780x0__r.jpg?hash=1774457298> (referer: https://ecarstrade.com/cars/7002538)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_005/780x0__r.jpg?hash=1774457298> (referer: https://ecarstrade.com/cars/7002538)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_004/780x0__r.jpg?hash=1774457299> (referer: https://ecarstrade.com/cars/7002538)
2026-03-25 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_002/780x0__r.jpg?hash=1774457298> (referer: https://ecarstrade.com/cars/7002538)
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 609bb2ba-b13d-5869-ad11-60bfa08debb4
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808
2026-03-25 21:49:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808, skipping ID generation
2026-03-25 21:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with scrape type 1
2026-03-25 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 sending to next pipeline
2026-03-25 21:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808, identifier: 7002534auction111051
2026-03-25 21:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a122ac14-b328-589f-a3c8-02020ff09b53
2026-03-25 21:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 609bb2ba-b13d-5869-ad11-60bfa08debb4
2026-03-25 21:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with identifier: 7002534auction111051
2026-03-25 21:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with identifier: 7002534auction111051
2026-03-25 21:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with identifier: 7002534auction111051 to the API
2026-03-25 21:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002534/photo_001/780x0__r.jpg?hash=1774457290>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.3L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '8e563b5d-e20e-5711-a9a5-bb1afc8bd808',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002534',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 72046,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Arkana Techno 1.3 TCE 140CV BVA7 6E',
'transmission': 'automatic',
'trim': 'Techno 1.3 TCE 140CV BVA7 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002534auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:39 [ecarstrade.be] INFO: Saving data for 7002534auction111051: {'created_time': 1774475379.335178, 'last_price_update_time': 1774475379.335187, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002534auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_003/780x0__r.jpg?hash=1774457305> (referer: https://ecarstrade.com/cars/7002546)
2026-03-25 21:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_003/780x0__r.jpg?hash=1774457304> (referer: https://ecarstrade.com/cars/7002545)
2026-03-25 21:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_001/780x0__r.jpg?hash=1774457305> (referer: https://ecarstrade.com/cars/7002545)
2026-03-25 21:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_005/780x0__r.jpg?hash=1774457295> (referer: https://ecarstrade.com/cars/7002537)
2026-03-25 21:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_001/780x0__r.jpg?hash=1774457298> (referer: https://ecarstrade.com/cars/7002538)
2026-03-25 21:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 609bb2ba-b13d-5869-ad11-60bfa08debb4
2026-03-25 21:49:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 609bb2ba-b13d-5869-ad11-60bfa08debb4, skipping ID generation
2026-03-25 21:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 609bb2ba-b13d-5869-ad11-60bfa08debb4 with scrape type 1
2026-03-25 21:49:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 609bb2ba-b13d-5869-ad11-60bfa08debb4 sending to next pipeline
2026-03-25 21:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 609bb2ba-b13d-5869-ad11-60bfa08debb4, identifier: 7002535auction111051
2026-03-25 21:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 609bb2ba-b13d-5869-ad11-60bfa08debb4 with identifier: 7002535auction111051
2026-03-25 21:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 609bb2ba-b13d-5869-ad11-60bfa08debb4 with identifier: 7002535auction111051
2026-03-25 21:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 609bb2ba-b13d-5869-ad11-60bfa08debb4 with identifier: 7002535auction111051 to the API
2026-03-25 21:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002535/photo_002/780x0__r.jpg?hash=1774457293>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '609bb2ba-b13d-5869-ad11-60bfa08debb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002535',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 98227,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002535auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:40 [ecarstrade.be] INFO: Saving data for 7002535auction111051: {'created_time': 1774475380.306704, 'last_price_update_time': 1774475380.306716, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002535auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a122ac14-b328-589f-a3c8-02020ff09b53
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a122ac14-b328-589f-a3c8-02020ff09b53
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a122ac14-b328-589f-a3c8-02020ff09b53
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a122ac14-b328-589f-a3c8-02020ff09b53
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_005/780x0__r.jpg?hash=1774457305> (referer: https://ecarstrade.com/cars/7002545)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_004/780x0__r.jpg?hash=1774457306> (referer: https://ecarstrade.com/cars/7002546)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_005/780x0__r.jpg?hash=1774457305> (referer: https://ecarstrade.com/cars/7002546)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_002/780x0__r.jpg?hash=1774457304> (referer: https://ecarstrade.com/cars/7002545)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_004/780x0__r.jpg?hash=1774457305> (referer: https://ecarstrade.com/cars/7002545)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002561> (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-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002576> (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-25 21:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d15dc759-6084-58ec-b0fa-f436e8c8c34f
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d12ecb91-a62f-539c-aea3-840d7ae840fc
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d12ecb91-a62f-539c-aea3-840d7ae840fc
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a9d28c1d-0a81-51bf-9df3-ede825286a27
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a122ac14-b328-589f-a3c8-02020ff09b53
2026-03-25 21:49:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a122ac14-b328-589f-a3c8-02020ff09b53, skipping ID generation
2026-03-25 21:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a122ac14-b328-589f-a3c8-02020ff09b53 with scrape type 1
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a122ac14-b328-589f-a3c8-02020ff09b53 sending to next pipeline
2026-03-25 21:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a122ac14-b328-589f-a3c8-02020ff09b53, identifier: 7002538auction111051
2026-03-25 21:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a122ac14-b328-589f-a3c8-02020ff09b53 with identifier: 7002538auction111051
2026-03-25 21:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a122ac14-b328-589f-a3c8-02020ff09b53 with identifier: 7002538auction111051
2026-03-25 21:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a122ac14-b328-589f-a3c8-02020ff09b53 with identifier: 7002538auction111051 to the API
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002538/photo_001/780x0__r.jpg?hash=1774457298>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a122ac14-b328-589f-a3c8-02020ff09b53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002538',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 38612,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-01',
'seats_number': None,
'seller_name': None,
'title': '208 Hybrid 100 Allure 1.2 100CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Hybrid 100 Allure 1.2 100CV BVA6 6E',
'vin': None,
'year': 2025}
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002538auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:40 [ecarstrade.be] INFO: Saving data for 7002538auction111051: {'created_time': 1774475380.816, 'last_price_update_time': 1774475380.816011, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002538auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:40 [ecarstrade.be] INFO: Extracting details for car 7002561auction111051
2026-03-25 21:49:40 [ecarstrade.be] INFO: Extracting details for car 7002576auction111051
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_006/780x0__r.jpg?hash=1774457305> (referer: https://ecarstrade.com/cars/7002545)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_006/780x0__r.jpg?hash=1774457306> (referer: https://ecarstrade.com/cars/7002546)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_002/780x0__r.jpg?hash=1774457305> (referer: https://ecarstrade.com/cars/7002546)
2026-03-25 21:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_001/780x0__r.jpg?hash=1774457305> (referer: https://ecarstrade.com/cars/7002546)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_004/780x0__r.jpg?hash=1774457295> (referer: https://ecarstrade.com/cars/7002537)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_001/780x0__r.jpg?hash=1774457295> (referer: https://ecarstrade.com/cars/7002537)
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002575> (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-25 21:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d12ecb91-a62f-539c-aea3-840d7ae840fc
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d15dc759-6084-58ec-b0fa-f436e8c8c34f
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d15dc759-6084-58ec-b0fa-f436e8c8c34f
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d12ecb91-a62f-539c-aea3-840d7ae840fc
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d12ecb91-a62f-539c-aea3-840d7ae840fc
2026-03-25 21:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39859a81-5487-581a-9ce6-d6cda1e70042 with identifier: 7002561auction111051
2026-03-25 21:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39859a81-5487-581a-9ce6-d6cda1e70042 with scrape type 1
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 39859a81-5487-581a-9ce6-d6cda1e70042
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002561%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457320%27 HTTP/1.1" 200 None
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_001/780x0__r.jpg?hash=1774457320 not downloaded yet
2026-03-25 21:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with identifier: 7002576auction111051
2026-03-25 21:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with scrape type 1
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002576%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457333%27 HTTP/1.1" 200 None
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_001/780x0__r.jpg?hash=1774457333 not downloaded yet
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002561%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457320%27 HTTP/1.1" 200 None
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_002/780x0__r.jpg?hash=1774457320 not downloaded yet
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002576%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457333%27 HTTP/1.1" 200 None
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_002/780x0__r.jpg?hash=1774457333 not downloaded yet
2026-03-25 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_006/780x0__r.jpg?hash=1774457296> (referer: https://ecarstrade.com/cars/7002539)
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002561%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457320%27 HTTP/1.1" 200 None
2026-03-25 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_003/780x0__r.jpg?hash=1774457320 not downloaded yet
2026-03-25 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002576%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457333%27 HTTP/1.1" 200 None
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_003/780x0__r.jpg?hash=1774457333 not downloaded yet
2026-03-25 21:49:41 [ecarstrade.be] INFO: Extracting details for car 7002575auction111051
2026-03-25 21:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_005/780x0__r.jpg?hash=1774457296> (referer: https://ecarstrade.com/cars/7002539)
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002561%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457320%27 HTTP/1.1" 200 None
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_004/780x0__r.jpg?hash=1774457320 not downloaded yet
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002576%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457333%27 HTTP/1.1" 200 None
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_004/780x0__r.jpg?hash=1774457333 not downloaded yet
2026-03-25 21:49:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d12ecb91-a62f-539c-aea3-840d7ae840fc
2026-03-25 21:49:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d12ecb91-a62f-539c-aea3-840d7ae840fc, skipping ID generation
2026-03-25 21:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d12ecb91-a62f-539c-aea3-840d7ae840fc with scrape type 1
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d12ecb91-a62f-539c-aea3-840d7ae840fc sending to next pipeline
2026-03-25 21:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d12ecb91-a62f-539c-aea3-840d7ae840fc, identifier: 7002545auction111051
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d15dc759-6084-58ec-b0fa-f436e8c8c34f
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d15dc759-6084-58ec-b0fa-f436e8c8c34f
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d15dc759-6084-58ec-b0fa-f436e8c8c34f
2026-03-25 21:49:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d15dc759-6084-58ec-b0fa-f436e8c8c34f, skipping ID generation
2026-03-25 21:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15dc759-6084-58ec-b0fa-f436e8c8c34f with scrape type 1
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d15dc759-6084-58ec-b0fa-f436e8c8c34f sending to next pipeline
2026-03-25 21:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d15dc759-6084-58ec-b0fa-f436e8c8c34f, identifier: 7002546auction111051
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a9d28c1d-0a81-51bf-9df3-ede825286a27
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a9d28c1d-0a81-51bf-9df3-ede825286a27
2026-03-25 21:49:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a9d28c1d-0a81-51bf-9df3-ede825286a27, skipping ID generation
2026-03-25 21:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9d28c1d-0a81-51bf-9df3-ede825286a27 with scrape type 1
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a9d28c1d-0a81-51bf-9df3-ede825286a27 sending to next pipeline
2026-03-25 21:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9d28c1d-0a81-51bf-9df3-ede825286a27, identifier: 7002537auction111051
2026-03-25 21:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ab0e096-4461-5805-b585-435630d5fc65 with identifier: 7002575auction111051
2026-03-25 21:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab0e096-4461-5805-b585-435630d5fc65 with scrape type 1
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ab0e096-4461-5805-b585-435630d5fc65
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002575%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457334%27 HTTP/1.1" 200 None
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_001/780x0__r.jpg?hash=1774457334 not downloaded yet
2026-03-25 21:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_003/780x0__r.jpg?hash=1774457296> (referer: https://ecarstrade.com/cars/7002539)
2026-03-25 21:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_004/780x0__r.jpg?hash=1774457296> (referer: https://ecarstrade.com/cars/7002539)
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002561%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457321%27 HTTP/1.1" 200 None
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_005/780x0__r.jpg?hash=1774457321 not downloaded yet
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002576%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457334%27 HTTP/1.1" 200 None
2026-03-25 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_005/780x0__r.jpg?hash=1774457334 not downloaded yet
2026-03-25 21:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d12ecb91-a62f-539c-aea3-840d7ae840fc with identifier: 7002545auction111051
2026-03-25 21:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d12ecb91-a62f-539c-aea3-840d7ae840fc with identifier: 7002545auction111051
2026-03-25 21:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d12ecb91-a62f-539c-aea3-840d7ae840fc with identifier: 7002545auction111051 to the API
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002545/photo_006/780x0__r.jpg?hash=1774457305>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.3L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'd12ecb91-a62f-539c-aea3-840d7ae840fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002545',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 77126,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Arkana Techno 1.3 TCE 140CV BVA7 6E',
'transmission': 'automatic',
'trim': 'Techno 1.3 TCE 140CV BVA7 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002545auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:41 [ecarstrade.be] INFO: Saving data for 7002545auction111051: {'created_time': 1774475381.79345, 'last_price_update_time': 1774475381.793459, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002545auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d15dc759-6084-58ec-b0fa-f436e8c8c34f with identifier: 7002546auction111051
2026-03-25 21:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d15dc759-6084-58ec-b0fa-f436e8c8c34f with identifier: 7002546auction111051
2026-03-25 21:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d15dc759-6084-58ec-b0fa-f436e8c8c34f with identifier: 7002546auction111051 to the API
2026-03-25 21:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002546/photo_001/780x0__r.jpg?hash=1774457305>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'd15dc759-6084-58ec-b0fa-f436e8c8c34f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002546',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 97991,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': None,
'seller_name': None,
'title': 'XC60 B4 197CH 2WD BA ULT DA FA',
'transmission': 'automatic',
'trim': 'B4 197CH 2WD BA ULT DA FA',
'vin': None,
'year': 2023}
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002546auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [ecarstrade.be] INFO: Saving data for 7002546auction111051: {'created_time': 1774475382.104454, 'last_price_update_time': 1774475382.104463, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002546auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9d28c1d-0a81-51bf-9df3-ede825286a27 with identifier: 7002537auction111051
2026-03-25 21:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9d28c1d-0a81-51bf-9df3-ede825286a27 with identifier: 7002537auction111051
2026-03-25 21:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9d28c1d-0a81-51bf-9df3-ede825286a27 with identifier: 7002537auction111051 to the API
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002537/photo_001/780x0__r.jpg?hash=1774457295>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a9d28c1d-0a81-51bf-9df3-ede825286a27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002537',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Austral',
'odometer': 70331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'AUSTRAL TECHNO ESPRIT ALPINE E-TECH F HYB 200 BVA RISK',
'transmission': 'automatic',
'trim': 'AUSTRAL TECHNO ESPRIT ALPINE E-TECH F HYB 200 BVA RISK',
'vin': None,
'year': 2024}
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002537auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [ecarstrade.be] INFO: Saving data for 7002537auction111051: {'created_time': 1774475382.45189, 'last_price_update_time': 1774475382.451899, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002537auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002575%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457334%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_002/780x0__r.jpg?hash=1774457334 not downloaded yet
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7079ac18-9b70-5823-9f44-37b9cdbad97a
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002561%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457320%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_006/780x0__r.jpg?hash=1774457320 not downloaded yet
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002576%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457333%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_006/780x0__r.jpg?hash=1774457333 not downloaded yet
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002575%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457335%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_003/780x0__r.jpg?hash=1774457335 not downloaded yet
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7079ac18-9b70-5823-9f44-37b9cdbad97a
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7079ac18-9b70-5823-9f44-37b9cdbad97a
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7079ac18-9b70-5823-9f44-37b9cdbad97a
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002575%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457335%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_004/780x0__r.jpg?hash=1774457335 not downloaded yet
2026-03-25 21:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_002/780x0__r.jpg?hash=1774457298> (referer: https://ecarstrade.com/cars/7002539)
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002575%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457334%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_005/780x0__r.jpg?hash=1774457334 not downloaded yet
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002575%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457334%27 HTTP/1.1" 200 None
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_006/780x0__r.jpg?hash=1774457334 not downloaded yet
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7079ac18-9b70-5823-9f44-37b9cdbad97a
2026-03-25 21:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_001/780x0__r.jpg?hash=1774457296> (referer: https://ecarstrade.com/cars/7002539)
2026-03-25 21:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7079ac18-9b70-5823-9f44-37b9cdbad97a
2026-03-25 21:49:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7079ac18-9b70-5823-9f44-37b9cdbad97a, skipping ID generation
2026-03-25 21:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7079ac18-9b70-5823-9f44-37b9cdbad97a with scrape type 1
2026-03-25 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7079ac18-9b70-5823-9f44-37b9cdbad97a sending to next pipeline
2026-03-25 21:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7079ac18-9b70-5823-9f44-37b9cdbad97a, identifier: 7002539auction111051
2026-03-25 21:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7079ac18-9b70-5823-9f44-37b9cdbad97a with identifier: 7002539auction111051
2026-03-25 21:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7079ac18-9b70-5823-9f44-37b9cdbad97a with identifier: 7002539auction111051
2026-03-25 21:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7079ac18-9b70-5823-9f44-37b9cdbad97a with identifier: 7002539auction111051 to the API
2026-03-25 21:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002539/photo_001/780x0__r.jpg?hash=1774457296>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7079ac18-9b70-5823-9f44-37b9cdbad97a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002539',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 77418,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Espace VI Techno E-Tech Hybrid 1.2 200CV BVAV 7 Sieges 6E',
'transmission': 'automatic',
'trim': 'Espace VI Techno E-Tech Hybrid 1.2 200CV BVAV 7 Sieges 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002539auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:43 [ecarstrade.be] INFO: Saving data for 7002539auction111051: {'created_time': 1774475383.812759, 'last_price_update_time': 1774475383.812768, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002539auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002573> (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-25 21:49:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:48 [ecarstrade.be] INFO: Extracting details for car 7002573auction111051
2026-03-25 21:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50978c85-4017-5a32-bdb2-17973c6b66fc with identifier: 7002573auction111051
2026-03-25 21:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50978c85-4017-5a32-bdb2-17973c6b66fc with scrape type 1
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 50978c85-4017-5a32-bdb2-17973c6b66fc
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002573%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457330%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_001/780x0__r.jpg?hash=1774457330 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002573%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457330%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_002/780x0__r.jpg?hash=1774457330 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002573%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457331%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_003/780x0__r.jpg?hash=1774457331 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002573%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457331%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_004/780x0__r.jpg?hash=1774457331 not downloaded yet
2026-03-25 21:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002572> (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-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002573%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457331%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_005/780x0__r.jpg?hash=1774457331 not downloaded yet
2026-03-25 21:49:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002573%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457331%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_006/780x0__r.jpg?hash=1774457331 not downloaded yet
2026-03-25 21:49:48 [ecarstrade.be] INFO: Extracting details for car 7002572auction111051
2026-03-25 21:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d474df6-f320-54fa-a3ab-089f2b8313a6 with identifier: 7002572auction111051
2026-03-25 21:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d474df6-f320-54fa-a3ab-089f2b8313a6 with scrape type 1
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3d474df6-f320-54fa-a3ab-089f2b8313a6
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002572%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457331%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_001/780x0__r.jpg?hash=1774457331 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002572%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_002/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002572%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_003/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002570> (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-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002572%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_004/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002572%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_005/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002572%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457330%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_006/780x0__r.jpg?hash=1774457330 not downloaded yet
2026-03-25 21:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_002/780x0__r.jpg?hash=1774457333> (referer: https://ecarstrade.com/cars/7002576)
2026-03-25 21:49:48 [ecarstrade.be] INFO: Extracting details for car 7002570auction111051
2026-03-25 21:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with identifier: 7002570auction111051
2026-03-25 21:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with scrape type 1
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002570%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_001/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002570%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_002/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_003/780x0__r.jpg?hash=1774457333> (referer: https://ecarstrade.com/cars/7002576)
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002570%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457330%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_003/780x0__r.jpg?hash=1774457330 not downloaded yet
2026-03-25 21:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002568> (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-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002570%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_004/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002570%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457330%27 HTTP/1.1" 200 None
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_005/780x0__r.jpg?hash=1774457330 not downloaded yet
2026-03-25 21:49:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002570%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_006/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_001/780x0__r.jpg?hash=1774457334> (referer: https://ecarstrade.com/cars/7002575)
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2
2026-03-25 21:49:49 [ecarstrade.be] INFO: Extracting details for car 7002568auction111051
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_004/780x0__r.jpg?hash=1774457333> (referer: https://ecarstrade.com/cars/7002576)
2026-03-25 21:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with identifier: 7002568auction111051
2026-03-25 21:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with scrape type 1
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002568%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457327%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_001/780x0__r.jpg?hash=1774457327 not downloaded yet
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002568%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457326%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_002/780x0__r.jpg?hash=1774457326 not downloaded yet
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_004/780x0__r.jpg?hash=1774457335> (referer: https://ecarstrade.com/cars/7002575)
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002568%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457326%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_003/780x0__r.jpg?hash=1774457326 not downloaded yet
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ab0e096-4461-5805-b585-435630d5fc65
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002568%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457326%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_004/780x0__r.jpg?hash=1774457326 not downloaded yet
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002568%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457327%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_005/780x0__r.jpg?hash=1774457327 not downloaded yet
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_006/780x0__r.jpg?hash=1774457334> (referer: https://ecarstrade.com/cars/7002575)
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002568%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457326%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_006/780x0__r.jpg?hash=1774457326 not downloaded yet
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_005/780x0__r.jpg?hash=1774457334> (referer: https://ecarstrade.com/cars/7002575)
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ab0e096-4461-5805-b585-435630d5fc65
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_004/780x0__r.jpg?hash=1774457331> (referer: https://ecarstrade.com/cars/7002573)
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_003/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002572)
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ab0e096-4461-5805-b585-435630d5fc65
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ab0e096-4461-5805-b585-435630d5fc65
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_006/780x0__r.jpg?hash=1774457330> (referer: https://ecarstrade.com/cars/7002572)
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_002/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002570)
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 50978c85-4017-5a32-bdb2-17973c6b66fc
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3d474df6-f320-54fa-a3ab-089f2b8313a6
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_006/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002570)
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002569> (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-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_003/780x0__r.jpg?hash=1774457330> (referer: https://ecarstrade.com/cars/7002570)
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_005/780x0__r.jpg?hash=1774457330> (referer: https://ecarstrade.com/cars/7002570)
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3d474df6-f320-54fa-a3ab-089f2b8313a6
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_005/780x0__r.jpg?hash=1774457327> (referer: https://ecarstrade.com/cars/7002568)
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_002/780x0__r.jpg?hash=1774457326> (referer: https://ecarstrade.com/cars/7002568)
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_006/780x0__r.jpg?hash=1774457326> (referer: https://ecarstrade.com/cars/7002568)
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d
2026-03-25 21:49:49 [ecarstrade.be] INFO: Extracting details for car 7002569auction111051
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_004/780x0__r.jpg?hash=1774457326> (referer: https://ecarstrade.com/cars/7002568)
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_001/780x0__r.jpg?hash=1774457327> (referer: https://ecarstrade.com/cars/7002568)
2026-03-25 21:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d004146-8380-5e75-91a3-fbe224c3c3d2 with identifier: 7002569auction111051
2026-03-25 21:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d004146-8380-5e75-91a3-fbe224c3c3d2 with scrape type 1
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7d004146-8380-5e75-91a3-fbe224c3c3d2
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002569%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457322%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_001/780x0__r.jpg?hash=1774457322 not downloaded yet
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_003/780x0__r.jpg?hash=1774457326> (referer: https://ecarstrade.com/cars/7002568)
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002569%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457321%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_002/780x0__r.jpg?hash=1774457321 not downloaded yet
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002569%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457322%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_003/780x0__r.jpg?hash=1774457322 not downloaded yet
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002569%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457321%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_004/780x0__r.jpg?hash=1774457321 not downloaded yet
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_004/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002570)
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002569%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457322%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_005/780x0__r.jpg?hash=1774457322 not downloaded yet
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_001/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002570)
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002569%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457321%27 HTTP/1.1" 200 None
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_006/780x0__r.jpg?hash=1774457321 not downloaded yet
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9
2026-03-25 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_005/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002572)
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9
2026-03-25 21:49:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9, skipping ID generation
2026-03-25 21:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with scrape type 1
2026-03-25 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 sending to next pipeline
2026-03-25 21:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9, identifier: 7002568auction111051
2026-03-25 21:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with identifier: 7002568auction111051
2026-03-25 21:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with identifier: 7002568auction111051
2026-03-25 21:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with identifier: 7002568auction111051 to the API
2026-03-25 21:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002568/photo_003/780x0__r.jpg?hash=1774457326>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ea2b7fa6-3235-5f45-b6f6-fd911c538dd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002568',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 79289,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'COMPASS 240 HY TRAILHK BVA AWD',
'transmission': 'automatic',
'trim': 'COMPASS 240 HY TRAILHK BVA AWD',
'vin': None,
'year': 2023}
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002568auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:50 [ecarstrade.be] INFO: Saving data for 7002568auction111051: {'created_time': 1774475390.029676, 'last_price_update_time': 1774475390.029685, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002568auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_001/780x0__r.jpg?hash=1774457331> (referer: https://ecarstrade.com/cars/7002572)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_004/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002572)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_002/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002572)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002571> (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-25 21:49:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d
2026-03-25 21:49:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d
2026-03-25 21:49:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d, skipping ID generation
2026-03-25 21:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with scrape type 1
2026-03-25 21:49:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d sending to next pipeline
2026-03-25 21:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d, identifier: 7002570auction111051
2026-03-25 21:49:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3d474df6-f320-54fa-a3ab-089f2b8313a6
2026-03-25 21:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with identifier: 7002570auction111051
2026-03-25 21:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with identifier: 7002570auction111051
2026-03-25 21:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with identifier: 7002570auction111051 to the API
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002570/photo_001/780x0__r.jpg?hash=1774457329>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002570',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 83283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 PHEV S AT RK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 PHEV S AT RK',
'vin': None,
'year': 2022}
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002570auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:50 [ecarstrade.be] INFO: Saving data for 7002570auction111051: {'created_time': 1774475390.488521, 'last_price_update_time': 1774475390.488533, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002570auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:50 [ecarstrade.be] INFO: Extracting details for car 7002571auction111051
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_005/780x0__r.jpg?hash=1774457331> (referer: https://ecarstrade.com/cars/7002573)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_003/780x0__r.jpg?hash=1774457331> (referer: https://ecarstrade.com/cars/7002573)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_006/780x0__r.jpg?hash=1774457331> (referer: https://ecarstrade.com/cars/7002573)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002567> (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-25 21:49:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3d474df6-f320-54fa-a3ab-089f2b8313a6
2026-03-25 21:49:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3d474df6-f320-54fa-a3ab-089f2b8313a6
2026-03-25 21:49:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3d474df6-f320-54fa-a3ab-089f2b8313a6
2026-03-25 21:49:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3d474df6-f320-54fa-a3ab-089f2b8313a6, skipping ID generation
2026-03-25 21:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d474df6-f320-54fa-a3ab-089f2b8313a6 with scrape type 1
2026-03-25 21:49:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3d474df6-f320-54fa-a3ab-089f2b8313a6 sending to next pipeline
2026-03-25 21:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d474df6-f320-54fa-a3ab-089f2b8313a6, identifier: 7002572auction111051
2026-03-25 21:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with identifier: 7002571auction111051
2026-03-25 21:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with scrape type 1
2026-03-25 21:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002571%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_001/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d474df6-f320-54fa-a3ab-089f2b8313a6 with identifier: 7002572auction111051
2026-03-25 21:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d474df6-f320-54fa-a3ab-089f2b8313a6 with identifier: 7002572auction111051
2026-03-25 21:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d474df6-f320-54fa-a3ab-089f2b8313a6 with identifier: 7002572auction111051 to the API
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002572/photo_002/780x0__r.jpg?hash=1774457329>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '3d474df6-f320-54fa-a3ab-089f2b8313a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002572',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 115418,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': None,
'seller_name': None,
'title': 'XC60 B4 197CH 2WD BA ULT DA FA',
'transmission': 'automatic',
'trim': 'B4 197CH 2WD BA ULT DA FA',
'vin': None,
'year': 2023}
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002572auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:50 [ecarstrade.be] INFO: Saving data for 7002572auction111051: {'created_time': 1774475390.947351, 'last_price_update_time': 1774475390.947362, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002572auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_001/780x0__r.jpg?hash=1774457322> (referer: https://ecarstrade.com/cars/7002569)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_004/780x0__r.jpg?hash=1774457321> (referer: https://ecarstrade.com/cars/7002569)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_005/780x0__r.jpg?hash=1774457322> (referer: https://ecarstrade.com/cars/7002569)
2026-03-25 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_002/780x0__r.jpg?hash=1774457330> (referer: https://ecarstrade.com/cars/7002573)
2026-03-25 21:49:50 [ecarstrade.be] INFO: Extracting details for car 7002567auction111051
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002571%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457329%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_002/780x0__r.jpg?hash=1774457329 not downloaded yet
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_006/780x0__r.jpg?hash=1774457321> (referer: https://ecarstrade.com/cars/7002569)
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002571%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_003/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 50978c85-4017-5a32-bdb2-17973c6b66fc
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 50978c85-4017-5a32-bdb2-17973c6b66fc
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 50978c85-4017-5a32-bdb2-17973c6b66fc
2026-03-25 21:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e731f783-45fe-5cfa-90ac-6959ac5b1f40 with identifier: 7002567auction111051
2026-03-25 21:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e731f783-45fe-5cfa-90ac-6959ac5b1f40 with scrape type 1
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e731f783-45fe-5cfa-90ac-6959ac5b1f40
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002567%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_001/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002571%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_004/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002567%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_002/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7d004146-8380-5e75-91a3-fbe224c3c3d2
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_002/780x0__r.jpg?hash=1774457321> (referer: https://ecarstrade.com/cars/7002569)
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_003/780x0__r.jpg?hash=1774457335> (referer: https://ecarstrade.com/cars/7002575)
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_001/780x0__r.jpg?hash=1774457330> (referer: https://ecarstrade.com/cars/7002573)
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002571%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_005/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002567%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457320%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_003/780x0__r.jpg?hash=1774457320 not downloaded yet
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_003/780x0__r.jpg?hash=1774457322> (referer: https://ecarstrade.com/cars/7002569)
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002571%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_006/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002567%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_004/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7d004146-8380-5e75-91a3-fbe224c3c3d2
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7d004146-8380-5e75-91a3-fbe224c3c3d2
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 50978c85-4017-5a32-bdb2-17973c6b66fc
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_006/780x0__r.jpg?hash=1774457333> (referer: https://ecarstrade.com/cars/7002576)
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002567%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_005/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7d004146-8380-5e75-91a3-fbe224c3c3d2
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_005/780x0__r.jpg?hash=1774457334> (referer: https://ecarstrade.com/cars/7002576)
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002567%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_006/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_001/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002571)
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7d004146-8380-5e75-91a3-fbe224c3c3d2
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ab0e096-4461-5805-b585-435630d5fc65
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 50978c85-4017-5a32-bdb2-17973c6b66fc
2026-03-25 21:49:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 50978c85-4017-5a32-bdb2-17973c6b66fc, skipping ID generation
2026-03-25 21:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50978c85-4017-5a32-bdb2-17973c6b66fc with scrape type 1
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 50978c85-4017-5a32-bdb2-17973c6b66fc sending to next pipeline
2026-03-25 21:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50978c85-4017-5a32-bdb2-17973c6b66fc, identifier: 7002573auction111051
2026-03-25 21:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50978c85-4017-5a32-bdb2-17973c6b66fc with identifier: 7002573auction111051
2026-03-25 21:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50978c85-4017-5a32-bdb2-17973c6b66fc with identifier: 7002573auction111051
2026-03-25 21:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50978c85-4017-5a32-bdb2-17973c6b66fc with identifier: 7002573auction111051 to the API
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002573/photo_001/780x0__r.jpg?hash=1774457330>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '50978c85-4017-5a32-bdb2-17973c6b66fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002573',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 117451,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002573auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:51 [ecarstrade.be] INFO: Saving data for 7002573auction111051: {'created_time': 1774475391.611357, 'last_price_update_time': 1774475391.611366, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002573auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_002/780x0__r.jpg?hash=1774457334> (referer: https://ecarstrade.com/cars/7002575)
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_006/780x0__r.jpg?hash=1774457320> (referer: https://ecarstrade.com/cars/7002561)
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_003/780x0__r.jpg?hash=1774457320> (referer: https://ecarstrade.com/cars/7002561)
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_005/780x0__r.jpg?hash=1774457321> (referer: https://ecarstrade.com/cars/7002561)
2026-03-25 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_004/780x0__r.jpg?hash=1774457320> (referer: https://ecarstrade.com/cars/7002561)
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7d004146-8380-5e75-91a3-fbe224c3c3d2
2026-03-25 21:49:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d004146-8380-5e75-91a3-fbe224c3c3d2, skipping ID generation
2026-03-25 21:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d004146-8380-5e75-91a3-fbe224c3c3d2 with scrape type 1
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d004146-8380-5e75-91a3-fbe224c3c3d2 sending to next pipeline
2026-03-25 21:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d004146-8380-5e75-91a3-fbe224c3c3d2, identifier: 7002569auction111051
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2
2026-03-25 21:49:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2
2026-03-25 21:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d004146-8380-5e75-91a3-fbe224c3c3d2 with identifier: 7002569auction111051
2026-03-25 21:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d004146-8380-5e75-91a3-fbe224c3c3d2 with identifier: 7002569auction111051
2026-03-25 21:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d004146-8380-5e75-91a3-fbe224c3c3d2 with identifier: 7002569auction111051 to the API
2026-03-25 21:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002569/photo_003/780x0__r.jpg?hash=1774457322>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7d004146-8380-5e75-91a3-fbe224c3c3d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002569',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Renault',
'model': 'Austral',
'odometer': 74933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Austral Techno 1.2 200CV BVAV 6E',
'transmission': 'automatic',
'trim': 'Techno 1.2 200CV BVAV 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002569auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:52 [ecarstrade.be] INFO: Saving data for 7002569auction111051: {'created_time': 1774475392.021073, 'last_price_update_time': 1774475392.021082, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002569auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_002/780x0__r.jpg?hash=1774457329> (referer: https://ecarstrade.com/cars/7002571)
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_004/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002571)
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_002/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002567)
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_001/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002567)
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_003/780x0__r.jpg?hash=1774457320> (referer: https://ecarstrade.com/cars/7002567)
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ab0e096-4461-5805-b585-435630d5fc65
2026-03-25 21:49:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ab0e096-4461-5805-b585-435630d5fc65, skipping ID generation
2026-03-25 21:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab0e096-4461-5805-b585-435630d5fc65 with scrape type 1
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ab0e096-4461-5805-b585-435630d5fc65 sending to next pipeline
2026-03-25 21:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ab0e096-4461-5805-b585-435630d5fc65, identifier: 7002575auction111051
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 39859a81-5487-581a-9ce6-d6cda1e70042
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 39859a81-5487-581a-9ce6-d6cda1e70042
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 39859a81-5487-581a-9ce6-d6cda1e70042
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 39859a81-5487-581a-9ce6-d6cda1e70042
2026-03-25 21:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ab0e096-4461-5805-b585-435630d5fc65 with identifier: 7002575auction111051
2026-03-25 21:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ab0e096-4461-5805-b585-435630d5fc65 with identifier: 7002575auction111051
2026-03-25 21:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ab0e096-4461-5805-b585-435630d5fc65 with identifier: 7002575auction111051 to the API
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002575/photo_002/780x0__r.jpg?hash=1774457334>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6ab0e096-4461-5805-b585-435630d5fc65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002575',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 108079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002575auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:52 [ecarstrade.be] INFO: Saving data for 7002575auction111051: {'created_time': 1774475392.443476, 'last_price_update_time': 1774475392.443487, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002575auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_005/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002567)
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_006/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002571)
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_005/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002571)
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_006/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002567)
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_004/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002567)
2026-03-25 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-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e731f783-45fe-5cfa-90ac-6959ac5b1f40
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e731f783-45fe-5cfa-90ac-6959ac5b1f40
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e731f783-45fe-5cfa-90ac-6959ac5b1f40
2026-03-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_002/780x0__r.jpg?hash=1774457320> (referer: https://ecarstrade.com/cars/7002561)
2026-03-25 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-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_003/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002571)
2026-03-25 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-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_001/780x0__r.jpg?hash=1774457320> (referer: https://ecarstrade.com/cars/7002561)
2026-03-25 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-25 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_001/780x0__r.jpg?hash=1774457333> (referer: https://ecarstrade.com/cars/7002576)
2026-03-25 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-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e731f783-45fe-5cfa-90ac-6959ac5b1f40
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e731f783-45fe-5cfa-90ac-6959ac5b1f40
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e731f783-45fe-5cfa-90ac-6959ac5b1f40
2026-03-25 21:49:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e731f783-45fe-5cfa-90ac-6959ac5b1f40, skipping ID generation
2026-03-25 21:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e731f783-45fe-5cfa-90ac-6959ac5b1f40 with scrape type 1
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e731f783-45fe-5cfa-90ac-6959ac5b1f40 sending to next pipeline
2026-03-25 21:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e731f783-45fe-5cfa-90ac-6959ac5b1f40, identifier: 7002567auction111051
2026-03-25 21:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e731f783-45fe-5cfa-90ac-6959ac5b1f40 with identifier: 7002567auction111051
2026-03-25 21:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e731f783-45fe-5cfa-90ac-6959ac5b1f40 with identifier: 7002567auction111051
2026-03-25 21:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e731f783-45fe-5cfa-90ac-6959ac5b1f40 with identifier: 7002567auction111051 to the API
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002567/photo_004/780x0__r.jpg?hash=1774457319>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Electric',
'id': 'e731f783-45fe-5cfa-90ac-6959ac5b1f40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002567',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Mini',
'model': '',
'odometer': 27058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'MINI ELEC 11DJ F56 BEV RSK WIP chtx',
'transmission': 'automatic',
'trim': 'MINI ELEC 11DJ F56 BEV RSK WIP chtx',
'vin': None,
'year': 2023}
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002567auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:52 [ecarstrade.be] INFO: Saving data for 7002567auction111051: {'created_time': 1774475392.963337, 'last_price_update_time': 1774475392.963358, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002567auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 39859a81-5487-581a-9ce6-d6cda1e70042
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b
2026-03-25 21:49:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b, skipping ID generation
2026-03-25 21:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with scrape type 1
2026-03-25 21:49:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b sending to next pipeline
2026-03-25 21:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b, identifier: 7002571auction111051
2026-03-25 21:49:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 39859a81-5487-581a-9ce6-d6cda1e70042
2026-03-25 21:49:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 39859a81-5487-581a-9ce6-d6cda1e70042, skipping ID generation
2026-03-25 21:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39859a81-5487-581a-9ce6-d6cda1e70042 with scrape type 1
2026-03-25 21:49:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 39859a81-5487-581a-9ce6-d6cda1e70042 sending to next pipeline
2026-03-25 21:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39859a81-5487-581a-9ce6-d6cda1e70042, identifier: 7002561auction111051
2026-03-25 21:49:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2
2026-03-25 21:49:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2, skipping ID generation
2026-03-25 21:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with scrape type 1
2026-03-25 21:49:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 sending to next pipeline
2026-03-25 21:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2, identifier: 7002576auction111051
2026-03-25 21:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with identifier: 7002571auction111051
2026-03-25 21:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with identifier: 7002571auction111051
2026-03-25 21:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with identifier: 7002571auction111051 to the API
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002571/photo_003/780x0__r.jpg?hash=1774457328>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '844a1dce-fffc-5fcc-9f1f-8612b8ab006b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002571',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Renault',
'model': 'Austral',
'odometer': 76350,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Austral Iconic 1.2 200CV BVAV 6E',
'transmission': 'automatic',
'trim': 'Iconic 1.2 200CV BVAV 6E',
'vin': None,
'year': 2024}
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002571auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:53 [ecarstrade.be] INFO: Saving data for 7002571auction111051: {'created_time': 1774475393.548008, 'last_price_update_time': 1774475393.548021, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002571auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39859a81-5487-581a-9ce6-d6cda1e70042 with identifier: 7002561auction111051
2026-03-25 21:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39859a81-5487-581a-9ce6-d6cda1e70042 with identifier: 7002561auction111051
2026-03-25 21:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39859a81-5487-581a-9ce6-d6cda1e70042 with identifier: 7002561auction111051 to the API
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002561/photo_001/780x0__r.jpg?hash=1774457320>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '39859a81-5487-581a-9ce6-d6cda1e70042',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002561',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 116655,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002561auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:53 [ecarstrade.be] INFO: Saving data for 7002561auction111051: {'created_time': 1774475393.849904, 'last_price_update_time': 1774475393.849914, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002561auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with identifier: 7002576auction111051
2026-03-25 21:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with identifier: 7002576auction111051
2026-03-25 21:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with identifier: 7002576auction111051 to the API
2026-03-25 21:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:49: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-25 21:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002576/photo_001/780x0__r.jpg?hash=1774457333>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Electric',
'id': '9d9bc6ae-ba4f-59fb-8503-78d0618dddf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002576',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '4 Series',
'odometer': 34834,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-01',
'seats_number': None,
'seller_name': None,
'title': 'SERIE 4 GRAND COUPE eDRIVE40 340ch MSPORT BEV BB 25',
'transmission': 'manual',
'trim': 'SERIE 4 GRAND COUPE eDRIVE40 340ch MSPORT BEV BB 25',
'vin': None,
'year': 2025}
2026-03-25 21:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002576auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:49:54 [ecarstrade.be] INFO: Saving data for 7002576auction111051: {'created_time': 1774475394.144619, 'last_price_update_time': 1774475394.144629, 'auction_closing_time': 1774535400.0}
2026-03-25 21:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002576auction111051') HTTP/1.1" 204 0
2026-03-25 21:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002565> (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-25 21:49:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:55 [ecarstrade.be] INFO: Extracting details for car 7002565auction111051
2026-03-25 21:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with identifier: 7002565auction111051
2026-03-25 21:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with scrape type 1
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002565%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_001/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002565%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_002/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002565%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_003/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002565%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_004/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002565%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_005/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002565%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_006/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002566> (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-25 21:49:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:49:55 [ecarstrade.be] INFO: Extracting details for car 7002566auction111051
2026-03-25 21:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90847bd8-75ed-5f60-94cf-362fba2b01c7 with identifier: 7002566auction111051
2026-03-25 21:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90847bd8-75ed-5f60-94cf-362fba2b01c7 with scrape type 1
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 90847bd8-75ed-5f60-94cf-362fba2b01c7
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002566%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_001/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002566%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_002/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002566%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457327%27 HTTP/1.1" 200 None
2026-03-25 21:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_003/780x0__r.jpg?hash=1774457327 not downloaded yet
2026-03-25 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002566%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_004/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002566%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_005/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:49: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%252F7000001-7010000%252F7002566%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457328%27 HTTP/1.1" 200 None
2026-03-25 21:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_006/780x0__r.jpg?hash=1774457328 not downloaded yet
2026-03-25 21:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002562> (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-25 21:50:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002563> (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-25 21:50:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:00 [ecarstrade.be] INFO: Extracting details for car 7002562auction111051
2026-03-25 21:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002564> (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-25 21:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d42fcc00-b943-5768-aced-6d498a4c85b5 with identifier: 7002562auction111051
2026-03-25 21:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d42fcc00-b943-5768-aced-6d498a4c85b5 with scrape type 1
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d42fcc00-b943-5768-aced-6d498a4c85b5
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002562%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457323%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_001/780x0__r.jpg?hash=1774457323 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002562%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457322%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_002/780x0__r.jpg?hash=1774457322 not downloaded yet
2026-03-25 21:50:00 [ecarstrade.be] INFO: Extracting details for car 7002563auction111051
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002562%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457322%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_003/780x0__r.jpg?hash=1774457322 not downloaded yet
2026-03-25 21:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c7229ca-38f9-5f92-b118-1cd9def49a41 with identifier: 7002563auction111051
2026-03-25 21:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c7229ca-38f9-5f92-b118-1cd9def49a41 with scrape type 1
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1c7229ca-38f9-5f92-b118-1cd9def49a41
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002563%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457323%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_001/780x0__r.jpg?hash=1774457323 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002562%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457322%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_004/780x0__r.jpg?hash=1774457322 not downloaded yet
2026-03-25 21:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_004/780x0__r.jpg?hash=1774457213> (referer: https://ecarstrade.com/cars/7002453)
2026-03-25 21:50:00 [ecarstrade.be] INFO: Extracting details for car 7002564auction111051
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002563%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457323%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_002/780x0__r.jpg?hash=1774457323 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002562%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457322%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_005/780x0__r.jpg?hash=1774457322 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002563%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457323%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_003/780x0__r.jpg?hash=1774457323 not downloaded yet
2026-03-25 21:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c64a2393-ded2-5611-8451-e724abf2be2c with identifier: 7002564auction111051
2026-03-25 21:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64a2393-ded2-5611-8451-e724abf2be2c with scrape type 1
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c64a2393-ded2-5611-8451-e724abf2be2c
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002564%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_001/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002562%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457322%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_006/780x0__r.jpg?hash=1774457322 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002563%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457323%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_004/780x0__r.jpg?hash=1774457323 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002564%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_002/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_003/780x0__r.jpg?hash=1774457213> (referer: https://ecarstrade.com/cars/7002453)
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002563%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457323%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_005/780x0__r.jpg?hash=1774457323 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002564%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_003/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002563%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457323%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_006/780x0__r.jpg?hash=1774457323 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002564%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457325%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_004/780x0__r.jpg?hash=1774457325 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002564%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_005/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002564%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457324%27 HTTP/1.1" 200 None
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_006/780x0__r.jpg?hash=1774457324 not downloaded yet
2026-03-25 21:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_002/780x0__r.jpg?hash=1774457213> (referer: https://ecarstrade.com/cars/7002453)
2026-03-25 21:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_001/780x0__r.jpg?hash=1774457213> (referer: https://ecarstrade.com/cars/7002453)
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_005/780x0__r.jpg?hash=1774457214> (referer: https://ecarstrade.com/cars/7002454)
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b
2026-03-25 21:50:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b, skipping ID generation
2026-03-25 21:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b with scrape type 1
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b sending to next pipeline
2026-03-25 21:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b, identifier: 7002453auction111049
2026-03-25 21:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b with identifier: 7002453auction111049
2026-03-25 21:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b with identifier: 7002453auction111049
2026-03-25 21:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3937cf68-33cc-5e75-a0c3-c2eb02c91d9b with identifier: 7002453auction111049 to the API
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002453/photo_001/780x0__r.jpg?hash=1774457213>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '3937cf68-33cc-5e75-a0c3-c2eb02c91d9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002453',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Peugeot',
'model': '2008',
'odometer': 45330,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': '2008 Allure 1.2 PURETECH 100CV BVM6 6E',
'transmission': 'manual',
'trim': 'Allure 1.2 PURETECH 100CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002453auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [ecarstrade.be] INFO: Saving data for 7002453auction111049: {'created_time': 1774475401.502598, 'last_price_update_time': 1774475401.502608, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002453auction111049') HTTP/1.1" 204 0
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_006/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002565)
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002560> (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-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002559> (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-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_004/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002566)
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_006/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002566)
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_005/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002566)
2026-03-25 21:50:01 [ecarstrade.be] INFO: Extracting details for car 7002560auction111051
2026-03-25 21:50:01 [ecarstrade.be] INFO: Extracting details for car 7002559auction111051
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1
2026-03-25 21:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7049023d-09fe-5235-a5b3-6dedac513742 with identifier: 7002560auction111051
2026-03-25 21:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7049023d-09fe-5235-a5b3-6dedac513742 with scrape type 1
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7049023d-09fe-5235-a5b3-6dedac513742
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002560%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_001/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with identifier: 7002559auction111051
2026-03-25 21:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with scrape type 1
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002559%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457318%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_001/780x0__r.jpg?hash=1774457318 not downloaded yet
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002560%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_002/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002559%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457318%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_002/780x0__r.jpg?hash=1774457318 not downloaded yet
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_002/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002564)
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002560%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_003/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002559%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_003/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_001/780x0__r.jpg?hash=1774457323> (referer: https://ecarstrade.com/cars/7002563)
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_006/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002564)
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002560%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_004/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002559%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457318%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_004/780x0__r.jpg?hash=1774457318 not downloaded yet
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 90847bd8-75ed-5f60-94cf-362fba2b01c7
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 90847bd8-75ed-5f60-94cf-362fba2b01c7
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 90847bd8-75ed-5f60-94cf-362fba2b01c7
2026-03-25 21:50:01 [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-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002560%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457320%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_005/780x0__r.jpg?hash=1774457320 not downloaded yet
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002559%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457318%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_005/780x0__r.jpg?hash=1774457318 not downloaded yet
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_005/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002564)
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002560%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457319%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_006/780x0__r.jpg?hash=1774457319 not downloaded yet
2026-03-25 21:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002559%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457318%27 HTTP/1.1" 200 None
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_006/780x0__r.jpg?hash=1774457318 not downloaded yet
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_006/780x0__r.jpg?hash=1774457323> (referer: https://ecarstrade.com/cars/7002563)
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_003/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002564)
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c64a2393-ded2-5611-8451-e724abf2be2c
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1c7229ca-38f9-5f92-b118-1cd9def49a41
2026-03-25 21:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c64a2393-ded2-5611-8451-e724abf2be2c
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_004/780x0__r.jpg?hash=1774457325> (referer: https://ecarstrade.com/cars/7002564)
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_005/780x0__r.jpg?hash=1774457323> (referer: https://ecarstrade.com/cars/7002563)
2026-03-25 21:50:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_006/780x0__r.jpg?hash=1774457322> (referer: https://ecarstrade.com/cars/7002562)
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002577auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002577auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002577auction111051: 1
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_002/780x0__r.jpg?hash=1774457318> (referer: https://ecarstrade.com/cars/7002559)
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_004/780x0__r.jpg?hash=1774457323> (referer: https://ecarstrade.com/cars/7002563)
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002578auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002578auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002578auction111051: 1
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c64a2393-ded2-5611-8451-e724abf2be2c
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_001/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002564)
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002579auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002579auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002579auction111051: 1
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002580auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002580auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002580auction111051: 1
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_003/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002559)
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_004/780x0__r.jpg?hash=1774457318> (referer: https://ecarstrade.com/cars/7002559)
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002581auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002581auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002581auction111051: 1
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1c7229ca-38f9-5f92-b118-1cd9def49a41
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c64a2393-ded2-5611-8451-e724abf2be2c
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002582auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002582auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002582auction111051: 1
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c64a2393-ded2-5611-8451-e724abf2be2c
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1c7229ca-38f9-5f92-b118-1cd9def49a41
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_003/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002560)
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_004/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002560)
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002583auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002583auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002583auction111051: 1
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d42fcc00-b943-5768-aced-6d498a4c85b5
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1c7229ca-38f9-5f92-b118-1cd9def49a41
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002584auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002584auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002584auction111051: 1
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002558> (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-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_006/780x0__r.jpg?hash=1774457318> (referer: https://ecarstrade.com/cars/7002559)
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002585auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002585auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002585auction111051: 1
2026-03-25 21:50:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c64a2393-ded2-5611-8451-e724abf2be2c
2026-03-25 21:50:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c64a2393-ded2-5611-8451-e724abf2be2c, skipping ID generation
2026-03-25 21:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64a2393-ded2-5611-8451-e724abf2be2c with scrape type 1
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c64a2393-ded2-5611-8451-e724abf2be2c sending to next pipeline
2026-03-25 21:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c64a2393-ded2-5611-8451-e724abf2be2c, identifier: 7002564auction111051
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_006/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002560)
2026-03-25 21:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c64a2393-ded2-5611-8451-e724abf2be2c with identifier: 7002564auction111051
2026-03-25 21:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c64a2393-ded2-5611-8451-e724abf2be2c with identifier: 7002564auction111051
2026-03-25 21:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c64a2393-ded2-5611-8451-e724abf2be2c with identifier: 7002564auction111051 to the API
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002564/photo_001/780x0__r.jpg?hash=1774457324>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'c64a2393-ded2-5611-8451-e724abf2be2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002564',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Captur',
'odometer': 67236,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Captur II Evolution 1.0 TCE 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Evolution 1.0 TCE 90CV BVM6 E6d',
'vin': None,
'year': 2024}
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002564auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Saving data for 7002564auction111051: {'created_time': 1774475402.612168, 'last_price_update_time': 1774475402.612177, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002564auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_005/780x0__r.jpg?hash=1774457318> (referer: https://ecarstrade.com/cars/7002559)
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_005/780x0__r.jpg?hash=1774457320> (referer: https://ecarstrade.com/cars/7002560)
2026-03-25 21:50:02 [ecarstrade.be] INFO: Extracting details for car 7002558auction111051
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002586auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002586auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002586auction111051: 1
2026-03-25 21:50:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002587auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002587auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002587auction111051: 1
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7049023d-09fe-5235-a5b3-6dedac513742
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7049023d-09fe-5235-a5b3-6dedac513742
2026-03-25 21:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with identifier: 7002558auction111051
2026-03-25 21:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with scrape type 1
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002558%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457316%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_001/780x0__r.jpg?hash=1774457316 not downloaded yet
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7049023d-09fe-5235-a5b3-6dedac513742
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002588auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002588auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002588auction111051: 1
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002558%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457316%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_002/780x0__r.jpg?hash=1774457316 not downloaded yet
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002589auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002589auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002589auction111051: 1
2026-03-25 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_002/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002560)
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002558%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457317%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_003/780x0__r.jpg?hash=1774457317 not downloaded yet
2026-03-25 21:50:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002590auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002590auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002590auction111051: 1
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002558%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457317%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_004/780x0__r.jpg?hash=1774457317 not downloaded yet
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7049023d-09fe-5235-a5b3-6dedac513742
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002591auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002591auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002591auction111051: 1
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002558%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457317%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_005/780x0__r.jpg?hash=1774457317 not downloaded yet
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002592auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002592auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002592auction111051: 1
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002558%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457317%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_006/780x0__r.jpg?hash=1774457317 not downloaded yet
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002593auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002593auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002593auction111051: 1
2026-03-25 21:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7049023d-09fe-5235-a5b3-6dedac513742
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002594auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002594auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002594auction111051: 1
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002595auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002595auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002595auction111051: 1
2026-03-25 21:50:02 [ecarstrade.be] INFO: Found listing with ID: 7002596auction111051
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002596auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:02 [ecarstrade.be] INFO: Scrape type for 7002596auction111051: 1
2026-03-25 21:50:06 [scrapy.extensions.logstats] INFO: Crawled 711 pages (at 41 pages/min), scraped 623 items (at 41 items/min)
2026-03-25 21:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002527> (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-25 21:50:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:07 [ecarstrade.be] INFO: Extracting details for car 7002527auction111050
2026-03-25 21:50:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a96d9bb6-0d9b-504c-8d52-58f7b521c129 with identifier: 7002527auction111050
2026-03-25 21:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a96d9bb6-0d9b-504c-8d52-58f7b521c129 with scrape type 1
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a96d9bb6-0d9b-504c-8d52-58f7b521c129
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002527%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457286%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_001/780x0__r.jpg?hash=1774457286 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002527%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457286%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_002/780x0__r.jpg?hash=1774457286 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002527%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_003/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002527%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457286%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_004/780x0__r.jpg?hash=1774457286 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002527%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_005/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002527%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_006/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002528> (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-25 21:50:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:07 [ecarstrade.be] INFO: Extracting details for car 7002528auction111050
2026-03-25 21:50:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1841f54-c861-5530-a574-9fb1c5c85bb1 with identifier: 7002528auction111050
2026-03-25 21:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1841f54-c861-5530-a574-9fb1c5c85bb1 with scrape type 1
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d1841f54-c861-5530-a574-9fb1c5c85bb1
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002528%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_001/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002528%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_002/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002528%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_003/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002528%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_004/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002528%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_005/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002528%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457287%27 HTTP/1.1" 200 None
2026-03-25 21:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_006/780x0__r.jpg?hash=1774457287 not downloaded yet
2026-03-25 21:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002579> (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-25 21:50:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:09 [ecarstrade.be] INFO: Extracting details for car 7002579auction111051
2026-03-25 21:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5210636e-69d5-57c0-aeac-f10b9e286540 with identifier: 7002579auction111051
2026-03-25 21:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5210636e-69d5-57c0-aeac-f10b9e286540 with scrape type 1
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5210636e-69d5-57c0-aeac-f10b9e286540
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002579%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457340%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_001/780x0__r.jpg?hash=1774457340 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002579%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457339%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_002/780x0__r.jpg?hash=1774457339 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002579%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457339%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_003/780x0__r.jpg?hash=1774457339 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002579%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457339%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_004/780x0__r.jpg?hash=1774457339 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002579%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457339%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_005/780x0__r.jpg?hash=1774457339 not downloaded yet
2026-03-25 21:50:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002578> (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-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002579%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457339%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_006/780x0__r.jpg?hash=1774457339 not downloaded yet
2026-03-25 21:50:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:09 [ecarstrade.be] INFO: Extracting details for car 7002578auction111051
2026-03-25 21:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1616996c-24d0-5742-9257-6acb9e34278c with identifier: 7002578auction111051
2026-03-25 21:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1616996c-24d0-5742-9257-6acb9e34278c with scrape type 1
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1616996c-24d0-5742-9257-6acb9e34278c
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002578%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457337%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_001/780x0__r.jpg?hash=1774457337 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002578%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457337%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_002/780x0__r.jpg?hash=1774457337 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002578%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457337%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_003/780x0__r.jpg?hash=1774457337 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002578%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457337%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_004/780x0__r.jpg?hash=1774457337 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002578%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457337%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_005/780x0__r.jpg?hash=1774457337 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002578%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457337%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_006/780x0__r.jpg?hash=1774457337 not downloaded yet
2026-03-25 21:50:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002580> (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-25 21:50:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:09 [ecarstrade.be] INFO: Extracting details for car 7002580auction111051
2026-03-25 21:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d12f8af-6fed-5453-b781-5af861f73c39 with identifier: 7002580auction111051
2026-03-25 21:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d12f8af-6fed-5453-b781-5af861f73c39 with scrape type 1
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d12f8af-6fed-5453-b781-5af861f73c39
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002580%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457338%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_001/780x0__r.jpg?hash=1774457338 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002580%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457338%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_002/780x0__r.jpg?hash=1774457338 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002580%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457338%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_003/780x0__r.jpg?hash=1774457338 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002580%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457339%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_004/780x0__r.jpg?hash=1774457339 not downloaded yet
2026-03-25 21:50:09 [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-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002580%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457339%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_005/780x0__r.jpg?hash=1774457339 not downloaded yet
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002580%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457338%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_006/780x0__r.jpg?hash=1774457338 not downloaded yet
2026-03-25 21:50:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_001/780x0__r.jpg?hash=1774457318> (referer: https://ecarstrade.com/cars/7002559)
2026-03-25 21:50:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:50:09 [ecarstrade.be] INFO: Found listing with ID: 7002597auction111051
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002597auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [ecarstrade.be] INFO: Scrape type for 7002597auction111051: 1
2026-03-25 21:50:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_001/780x0__r.jpg?hash=1774457319> (referer: https://ecarstrade.com/cars/7002560)
2026-03-25 21:50:09 [ecarstrade.be] INFO: Found listing with ID: 7002598auction111051
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002598auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [ecarstrade.be] INFO: Scrape type for 7002598auction111051: 1
2026-03-25 21:50:09 [ecarstrade.be] INFO: Found listing with ID: 7002599auction111051
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002599auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:09 [ecarstrade.be] INFO: Scrape type for 7002599auction111051: 1
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4
2026-03-25 21:50:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4, skipping ID generation
2026-03-25 21:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with scrape type 1
2026-03-25 21:50:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 sending to next pipeline
2026-03-25 21:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4, identifier: 7002559auction111051
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002600auction111051
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002600auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Scrape type for 7002600auction111051: 1
2026-03-25 21:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with identifier: 7002559auction111051
2026-03-25 21:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with identifier: 7002559auction111051
2026-03-25 21:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with identifier: 7002559auction111051 to the API
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002559/photo_001/780x0__r.jpg?hash=1774457318>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '4872ab01-35eb-5b76-8fa1-47c9cc23d8e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002559',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Citroen',
'model': 'C3',
'odometer': 72297,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002559auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Saving data for 7002559auction111051: {'created_time': 1774475410.373996, 'last_price_update_time': 1774475410.374006, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002559auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_002/780x0__r.jpg?hash=1774457316> (referer: https://ecarstrade.com/cars/7002558)
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002601auction111051
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002601auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Scrape type for 7002601auction111051: 1
2026-03-25 21:50:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7049023d-09fe-5235-a5b3-6dedac513742
2026-03-25 21:50:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7049023d-09fe-5235-a5b3-6dedac513742, skipping ID generation
2026-03-25 21:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7049023d-09fe-5235-a5b3-6dedac513742 with scrape type 1
2026-03-25 21:50:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7049023d-09fe-5235-a5b3-6dedac513742 sending to next pipeline
2026-03-25 21:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7049023d-09fe-5235-a5b3-6dedac513742, identifier: 7002560auction111051
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002602auction111051
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002602auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Scrape type for 7002602auction111051: 1
2026-03-25 21:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7049023d-09fe-5235-a5b3-6dedac513742 with identifier: 7002560auction111051
2026-03-25 21:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7049023d-09fe-5235-a5b3-6dedac513742 with identifier: 7002560auction111051
2026-03-25 21:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7049023d-09fe-5235-a5b3-6dedac513742 with identifier: 7002560auction111051 to the API
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002560/photo_001/780x0__r.jpg?hash=1774457319>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '7049023d-09fe-5235-a5b3-6dedac513742',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002560',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Citroen',
'model': 'C3',
'odometer': 67260,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002560auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Saving data for 7002560auction111051: {'created_time': 1774475410.892152, 'last_price_update_time': 1774475410.892163, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002560auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002603auction111051
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002603auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Scrape type for 7002603auction111051: 1
2026-03-25 21:50:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002604auction111051
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002604auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Scrape type for 7002604auction111051: 1
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002605auction111051
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002605auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Scrape type for 7002605auction111051: 1
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002606auction111051
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002606auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Scrape type for 7002606auction111051: 1
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002607auction111051
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002607auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:10 [ecarstrade.be] INFO: Scrape type for 7002607auction111051: 1
2026-03-25 21:50:10 [ecarstrade.be] INFO: Found listing with ID: 7002608auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002608auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002608auction111051: 1
2026-03-25 21:50:11 [ecarstrade.be] INFO: Found listing with ID: 7002609auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002609auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002609auction111051: 1
2026-03-25 21:50:11 [ecarstrade.be] INFO: Found listing with ID: 7002610auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002610auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002610auction111051: 1
2026-03-25 21:50:11 [ecarstrade.be] INFO: Found listing with ID: 7002611auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002611auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002611auction111051: 1
2026-03-25 21:50:11 [ecarstrade.be] INFO: Found listing with ID: 7002612auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002612auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002612auction111051: 1
2026-03-25 21:50:11 [ecarstrade.be] INFO: Found listing with ID: 7002613auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002613auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002613auction111051: 1
2026-03-25 21:50:11 [ecarstrade.be] INFO: Found listing with ID: 7002614auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002614auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002614auction111051: 1
2026-03-25 21:50:11 [ecarstrade.be] INFO: Found listing with ID: 7002615auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002615auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002615auction111051: 1
2026-03-25 21:50:11 [ecarstrade.be] INFO: Found listing with ID: 7002616auction111051
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002616auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [ecarstrade.be] INFO: Scrape type for 7002616auction111051: 1
2026-03-25 21:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002577> (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-25 21:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_006/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002527)
2026-03-25 21:50:11 [ecarstrade.be] INFO: Extracting details for car 7002577auction111051
2026-03-25 21:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79af66ac-482b-58c6-878f-83f29447601d with identifier: 7002577auction111051
2026-03-25 21:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79af66ac-482b-58c6-878f-83f29447601d with scrape type 1
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 79af66ac-482b-58c6-878f-83f29447601d
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002577%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457336%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_001/780x0__r.jpg?hash=1774457336 not downloaded yet
2026-03-25 21:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_006/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002528)
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002577%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457336%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_002/780x0__r.jpg?hash=1774457336 not downloaded yet
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002577%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457335%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_003/780x0__r.jpg?hash=1774457335 not downloaded yet
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002577%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457335%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_004/780x0__r.jpg?hash=1774457335 not downloaded yet
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002577%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457335%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_005/780x0__r.jpg?hash=1774457335 not downloaded yet
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a96d9bb6-0d9b-504c-8d52-58f7b521c129
2026-03-25 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002577%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457335%27 HTTP/1.1" 200 None
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_006/780x0__r.jpg?hash=1774457335 not downloaded yet
2026-03-25 21:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_005/780x0__r.jpg?hash=1774457339> (referer: https://ecarstrade.com/cars/7002579)
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d1841f54-c861-5530-a574-9fb1c5c85bb1
2026-03-25 21:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_006/780x0__r.jpg?hash=1774457337> (referer: https://ecarstrade.com/cars/7002578)
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5210636e-69d5-57c0-aeac-f10b9e286540
2026-03-25 21:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_004/780x0__r.jpg?hash=1774457339> (referer: https://ecarstrade.com/cars/7002580)
2026-03-25 21:50:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1616996c-24d0-5742-9257-6acb9e34278c
2026-03-25 21:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_006/780x0__r.jpg?hash=1774457338> (referer: https://ecarstrade.com/cars/7002580)
2026-03-25 21:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d12f8af-6fed-5453-b781-5af861f73c39
2026-03-25 21:50:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d12f8af-6fed-5453-b781-5af861f73c39
2026-03-25 21:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002582> (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-25 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-25 21:50:13 [ecarstrade.be] INFO: Extracting details for car 7002582auction111051
2026-03-25 21:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e6ed6b3-267c-5c43-99eb-5576a669c972 with identifier: 7002582auction111051
2026-03-25 21:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e6ed6b3-267c-5c43-99eb-5576a669c972 with scrape type 1
2026-03-25 21:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9e6ed6b3-267c-5c43-99eb-5576a669c972
2026-03-25 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002582%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457341%27 HTTP/1.1" 200 None
2026-03-25 21:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_001/780x0__r.jpg?hash=1774457341 not downloaded yet
2026-03-25 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002582%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457341%27 HTTP/1.1" 200 None
2026-03-25 21:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_002/780x0__r.jpg?hash=1774457341 not downloaded yet
2026-03-25 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002582%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457342%27 HTTP/1.1" 200 None
2026-03-25 21:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_003/780x0__r.jpg?hash=1774457342 not downloaded yet
2026-03-25 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002582%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457341%27 HTTP/1.1" 200 None
2026-03-25 21:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_004/780x0__r.jpg?hash=1774457341 not downloaded yet
2026-03-25 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002582%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457341%27 HTTP/1.1" 200 None
2026-03-25 21:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_005/780x0__r.jpg?hash=1774457341 not downloaded yet
2026-03-25 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002582%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457341%27 HTTP/1.1" 200 None
2026-03-25 21:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_006/780x0__r.jpg?hash=1774457341 not downloaded yet
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002584> (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-25 21:50:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:15 [ecarstrade.be] INFO: Extracting details for car 7002584auction111051
2026-03-25 21:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with identifier: 7002584auction111051
2026-03-25 21:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with scrape type 1
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002584%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_001/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002584%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_002/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002584%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_003/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002584%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_004/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002584%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_005/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002584%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_006/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002581> (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-25 21:50:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002583> (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-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_001/780x0__r.jpg?hash=1774457336> (referer: https://ecarstrade.com/cars/7002577)
2026-03-25 21:50:15 [ecarstrade.be] INFO: Extracting details for car 7002581auction111051
2026-03-25 21:50:15 [ecarstrade.be] INFO: Extracting details for car 7002583auction111051
2026-03-25 21:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a881f98a-e6b7-5532-becb-154a26c64b68 with identifier: 7002581auction111051
2026-03-25 21:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a881f98a-e6b7-5532-becb-154a26c64b68 with scrape type 1
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a881f98a-e6b7-5532-becb-154a26c64b68
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002581%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457340%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_001/780x0__r.jpg?hash=1774457340 not downloaded yet
2026-03-25 21:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66b87c04-639a-552d-b45f-d13c2fa9ff16 with identifier: 7002583auction111051
2026-03-25 21:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b87c04-639a-552d-b45f-d13c2fa9ff16 with scrape type 1
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66b87c04-639a-552d-b45f-d13c2fa9ff16
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002583%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457342%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_001/780x0__r.jpg?hash=1774457342 not downloaded yet
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_006/780x0__r.jpg?hash=1774457335> (referer: https://ecarstrade.com/cars/7002577)
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002581%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457340%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_002/780x0__r.jpg?hash=1774457340 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002583%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_002/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002581%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457340%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_003/780x0__r.jpg?hash=1774457340 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002583%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_003/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 79af66ac-482b-58c6-878f-83f29447601d
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002581%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457340%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_004/780x0__r.jpg?hash=1774457340 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002583%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_004/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_005/780x0__r.jpg?hash=1774457335> (referer: https://ecarstrade.com/cars/7002577)
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002581%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457341%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_005/780x0__r.jpg?hash=1774457341 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002583%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_005/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002581%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457340%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_006/780x0__r.jpg?hash=1774457340 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002583%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457343%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_006/780x0__r.jpg?hash=1774457343 not downloaded yet
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 79af66ac-482b-58c6-878f-83f29447601d
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002585> (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-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_004/780x0__r.jpg?hash=1774457335> (referer: https://ecarstrade.com/cars/7002577)
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 79af66ac-482b-58c6-878f-83f29447601d
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_003/780x0__r.jpg?hash=1774457335> (referer: https://ecarstrade.com/cars/7002577)
2026-03-25 21:50:15 [ecarstrade.be] INFO: Extracting details for car 7002585auction111051
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_002/780x0__r.jpg?hash=1774457336> (referer: https://ecarstrade.com/cars/7002577)
2026-03-25 21:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with identifier: 7002585auction111051
2026-03-25 21:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with scrape type 1
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002585%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_001/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_006/780x0__r.jpg?hash=1774457341> (referer: https://ecarstrade.com/cars/7002582)
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002585%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_002/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002585%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_003/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 79af66ac-482b-58c6-878f-83f29447601d
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002585%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_004/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 79af66ac-482b-58c6-878f-83f29447601d
2026-03-25 21:50:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_006/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002584)
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002585%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_005/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002585%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_006/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 79af66ac-482b-58c6-878f-83f29447601d
2026-03-25 21:50:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79af66ac-482b-58c6-878f-83f29447601d, skipping ID generation
2026-03-25 21:50:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79af66ac-482b-58c6-878f-83f29447601d with scrape type 1
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 79af66ac-482b-58c6-878f-83f29447601d sending to next pipeline
2026-03-25 21:50:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79af66ac-482b-58c6-878f-83f29447601d, identifier: 7002577auction111051
2026-03-25 21:50:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79af66ac-482b-58c6-878f-83f29447601d with identifier: 7002577auction111051
2026-03-25 21:50:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79af66ac-482b-58c6-878f-83f29447601d with identifier: 7002577auction111051
2026-03-25 21:50:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79af66ac-482b-58c6-878f-83f29447601d with identifier: 7002577auction111051 to the API
2026-03-25 21:50:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002577/photo_002/780x0__r.jpg?hash=1774457336>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '79af66ac-482b-58c6-878f-83f29447601d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002577',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': '430',
'odometer': 96340,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': '430D XDRIVE GRAN CP BVA M-S LH',
'transmission': 'automatic',
'trim': 'D XDRIVE GRAN CP BVA M-S LH',
'vin': None,
'year': 2022}
2026-03-25 21:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002577auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:16 [ecarstrade.be] INFO: Saving data for 7002577auction111051: {'created_time': 1774475416.512743, 'last_price_update_time': 1774475416.512754, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002577auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_005/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002584)
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_004/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002584)
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9e6ed6b3-267c-5c43-99eb-5576a669c972
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_001/780x0__r.jpg?hash=1774457342> (referer: https://ecarstrade.com/cars/7002583)
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_004/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002583)
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_006/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002583)
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_006/780x0__r.jpg?hash=1774457340> (referer: https://ecarstrade.com/cars/7002581)
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66b87c04-639a-552d-b45f-d13c2fa9ff16
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66b87c04-639a-552d-b45f-d13c2fa9ff16
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_005/780x0__r.jpg?hash=1774457341> (referer: https://ecarstrade.com/cars/7002581)
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_005/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002583)
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66b87c04-639a-552d-b45f-d13c2fa9ff16
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a881f98a-e6b7-5532-becb-154a26c64b68
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_001/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002585)
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_004/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002585)
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a881f98a-e6b7-5532-becb-154a26c64b68
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_006/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002585)
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66b87c04-639a-552d-b45f-d13c2fa9ff16
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_005/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002585)
2026-03-25 21:50:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_003/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002585)
2026-03-25 21:50:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_004/780x0__r.jpg?hash=1774457340> (referer: https://ecarstrade.com/cars/7002581)
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_002/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002585)
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_003/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002583)
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_003/780x0__r.jpg?hash=1774457340> (referer: https://ecarstrade.com/cars/7002581)
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a881f98a-e6b7-5532-becb-154a26c64b68
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_002/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002583)
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84
2026-03-25 21:50:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84, skipping ID generation
2026-03-25 21:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with scrape type 1
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 sending to next pipeline
2026-03-25 21:50:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84, identifier: 7002585auction111051
2026-03-25 21:50:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with identifier: 7002585auction111051
2026-03-25 21:50:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with identifier: 7002585auction111051
2026-03-25 21:50:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with identifier: 7002585auction111051 to the API
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002585/photo_002/780x0__r.jpg?hash=1774457345>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '008e9519-e5a6-54d4-8ff2-d6c85eac9a84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002585',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 89068,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'COMPASS 240 HY TRAILHK BVA AWD',
'transmission': 'automatic',
'trim': 'COMPASS 240 HY TRAILHK BVA AWD',
'vin': None,
'year': 2023}
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002585auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:17 [ecarstrade.be] INFO: Saving data for 7002585auction111051: {'created_time': 1774475417.545078, 'last_price_update_time': 1774475417.545087, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002585auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_002/780x0__r.jpg?hash=1774457340> (referer: https://ecarstrade.com/cars/7002581)
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_001/780x0__r.jpg?hash=1774457340> (referer: https://ecarstrade.com/cars/7002581)
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66b87c04-639a-552d-b45f-d13c2fa9ff16
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a881f98a-e6b7-5532-becb-154a26c64b68
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66b87c04-639a-552d-b45f-d13c2fa9ff16
2026-03-25 21:50:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66b87c04-639a-552d-b45f-d13c2fa9ff16, skipping ID generation
2026-03-25 21:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b87c04-639a-552d-b45f-d13c2fa9ff16 with scrape type 1
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66b87c04-639a-552d-b45f-d13c2fa9ff16 sending to next pipeline
2026-03-25 21:50:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66b87c04-639a-552d-b45f-d13c2fa9ff16, identifier: 7002583auction111051
2026-03-25 21:50:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66b87c04-639a-552d-b45f-d13c2fa9ff16 with identifier: 7002583auction111051
2026-03-25 21:50:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66b87c04-639a-552d-b45f-d13c2fa9ff16 with identifier: 7002583auction111051
2026-03-25 21:50:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66b87c04-639a-552d-b45f-d13c2fa9ff16 with identifier: 7002583auction111051 to the API
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002583/photo_002/780x0__r.jpg?hash=1774457343>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.3L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '66b87c04-639a-552d-b45f-d13c2fa9ff16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002583',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 78365,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Arkana Techno 1.3 TCE 140CV BVA7 6E',
'transmission': 'automatic',
'trim': 'Techno 1.3 TCE 140CV BVA7 6E',
'vin': None,
'year': 2024}
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002583auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:17 [ecarstrade.be] INFO: Saving data for 7002583auction111051: {'created_time': 1774475417.936956, 'last_price_update_time': 1774475417.936968, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002583auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_003/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002584)
2026-03-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002596> (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-25 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_002/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002584)
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a881f98a-e6b7-5532-becb-154a26c64b68
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a881f98a-e6b7-5532-becb-154a26c64b68
2026-03-25 21:50:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a881f98a-e6b7-5532-becb-154a26c64b68, skipping ID generation
2026-03-25 21:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a881f98a-e6b7-5532-becb-154a26c64b68 with scrape type 1
2026-03-25 21:50:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a881f98a-e6b7-5532-becb-154a26c64b68 sending to next pipeline
2026-03-25 21:50:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a881f98a-e6b7-5532-becb-154a26c64b68, identifier: 7002581auction111051
2026-03-25 21:50:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a881f98a-e6b7-5532-becb-154a26c64b68 with identifier: 7002581auction111051
2026-03-25 21:50:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a881f98a-e6b7-5532-becb-154a26c64b68 with identifier: 7002581auction111051
2026-03-25 21:50:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a881f98a-e6b7-5532-becb-154a26c64b68 with identifier: 7002581auction111051 to the API
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002581/photo_001/780x0__r.jpg?hash=1774457340>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a881f98a-e6b7-5532-becb-154a26c64b68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002581',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 58760,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Espace VI Techno E-Tech Hybrid 1.2 200CV BVAV 7 Sieges 6E',
'transmission': 'automatic',
'trim': 'Espace VI Techno E-Tech Hybrid 1.2 200CV BVAV 7 Sieges 6E',
'vin': None,
'year': 2024}
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002581auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [ecarstrade.be] INFO: Saving data for 7002581auction111051: {'created_time': 1774475418.356346, 'last_price_update_time': 1774475418.35636, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002581auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_001/780x0__r.jpg?hash=1774457343> (referer: https://ecarstrade.com/cars/7002584)
2026-03-25 21:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_005/780x0__r.jpg?hash=1774457341> (referer: https://ecarstrade.com/cars/7002582)
2026-03-25 21:50:18 [ecarstrade.be] INFO: Extracting details for car 7002596auction111051
2026-03-25 21:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_004/780x0__r.jpg?hash=1774457341> (referer: https://ecarstrade.com/cars/7002582)
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36
2026-03-25 21:50:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17e6bedf-611c-5393-b364-d322beaf049d with identifier: 7002596auction111051
2026-03-25 21:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e6bedf-611c-5393-b364-d322beaf049d with scrape type 1
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 17e6bedf-611c-5393-b364-d322beaf049d
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002596%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_001/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002596%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_002/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002596%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_003/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002597> (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-25 21:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_003/780x0__r.jpg?hash=1774457342> (referer: https://ecarstrade.com/cars/7002582)
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002596%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457358%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_004/780x0__r.jpg?hash=1774457358 not downloaded yet
2026-03-25 21:50:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002596%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_005/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_002/780x0__r.jpg?hash=1774457341> (referer: https://ecarstrade.com/cars/7002582)
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002596%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_006/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_001/780x0__r.jpg?hash=1774457341> (referer: https://ecarstrade.com/cars/7002582)
2026-03-25 21:50:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36
2026-03-25 21:50:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36, skipping ID generation
2026-03-25 21:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with scrape type 1
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 sending to next pipeline
2026-03-25 21:50:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36, identifier: 7002584auction111051
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9e6ed6b3-267c-5c43-99eb-5576a669c972
2026-03-25 21:50:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with identifier: 7002584auction111051
2026-03-25 21:50:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with identifier: 7002584auction111051
2026-03-25 21:50:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with identifier: 7002584auction111051 to the API
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002584/photo_001/780x0__r.jpg?hash=1774457343>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1c9e62fe-0c4a-5a4f-8f57-9656801e3b36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002584',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 126837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002584auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [ecarstrade.be] INFO: Saving data for 7002584auction111051: {'created_time': 1774475418.923839, 'last_price_update_time': 1774475418.923849, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002584auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:18 [ecarstrade.be] INFO: Extracting details for car 7002597auction111051
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9e6ed6b3-267c-5c43-99eb-5576a669c972
2026-03-25 21:50:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with identifier: 7002597auction111051
2026-03-25 21:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with scrape type 1
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961
2026-03-25 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7002597%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457359%27 HTTP/1.1" 200 None
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_001/780x0__r.jpg?hash=1774457359 not downloaded yet
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9e6ed6b3-267c-5c43-99eb-5576a669c972
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9e6ed6b3-267c-5c43-99eb-5576a669c972
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9e6ed6b3-267c-5c43-99eb-5576a669c972
2026-03-25 21:50:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e6ed6b3-267c-5c43-99eb-5576a669c972, skipping ID generation
2026-03-25 21:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e6ed6b3-267c-5c43-99eb-5576a669c972 with scrape type 1
2026-03-25 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e6ed6b3-267c-5c43-99eb-5576a669c972 sending to next pipeline
2026-03-25 21:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e6ed6b3-267c-5c43-99eb-5576a669c972, identifier: 7002582auction111051
2026-03-25 21:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e6ed6b3-267c-5c43-99eb-5576a669c972 with identifier: 7002582auction111051
2026-03-25 21:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e6ed6b3-267c-5c43-99eb-5576a669c972 with identifier: 7002582auction111051
2026-03-25 21:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e6ed6b3-267c-5c43-99eb-5576a669c972 with identifier: 7002582auction111051 to the API
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002582/photo_001/780x0__r.jpg?hash=1774457341>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9e6ed6b3-267c-5c43-99eb-5576a669c972',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002582',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 111217,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002582auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [ecarstrade.be] INFO: Saving data for 7002582auction111051: {'created_time': 1774475419.44246, 'last_price_update_time': 1774475419.44247, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002582auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002597%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457359%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_002/780x0__r.jpg?hash=1774457359 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002597%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457359%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_003/780x0__r.jpg?hash=1774457359 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002597%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457359%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_004/780x0__r.jpg?hash=1774457359 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002597%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457359%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_005/780x0__r.jpg?hash=1774457359 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002597%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457360%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_006/780x0__r.jpg?hash=1774457360 not downloaded yet
2026-03-25 21:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002600> (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-25 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-25 21:50:19 [ecarstrade.be] INFO: Extracting details for car 7002600auction111051
2026-03-25 21:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba492ad-bbd8-5449-87db-d28d3725b153 with identifier: 7002600auction111051
2026-03-25 21:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba492ad-bbd8-5449-87db-d28d3725b153 with scrape type 1
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0ba492ad-bbd8-5449-87db-d28d3725b153
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002600%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457360%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_001/780x0__r.jpg?hash=1774457360 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002600%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457360%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_002/780x0__r.jpg?hash=1774457360 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002600%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457360%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_003/780x0__r.jpg?hash=1774457360 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002600%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457360%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_004/780x0__r.jpg?hash=1774457360 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002600%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457360%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_005/780x0__r.jpg?hash=1774457360 not downloaded yet
2026-03-25 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002600%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457360%27 HTTP/1.1" 200 None
2026-03-25 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_006/780x0__r.jpg?hash=1774457360 not downloaded yet
2026-03-25 21:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002616> (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-25 21:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:21 [ecarstrade.be] INFO: Extracting details for car 7002616auction111051
2026-03-25 21:50:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with identifier: 7002616auction111051
2026-03-25 21:50:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with scrape type 1
2026-03-25 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9
2026-03-25 21:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002616%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_001/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002616%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_002/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002616%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_003/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002615> (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-25 21:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002616%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_004/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002616%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_005/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002616%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_006/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:50:21 [ecarstrade.be] INFO: Extracting details for car 7002615auction111051
2026-03-25 21:50:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with identifier: 7002615auction111051
2026-03-25 21:50:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with scrape type 1
2026-03-25 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4
2026-03-25 21:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002615%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457373%27 HTTP/1.1" 200 None
2026-03-25 21:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_001/780x0__r.jpg?hash=1774457373 not downloaded yet
2026-03-25 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002615%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457373%27 HTTP/1.1" 200 None
2026-03-25 21:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_002/780x0__r.jpg?hash=1774457373 not downloaded yet
2026-03-25 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002615%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457373%27 HTTP/1.1" 200 None
2026-03-25 21:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_003/780x0__r.jpg?hash=1774457373 not downloaded yet
2026-03-25 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002615%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_004/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002615%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_005/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002615%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_006/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002574> (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-25 21:50:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:25 [ecarstrade.be] INFO: Extracting details for car 7002574auction111051
2026-03-25 21:50:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caf1cf19-76e3-5a38-9227-2d5a355bc911 with identifier: 7002574auction111051
2026-03-25 21:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caf1cf19-76e3-5a38-9227-2d5a355bc911 with scrape type 1
2026-03-25 21:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item caf1cf19-76e3-5a38-9227-2d5a355bc911
2026-03-25 21:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002574%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457332%27 HTTP/1.1" 200 None
2026-03-25 21:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_001/780x0__r.jpg?hash=1774457332 not downloaded yet
2026-03-25 21:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002574%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457332%27 HTTP/1.1" 200 None
2026-03-25 21:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_002/780x0__r.jpg?hash=1774457332 not downloaded yet
2026-03-25 21:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002574%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457331%27 HTTP/1.1" 200 None
2026-03-25 21:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_003/780x0__r.jpg?hash=1774457331 not downloaded yet
2026-03-25 21:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002574%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457332%27 HTTP/1.1" 200 None
2026-03-25 21:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_004/780x0__r.jpg?hash=1774457332 not downloaded yet
2026-03-25 21:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002574%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457332%27 HTTP/1.1" 200 None
2026-03-25 21:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_005/780x0__r.jpg?hash=1774457332 not downloaded yet
2026-03-25 21:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002574%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457333%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_006/780x0__r.jpg?hash=1774457333 not downloaded yet
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002614> (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-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_003/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002596)
2026-03-25 21:50:26 [ecarstrade.be] INFO: Extracting details for car 7002614auction111051
2026-03-25 21:50:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b992df-47a7-502e-9e38-4ada8f3eda7b with identifier: 7002614auction111051
2026-03-25 21:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b992df-47a7-502e-9e38-4ada8f3eda7b with scrape type 1
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f6b992df-47a7-502e-9e38-4ada8f3eda7b
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002614%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457372%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_001/780x0__r.jpg?hash=1774457372 not downloaded yet
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002614%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457372%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_002/780x0__r.jpg?hash=1774457372 not downloaded yet
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002614%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457372%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_003/780x0__r.jpg?hash=1774457372 not downloaded yet
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_002/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002596)
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002614%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457373%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_004/780x0__r.jpg?hash=1774457373 not downloaded yet
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002614%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457374%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_005/780x0__r.jpg?hash=1774457374 not downloaded yet
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002614%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457373%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_006/780x0__r.jpg?hash=1774457373 not downloaded yet
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 17e6bedf-611c-5393-b364-d322beaf049d
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_005/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002596)
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 17e6bedf-611c-5393-b364-d322beaf049d
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002610> (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-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_004/780x0__r.jpg?hash=1774457358> (referer: https://ecarstrade.com/cars/7002596)
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 17e6bedf-611c-5393-b364-d322beaf049d
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_006/780x0__r.jpg?hash=1774457360> (referer: https://ecarstrade.com/cars/7002597)
2026-03-25 21:50:26 [ecarstrade.be] INFO: Extracting details for car 7002610auction111051
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_006/780x0__r.jpg?hash=1774457360> (referer: https://ecarstrade.com/cars/7002600)
2026-03-25 21:50:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a923553-c180-5cbb-b760-22d489d63e00 with identifier: 7002610auction111051
2026-03-25 21:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a923553-c180-5cbb-b760-22d489d63e00 with scrape type 1
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a923553-c180-5cbb-b760-22d489d63e00
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002610%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_001/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 17e6bedf-611c-5393-b364-d322beaf049d
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002610%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457369%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_002/780x0__r.jpg?hash=1774457369 not downloaded yet
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_003/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002616)
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002610%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_003/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_006/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002615)
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002610%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_004/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002610%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_005/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_006/780x0__r.jpg?hash=1774457333> (referer: https://ecarstrade.com/cars/7002574)
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_005/780x0__r.jpg?hash=1774457332> (referer: https://ecarstrade.com/cars/7002574)
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002610%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_006/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002613> (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-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0ba492ad-bbd8-5449-87db-d28d3725b153
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_005/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002614)
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_006/780x0__r.jpg?hash=1774457373> (referer: https://ecarstrade.com/cars/7002614)
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item caf1cf19-76e3-5a38-9227-2d5a355bc911
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item caf1cf19-76e3-5a38-9227-2d5a355bc911
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_003/780x0__r.jpg?hash=1774457372> (referer: https://ecarstrade.com/cars/7002614)
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_004/780x0__r.jpg?hash=1774457373> (referer: https://ecarstrade.com/cars/7002614)
2026-03-25 21:50:26 [ecarstrade.be] INFO: Extracting details for car 7002613auction111051
2026-03-25 21:50:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7 with identifier: 7002613auction111051
2026-03-25 21:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7 with scrape type 1
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002613%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457354%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_001/780x0__r.jpg?hash=1774457354 not downloaded yet
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_001/780x0__r.jpg?hash=1774457372> (referer: https://ecarstrade.com/cars/7002614)
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_002/780x0__r.jpg?hash=1774457372> (referer: https://ecarstrade.com/cars/7002614)
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002613%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457354%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_002/780x0__r.jpg?hash=1774457354 not downloaded yet
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002613%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457353%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_003/780x0__r.jpg?hash=1774457353 not downloaded yet
2026-03-25 21:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_002/780x0__r.jpg?hash=1774457369> (referer: https://ecarstrade.com/cars/7002610)
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002613%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457353%27 HTTP/1.1" 200 None
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_004/780x0__r.jpg?hash=1774457353 not downloaded yet
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f6b992df-47a7-502e-9e38-4ada8f3eda7b
2026-03-25 21:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f6b992df-47a7-502e-9e38-4ada8f3eda7b
2026-03-25 21:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002613%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457353%27 HTTP/1.1" 200 None
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_005/780x0__r.jpg?hash=1774457353 not downloaded yet
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f6b992df-47a7-502e-9e38-4ada8f3eda7b
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_005/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002610)
2026-03-25 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002613%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457353%27 HTTP/1.1" 200 None
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_006/780x0__r.jpg?hash=1774457353 not downloaded yet
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_003/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002610)
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f6b992df-47a7-502e-9e38-4ada8f3eda7b
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_004/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002610)
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f6b992df-47a7-502e-9e38-4ada8f3eda7b
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f6b992df-47a7-502e-9e38-4ada8f3eda7b
2026-03-25 21:50:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6b992df-47a7-502e-9e38-4ada8f3eda7b, skipping ID generation
2026-03-25 21:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b992df-47a7-502e-9e38-4ada8f3eda7b with scrape type 1
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f6b992df-47a7-502e-9e38-4ada8f3eda7b sending to next pipeline
2026-03-25 21:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6b992df-47a7-502e-9e38-4ada8f3eda7b, identifier: 7002614auction111051
2026-03-25 21:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6b992df-47a7-502e-9e38-4ada8f3eda7b with identifier: 7002614auction111051
2026-03-25 21:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6b992df-47a7-502e-9e38-4ada8f3eda7b with identifier: 7002614auction111051
2026-03-25 21:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6b992df-47a7-502e-9e38-4ada8f3eda7b with identifier: 7002614auction111051 to the API
2026-03-25 21:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002614/photo_002/780x0__r.jpg?hash=1774457372>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f6b992df-47a7-502e-9e38-4ada8f3eda7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002614',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Volvo',
'model': 'C40',
'odometer': 56998,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': None,
'seller_name': None,
'title': 'C40 RECHARGE EXT RNG 252 PL FA',
'transmission': 'automatic',
'trim': 'RECHARGE EXT RNG 252 PL FA',
'vin': None,
'year': 2023}
2026-03-25 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002614auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:27 [ecarstrade.be] INFO: Saving data for 7002614auction111051: {'created_time': 1774475427.516569, 'last_price_update_time': 1774475427.516578, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002614auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_006/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002610)
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_004/780x0__r.jpg?hash=1774457332> (referer: https://ecarstrade.com/cars/7002574)
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_001/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002610)
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a923553-c180-5cbb-b760-22d489d63e00
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a923553-c180-5cbb-b760-22d489d63e00
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a923553-c180-5cbb-b760-22d489d63e00
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a923553-c180-5cbb-b760-22d489d63e00
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_001/780x0__r.jpg?hash=1774457354> (referer: https://ecarstrade.com/cars/7002613)
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_003/780x0__r.jpg?hash=1774457331> (referer: https://ecarstrade.com/cars/7002574)
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_002/780x0__r.jpg?hash=1774457332> (referer: https://ecarstrade.com/cars/7002574)
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a923553-c180-5cbb-b760-22d489d63e00
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item caf1cf19-76e3-5a38-9227-2d5a355bc911
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a923553-c180-5cbb-b760-22d489d63e00
2026-03-25 21:50:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a923553-c180-5cbb-b760-22d489d63e00, skipping ID generation
2026-03-25 21:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a923553-c180-5cbb-b760-22d489d63e00 with scrape type 1
2026-03-25 21:50:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a923553-c180-5cbb-b760-22d489d63e00 sending to next pipeline
2026-03-25 21:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a923553-c180-5cbb-b760-22d489d63e00, identifier: 7002610auction111051
2026-03-25 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_001/780x0__r.jpg?hash=1774457332> (referer: https://ecarstrade.com/cars/7002574)
2026-03-25 21:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a923553-c180-5cbb-b760-22d489d63e00 with identifier: 7002610auction111051
2026-03-25 21:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a923553-c180-5cbb-b760-22d489d63e00 with identifier: 7002610auction111051
2026-03-25 21:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a923553-c180-5cbb-b760-22d489d63e00 with identifier: 7002610auction111051 to the API
2026-03-25 21:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002610/photo_001/780x0__r.jpg?hash=1774457370>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '3a923553-c180-5cbb-b760-22d489d63e00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002610',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'X1',
'odometer': 53818,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'X1 SDRIVE 20i 170CH M SPORT RSK',
'transmission': 'automatic',
'trim': 'SDRIVE 20i 170CH M SPORT RSK',
'vin': None,
'year': 2024}
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002610auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:28 [ecarstrade.be] INFO: Saving data for 7002610auction111051: {'created_time': 1774475428.046, 'last_price_update_time': 1774475428.04601, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002610auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_005/780x0__r.jpg?hash=1774457353> (referer: https://ecarstrade.com/cars/7002613)
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_003/780x0__r.jpg?hash=1774457353> (referer: https://ecarstrade.com/cars/7002613)
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002612> (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-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item caf1cf19-76e3-5a38-9227-2d5a355bc911
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item caf1cf19-76e3-5a38-9227-2d5a355bc911
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item caf1cf19-76e3-5a38-9227-2d5a355bc911
2026-03-25 21:50:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: caf1cf19-76e3-5a38-9227-2d5a355bc911, skipping ID generation
2026-03-25 21:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caf1cf19-76e3-5a38-9227-2d5a355bc911 with scrape type 1
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item caf1cf19-76e3-5a38-9227-2d5a355bc911 sending to next pipeline
2026-03-25 21:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: caf1cf19-76e3-5a38-9227-2d5a355bc911, identifier: 7002574auction111051
2026-03-25 21:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: caf1cf19-76e3-5a38-9227-2d5a355bc911 with identifier: 7002574auction111051
2026-03-25 21:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: caf1cf19-76e3-5a38-9227-2d5a355bc911 with identifier: 7002574auction111051
2026-03-25 21:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: caf1cf19-76e3-5a38-9227-2d5a355bc911 with identifier: 7002574auction111051 to the API
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002574/photo_001/780x0__r.jpg?hash=1774457332>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'caf1cf19-76e3-5a38-9227-2d5a355bc911',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002574',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 134640,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002574auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:28 [ecarstrade.be] INFO: Saving data for 7002574auction111051: {'created_time': 1774475428.469051, 'last_price_update_time': 1774475428.46906, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002574auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_006/780x0__r.jpg?hash=1774457353> (referer: https://ecarstrade.com/cars/7002613)
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_004/780x0__r.jpg?hash=1774457353> (referer: https://ecarstrade.com/cars/7002613)
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_002/780x0__r.jpg?hash=1774457354> (referer: https://ecarstrade.com/cars/7002613)
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_005/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002615)
2026-03-25 21:50:28 [ecarstrade.be] INFO: Extracting details for car 7002612auction111051
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002608> (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-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7
2026-03-25 21:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a32d1da0-9db1-52dd-95aa-7d19e26b5bde with identifier: 7002612auction111051
2026-03-25 21:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a32d1da0-9db1-52dd-95aa-7d19e26b5bde with scrape type 1
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a32d1da0-9db1-52dd-95aa-7d19e26b5bde
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002612%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457371%27 HTTP/1.1" 200 None
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_001/780x0__r.jpg?hash=1774457371 not downloaded yet
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002612%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457371%27 HTTP/1.1" 200 None
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_002/780x0__r.jpg?hash=1774457371 not downloaded yet
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002612%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457372%27 HTTP/1.1" 200 None
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_003/780x0__r.jpg?hash=1774457372 not downloaded yet
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_002/780x0__r.jpg?hash=1774457373> (referer: https://ecarstrade.com/cars/7002615)
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_004/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002615)
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002612%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457371%27 HTTP/1.1" 200 None
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_004/780x0__r.jpg?hash=1774457371 not downloaded yet
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_003/780x0__r.jpg?hash=1774457373> (referer: https://ecarstrade.com/cars/7002615)
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002612%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457371%27 HTTP/1.1" 200 None
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_005/780x0__r.jpg?hash=1774457371 not downloaded yet
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_001/780x0__r.jpg?hash=1774457373> (referer: https://ecarstrade.com/cars/7002615)
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_006/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002616)
2026-03-25 21:50:28 [ecarstrade.be] INFO: Extracting details for car 7002608auction111051
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002612%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457371%27 HTTP/1.1" 200 None
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_006/780x0__r.jpg?hash=1774457371 not downloaded yet
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7
2026-03-25 21:50:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7, skipping ID generation
2026-03-25 21:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7 with scrape type 1
2026-03-25 21:50:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7 sending to next pipeline
2026-03-25 21:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7, identifier: 7002613auction111051
2026-03-25 21:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_005/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002616)
2026-03-25 21:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7 with identifier: 7002613auction111051
2026-03-25 21:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7 with identifier: 7002613auction111051
2026-03-25 21:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7 with identifier: 7002613auction111051 to the API
2026-03-25 21:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002613/photo_002/780x0__r.jpg?hash=1774457354>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'aa0ffaf9-c6b6-5fa7-897d-ffeda5a887e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002613',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Peugeot',
'model': '208',
'odometer': 22147,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': None,
'seller_name': None,
'title': '208 Hybrid 100 Allure 1.2 100CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Hybrid 100 Allure 1.2 100CV BVA6 6E',
'vin': None,
'year': 2025}
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002613auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:29 [ecarstrade.be] INFO: Saving data for 7002613auction111051: {'created_time': 1774475429.059738, 'last_price_update_time': 1774475429.059748, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002613auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_002/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002616)
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_004/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002616)
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4
2026-03-25 21:50:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with identifier: 7002608auction111051
2026-03-25 21:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with scrape type 1
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 92007dc1-2224-5bc2-bd57-4d51c0a40e74
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002608%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_001/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_005/780x0__r.jpg?hash=1774457360> (referer: https://ecarstrade.com/cars/7002600)
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_001/780x0__r.jpg?hash=1774457374> (referer: https://ecarstrade.com/cars/7002616)
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002608%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_002/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002611> (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-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4
2026-03-25 21:50:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4, skipping ID generation
2026-03-25 21:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with scrape type 1
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 sending to next pipeline
2026-03-25 21:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4, identifier: 7002615auction111051
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_003/780x0__r.jpg?hash=1774457360> (referer: https://ecarstrade.com/cars/7002600)
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002608%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_003/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with identifier: 7002615auction111051
2026-03-25 21:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with identifier: 7002615auction111051
2026-03-25 21:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with identifier: 7002615auction111051 to the API
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002615/photo_001/780x0__r.jpg?hash=1774457373>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002615',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 122585,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002615auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:29 [ecarstrade.be] INFO: Saving data for 7002615auction111051: {'created_time': 1774475429.547809, 'last_price_update_time': 1774475429.547818, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002615auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_002/780x0__r.jpg?hash=1774457360> (referer: https://ecarstrade.com/cars/7002600)
2026-03-25 21:50:29 [ecarstrade.be] INFO: Extracting details for car 7002611auction111051
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_004/780x0__r.jpg?hash=1774457360> (referer: https://ecarstrade.com/cars/7002600)
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002608%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457367%27 HTTP/1.1" 200 None
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_004/780x0__r.jpg?hash=1774457367 not downloaded yet
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_003/780x0__r.jpg?hash=1774457372> (referer: https://ecarstrade.com/cars/7002612)
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_002/780x0__r.jpg?hash=1774457371> (referer: https://ecarstrade.com/cars/7002612)
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_001/780x0__r.jpg?hash=1774457371> (referer: https://ecarstrade.com/cars/7002612)
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002609> (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-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002608%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_005/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0ba492ad-bbd8-5449-87db-d28d3725b153
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9
2026-03-25 21:50:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9, skipping ID generation
2026-03-25 21:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with scrape type 1
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 sending to next pipeline
2026-03-25 21:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9, identifier: 7002616auction111051
2026-03-25 21:50:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 664d3883-c622-577e-8755-447eb77aeab2 with identifier: 7002611auction111051
2026-03-25 21:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 664d3883-c622-577e-8755-447eb77aeab2 with scrape type 1
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 664d3883-c622-577e-8755-447eb77aeab2
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002611%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_001/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0ba492ad-bbd8-5449-87db-d28d3725b153
2026-03-25 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_005/780x0__r.jpg?hash=1774457371> (referer: https://ecarstrade.com/cars/7002612)
2026-03-25 21:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with identifier: 7002616auction111051
2026-03-25 21:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with identifier: 7002616auction111051
2026-03-25 21:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with identifier: 7002616auction111051 to the API
2026-03-25 21:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002616/photo_001/780x0__r.jpg?hash=1774457374>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0fe51b8f-1374-5aa3-a775-5d41e27d68b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002616',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 98550,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002616auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [ecarstrade.be] INFO: Saving data for 7002616auction111051: {'created_time': 1774475430.031612, 'last_price_update_time': 1774475430.031622, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002616auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_004/780x0__r.jpg?hash=1774457371> (referer: https://ecarstrade.com/cars/7002612)
2026-03-25 21:50:30 [ecarstrade.be] INFO: Extracting details for car 7002609auction111051
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002608%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_006/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002611%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_002/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_005/780x0__r.jpg?hash=1774457359> (referer: https://ecarstrade.com/cars/7002597)
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_001/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002608)
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_006/780x0__r.jpg?hash=1774457371> (referer: https://ecarstrade.com/cars/7002612)
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_001/780x0__r.jpg?hash=1774457360> (referer: https://ecarstrade.com/cars/7002600)
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002611%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_003/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_002/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002608)
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_003/780x0__r.jpg?hash=1774457359> (referer: https://ecarstrade.com/cars/7002597)
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0ba492ad-bbd8-5449-87db-d28d3725b153
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0ba492ad-bbd8-5449-87db-d28d3725b153
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a32d1da0-9db1-52dd-95aa-7d19e26b5bde
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a32d1da0-9db1-52dd-95aa-7d19e26b5bde
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a32d1da0-9db1-52dd-95aa-7d19e26b5bde
2026-03-25 21:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77aeef8-b020-57d3-9d2b-1e5eba05d826 with identifier: 7002609auction111051
2026-03-25 21:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77aeef8-b020-57d3-9d2b-1e5eba05d826 with scrape type 1
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a77aeef8-b020-57d3-9d2b-1e5eba05d826
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002609%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_001/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a32d1da0-9db1-52dd-95aa-7d19e26b5bde
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002611%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_004/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002609%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_002/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a32d1da0-9db1-52dd-95aa-7d19e26b5bde
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_002/780x0__r.jpg?hash=1774457359> (referer: https://ecarstrade.com/cars/7002597)
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002611%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457370%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_005/780x0__r.jpg?hash=1774457370 not downloaded yet
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 92007dc1-2224-5bc2-bd57-4d51c0a40e74
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a32d1da0-9db1-52dd-95aa-7d19e26b5bde
2026-03-25 21:50:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a32d1da0-9db1-52dd-95aa-7d19e26b5bde, skipping ID generation
2026-03-25 21:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a32d1da0-9db1-52dd-95aa-7d19e26b5bde with scrape type 1
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a32d1da0-9db1-52dd-95aa-7d19e26b5bde sending to next pipeline
2026-03-25 21:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a32d1da0-9db1-52dd-95aa-7d19e26b5bde, identifier: 7002612auction111051
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_003/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002608)
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_004/780x0__r.jpg?hash=1774457367> (referer: https://ecarstrade.com/cars/7002608)
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002609%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_003/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a32d1da0-9db1-52dd-95aa-7d19e26b5bde with identifier: 7002612auction111051
2026-03-25 21:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a32d1da0-9db1-52dd-95aa-7d19e26b5bde with identifier: 7002612auction111051
2026-03-25 21:50:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a32d1da0-9db1-52dd-95aa-7d19e26b5bde with identifier: 7002612auction111051 to the API
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002612/photo_006/780x0__r.jpg?hash=1774457371>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a32d1da0-9db1-52dd-95aa-7d19e26b5bde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002612',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'BMW',
'model': 'X3',
'odometer': 72740,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'X3 XDRIVE 30E 292 MSPORT RSK WIP',
'transmission': 'automatic',
'trim': 'XDRIVE 30E 292 MSPORT RSK WIP',
'vin': None,
'year': 2023}
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002612auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [ecarstrade.be] INFO: Saving data for 7002612auction111051: {'created_time': 1774475430.718439, 'last_price_update_time': 1774475430.718449, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002612auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_001/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002596)
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_001/780x0__r.jpg?hash=1774457359> (referer: https://ecarstrade.com/cars/7002597)
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_006/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002596)
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002611%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457371%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_006/780x0__r.jpg?hash=1774457371 not downloaded yet
2026-03-25 21:50:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002609%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_004/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_001/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002611)
2026-03-25 21:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002609%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_005/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0ba492ad-bbd8-5449-87db-d28d3725b153
2026-03-25 21:50:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ba492ad-bbd8-5449-87db-d28d3725b153, skipping ID generation
2026-03-25 21:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba492ad-bbd8-5449-87db-d28d3725b153 with scrape type 1
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ba492ad-bbd8-5449-87db-d28d3725b153 sending to next pipeline
2026-03-25 21:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ba492ad-bbd8-5449-87db-d28d3725b153, identifier: 7002600auction111051
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 92007dc1-2224-5bc2-bd57-4d51c0a40e74
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 92007dc1-2224-5bc2-bd57-4d51c0a40e74
2026-03-25 21:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 92007dc1-2224-5bc2-bd57-4d51c0a40e74
2026-03-25 21:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ba492ad-bbd8-5449-87db-d28d3725b153 with identifier: 7002600auction111051
2026-03-25 21:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ba492ad-bbd8-5449-87db-d28d3725b153 with identifier: 7002600auction111051
2026-03-25 21:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ba492ad-bbd8-5449-87db-d28d3725b153 with identifier: 7002600auction111051 to the API
2026-03-25 21:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002600/photo_001/780x0__r.jpg?hash=1774457360>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '0ba492ad-bbd8-5449-87db-d28d3725b153',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002600',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '1 Series',
'odometer': 29848,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-01',
'seats_number': None,
'seller_name': None,
'title': 'SERIE 1 120 MSPORT 170ch BVA 6M BB 25',
'transmission': 'automatic',
'trim': 'SERIE 1 120 MSPORT 170ch BVA 6M BB 25',
'vin': None,
'year': 2025}
2026-03-25 21:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002600auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:31 [ecarstrade.be] INFO: Saving data for 7002600auction111051: {'created_time': 1774475431.984588, 'last_price_update_time': 1774475431.984598, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002600auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_005/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002608)
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002609%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457368%27 HTTP/1.1" 200 None
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_006/780x0__r.jpg?hash=1774457368 not downloaded yet
2026-03-25 21:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_006/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002608)
2026-03-25 21:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_004/780x0__r.jpg?hash=1774457359> (referer: https://ecarstrade.com/cars/7002597)
2026-03-25 21:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_002/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002611)
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 17e6bedf-611c-5393-b364-d322beaf049d
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 17e6bedf-611c-5393-b364-d322beaf049d
2026-03-25 21:50:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 17e6bedf-611c-5393-b364-d322beaf049d, skipping ID generation
2026-03-25 21:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e6bedf-611c-5393-b364-d322beaf049d with scrape type 1
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 17e6bedf-611c-5393-b364-d322beaf049d sending to next pipeline
2026-03-25 21:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17e6bedf-611c-5393-b364-d322beaf049d, identifier: 7002596auction111051
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 664d3883-c622-577e-8755-447eb77aeab2
2026-03-25 21:50:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17e6bedf-611c-5393-b364-d322beaf049d with identifier: 7002596auction111051
2026-03-25 21:50:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17e6bedf-611c-5393-b364-d322beaf049d with identifier: 7002596auction111051
2026-03-25 21:50:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17e6bedf-611c-5393-b364-d322beaf049d with identifier: 7002596auction111051 to the API
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002596/photo_006/780x0__r.jpg?hash=1774457356>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '17e6bedf-611c-5393-b364-d322beaf049d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002596',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'C40',
'odometer': 60732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': None,
'seller_name': None,
'title': 'C40 RECHARGE EXT RNG 252 PL FF',
'transmission': 'automatic',
'trim': 'RECHARGE EXT RNG 252 PL FF',
'vin': None,
'year': 2023}
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002596auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:32 [ecarstrade.be] INFO: Saving data for 7002596auction111051: {'created_time': 1774475432.467979, 'last_price_update_time': 1774475432.467992, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002596auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_002/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002609)
2026-03-25 21:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_005/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002611)
2026-03-25 21:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_004/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002611)
2026-03-25 21:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 92007dc1-2224-5bc2-bd57-4d51c0a40e74
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 92007dc1-2224-5bc2-bd57-4d51c0a40e74
2026-03-25 21:50:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 92007dc1-2224-5bc2-bd57-4d51c0a40e74, skipping ID generation
2026-03-25 21:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with scrape type 1
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 92007dc1-2224-5bc2-bd57-4d51c0a40e74 sending to next pipeline
2026-03-25 21:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92007dc1-2224-5bc2-bd57-4d51c0a40e74, identifier: 7002608auction111051
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961
2026-03-25 21:50:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961, skipping ID generation
2026-03-25 21:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with scrape type 1
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 sending to next pipeline
2026-03-25 21:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961, identifier: 7002597auction111051
2026-03-25 21:50:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 664d3883-c622-577e-8755-447eb77aeab2
2026-03-25 21:50:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with identifier: 7002608auction111051
2026-03-25 21:50:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with identifier: 7002608auction111051
2026-03-25 21:50:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with identifier: 7002608auction111051 to the API
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002608/photo_006/780x0__r.jpg?hash=1774457368>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '92007dc1-2224-5bc2-bd57-4d51c0a40e74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002608',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Renault',
'model': 'Captur',
'odometer': 64269,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Captur II Evolution 1.0 TCE 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Evolution 1.0 TCE 90CV BVM6 E6d',
'vin': None,
'year': 2024}
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002608auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:32 [ecarstrade.be] INFO: Saving data for 7002608auction111051: {'created_time': 1774475432.976967, 'last_price_update_time': 1774475432.976979, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002608auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with identifier: 7002597auction111051
2026-03-25 21:50:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with identifier: 7002597auction111051
2026-03-25 21:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with identifier: 7002597auction111051 to the API
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002597/photo_004/780x0__r.jpg?hash=1774457359>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '24c97d0e-d5e6-5994-a16b-3a8c1a8d0961',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002597',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 82697,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Espace VI Esprit Alpine E-Tech Hybrid 1.2 200CV BVAV 7 Sieges '
'6E',
'transmission': 'automatic',
'trim': 'Espace VI Esprit Alpine E-Tech Hybrid 1.2 200CV BVAV 7 Sieges '
'6E',
'vin': None,
'year': 2024}
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002597auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:33 [ecarstrade.be] INFO: Saving data for 7002597auction111051: {'created_time': 1774475433.290188, 'last_price_update_time': 1774475433.290198, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002597auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_003/780x0__r.jpg?hash=1774457370> (referer: https://ecarstrade.com/cars/7002611)
2026-03-25 21:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_001/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002609)
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a77aeef8-b020-57d3-9d2b-1e5eba05d826
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 664d3883-c622-577e-8755-447eb77aeab2
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 664d3883-c622-577e-8755-447eb77aeab2
2026-03-25 21:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_004/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002609)
2026-03-25 21:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_005/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002609)
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 664d3883-c622-577e-8755-447eb77aeab2
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a77aeef8-b020-57d3-9d2b-1e5eba05d826
2026-03-25 21:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_003/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002609)
2026-03-25 21:50:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_006/780x0__r.jpg?hash=1774457371> (referer: https://ecarstrade.com/cars/7002611)
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a77aeef8-b020-57d3-9d2b-1e5eba05d826
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a77aeef8-b020-57d3-9d2b-1e5eba05d826
2026-03-25 21:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_006/780x0__r.jpg?hash=1774457368> (referer: https://ecarstrade.com/cars/7002609)
2026-03-25 21:50:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a77aeef8-b020-57d3-9d2b-1e5eba05d826
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 664d3883-c622-577e-8755-447eb77aeab2
2026-03-25 21:50:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 664d3883-c622-577e-8755-447eb77aeab2, skipping ID generation
2026-03-25 21:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 664d3883-c622-577e-8755-447eb77aeab2 with scrape type 1
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 664d3883-c622-577e-8755-447eb77aeab2 sending to next pipeline
2026-03-25 21:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 664d3883-c622-577e-8755-447eb77aeab2, identifier: 7002611auction111051
2026-03-25 21:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 664d3883-c622-577e-8755-447eb77aeab2 with identifier: 7002611auction111051
2026-03-25 21:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 664d3883-c622-577e-8755-447eb77aeab2 with identifier: 7002611auction111051
2026-03-25 21:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 664d3883-c622-577e-8755-447eb77aeab2 with identifier: 7002611auction111051 to the API
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002611/photo_006/780x0__r.jpg?hash=1774457371>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '664d3883-c622-577e-8755-447eb77aeab2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002611',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 125362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002611auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:33 [ecarstrade.be] INFO: Saving data for 7002611auction111051: {'created_time': 1774475433.966657, 'last_price_update_time': 1774475433.966668, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002611auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a77aeef8-b020-57d3-9d2b-1e5eba05d826
2026-03-25 21:50:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a77aeef8-b020-57d3-9d2b-1e5eba05d826, skipping ID generation
2026-03-25 21:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77aeef8-b020-57d3-9d2b-1e5eba05d826 with scrape type 1
2026-03-25 21:50:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a77aeef8-b020-57d3-9d2b-1e5eba05d826 sending to next pipeline
2026-03-25 21:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a77aeef8-b020-57d3-9d2b-1e5eba05d826, identifier: 7002609auction111051
2026-03-25 21:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a77aeef8-b020-57d3-9d2b-1e5eba05d826 with identifier: 7002609auction111051
2026-03-25 21:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a77aeef8-b020-57d3-9d2b-1e5eba05d826 with identifier: 7002609auction111051
2026-03-25 21:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a77aeef8-b020-57d3-9d2b-1e5eba05d826 with identifier: 7002609auction111051 to the API
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002609/photo_006/780x0__r.jpg?hash=1774457368>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a77aeef8-b020-57d3-9d2b-1e5eba05d826',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002609',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '118',
'odometer': 64241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'SERIE 1 M SPORT 118IBVA 136ch RSK',
'transmission': 'automatic',
'trim': 'SERIE 1 M SPORT IBVA 136ch RSK',
'vin': None,
'year': 2023}
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002609auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:34 [ecarstrade.be] INFO: Saving data for 7002609auction111051: {'created_time': 1774475434.375002, 'last_price_update_time': 1774475434.375011, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002609auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002607> (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-25 21:50:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:34 [ecarstrade.be] INFO: Extracting details for car 7002607auction111051
2026-03-25 21:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a065679f-57fb-5e64-aef1-8230fc0f263a with identifier: 7002607auction111051
2026-03-25 21:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a065679f-57fb-5e64-aef1-8230fc0f263a with scrape type 1
2026-03-25 21:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a065679f-57fb-5e64-aef1-8230fc0f263a
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002607%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457367%27 HTTP/1.1" 200 None
2026-03-25 21:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_001/780x0__r.jpg?hash=1774457367 not downloaded yet
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002607%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457366%27 HTTP/1.1" 200 None
2026-03-25 21:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_002/780x0__r.jpg?hash=1774457366 not downloaded yet
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002607%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457366%27 HTTP/1.1" 200 None
2026-03-25 21:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_003/780x0__r.jpg?hash=1774457366 not downloaded yet
2026-03-25 21:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002607%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457367%27 HTTP/1.1" 200 None
2026-03-25 21:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_004/780x0__r.jpg?hash=1774457367 not downloaded yet
2026-03-25 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002607%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457367%27 HTTP/1.1" 200 None
2026-03-25 21:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_005/780x0__r.jpg?hash=1774457367 not downloaded yet
2026-03-25 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002607%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457367%27 HTTP/1.1" 200 None
2026-03-25 21:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_006/780x0__r.jpg?hash=1774457367 not downloaded yet
2026-03-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002605> (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-25 21:50:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:39 [ecarstrade.be] INFO: Extracting details for car 7002605auction111051
2026-03-25 21:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c73f8b37-51a5-54ee-b38e-7b256d1857bc with identifier: 7002605auction111051
2026-03-25 21:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c73f8b37-51a5-54ee-b38e-7b256d1857bc with scrape type 1
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c73f8b37-51a5-54ee-b38e-7b256d1857bc
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002605%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_001/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002605%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_002/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002605%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_003/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002605%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_004/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002605%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_005/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002605%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_006/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002606> (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-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_005/780x0__r.jpg?hash=1774457339> (referer: https://ecarstrade.com/cars/7002580)
2026-03-25 21:50:39 [ecarstrade.be] INFO: Extracting details for car 7002606auction111051
2026-03-25 21:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52d9619d-20be-53ac-81da-4f5f1331ee7e with identifier: 7002606auction111051
2026-03-25 21:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52d9619d-20be-53ac-81da-4f5f1331ee7e with scrape type 1
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 52d9619d-20be-53ac-81da-4f5f1331ee7e
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002606%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_001/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_003/780x0__r.jpg?hash=1774457338> (referer: https://ecarstrade.com/cars/7002580)
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002606%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_002/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002606%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_003/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d12f8af-6fed-5453-b781-5af861f73c39
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002606%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_004/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002606%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_005/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002606%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457365%27 HTTP/1.1" 200 None
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_006/780x0__r.jpg?hash=1774457365 not downloaded yet
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d12f8af-6fed-5453-b781-5af861f73c39
2026-03-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_002/780x0__r.jpg?hash=1774457338> (referer: https://ecarstrade.com/cars/7002580)
2026-03-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002602> (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-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_001/780x0__r.jpg?hash=1774457338> (referer: https://ecarstrade.com/cars/7002580)
2026-03-25 21:50:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d12f8af-6fed-5453-b781-5af861f73c39
2026-03-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_005/780x0__r.jpg?hash=1774457337> (referer: https://ecarstrade.com/cars/7002578)
2026-03-25 21:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_004/780x0__r.jpg?hash=1774457337> (referer: https://ecarstrade.com/cars/7002578)
2026-03-25 21:50:39 [ecarstrade.be] INFO: Extracting details for car 7002602auction111051
2026-03-25 21:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_003/780x0__r.jpg?hash=1774457337> (referer: https://ecarstrade.com/cars/7002578)
2026-03-25 21:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with identifier: 7002602auction111051
2026-03-25 21:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with scrape type 1
2026-03-25 21:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c
2026-03-25 21:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002602%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_001/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d12f8af-6fed-5453-b781-5af861f73c39
2026-03-25 21:50:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d12f8af-6fed-5453-b781-5af861f73c39, skipping ID generation
2026-03-25 21:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d12f8af-6fed-5453-b781-5af861f73c39 with scrape type 1
2026-03-25 21:50:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d12f8af-6fed-5453-b781-5af861f73c39 sending to next pipeline
2026-03-25 21:50:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d12f8af-6fed-5453-b781-5af861f73c39, identifier: 7002580auction111051
2026-03-25 21:50:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d12f8af-6fed-5453-b781-5af861f73c39 with identifier: 7002580auction111051
2026-03-25 21:50:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d12f8af-6fed-5453-b781-5af861f73c39 with identifier: 7002580auction111051
2026-03-25 21:50:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d12f8af-6fed-5453-b781-5af861f73c39 with identifier: 7002580auction111051 to the API
2026-03-25 21:50:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002580/photo_001/780x0__r.jpg?hash=1774457338>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.3L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '2d12f8af-6fed-5453-b781-5af861f73c39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002580',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 70147,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Arkana Techno 1.3 TCE 140CV BVA7 6E',
'transmission': 'automatic',
'trim': 'Techno 1.3 TCE 140CV BVA7 6E',
'vin': None,
'year': 2024}
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002580auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [ecarstrade.be] INFO: Saving data for 7002580auction111051: {'created_time': 1774475441.320842, 'last_price_update_time': 1774475441.320851, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002580auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002602%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_002/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_006/780x0__r.jpg?hash=1774457367> (referer: https://ecarstrade.com/cars/7002607)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_006/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002605)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002601> (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-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002602%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_003/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002599> (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-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002603> (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-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002604> (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-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1616996c-24d0-5742-9257-6acb9e34278c
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1616996c-24d0-5742-9257-6acb9e34278c
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1616996c-24d0-5742-9257-6acb9e34278c
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002602%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_004/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002602%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_005/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002602%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_006/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_006/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002606)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_003/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002606)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_004/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002606)
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a065679f-57fb-5e64-aef1-8230fc0f263a
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_001/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002606)
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c73f8b37-51a5-54ee-b38e-7b256d1857bc
2026-03-25 21:50:41 [ecarstrade.be] INFO: Extracting details for car 7002601auction111051
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_005/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002606)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_005/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002605)
2026-03-25 21:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with identifier: 7002601auction111051
2026-03-25 21:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with scrape type 1
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 64b4a8b5-9d21-56fc-8bca-93dadf84c732
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002601%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_001/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_002/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002602)
2026-03-25 21:50:41 [ecarstrade.be] INFO: Extracting details for car 7002599auction111051
2026-03-25 21:50:41 [ecarstrade.be] INFO: Extracting details for car 7002603auction111051
2026-03-25 21:50:41 [ecarstrade.be] INFO: Extracting details for car 7002604auction111051
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002601%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_002/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_002/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002606)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_004/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002605)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_001/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002602)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_003/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002605)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_002/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002605)
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002601%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_003/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35 with identifier: 7002599auction111051
2026-03-25 21:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35 with scrape type 1
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002599%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457361%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_001/780x0__r.jpg?hash=1774457361 not downloaded yet
2026-03-25 21:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59125040-7acd-5d0e-a963-7af4525e918f with identifier: 7002603auction111051
2026-03-25 21:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59125040-7acd-5d0e-a963-7af4525e918f with scrape type 1
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 59125040-7acd-5d0e-a963-7af4525e918f
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002603%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457364%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_001/780x0__r.jpg?hash=1774457364 not downloaded yet
2026-03-25 21:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with identifier: 7002604auction111051
2026-03-25 21:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with scrape type 1
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002604%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457363%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_001/780x0__r.jpg?hash=1774457363 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002601%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_004/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002599%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457361%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_002/780x0__r.jpg?hash=1774457361 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002603%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457364%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_002/780x0__r.jpg?hash=1774457364 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002604%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457364%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_002/780x0__r.jpg?hash=1774457364 not downloaded yet
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002598> (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-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 52d9619d-20be-53ac-81da-4f5f1331ee7e
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 52d9619d-20be-53ac-81da-4f5f1331ee7e
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 52d9619d-20be-53ac-81da-4f5f1331ee7e
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 52d9619d-20be-53ac-81da-4f5f1331ee7e
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_005/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002602)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_001/780x0__r.jpg?hash=1774457365> (referer: https://ecarstrade.com/cars/7002605)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_005/780x0__r.jpg?hash=1774457367> (referer: https://ecarstrade.com/cars/7002607)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_004/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002602)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_006/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002602)
2026-03-25 21:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_003/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002602)
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002601%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_005/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002599%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457361%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_003/780x0__r.jpg?hash=1774457361 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002603%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457364%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_003/780x0__r.jpg?hash=1774457364 not downloaded yet
2026-03-25 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002604%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457363%27 HTTP/1.1" 200 None
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_003/780x0__r.jpg?hash=1774457363 not downloaded yet
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 52d9619d-20be-53ac-81da-4f5f1331ee7e
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c73f8b37-51a5-54ee-b38e-7b256d1857bc
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 52d9619d-20be-53ac-81da-4f5f1331ee7e
2026-03-25 21:50:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 52d9619d-20be-53ac-81da-4f5f1331ee7e, skipping ID generation
2026-03-25 21:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52d9619d-20be-53ac-81da-4f5f1331ee7e with scrape type 1
2026-03-25 21:50:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 52d9619d-20be-53ac-81da-4f5f1331ee7e sending to next pipeline
2026-03-25 21:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52d9619d-20be-53ac-81da-4f5f1331ee7e, identifier: 7002606auction111051
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c73f8b37-51a5-54ee-b38e-7b256d1857bc
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c73f8b37-51a5-54ee-b38e-7b256d1857bc
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c73f8b37-51a5-54ee-b38e-7b256d1857bc
2026-03-25 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_003/780x0__r.jpg?hash=1774457366> (referer: https://ecarstrade.com/cars/7002607)
2026-03-25 21:50:42 [ecarstrade.be] INFO: Extracting details for car 7002598auction111051
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002601%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457362%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_006/780x0__r.jpg?hash=1774457362 not downloaded yet
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002599%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457361%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_004/780x0__r.jpg?hash=1774457361 not downloaded yet
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002603%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457364%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_004/780x0__r.jpg?hash=1774457364 not downloaded yet
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002604%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457363%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_004/780x0__r.jpg?hash=1774457363 not downloaded yet
2026-03-25 21:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52d9619d-20be-53ac-81da-4f5f1331ee7e with identifier: 7002606auction111051
2026-03-25 21:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52d9619d-20be-53ac-81da-4f5f1331ee7e with identifier: 7002606auction111051
2026-03-25 21:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52d9619d-20be-53ac-81da-4f5f1331ee7e with identifier: 7002606auction111051 to the API
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002606/photo_002/780x0__r.jpg?hash=1774457365>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '52d9619d-20be-53ac-81da-4f5f1331ee7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002606',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 102053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 PHEV S AT RK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 PHEV S AT RK',
'vin': None,
'year': 2022}
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002606auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [ecarstrade.be] INFO: Saving data for 7002606auction111051: {'created_time': 1774475442.447763, 'last_price_update_time': 1774475442.447776, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002606auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_004/780x0__r.jpg?hash=1774457367> (referer: https://ecarstrade.com/cars/7002607)
2026-03-25 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_001/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002601)
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002599%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457361%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_005/780x0__r.jpg?hash=1774457361 not downloaded yet
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002603%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457364%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_005/780x0__r.jpg?hash=1774457364 not downloaded yet
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002604%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457363%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_005/780x0__r.jpg?hash=1774457363 not downloaded yet
2026-03-25 21:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfd59d1f-753f-5b07-befb-3b980b52070f with identifier: 7002598auction111051
2026-03-25 21:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfd59d1f-753f-5b07-befb-3b980b52070f with scrape type 1
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dfd59d1f-753f-5b07-befb-3b980b52070f
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002598%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457358%27 HTTP/1.1" 200 None
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_001/780x0__r.jpg?hash=1774457358 not downloaded yet
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c73f8b37-51a5-54ee-b38e-7b256d1857bc
2026-03-25 21:50:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c73f8b37-51a5-54ee-b38e-7b256d1857bc, skipping ID generation
2026-03-25 21:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c73f8b37-51a5-54ee-b38e-7b256d1857bc with scrape type 1
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c73f8b37-51a5-54ee-b38e-7b256d1857bc sending to next pipeline
2026-03-25 21:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c73f8b37-51a5-54ee-b38e-7b256d1857bc, identifier: 7002605auction111051
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a065679f-57fb-5e64-aef1-8230fc0f263a
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c
2026-03-25 21:50:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c, skipping ID generation
2026-03-25 21:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with scrape type 1
2026-03-25 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c sending to next pipeline
2026-03-25 21:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c, identifier: 7002602auction111051
2026-03-25 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_002/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002601)
2026-03-25 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_002/780x0__r.jpg?hash=1774457366> (referer: https://ecarstrade.com/cars/7002607)
2026-03-25 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_002/780x0__r.jpg?hash=1774457337> (referer: https://ecarstrade.com/cars/7002578)
2026-03-25 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_001/780x0__r.jpg?hash=1774457367> (referer: https://ecarstrade.com/cars/7002607)
2026-03-25 21:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c73f8b37-51a5-54ee-b38e-7b256d1857bc with identifier: 7002605auction111051
2026-03-25 21:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c73f8b37-51a5-54ee-b38e-7b256d1857bc with identifier: 7002605auction111051
2026-03-25 21:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c73f8b37-51a5-54ee-b38e-7b256d1857bc with identifier: 7002605auction111051 to the API
2026-03-25 21:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002605/photo_001/780x0__r.jpg?hash=1774457365>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c73f8b37-51a5-54ee-b38e-7b256d1857bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002605',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 88031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002605auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [ecarstrade.be] INFO: Saving data for 7002605auction111051: {'created_time': 1774475443.036373, 'last_price_update_time': 1774475443.036382, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002605auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with identifier: 7002602auction111051
2026-03-25 21:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with identifier: 7002602auction111051
2026-03-25 21:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with identifier: 7002602auction111051 to the API
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002602/photo_003/780x0__r.jpg?hash=1774457362>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'e7660707-d2a5-5eb3-8e4c-46814a5f7f0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002602',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Citroen',
'model': 'C3',
'odometer': 70234,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002602auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [ecarstrade.be] INFO: Saving data for 7002602auction111051: {'created_time': 1774475443.338046, 'last_price_update_time': 1774475443.338056, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002602auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002599%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457361%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_006/780x0__r.jpg?hash=1774457361 not downloaded yet
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002603%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457364%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_006/780x0__r.jpg?hash=1774457364 not downloaded yet
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002604%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457363%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_006/780x0__r.jpg?hash=1774457363 not downloaded yet
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002598%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457358%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_002/780x0__r.jpg?hash=1774457358 not downloaded yet
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a065679f-57fb-5e64-aef1-8230fc0f263a
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_001/780x0__r.jpg?hash=1774457364> (referer: https://ecarstrade.com/cars/7002603)
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_001/780x0__r.jpg?hash=1774457363> (referer: https://ecarstrade.com/cars/7002604)
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_001/780x0__r.jpg?hash=1774457337> (referer: https://ecarstrade.com/cars/7002578)
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002598%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457358%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_003/780x0__r.jpg?hash=1774457358 not downloaded yet
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a065679f-57fb-5e64-aef1-8230fc0f263a
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 64b4a8b5-9d21-56fc-8bca-93dadf84c732
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 64b4a8b5-9d21-56fc-8bca-93dadf84c732
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a065679f-57fb-5e64-aef1-8230fc0f263a
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1616996c-24d0-5742-9257-6acb9e34278c
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a065679f-57fb-5e64-aef1-8230fc0f263a
2026-03-25 21:50:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a065679f-57fb-5e64-aef1-8230fc0f263a, skipping ID generation
2026-03-25 21:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a065679f-57fb-5e64-aef1-8230fc0f263a with scrape type 1
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a065679f-57fb-5e64-aef1-8230fc0f263a sending to next pipeline
2026-03-25 21:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a065679f-57fb-5e64-aef1-8230fc0f263a, identifier: 7002607auction111051
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002598%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457358%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_004/780x0__r.jpg?hash=1774457358 not downloaded yet
2026-03-25 21:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a065679f-57fb-5e64-aef1-8230fc0f263a with identifier: 7002607auction111051
2026-03-25 21:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a065679f-57fb-5e64-aef1-8230fc0f263a with identifier: 7002607auction111051
2026-03-25 21:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a065679f-57fb-5e64-aef1-8230fc0f263a with identifier: 7002607auction111051 to the API
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002607/photo_001/780x0__r.jpg?hash=1774457367>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.3L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a065679f-57fb-5e64-aef1-8230fc0f263a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002607',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 104733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Arkana Techno 1.3 TCE 140CV BVA7 6E',
'transmission': 'automatic',
'trim': 'Techno 1.3 TCE 140CV BVA7 6E',
'vin': None,
'year': 2024}
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002607auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [ecarstrade.be] INFO: Saving data for 7002607auction111051: {'created_time': 1774475443.898328, 'last_price_update_time': 1774475443.898339, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002607auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_002/780x0__r.jpg?hash=1774457364> (referer: https://ecarstrade.com/cars/7002604)
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_002/780x0__r.jpg?hash=1774457364> (referer: https://ecarstrade.com/cars/7002603)
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_003/780x0__r.jpg?hash=1774457363> (referer: https://ecarstrade.com/cars/7002604)
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_001/780x0__r.jpg?hash=1774457361> (referer: https://ecarstrade.com/cars/7002599)
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_004/780x0__r.jpg?hash=1774457363> (referer: https://ecarstrade.com/cars/7002604)
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_002/780x0__r.jpg?hash=1774457361> (referer: https://ecarstrade.com/cars/7002599)
2026-03-25 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_004/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002601)
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002598%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457358%27 HTTP/1.1" 200 None
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_005/780x0__r.jpg?hash=1774457358 not downloaded yet
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 59125040-7acd-5d0e-a963-7af4525e918f
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1616996c-24d0-5742-9257-6acb9e34278c
2026-03-25 21:50:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1616996c-24d0-5742-9257-6acb9e34278c, skipping ID generation
2026-03-25 21:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1616996c-24d0-5742-9257-6acb9e34278c with scrape type 1
2026-03-25 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1616996c-24d0-5742-9257-6acb9e34278c sending to next pipeline
2026-03-25 21:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1616996c-24d0-5742-9257-6acb9e34278c, identifier: 7002578auction111051
2026-03-25 21:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1616996c-24d0-5742-9257-6acb9e34278c with identifier: 7002578auction111051
2026-03-25 21:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1616996c-24d0-5742-9257-6acb9e34278c with identifier: 7002578auction111051
2026-03-25 21:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1616996c-24d0-5742-9257-6acb9e34278c with identifier: 7002578auction111051 to the API
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002578/photo_001/780x0__r.jpg?hash=1774457337>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '1616996c-24d0-5742-9257-6acb9e34278c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002578',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'BMW',
'model': '218',
'odometer': 66881,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'SERIE 2 M SPORT 218iBVA 136ch ACTIVE TOURER RSK',
'transmission': 'automatic',
'trim': 'SERIE 2 M SPORT iBVA 136ch ACTIVE TOURER RSK',
'vin': None,
'year': 2023}
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002578auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:44 [ecarstrade.be] INFO: Saving data for 7002578auction111051: {'created_time': 1774475444.346864, 'last_price_update_time': 1774475444.346875, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002578auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_004/780x0__r.jpg?hash=1774457364> (referer: https://ecarstrade.com/cars/7002603)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_005/780x0__r.jpg?hash=1774457363> (referer: https://ecarstrade.com/cars/7002604)
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002598%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457359%27 HTTP/1.1" 200 None
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_006/780x0__r.jpg?hash=1774457359 not downloaded yet
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_005/780x0__r.jpg?hash=1774457364> (referer: https://ecarstrade.com/cars/7002603)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_006/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002601)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_001/780x0__r.jpg?hash=1774457358> (referer: https://ecarstrade.com/cars/7002598)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_005/780x0__r.jpg?hash=1774457361> (referer: https://ecarstrade.com/cars/7002599)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_004/780x0__r.jpg?hash=1774457361> (referer: https://ecarstrade.com/cars/7002599)
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 59125040-7acd-5d0e-a963-7af4525e918f
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 64b4a8b5-9d21-56fc-8bca-93dadf84c732
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_003/780x0__r.jpg?hash=1774457364> (referer: https://ecarstrade.com/cars/7002603)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_006/780x0__r.jpg?hash=1774457364> (referer: https://ecarstrade.com/cars/7002603)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_002/780x0__r.jpg?hash=1774457358> (referer: https://ecarstrade.com/cars/7002598)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_006/780x0__r.jpg?hash=1774457363> (referer: https://ecarstrade.com/cars/7002604)
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 59125040-7acd-5d0e-a963-7af4525e918f
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_003/780x0__r.jpg?hash=1774457358> (referer: https://ecarstrade.com/cars/7002598)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_004/780x0__r.jpg?hash=1774457358> (referer: https://ecarstrade.com/cars/7002598)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_003/780x0__r.jpg?hash=1774457361> (referer: https://ecarstrade.com/cars/7002599)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_006/780x0__r.jpg?hash=1774457361> (referer: https://ecarstrade.com/cars/7002599)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_005/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002601)
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 59125040-7acd-5d0e-a963-7af4525e918f
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 64b4a8b5-9d21-56fc-8bca-93dadf84c732
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dfd59d1f-753f-5b07-befb-3b980b52070f
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_005/780x0__r.jpg?hash=1774457358> (referer: https://ecarstrade.com/cars/7002598)
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_006/780x0__r.jpg?hash=1774457359> (referer: https://ecarstrade.com/cars/7002598)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_002/780x0__r.jpg?hash=1774457339> (referer: https://ecarstrade.com/cars/7002579)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_006/780x0__r.jpg?hash=1774457339> (referer: https://ecarstrade.com/cars/7002579)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_003/780x0__r.jpg?hash=1774457339> (referer: https://ecarstrade.com/cars/7002579)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_003/780x0__r.jpg?hash=1774457362> (referer: https://ecarstrade.com/cars/7002601)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_005/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002528)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_001/780x0__r.jpg?hash=1774457340> (referer: https://ecarstrade.com/cars/7002579)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_004/780x0__r.jpg?hash=1774457339> (referer: https://ecarstrade.com/cars/7002579)
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 59125040-7acd-5d0e-a963-7af4525e918f
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_004/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002528)
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 59125040-7acd-5d0e-a963-7af4525e918f
2026-03-25 21:50:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 59125040-7acd-5d0e-a963-7af4525e918f, skipping ID generation
2026-03-25 21:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59125040-7acd-5d0e-a963-7af4525e918f with scrape type 1
2026-03-25 21:50:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 59125040-7acd-5d0e-a963-7af4525e918f sending to next pipeline
2026-03-25 21:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59125040-7acd-5d0e-a963-7af4525e918f, identifier: 7002603auction111051
2026-03-25 21:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59125040-7acd-5d0e-a963-7af4525e918f with identifier: 7002603auction111051
2026-03-25 21:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59125040-7acd-5d0e-a963-7af4525e918f with identifier: 7002603auction111051
2026-03-25 21:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59125040-7acd-5d0e-a963-7af4525e918f with identifier: 7002603auction111051 to the API
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002603/photo_006/780x0__r.jpg?hash=1774457364>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '59125040-7acd-5d0e-a963-7af4525e918f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002603',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 124697,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002603auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:44 [ecarstrade.be] INFO: Saving data for 7002603auction111051: {'created_time': 1774475444.949404, 'last_price_update_time': 1774475444.949413, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002603auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_003/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002528)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_004/780x0__r.jpg?hash=1774457286> (referer: https://ecarstrade.com/cars/7002527)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_005/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002527)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_002/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002528)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_001/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002528)
2026-03-25 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_003/780x0__r.jpg?hash=1774457287> (referer: https://ecarstrade.com/cars/7002527)
2026-03-25 21:50:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_002/780x0__r.jpg?hash=1774457286> (referer: https://ecarstrade.com/cars/7002527)
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dfd59d1f-753f-5b07-befb-3b980b52070f
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199
2026-03-25 21:50:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199, skipping ID generation
2026-03-25 21:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with scrape type 1
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 sending to next pipeline
2026-03-25 21:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199, identifier: 7002604auction111051
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dfd59d1f-753f-5b07-befb-3b980b52070f
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dfd59d1f-753f-5b07-befb-3b980b52070f
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35
2026-03-25 21:50:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35, skipping ID generation
2026-03-25 21:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35 with scrape type 1
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35 sending to next pipeline
2026-03-25 21:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35, identifier: 7002599auction111051
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 64b4a8b5-9d21-56fc-8bca-93dadf84c732
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dfd59d1f-753f-5b07-befb-3b980b52070f
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dfd59d1f-753f-5b07-befb-3b980b52070f
2026-03-25 21:50:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfd59d1f-753f-5b07-befb-3b980b52070f, skipping ID generation
2026-03-25 21:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfd59d1f-753f-5b07-befb-3b980b52070f with scrape type 1
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfd59d1f-753f-5b07-befb-3b980b52070f sending to next pipeline
2026-03-25 21:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfd59d1f-753f-5b07-befb-3b980b52070f, identifier: 7002598auction111051
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5210636e-69d5-57c0-aeac-f10b9e286540
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5210636e-69d5-57c0-aeac-f10b9e286540
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5210636e-69d5-57c0-aeac-f10b9e286540
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 64b4a8b5-9d21-56fc-8bca-93dadf84c732
2026-03-25 21:50:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64b4a8b5-9d21-56fc-8bca-93dadf84c732, skipping ID generation
2026-03-25 21:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with scrape type 1
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64b4a8b5-9d21-56fc-8bca-93dadf84c732 sending to next pipeline
2026-03-25 21:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64b4a8b5-9d21-56fc-8bca-93dadf84c732, identifier: 7002601auction111051
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d1841f54-c861-5530-a574-9fb1c5c85bb1
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5210636e-69d5-57c0-aeac-f10b9e286540
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5210636e-69d5-57c0-aeac-f10b9e286540
2026-03-25 21:50:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5210636e-69d5-57c0-aeac-f10b9e286540, skipping ID generation
2026-03-25 21:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5210636e-69d5-57c0-aeac-f10b9e286540 with scrape type 1
2026-03-25 21:50:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5210636e-69d5-57c0-aeac-f10b9e286540 sending to next pipeline
2026-03-25 21:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5210636e-69d5-57c0-aeac-f10b9e286540, identifier: 7002579auction111051
2026-03-25 21:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with identifier: 7002604auction111051
2026-03-25 21:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with identifier: 7002604auction111051
2026-03-25 21:50:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with identifier: 7002604auction111051 to the API
2026-03-25 21:50:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002604/photo_006/780x0__r.jpg?hash=1774457363>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'ced4e2e0-8ed3-5f5a-9735-a17a7dddf199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002604',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Captur',
'odometer': 73743,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Captur II Evolution 1.0 TCE 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Evolution 1.0 TCE 90CV BVM6 E6d',
'vin': None,
'year': 2024}
2026-03-25 21:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002604auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:45 [ecarstrade.be] INFO: Saving data for 7002604auction111051: {'created_time': 1774475445.796828, 'last_price_update_time': 1774475445.796838, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002604auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35 with identifier: 7002599auction111051
2026-03-25 21:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35 with identifier: 7002599auction111051
2026-03-25 21:50:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c1b7cc6-cc39-51fe-9d09-a10ff229cb35 with identifier: 7002599auction111051 to the API
2026-03-25 21:50:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002599/photo_006/780x0__r.jpg?hash=1774457361>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6c1b7cc6-cc39-51fe-9d09-a10ff229cb35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002599',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 104013,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002599auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:46 [ecarstrade.be] INFO: Saving data for 7002599auction111051: {'created_time': 1774475446.132031, 'last_price_update_time': 1774475446.13204, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002599auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfd59d1f-753f-5b07-befb-3b980b52070f with identifier: 7002598auction111051
2026-03-25 21:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfd59d1f-753f-5b07-befb-3b980b52070f with identifier: 7002598auction111051
2026-03-25 21:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfd59d1f-753f-5b07-befb-3b980b52070f with identifier: 7002598auction111051 to the API
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002598/photo_006/780x0__r.jpg?hash=1774457359>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dfd59d1f-753f-5b07-befb-3b980b52070f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002598',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '5 Series',
'odometer': 29768,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-01',
'seats_number': None,
'seller_name': None,
'title': 'SERIE 5 BERLINE 530 299ch PHEV 6M BB',
'transmission': 'automatic',
'trim': 'SERIE 5 BERLINE 530 299ch PHEV 6M BB',
'vin': None,
'year': 2025}
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002598auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:46 [ecarstrade.be] INFO: Saving data for 7002598auction111051: {'created_time': 1774475446.422206, 'last_price_update_time': 1774475446.422218, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002598auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with identifier: 7002601auction111051
2026-03-25 21:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with identifier: 7002601auction111051
2026-03-25 21:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with identifier: 7002601auction111051 to the API
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002601/photo_003/780x0__r.jpg?hash=1774457362>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '64b4a8b5-9d21-56fc-8bca-93dadf84c732',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002601',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 93118,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002601auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:46 [ecarstrade.be] INFO: Saving data for 7002601auction111051: {'created_time': 1774475446.74755, 'last_price_update_time': 1774475446.747563, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002601auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5210636e-69d5-57c0-aeac-f10b9e286540 with identifier: 7002579auction111051
2026-03-25 21:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5210636e-69d5-57c0-aeac-f10b9e286540 with identifier: 7002579auction111051
2026-03-25 21:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5210636e-69d5-57c0-aeac-f10b9e286540 with identifier: 7002579auction111051 to the API
2026-03-25 21:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002579/photo_004/780x0__r.jpg?hash=1774457339>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5210636e-69d5-57c0-aeac-f10b9e286540',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002579',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'MG',
'model': 'EHS',
'odometer': 110999,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002579auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:47 [ecarstrade.be] INFO: Saving data for 7002579auction111051: {'created_time': 1774475447.064514, 'last_price_update_time': 1774475447.064526, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002579auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d1841f54-c861-5530-a574-9fb1c5c85bb1
2026-03-25 21:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_001/780x0__r.jpg?hash=1774457286> (referer: https://ecarstrade.com/cars/7002527)
2026-03-25 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-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d1841f54-c861-5530-a574-9fb1c5c85bb1
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a96d9bb6-0d9b-504c-8d52-58f7b521c129
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a96d9bb6-0d9b-504c-8d52-58f7b521c129
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d1841f54-c861-5530-a574-9fb1c5c85bb1
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d1841f54-c861-5530-a574-9fb1c5c85bb1
2026-03-25 21:50:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1841f54-c861-5530-a574-9fb1c5c85bb1, skipping ID generation
2026-03-25 21:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1841f54-c861-5530-a574-9fb1c5c85bb1 with scrape type 1
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1841f54-c861-5530-a574-9fb1c5c85bb1 sending to next pipeline
2026-03-25 21:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1841f54-c861-5530-a574-9fb1c5c85bb1, identifier: 7002528auction111050
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a96d9bb6-0d9b-504c-8d52-58f7b521c129
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a96d9bb6-0d9b-504c-8d52-58f7b521c129
2026-03-25 21:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_006/780x0__r.jpg?hash=1774457317> (referer: https://ecarstrade.com/cars/7002558)
2026-03-25 21:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_005/780x0__r.jpg?hash=1774457317> (referer: https://ecarstrade.com/cars/7002558)
2026-03-25 21:50:47 [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-25 21:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1841f54-c861-5530-a574-9fb1c5c85bb1 with identifier: 7002528auction111050
2026-03-25 21:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1841f54-c861-5530-a574-9fb1c5c85bb1 with identifier: 7002528auction111050
2026-03-25 21:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1841f54-c861-5530-a574-9fb1c5c85bb1 with identifier: 7002528auction111050 to the API
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002528/photo_001/780x0__r.jpg?hash=1774457287>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'd1841f54-c861-5530-a574-9fb1c5c85bb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002528',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Iveco',
'model': 'Other',
'odometer': 99651,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'transmission': 'manual',
'trim': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'vin': None,
'year': 2023}
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002528auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:50:47 [ecarstrade.be] INFO: Saving data for 7002528auction111050: {'created_time': 1774475447.51223, 'last_price_update_time': 1774475447.512239, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002528auction111050') HTTP/1.1" 204 0
2026-03-25 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-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a96d9bb6-0d9b-504c-8d52-58f7b521c129
2026-03-25 21:50:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a96d9bb6-0d9b-504c-8d52-58f7b521c129, skipping ID generation
2026-03-25 21:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a96d9bb6-0d9b-504c-8d52-58f7b521c129 with scrape type 1
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a96d9bb6-0d9b-504c-8d52-58f7b521c129 sending to next pipeline
2026-03-25 21:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a96d9bb6-0d9b-504c-8d52-58f7b521c129, identifier: 7002527auction111050
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232
2026-03-25 21:50:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232
2026-03-25 21:50:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a96d9bb6-0d9b-504c-8d52-58f7b521c129 with identifier: 7002527auction111050
2026-03-25 21:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a96d9bb6-0d9b-504c-8d52-58f7b521c129 with identifier: 7002527auction111050
2026-03-25 21:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a96d9bb6-0d9b-504c-8d52-58f7b521c129 with identifier: 7002527auction111050 to the API
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002527/photo_001/780x0__r.jpg?hash=1774457286>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'a96d9bb6-0d9b-504c-8d52-58f7b521c129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002527',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 87475,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002527auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:50:47 [ecarstrade.be] INFO: Saving data for 7002527auction111050: {'created_time': 1774475447.94461, 'last_price_update_time': 1774475447.944619, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002527auction111050') HTTP/1.1" 204 0
2026-03-25 21:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_003/780x0__r.jpg?hash=1774457317> (referer: https://ecarstrade.com/cars/7002558)
2026-03-25 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7002617auction111051
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002617auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:47 [ecarstrade.be] INFO: Scrape type for 7002617auction111051: 1
2026-03-25 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-25 21:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_004/780x0__r.jpg?hash=1774457317> (referer: https://ecarstrade.com/cars/7002558)
2026-03-25 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-25 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7002618auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002618auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002618auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002619auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002619auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002619auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002620auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002620auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002620auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002621auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002621auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002621auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002622auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002622auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002622auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002623auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002623auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002623auction111051: 1
2026-03-25 21:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002624auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002624auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002624auction111051: 1
2026-03-25 21:50:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002625auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002625auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002625auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002626auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002626auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002626auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002627auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002627auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002627auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002628auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002628auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002628auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002629auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002629auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002629auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002630auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002630auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002630auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002631auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002631auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002631auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 7002632auction111051
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002632auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 7002632auction111051: 1
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997015auction110980
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997015auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 6997015auction110980: 0
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997016auction110980
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997016auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 6997016auction110980: 0
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997017auction110980
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997017auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 6997017auction110980: 0
2026-03-25 21:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997018auction110980
2026-03-25 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997018auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:50:48 [ecarstrade.be] INFO: Scrape type for 6997018auction110980: 0
2026-03-25 21:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002594> (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-25 21:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_001/780x0__r.jpg?hash=1774457316> (referer: https://ecarstrade.com/cars/7002558)
2026-03-25 21:50:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:54 [ecarstrade.be] INFO: Extracting details for car 7002594auction111051
2026-03-25 21:50:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f9fd2a9-3849-5563-bfc3-37916de90000 with identifier: 7002594auction111051
2026-03-25 21:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f9fd2a9-3849-5563-bfc3-37916de90000 with scrape type 1
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1f9fd2a9-3849-5563-bfc3-37916de90000
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002594%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_001/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002594%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_002/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002594%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_003/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002594%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_004/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002594%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_005/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002594%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457356%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_006/780x0__r.jpg?hash=1774457356 not downloaded yet
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232
2026-03-25 21:50:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232, skipping ID generation
2026-03-25 21:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with scrape type 1
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 sending to next pipeline
2026-03-25 21:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232, identifier: 7002558auction111051
2026-03-25 21:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with identifier: 7002558auction111051
2026-03-25 21:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with identifier: 7002558auction111051
2026-03-25 21:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with identifier: 7002558auction111051 to the API
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002558/photo_001/780x0__r.jpg?hash=1774457316>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Other',
'id': 'f2829b68-82eb-57cc-a3ea-0cfbdf2d9232',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002558',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'X3',
'odometer': 80899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'X3 XDRIVE 30E 292 MSPORT RSK WIP chtx',
'transmission': 'automatic',
'trim': 'XDRIVE 30E 292 MSPORT RSK WIP chtx',
'vin': None,
'year': 2023}
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002558auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [ecarstrade.be] INFO: Saving data for 7002558auction111051: {'created_time': 1774475454.632983, 'last_price_update_time': 1774475454.632992, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002558auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002591> (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-25 21:50:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002592> (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-25 21:50:54 [ecarstrade.be] INFO: Extracting details for car 7002591auction111051
2026-03-25 21:50:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddd68d5d-200a-5b61-b293-a9ea008cffdb with identifier: 7002591auction111051
2026-03-25 21:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddd68d5d-200a-5b61-b293-a9ea008cffdb with scrape type 1
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ddd68d5d-200a-5b61-b293-a9ea008cffdb
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002591%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457351%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_001/780x0__r.jpg?hash=1774457351 not downloaded yet
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002591%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457351%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_002/780x0__r.jpg?hash=1774457351 not downloaded yet
2026-03-25 21:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002591%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457351%27 HTTP/1.1" 200 None
2026-03-25 21:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_003/780x0__r.jpg?hash=1774457351 not downloaded yet
2026-03-25 21:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_003/780x0__r.jpg?hash=1774457323> (referer: https://ecarstrade.com/cars/7002563)
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002591%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457351%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_004/780x0__r.jpg?hash=1774457351 not downloaded yet
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002591%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457351%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_005/780x0__r.jpg?hash=1774457351 not downloaded yet
2026-03-25 21:50:55 [ecarstrade.be] INFO: Extracting details for car 7002592auction111051
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002591%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457351%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_006/780x0__r.jpg?hash=1774457351 not downloaded yet
2026-03-25 21:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 367f156a-de53-58d4-8282-637553cbc427 with identifier: 7002592auction111051
2026-03-25 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 367f156a-de53-58d4-8282-637553cbc427 with scrape type 1
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 367f156a-de53-58d4-8282-637553cbc427
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002592%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457351%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_001/780x0__r.jpg?hash=1774457351 not downloaded yet
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002592%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457352%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_002/780x0__r.jpg?hash=1774457352 not downloaded yet
2026-03-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_005/780x0__r.jpg?hash=1774457322> (referer: https://ecarstrade.com/cars/7002562)
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002592%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457352%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_003/780x0__r.jpg?hash=1774457352 not downloaded yet
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002592%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457351%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_004/780x0__r.jpg?hash=1774457351 not downloaded yet
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1c7229ca-38f9-5f92-b118-1cd9def49a41
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002592%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457352%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_005/780x0__r.jpg?hash=1774457352 not downloaded yet
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002592%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457352%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_006/780x0__r.jpg?hash=1774457352 not downloaded yet
2026-03-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002595> (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-25 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-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_002/780x0__r.jpg?hash=1774457323> (referer: https://ecarstrade.com/cars/7002563)
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d42fcc00-b943-5768-aced-6d498a4c85b5
2026-03-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_004/780x0__r.jpg?hash=1774457322> (referer: https://ecarstrade.com/cars/7002562)
2026-03-25 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-25 21:50:55 [ecarstrade.be] INFO: Extracting details for car 7002595auction111051
2026-03-25 21:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27735b5a-bca8-5b46-81bd-fe7c941a6704 with identifier: 7002595auction111051
2026-03-25 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27735b5a-bca8-5b46-81bd-fe7c941a6704 with scrape type 1
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 27735b5a-bca8-5b46-81bd-fe7c941a6704
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002595%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457357%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_001/780x0__r.jpg?hash=1774457357 not downloaded yet
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1c7229ca-38f9-5f92-b118-1cd9def49a41
2026-03-25 21:50:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c7229ca-38f9-5f92-b118-1cd9def49a41, skipping ID generation
2026-03-25 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c7229ca-38f9-5f92-b118-1cd9def49a41 with scrape type 1
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c7229ca-38f9-5f92-b118-1cd9def49a41 sending to next pipeline
2026-03-25 21:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c7229ca-38f9-5f92-b118-1cd9def49a41, identifier: 7002563auction111051
2026-03-25 21:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c7229ca-38f9-5f92-b118-1cd9def49a41 with identifier: 7002563auction111051
2026-03-25 21:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c7229ca-38f9-5f92-b118-1cd9def49a41 with identifier: 7002563auction111051
2026-03-25 21:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c7229ca-38f9-5f92-b118-1cd9def49a41 with identifier: 7002563auction111051 to the API
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002563/photo_002/780x0__r.jpg?hash=1774457323>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1c7229ca-38f9-5f92-b118-1cd9def49a41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002563',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Mazda',
'model': '2',
'odometer': 75839,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'MAZDA 2 HY CVT 1.5 AGILE PARA',
'transmission': 'automatic',
'trim': 'MAZDA HY CVT 1.5 AGILE PARA',
'vin': None,
'year': 2023}
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002563auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [ecarstrade.be] INFO: Saving data for 7002563auction111051: {'created_time': 1774475455.687963, 'last_price_update_time': 1774475455.687973, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002563auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002595%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457357%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_002/780x0__r.jpg?hash=1774457357 not downloaded yet
2026-03-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002590> (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-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002588> (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-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002593> (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-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002595%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457357%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_003/780x0__r.jpg?hash=1774457357 not downloaded yet
2026-03-25 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-25 21:50:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d42fcc00-b943-5768-aced-6d498a4c85b5
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002595%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457358%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_004/780x0__r.jpg?hash=1774457358 not downloaded yet
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002595%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457357%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_005/780x0__r.jpg?hash=1774457357 not downloaded yet
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002595%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457358%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_006/780x0__r.jpg?hash=1774457358 not downloaded yet
2026-03-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002589> (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-25 21:50:55 [ecarstrade.be] INFO: Extracting details for car 7002590auction111051
2026-03-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_005/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002594)
2026-03-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_006/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002594)
2026-03-25 21:50:55 [ecarstrade.be] INFO: Extracting details for car 7002588auction111051
2026-03-25 21:50:55 [ecarstrade.be] INFO: Extracting details for car 7002593auction111051
2026-03-25 21:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c98f1cf-7da6-51f3-a628-fb03cdb96e76 with identifier: 7002590auction111051
2026-03-25 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76 with scrape type 1
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002590%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457350%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_001/780x0__r.jpg?hash=1774457350 not downloaded yet
2026-03-25 21:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6176c4f-9bb7-5e68-9d00-892ce4aea30a with identifier: 7002588auction111051
2026-03-25 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6176c4f-9bb7-5e68-9d00-892ce4aea30a with scrape type 1
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c6176c4f-9bb7-5e68-9d00-892ce4aea30a
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002588%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_001/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2199037e-99ea-5d2e-8e63-b5184a9cb865 with identifier: 7002593auction111051
2026-03-25 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2199037e-99ea-5d2e-8e63-b5184a9cb865 with scrape type 1
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2199037e-99ea-5d2e-8e63-b5184a9cb865
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002593%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457354%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_001/780x0__r.jpg?hash=1774457354 not downloaded yet
2026-03-25 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_003/780x0__r.jpg?hash=1774457351> (referer: https://ecarstrade.com/cars/7002591)
2026-03-25 21:50:55 [ecarstrade.be] INFO: Extracting details for car 7002589auction111051
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002590%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457350%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_002/780x0__r.jpg?hash=1774457350 not downloaded yet
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7002588%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_002/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002593%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457354%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_002/780x0__r.jpg?hash=1774457354 not downloaded yet
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_006/780x0__r.jpg?hash=1774457352> (referer: https://ecarstrade.com/cars/7002592)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_002/780x0__r.jpg?hash=1774457352> (referer: https://ecarstrade.com/cars/7002592)
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002590%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457350%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_003/780x0__r.jpg?hash=1774457350 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002588%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_003/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002593%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457354%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_003/780x0__r.jpg?hash=1774457354 not downloaded yet
2026-03-25 21:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with identifier: 7002589auction111051
2026-03-25 21:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with scrape type 1
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002589%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457349%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_001/780x0__r.jpg?hash=1774457349 not downloaded yet
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_005/780x0__r.jpg?hash=1774457352> (referer: https://ecarstrade.com/cars/7002592)
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002590%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457350%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_004/780x0__r.jpg?hash=1774457350 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002588%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457348%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_004/780x0__r.jpg?hash=1774457348 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002593%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457354%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_004/780x0__r.jpg?hash=1774457354 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002589%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457349%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_002/780x0__r.jpg?hash=1774457349 not downloaded yet
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1f9fd2a9-3849-5563-bfc3-37916de90000
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1f9fd2a9-3849-5563-bfc3-37916de90000
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_002/780x0__r.jpg?hash=1774457357> (referer: https://ecarstrade.com/cars/7002595)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_004/780x0__r.jpg?hash=1774457351> (referer: https://ecarstrade.com/cars/7002592)
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002590%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457350%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_005/780x0__r.jpg?hash=1774457350 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002588%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_005/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002593%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457354%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_005/780x0__r.jpg?hash=1774457354 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002589%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457349%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_003/780x0__r.jpg?hash=1774457349 not downloaded yet
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ddd68d5d-200a-5b61-b293-a9ea008cffdb
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 367f156a-de53-58d4-8282-637553cbc427
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 367f156a-de53-58d4-8282-637553cbc427
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002590%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457350%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_006/780x0__r.jpg?hash=1774457350 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002588%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_006/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002593%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457354%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_006/780x0__r.jpg?hash=1774457354 not downloaded yet
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002589%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457349%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_004/780x0__r.jpg?hash=1774457349 not downloaded yet
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 367f156a-de53-58d4-8282-637553cbc427
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_001/780x0__r.jpg?hash=1774457357> (referer: https://ecarstrade.com/cars/7002595)
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002589%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457349%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_005/780x0__r.jpg?hash=1774457349 not downloaded yet
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_006/780x0__r.jpg?hash=1774457358> (referer: https://ecarstrade.com/cars/7002595)
2026-03-25 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50: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%252F7000001-7010000%252F7002589%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457349%27 HTTP/1.1" 200 None
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_006/780x0__r.jpg?hash=1774457349 not downloaded yet
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 27735b5a-bca8-5b46-81bd-fe7c941a6704
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 367f156a-de53-58d4-8282-637553cbc427
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_003/780x0__r.jpg?hash=1774457352> (referer: https://ecarstrade.com/cars/7002592)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_005/780x0__r.jpg?hash=1774457357> (referer: https://ecarstrade.com/cars/7002595)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_004/780x0__r.jpg?hash=1774457358> (referer: https://ecarstrade.com/cars/7002595)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 27735b5a-bca8-5b46-81bd-fe7c941a6704
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_001/780x0__r.jpg?hash=1774457354> (referer: https://ecarstrade.com/cars/7002593)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_002/780x0__r.jpg?hash=1774457354> (referer: https://ecarstrade.com/cars/7002593)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 27735b5a-bca8-5b46-81bd-fe7c941a6704
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 367f156a-de53-58d4-8282-637553cbc427
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_002/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002588)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 27735b5a-bca8-5b46-81bd-fe7c941a6704
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_001/780x0__r.jpg?hash=1774457349> (referer: https://ecarstrade.com/cars/7002589)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 27735b5a-bca8-5b46-81bd-fe7c941a6704
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_002/780x0__r.jpg?hash=1774457349> (referer: https://ecarstrade.com/cars/7002589)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_004/780x0__r.jpg?hash=1774457354> (referer: https://ecarstrade.com/cars/7002593)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_004/780x0__r.jpg?hash=1774457349> (referer: https://ecarstrade.com/cars/7002589)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2199037e-99ea-5d2e-8e63-b5184a9cb865
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2199037e-99ea-5d2e-8e63-b5184a9cb865
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_006/780x0__r.jpg?hash=1774457349> (referer: https://ecarstrade.com/cars/7002589)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_005/780x0__r.jpg?hash=1774457349> (referer: https://ecarstrade.com/cars/7002589)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c6176c4f-9bb7-5e68-9d00-892ce4aea30a
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_006/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002588)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_006/780x0__r.jpg?hash=1774457354> (referer: https://ecarstrade.com/cars/7002593)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2199037e-99ea-5d2e-8e63-b5184a9cb865
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_003/780x0__r.jpg?hash=1774457349> (referer: https://ecarstrade.com/cars/7002589)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_005/780x0__r.jpg?hash=1774457354> (referer: https://ecarstrade.com/cars/7002593)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_005/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002588)
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_006/780x0__r.jpg?hash=1774457350> (referer: https://ecarstrade.com/cars/7002590)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c6176c4f-9bb7-5e68-9d00-892ce4aea30a
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2199037e-99ea-5d2e-8e63-b5184a9cb865
2026-03-25 21:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_005/780x0__r.jpg?hash=1774457350> (referer: https://ecarstrade.com/cars/7002590)
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4
2026-03-25 21:50:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4, skipping ID generation
2026-03-25 21:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with scrape type 1
2026-03-25 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 sending to next pipeline
2026-03-25 21:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4, identifier: 7002589auction111051
2026-03-25 21:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with identifier: 7002589auction111051
2026-03-25 21:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with identifier: 7002589auction111051
2026-03-25 21:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with identifier: 7002589auction111051 to the API
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002589/photo_003/780x0__r.jpg?hash=1774457349>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '081930a9-b6f9-53bf-9eb5-ce967cb09ee4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002589',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Citroen',
'model': 'C3',
'odometer': 39564,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 B6 MAX PURETECH 110 SS BVM RSK',
'transmission': 'manual',
'trim': 'B6 MAX PURETECH 110 SS BVM RSK',
'vin': None,
'year': 2024}
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002589auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:57 [ecarstrade.be] INFO: Saving data for 7002589auction111051: {'created_time': 1774475457.235135, 'last_price_update_time': 1774475457.235146, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002589auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_004/780x0__r.jpg?hash=1774457350> (referer: https://ecarstrade.com/cars/7002590)
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_003/780x0__r.jpg?hash=1774457354> (referer: https://ecarstrade.com/cars/7002593)
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_004/780x0__r.jpg?hash=1774457348> (referer: https://ecarstrade.com/cars/7002588)
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2199037e-99ea-5d2e-8e63-b5184a9cb865
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c6176c4f-9bb7-5e68-9d00-892ce4aea30a
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_003/780x0__r.jpg?hash=1774457350> (referer: https://ecarstrade.com/cars/7002590)
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_003/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002588)
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2199037e-99ea-5d2e-8e63-b5184a9cb865
2026-03-25 21:50:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2199037e-99ea-5d2e-8e63-b5184a9cb865, skipping ID generation
2026-03-25 21:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2199037e-99ea-5d2e-8e63-b5184a9cb865 with scrape type 1
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2199037e-99ea-5d2e-8e63-b5184a9cb865 sending to next pipeline
2026-03-25 21:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2199037e-99ea-5d2e-8e63-b5184a9cb865, identifier: 7002593auction111051
2026-03-25 21:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2199037e-99ea-5d2e-8e63-b5184a9cb865 with identifier: 7002593auction111051
2026-03-25 21:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2199037e-99ea-5d2e-8e63-b5184a9cb865 with identifier: 7002593auction111051
2026-03-25 21:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2199037e-99ea-5d2e-8e63-b5184a9cb865 with identifier: 7002593auction111051 to the API
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:50: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-25 21:50:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002593/photo_003/780x0__r.jpg?hash=1774457354>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '2199037e-99ea-5d2e-8e63-b5184a9cb865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002593',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '118',
'odometer': 69725,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'SERIE 1 M SPORT 118IBVA 136ch RSK',
'transmission': 'automatic',
'trim': 'SERIE 1 M SPORT IBVA 136ch RSK',
'vin': None,
'year': 2023}
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002593auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:57 [ecarstrade.be] INFO: Saving data for 7002593auction111051: {'created_time': 1774475457.760245, 'last_price_update_time': 1774475457.760254, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002593auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_002/780x0__r.jpg?hash=1774457350> (referer: https://ecarstrade.com/cars/7002590)
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_001/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002588)
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_001/780x0__r.jpg?hash=1774457350> (referer: https://ecarstrade.com/cars/7002590)
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c6176c4f-9bb7-5e68-9d00-892ce4aea30a
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c6176c4f-9bb7-5e68-9d00-892ce4aea30a
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_003/780x0__r.jpg?hash=1774457357> (referer: https://ecarstrade.com/cars/7002595)
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_006/780x0__r.jpg?hash=1774457351> (referer: https://ecarstrade.com/cars/7002591)
2026-03-25 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_001/780x0__r.jpg?hash=1774457351> (referer: https://ecarstrade.com/cars/7002592)
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c6176c4f-9bb7-5e68-9d00-892ce4aea30a
2026-03-25 21:50:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6176c4f-9bb7-5e68-9d00-892ce4aea30a, skipping ID generation
2026-03-25 21:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6176c4f-9bb7-5e68-9d00-892ce4aea30a with scrape type 1
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c6176c4f-9bb7-5e68-9d00-892ce4aea30a sending to next pipeline
2026-03-25 21:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6176c4f-9bb7-5e68-9d00-892ce4aea30a, identifier: 7002588auction111051
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76
2026-03-25 21:50:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5c98f1cf-7da6-51f3-a628-fb03cdb96e76, skipping ID generation
2026-03-25 21:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76 with scrape type 1
2026-03-25 21:50:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5c98f1cf-7da6-51f3-a628-fb03cdb96e76 sending to next pipeline
2026-03-25 21:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c98f1cf-7da6-51f3-a628-fb03cdb96e76, identifier: 7002590auction111051
2026-03-25 21:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6176c4f-9bb7-5e68-9d00-892ce4aea30a with identifier: 7002588auction111051
2026-03-25 21:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6176c4f-9bb7-5e68-9d00-892ce4aea30a with identifier: 7002588auction111051
2026-03-25 21:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6176c4f-9bb7-5e68-9d00-892ce4aea30a with identifier: 7002588auction111051 to the API
2026-03-25 21:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002588/photo_001/780x0__r.jpg?hash=1774457347>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c6176c4f-9bb7-5e68-9d00-892ce4aea30a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002588',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'MG',
'model': 'EHS',
'odometer': 104163,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002588auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:58 [ecarstrade.be] INFO: Saving data for 7002588auction111051: {'created_time': 1774475458.449072, 'last_price_update_time': 1774475458.449084, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002588auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c98f1cf-7da6-51f3-a628-fb03cdb96e76 with identifier: 7002590auction111051
2026-03-25 21:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c98f1cf-7da6-51f3-a628-fb03cdb96e76 with identifier: 7002590auction111051
2026-03-25 21:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c98f1cf-7da6-51f3-a628-fb03cdb96e76 with identifier: 7002590auction111051 to the API
2026-03-25 21:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002590/photo_001/780x0__r.jpg?hash=1774457350>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5c98f1cf-7da6-51f3-a628-fb03cdb96e76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002590',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 107126,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002590auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:58 [ecarstrade.be] INFO: Saving data for 7002590auction111051: {'created_time': 1774475458.791514, 'last_price_update_time': 1774475458.791523, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002590auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_002/780x0__r.jpg?hash=1774457351> (referer: https://ecarstrade.com/cars/7002591)
2026-03-25 21:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_005/780x0__r.jpg?hash=1774457351> (referer: https://ecarstrade.com/cars/7002591)
2026-03-25 21:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_004/780x0__r.jpg?hash=1774457351> (referer: https://ecarstrade.com/cars/7002591)
2026-03-25 21:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 27735b5a-bca8-5b46-81bd-fe7c941a6704
2026-03-25 21:50:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27735b5a-bca8-5b46-81bd-fe7c941a6704, skipping ID generation
2026-03-25 21:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27735b5a-bca8-5b46-81bd-fe7c941a6704 with scrape type 1
2026-03-25 21:50:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27735b5a-bca8-5b46-81bd-fe7c941a6704 sending to next pipeline
2026-03-25 21:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27735b5a-bca8-5b46-81bd-fe7c941a6704, identifier: 7002595auction111051
2026-03-25 21:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ddd68d5d-200a-5b61-b293-a9ea008cffdb
2026-03-25 21:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 367f156a-de53-58d4-8282-637553cbc427
2026-03-25 21:50:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 367f156a-de53-58d4-8282-637553cbc427, skipping ID generation
2026-03-25 21:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 367f156a-de53-58d4-8282-637553cbc427 with scrape type 1
2026-03-25 21:50:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 367f156a-de53-58d4-8282-637553cbc427 sending to next pipeline
2026-03-25 21:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 367f156a-de53-58d4-8282-637553cbc427, identifier: 7002592auction111051
2026-03-25 21:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27735b5a-bca8-5b46-81bd-fe7c941a6704 with identifier: 7002595auction111051
2026-03-25 21:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27735b5a-bca8-5b46-81bd-fe7c941a6704 with identifier: 7002595auction111051
2026-03-25 21:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27735b5a-bca8-5b46-81bd-fe7c941a6704 with identifier: 7002595auction111051 to the API
2026-03-25 21:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002595/photo_003/780x0__r.jpg?hash=1774457357>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '27735b5a-bca8-5b46-81bd-fe7c941a6704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002595',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 33933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-01',
'seats_number': None,
'seller_name': None,
'title': 'SANDERO JOURNEY TCe 90 BVM RISK chtx',
'transmission': 'manual',
'trim': 'SANDERO JOURNEY TCe 90 BVM RISK chtx',
'vin': None,
'year': 2025}
2026-03-25 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002595auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:59 [ecarstrade.be] INFO: Saving data for 7002595auction111051: {'created_time': 1774475459.346792, 'last_price_update_time': 1774475459.346801, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002595auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 367f156a-de53-58d4-8282-637553cbc427 with identifier: 7002592auction111051
2026-03-25 21:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 367f156a-de53-58d4-8282-637553cbc427 with identifier: 7002592auction111051
2026-03-25 21:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 367f156a-de53-58d4-8282-637553cbc427 with identifier: 7002592auction111051 to the API
2026-03-25 21:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002592/photo_001/780x0__r.jpg?hash=1774457351>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '367f156a-de53-58d4-8282-637553cbc427',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002592',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Citroen',
'model': 'C3',
'odometer': 80175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002592auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:50:59 [ecarstrade.be] INFO: Saving data for 7002592auction111051: {'created_time': 1774475459.700237, 'last_price_update_time': 1774475459.700247, 'auction_closing_time': 1774535400.0}
2026-03-25 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002592auction111051') HTTP/1.1" 204 0
2026-03-25 21:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_004/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002594)
2026-03-25 21:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_003/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002594)
2026-03-25 21:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_001/780x0__r.jpg?hash=1774457351> (referer: https://ecarstrade.com/cars/7002591)
2026-03-25 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-25 21:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ddd68d5d-200a-5b61-b293-a9ea008cffdb
2026-03-25 21:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ddd68d5d-200a-5b61-b293-a9ea008cffdb
2026-03-25 21:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ddd68d5d-200a-5b61-b293-a9ea008cffdb
2026-03-25 21:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_001/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002594)
2026-03-25 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-25 21:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_002/780x0__r.jpg?hash=1774457356> (referer: https://ecarstrade.com/cars/7002594)
2026-03-25 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-25 21:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1f9fd2a9-3849-5563-bfc3-37916de90000
2026-03-25 21:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1f9fd2a9-3849-5563-bfc3-37916de90000
2026-03-25 21:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ddd68d5d-200a-5b61-b293-a9ea008cffdb
2026-03-25 21:50:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ddd68d5d-200a-5b61-b293-a9ea008cffdb, skipping ID generation
2026-03-25 21:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddd68d5d-200a-5b61-b293-a9ea008cffdb with scrape type 1
2026-03-25 21:50:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ddd68d5d-200a-5b61-b293-a9ea008cffdb sending to next pipeline
2026-03-25 21:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ddd68d5d-200a-5b61-b293-a9ea008cffdb, identifier: 7002591auction111051
2026-03-25 21:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ddd68d5d-200a-5b61-b293-a9ea008cffdb with identifier: 7002591auction111051
2026-03-25 21:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ddd68d5d-200a-5b61-b293-a9ea008cffdb with identifier: 7002591auction111051
2026-03-25 21:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ddd68d5d-200a-5b61-b293-a9ea008cffdb with identifier: 7002591auction111051 to the API
2026-03-25 21:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002591/photo_001/780x0__r.jpg?hash=1774457351>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'ddd68d5d-200a-5b61-b293-a9ea008cffdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002591',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Captur',
'odometer': 67920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Captur II Evolution 1.0 TCE 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Evolution 1.0 TCE 90CV BVM6 E6d',
'vin': None,
'year': 2024}
2026-03-25 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002591auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:00 [ecarstrade.be] INFO: Saving data for 7002591auction111051: {'created_time': 1774475460.226417, 'last_price_update_time': 1774475460.226428, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002591auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1f9fd2a9-3849-5563-bfc3-37916de90000
2026-03-25 21:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1f9fd2a9-3849-5563-bfc3-37916de90000
2026-03-25 21:51:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f9fd2a9-3849-5563-bfc3-37916de90000, skipping ID generation
2026-03-25 21:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f9fd2a9-3849-5563-bfc3-37916de90000 with scrape type 1
2026-03-25 21:51:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f9fd2a9-3849-5563-bfc3-37916de90000 sending to next pipeline
2026-03-25 21:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f9fd2a9-3849-5563-bfc3-37916de90000, identifier: 7002594auction111051
2026-03-25 21:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f9fd2a9-3849-5563-bfc3-37916de90000 with identifier: 7002594auction111051
2026-03-25 21:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f9fd2a9-3849-5563-bfc3-37916de90000 with identifier: 7002594auction111051
2026-03-25 21:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f9fd2a9-3849-5563-bfc3-37916de90000 with identifier: 7002594auction111051 to the API
2026-03-25 21:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002594/photo_002/780x0__r.jpg?hash=1774457356>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '1f9fd2a9-3849-5563-bfc3-37916de90000',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002594',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 55717,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-01',
'seats_number': None,
'seller_name': None,
'title': '208 Hybrid 100 Allure 1.2 100CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Hybrid 100 Allure 1.2 100CV BVA6 6E',
'vin': None,
'year': 2025}
2026-03-25 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002594auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:00 [ecarstrade.be] INFO: Saving data for 7002594auction111051: {'created_time': 1774475460.647965, 'last_price_update_time': 1774475460.647976, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002594auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002632> (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-25 21:51:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:01 [ecarstrade.be] INFO: Extracting details for car 7002632auction111051
2026-03-25 21:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c447734f-2e84-50fa-a146-516f68366559 with identifier: 7002632auction111051
2026-03-25 21:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c447734f-2e84-50fa-a146-516f68366559 with scrape type 1
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c447734f-2e84-50fa-a146-516f68366559
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002632%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_001/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002632%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_002/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002632%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_003/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002632%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_004/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002632%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_005/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002586> (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-25 21:51:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002632%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457392%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_006/780x0__r.jpg?hash=1774457392 not downloaded yet
2026-03-25 21:51:01 [ecarstrade.be] INFO: Extracting details for car 7002586auction111051
2026-03-25 21:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea5a4686-e00c-5092-9226-0fd440c51b4c with identifier: 7002586auction111051
2026-03-25 21:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea5a4686-e00c-5092-9226-0fd440c51b4c with scrape type 1
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea5a4686-e00c-5092-9226-0fd440c51b4c
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002586%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_001/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002586%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_002/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002586%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_003/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002586%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_004/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:51:01 [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-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002586%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457345%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_005/780x0__r.jpg?hash=1774457345 not downloaded yet
2026-03-25 21:51:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002586%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457346%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_006/780x0__r.jpg?hash=1774457346 not downloaded yet
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997019auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997019auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997019auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997021auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997021auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997021auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997022auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997022auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997022auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997023auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997023auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997023auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997024auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997024auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997024auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997025auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997025auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997025auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997026auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997026auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997026auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997027auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997027auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997027auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997028auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997028auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997028auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997030auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997030auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997030auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997031auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997031auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:01 [ecarstrade.be] INFO: Scrape type for 6997031auction110980: 0
2026-03-25 21:51:01 [ecarstrade.be] INFO: Found listing with ID: 6997032auction110980
2026-03-25 21:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997032auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997032auction110980: 0
2026-03-25 21:51:02 [ecarstrade.be] INFO: Found listing with ID: 6997033auction110980
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997033auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997033auction110980: 0
2026-03-25 21:51:02 [ecarstrade.be] INFO: Found listing with ID: 6997034auction110980
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997034auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997034auction110980: 0
2026-03-25 21:51:02 [ecarstrade.be] INFO: Found listing with ID: 6997035auction110980
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997035auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997035auction110980: 0
2026-03-25 21:51:02 [ecarstrade.be] INFO: Found listing with ID: 6997036auction110980
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997036auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997036auction110980: 0
2026-03-25 21:51:02 [ecarstrade.be] INFO: Found listing with ID: 6997037auction110980
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997037auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997037auction110980: 0
2026-03-25 21:51:02 [ecarstrade.be] INFO: Found listing with ID: 6997038auction110980
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997038auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997038auction110980: 0
2026-03-25 21:51:02 [ecarstrade.be] INFO: Found listing with ID: 6997039auction110980
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997039auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997039auction110980: 0
2026-03-25 21:51:02 [ecarstrade.be] INFO: Found listing with ID: 6997040auction110980
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997040auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [ecarstrade.be] INFO: Scrape type for 6997040auction110980: 0
2026-03-25 21:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002587> (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-25 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-25 21:51:02 [ecarstrade.be] INFO: Extracting details for car 7002587auction111051
2026-03-25 21:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ec3ffe8-c429-5e03-bada-2d27d74c994c with identifier: 7002587auction111051
2026-03-25 21:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ec3ffe8-c429-5e03-bada-2d27d74c994c with scrape type 1
2026-03-25 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ec3ffe8-c429-5e03-bada-2d27d74c994c
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002587%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_001/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002587%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_002/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002587%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_003/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002587%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457348%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_004/780x0__r.jpg?hash=1774457348 not downloaded yet
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002587%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_005/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002587%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457347%27 HTTP/1.1" 200 None
2026-03-25 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_006/780x0__r.jpg?hash=1774457347 not downloaded yet
2026-03-25 21:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002631> (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-25 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-25 21:51:03 [ecarstrade.be] INFO: Extracting details for car 7002631auction111051
2026-03-25 21:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with identifier: 7002631auction111051
2026-03-25 21:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with scrape type 1
2026-03-25 21:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06
2026-03-25 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002631%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457388%27 HTTP/1.1" 200 None
2026-03-25 21:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/780x0__r.jpg?hash=1774457388 not downloaded yet
2026-03-25 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002631%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457388%27 HTTP/1.1" 200 None
2026-03-25 21:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_002/780x0__r.jpg?hash=1774457388 not downloaded yet
2026-03-25 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002631%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457388%27 HTTP/1.1" 200 None
2026-03-25 21:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_003/780x0__r.jpg?hash=1774457388 not downloaded yet
2026-03-25 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002631%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_004/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002631%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_005/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002631%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_006/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:06 [scrapy.extensions.logstats] INFO: Crawled 759 pages (at 48 pages/min), scraped 668 items (at 45 items/min)
2026-03-25 21:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002630> (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-25 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-25 21:51:07 [ecarstrade.be] INFO: Extracting details for car 7002630auction111051
2026-03-25 21:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002629> (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-25 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-25 21:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94887eae-3d69-5c7b-b500-02b076bdb4fc with identifier: 7002630auction111051
2026-03-25 21:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94887eae-3d69-5c7b-b500-02b076bdb4fc with scrape type 1
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 94887eae-3d69-5c7b-b500-02b076bdb4fc
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002630%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002630%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_002/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002630%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_003/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002630%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_004/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002630%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_005/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002630%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457389%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_006/780x0__r.jpg?hash=1774457389 not downloaded yet
2026-03-25 21:51:07 [ecarstrade.be] INFO: Extracting details for car 7002629auction111051
2026-03-25 21:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f9f508-21ed-5cad-ba81-86eee5e33444 with identifier: 7002629auction111051
2026-03-25 21:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f9f508-21ed-5cad-ba81-86eee5e33444 with scrape type 1
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 37f9f508-21ed-5cad-ba81-86eee5e33444
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002629%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002629%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_002/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002629%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_003/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002629%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_004/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002629%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_005/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002629%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457391%27 HTTP/1.1" 200 None
2026-03-25 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_006/780x0__r.jpg?hash=1774457391 not downloaded yet
2026-03-25 21:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002627> (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-25 21:51:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002626> (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-25 21:51:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:08 [ecarstrade.be] INFO: Extracting details for car 7002627auction111051
2026-03-25 21:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1685808-eb2f-56d2-86b0-fb62d1376b00 with identifier: 7002627auction111051
2026-03-25 21:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1685808-eb2f-56d2-86b0-fb62d1376b00 with scrape type 1
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e1685808-eb2f-56d2-86b0-fb62d1376b00
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002627%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457387%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/780x0__r.jpg?hash=1774457387 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002627%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457387%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_002/780x0__r.jpg?hash=1774457387 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002627%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457388%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_003/780x0__r.jpg?hash=1774457388 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002627%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457388%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_004/780x0__r.jpg?hash=1774457388 not downloaded yet
2026-03-25 21:51:08 [ecarstrade.be] INFO: Extracting details for car 7002626auction111051
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002627%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457388%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_005/780x0__r.jpg?hash=1774457388 not downloaded yet
2026-03-25 21:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002624> (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-25 21:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a97092c2-831e-5b0b-ae19-876c3cf1ee28 with identifier: 7002626auction111051
2026-03-25 21:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a97092c2-831e-5b0b-ae19-876c3cf1ee28 with scrape type 1
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a97092c2-831e-5b0b-ae19-876c3cf1ee28
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002626%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_001/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002627%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457388%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_006/780x0__r.jpg?hash=1774457388 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002626%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_002/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002626%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_003/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002626%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_004/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002625> (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-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002626%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_005/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:08 [ecarstrade.be] INFO: Extracting details for car 7002624auction111051
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002626%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_006/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_004/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002632)
2026-03-25 21:51:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12599bd8-7cac-54f8-a704-4a8d86a00c3f with identifier: 7002624auction111051
2026-03-25 21:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12599bd8-7cac-54f8-a704-4a8d86a00c3f with scrape type 1
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 12599bd8-7cac-54f8-a704-4a8d86a00c3f
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002624%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457384%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_001/780x0__r.jpg?hash=1774457384 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002624%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457384%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_002/780x0__r.jpg?hash=1774457384 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002624%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457384%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_003/780x0__r.jpg?hash=1774457384 not downloaded yet
2026-03-25 21:51:08 [ecarstrade.be] INFO: Extracting details for car 7002625auction111051
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002624%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457384%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_004/780x0__r.jpg?hash=1774457384 not downloaded yet
2026-03-25 21:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_004/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002586)
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002624%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457384%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_005/780x0__r.jpg?hash=1774457384 not downloaded yet
2026-03-25 21:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with identifier: 7002625auction111051
2026-03-25 21:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with scrape type 1
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002625%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457385%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/780x0__r.jpg?hash=1774457385 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002624%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457384%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_006/780x0__r.jpg?hash=1774457384 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002625%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_002/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002625%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457385%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_003/780x0__r.jpg?hash=1774457385 not downloaded yet
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c447734f-2e84-50fa-a146-516f68366559
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002625%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457385%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_004/780x0__r.jpg?hash=1774457385 not downloaded yet
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea5a4686-e00c-5092-9226-0fd440c51b4c
2026-03-25 21:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_006/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002587)
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002625%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457385%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_005/780x0__r.jpg?hash=1774457385 not downloaded yet
2026-03-25 21:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002625%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457385%27 HTTP/1.1" 200 None
2026-03-25 21:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_006/780x0__r.jpg?hash=1774457385 not downloaded yet
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_006/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002631)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ec3ffe8-c429-5e03-bada-2d27d74c994c
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_005/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002631)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_006/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002629)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_005/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002629)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 37f9f508-21ed-5cad-ba81-86eee5e33444
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_001/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002626)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 37f9f508-21ed-5cad-ba81-86eee5e33444
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_004/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002626)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a97092c2-831e-5b0b-ae19-876c3cf1ee28
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_005/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002626)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a97092c2-831e-5b0b-ae19-876c3cf1ee28
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_004/780x0__r.jpg?hash=1774457384> (referer: https://ecarstrade.com/cars/7002624)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a97092c2-831e-5b0b-ae19-876c3cf1ee28
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_004/780x0__r.jpg?hash=1774457385> (referer: https://ecarstrade.com/cars/7002625)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 12599bd8-7cac-54f8-a704-4a8d86a00c3f
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_006/780x0__r.jpg?hash=1774457385> (referer: https://ecarstrade.com/cars/7002625)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_005/780x0__r.jpg?hash=1774457385> (referer: https://ecarstrade.com/cars/7002625)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_003/780x0__r.jpg?hash=1774457385> (referer: https://ecarstrade.com/cars/7002625)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_002/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002625)
2026-03-25 21:51:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2
2026-03-25 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_006/780x0__r.jpg?hash=1774457384> (referer: https://ecarstrade.com/cars/7002624)
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2
2026-03-25 21:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002623> (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-25 21:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/780x0__r.jpg?hash=1774457385> (referer: https://ecarstrade.com/cars/7002625)
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 12599bd8-7cac-54f8-a704-4a8d86a00c3f
2026-03-25 21:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_005/780x0__r.jpg?hash=1774457384> (referer: https://ecarstrade.com/cars/7002624)
2026-03-25 21:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_003/780x0__r.jpg?hash=1774457384> (referer: https://ecarstrade.com/cars/7002624)
2026-03-25 21:51:10 [ecarstrade.be] INFO: Extracting details for car 7002623auction111051
2026-03-25 21:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee78336f-c72e-5c5d-baa5-5df08a85413e with identifier: 7002623auction111051
2026-03-25 21:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee78336f-c72e-5c5d-baa5-5df08a85413e with scrape type 1
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee78336f-c72e-5c5d-baa5-5df08a85413e
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002623%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457383%27 HTTP/1.1" 200 None
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_001/780x0__r.jpg?hash=1774457383 not downloaded yet
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002623%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457383%27 HTTP/1.1" 200 None
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_002/780x0__r.jpg?hash=1774457383 not downloaded yet
2026-03-25 21:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_001/780x0__r.jpg?hash=1774457384> (referer: https://ecarstrade.com/cars/7002624)
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002623%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457383%27 HTTP/1.1" 200 None
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_003/780x0__r.jpg?hash=1774457383 not downloaded yet
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2
2026-03-25 21:51:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2, skipping ID generation
2026-03-25 21:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with scrape type 1
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 sending to next pipeline
2026-03-25 21:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2, identifier: 7002625auction111051
2026-03-25 21:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_002/780x0__r.jpg?hash=1774457384> (referer: https://ecarstrade.com/cars/7002624)
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002623%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457383%27 HTTP/1.1" 200 None
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_004/780x0__r.jpg?hash=1774457383 not downloaded yet
2026-03-25 21:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with identifier: 7002625auction111051
2026-03-25 21:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with identifier: 7002625auction111051
2026-03-25 21:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with identifier: 7002625auction111051 to the API
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/780x0__r.jpg?hash=1774457385>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002625',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Citroen',
'model': 'C3',
'odometer': 71232,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002625auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:10 [ecarstrade.be] INFO: Saving data for 7002625auction111051: {'created_time': 1774475470.756287, 'last_price_update_time': 1774475470.756296, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002625auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002623%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457383%27 HTTP/1.1" 200 None
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_005/780x0__r.jpg?hash=1774457383 not downloaded yet
2026-03-25 21:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_006/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002626)
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 12599bd8-7cac-54f8-a704-4a8d86a00c3f
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 12599bd8-7cac-54f8-a704-4a8d86a00c3f
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 12599bd8-7cac-54f8-a704-4a8d86a00c3f
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 12599bd8-7cac-54f8-a704-4a8d86a00c3f
2026-03-25 21:51:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 12599bd8-7cac-54f8-a704-4a8d86a00c3f, skipping ID generation
2026-03-25 21:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12599bd8-7cac-54f8-a704-4a8d86a00c3f with scrape type 1
2026-03-25 21:51:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 12599bd8-7cac-54f8-a704-4a8d86a00c3f sending to next pipeline
2026-03-25 21:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12599bd8-7cac-54f8-a704-4a8d86a00c3f, identifier: 7002624auction111051
2026-03-25 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002623%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457383%27 HTTP/1.1" 200 None
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_006/780x0__r.jpg?hash=1774457383 not downloaded yet
2026-03-25 21:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12599bd8-7cac-54f8-a704-4a8d86a00c3f with identifier: 7002624auction111051
2026-03-25 21:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12599bd8-7cac-54f8-a704-4a8d86a00c3f with identifier: 7002624auction111051
2026-03-25 21:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12599bd8-7cac-54f8-a704-4a8d86a00c3f with identifier: 7002624auction111051 to the API
2026-03-25 21:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_002/780x0__r.jpg?hash=1774457384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '12599bd8-7cac-54f8-a704-4a8d86a00c3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002624',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 81100,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'COMPASS 240 HY TRAILHK BVA AWD',
'transmission': 'automatic',
'trim': 'COMPASS 240 HY TRAILHK BVA AWD',
'vin': None,
'year': 2023}
2026-03-25 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002624auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:11 [ecarstrade.be] INFO: Saving data for 7002624auction111051: {'created_time': 1774475471.282742, 'last_price_update_time': 1774475471.282752, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002624auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_003/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002626)
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_002/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002626)
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a97092c2-831e-5b0b-ae19-876c3cf1ee28
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_005/780x0__r.jpg?hash=1774457388> (referer: https://ecarstrade.com/cars/7002627)
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_006/780x0__r.jpg?hash=1774457388> (referer: https://ecarstrade.com/cars/7002627)
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a97092c2-831e-5b0b-ae19-876c3cf1ee28
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a97092c2-831e-5b0b-ae19-876c3cf1ee28
2026-03-25 21:51:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a97092c2-831e-5b0b-ae19-876c3cf1ee28, skipping ID generation
2026-03-25 21:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a97092c2-831e-5b0b-ae19-876c3cf1ee28 with scrape type 1
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a97092c2-831e-5b0b-ae19-876c3cf1ee28 sending to next pipeline
2026-03-25 21:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a97092c2-831e-5b0b-ae19-876c3cf1ee28, identifier: 7002626auction111051
2026-03-25 21:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a97092c2-831e-5b0b-ae19-876c3cf1ee28 with identifier: 7002626auction111051
2026-03-25 21:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a97092c2-831e-5b0b-ae19-876c3cf1ee28 with identifier: 7002626auction111051
2026-03-25 21:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a97092c2-831e-5b0b-ae19-876c3cf1ee28 with identifier: 7002626auction111051 to the API
2026-03-25 21:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_002/780x0__r.jpg?hash=1774457386>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a97092c2-831e-5b0b-ae19-876c3cf1ee28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002626',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 20048,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': None,
'seller_name': None,
'title': 'SANDERO JOURNEY TCe 90 BVM RISK chtx',
'transmission': 'manual',
'trim': 'SANDERO JOURNEY TCe 90 BVM RISK chtx',
'vin': None,
'year': 2025}
2026-03-25 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002626auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:11 [ecarstrade.be] INFO: Saving data for 7002626auction111051: {'created_time': 1774475471.798931, 'last_price_update_time': 1774475471.798948, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002626auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_004/780x0__r.jpg?hash=1774457388> (referer: https://ecarstrade.com/cars/7002627)
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_003/780x0__r.jpg?hash=1774457388> (referer: https://ecarstrade.com/cars/7002627)
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e1685808-eb2f-56d2-86b0-fb62d1376b00
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e1685808-eb2f-56d2-86b0-fb62d1376b00
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_002/780x0__r.jpg?hash=1774457383> (referer: https://ecarstrade.com/cars/7002623)
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_002/780x0__r.jpg?hash=1774457387> (referer: https://ecarstrade.com/cars/7002627)
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e1685808-eb2f-56d2-86b0-fb62d1376b00
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e1685808-eb2f-56d2-86b0-fb62d1376b00
2026-03-25 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_003/780x0__r.jpg?hash=1774457383> (referer: https://ecarstrade.com/cars/7002623)
2026-03-25 21:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee78336f-c72e-5c5d-baa5-5df08a85413e
2026-03-25 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_004/780x0__r.jpg?hash=1774457383> (referer: https://ecarstrade.com/cars/7002623)
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e1685808-eb2f-56d2-86b0-fb62d1376b00
2026-03-25 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_006/780x0__r.jpg?hash=1774457383> (referer: https://ecarstrade.com/cars/7002623)
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee78336f-c72e-5c5d-baa5-5df08a85413e
2026-03-25 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_005/780x0__r.jpg?hash=1774457383> (referer: https://ecarstrade.com/cars/7002623)
2026-03-25 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/780x0__r.jpg?hash=1774457387> (referer: https://ecarstrade.com/cars/7002627)
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee78336f-c72e-5c5d-baa5-5df08a85413e
2026-03-25 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_001/780x0__r.jpg?hash=1774457383> (referer: https://ecarstrade.com/cars/7002623)
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee78336f-c72e-5c5d-baa5-5df08a85413e
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee78336f-c72e-5c5d-baa5-5df08a85413e
2026-03-25 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_004/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002629)
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e1685808-eb2f-56d2-86b0-fb62d1376b00
2026-03-25 21:51:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1685808-eb2f-56d2-86b0-fb62d1376b00, skipping ID generation
2026-03-25 21:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1685808-eb2f-56d2-86b0-fb62d1376b00 with scrape type 1
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1685808-eb2f-56d2-86b0-fb62d1376b00 sending to next pipeline
2026-03-25 21:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1685808-eb2f-56d2-86b0-fb62d1376b00, identifier: 7002627auction111051
2026-03-25 21:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1685808-eb2f-56d2-86b0-fb62d1376b00 with identifier: 7002627auction111051
2026-03-25 21:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1685808-eb2f-56d2-86b0-fb62d1376b00 with identifier: 7002627auction111051
2026-03-25 21:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1685808-eb2f-56d2-86b0-fb62d1376b00 with identifier: 7002627auction111051 to the API
2026-03-25 21:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/780x0__r.jpg?hash=1774457387>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'e1685808-eb2f-56d2-86b0-fb62d1376b00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002627',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Renault',
'model': 'Captur',
'odometer': 51223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Captur II Evolution 1.0 TCE 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Evolution 1.0 TCE 100CV BVM6 E6d',
'vin': None,
'year': 2024}
2026-03-25 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002627auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:12 [ecarstrade.be] INFO: Saving data for 7002627auction111051: {'created_time': 1774475472.574034, 'last_price_update_time': 1774475472.574043, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002627auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_003/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002629)
2026-03-25 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_002/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002629)
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee78336f-c72e-5c5d-baa5-5df08a85413e
2026-03-25 21:51:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee78336f-c72e-5c5d-baa5-5df08a85413e, skipping ID generation
2026-03-25 21:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee78336f-c72e-5c5d-baa5-5df08a85413e with scrape type 1
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee78336f-c72e-5c5d-baa5-5df08a85413e sending to next pipeline
2026-03-25 21:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee78336f-c72e-5c5d-baa5-5df08a85413e, identifier: 7002623auction111051
2026-03-25 21:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 37f9f508-21ed-5cad-ba81-86eee5e33444
2026-03-25 21:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee78336f-c72e-5c5d-baa5-5df08a85413e with identifier: 7002623auction111051
2026-03-25 21:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee78336f-c72e-5c5d-baa5-5df08a85413e with identifier: 7002623auction111051
2026-03-25 21:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee78336f-c72e-5c5d-baa5-5df08a85413e with identifier: 7002623auction111051 to the API
2026-03-25 21:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_001/780x0__r.jpg?hash=1774457383>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': -1,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'ee78336f-c72e-5c5d-baa5-5df08a85413e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002623',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 74226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': '208 PURETECH 100 ALLURE RSK',
'transmission': 'manual',
'trim': 'PURETECH 100 ALLURE RSK',
'vin': None,
'year': 2023}
2026-03-25 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002623auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:12 [ecarstrade.be] INFO: Saving data for 7002623auction111051: {'created_time': 1774475472.976368, 'last_price_update_time': 1774475472.976377, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002623auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_006/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002630)
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002629)
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 37f9f508-21ed-5cad-ba81-86eee5e33444
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 37f9f508-21ed-5cad-ba81-86eee5e33444
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_005/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002630)
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_004/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002630)
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 94887eae-3d69-5c7b-b500-02b076bdb4fc
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 37f9f508-21ed-5cad-ba81-86eee5e33444
2026-03-25 21:51:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37f9f508-21ed-5cad-ba81-86eee5e33444, skipping ID generation
2026-03-25 21:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f9f508-21ed-5cad-ba81-86eee5e33444 with scrape type 1
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 37f9f508-21ed-5cad-ba81-86eee5e33444 sending to next pipeline
2026-03-25 21:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37f9f508-21ed-5cad-ba81-86eee5e33444, identifier: 7002629auction111051
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_003/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002630)
2026-03-25 21:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37f9f508-21ed-5cad-ba81-86eee5e33444 with identifier: 7002629auction111051
2026-03-25 21:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37f9f508-21ed-5cad-ba81-86eee5e33444 with identifier: 7002629auction111051
2026-03-25 21:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37f9f508-21ed-5cad-ba81-86eee5e33444 with identifier: 7002629auction111051 to the API
2026-03-25 21:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/780x0__r.jpg?hash=1774457391>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '37f9f508-21ed-5cad-ba81-86eee5e33444',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002629',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Citroen',
'model': 'C3',
'odometer': 88424,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002629auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:13 [ecarstrade.be] INFO: Saving data for 7002629auction111051: {'created_time': 1774475473.488773, 'last_price_update_time': 1774475473.488783, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002629auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_002/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002630)
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 94887eae-3d69-5c7b-b500-02b076bdb4fc
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 94887eae-3d69-5c7b-b500-02b076bdb4fc
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 94887eae-3d69-5c7b-b500-02b076bdb4fc
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_004/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002631)
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/780x0__r.jpg?hash=1774457389> (referer: https://ecarstrade.com/cars/7002630)
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 94887eae-3d69-5c7b-b500-02b076bdb4fc
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_002/780x0__r.jpg?hash=1774457388> (referer: https://ecarstrade.com/cars/7002631)
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 94887eae-3d69-5c7b-b500-02b076bdb4fc
2026-03-25 21:51:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94887eae-3d69-5c7b-b500-02b076bdb4fc, skipping ID generation
2026-03-25 21:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94887eae-3d69-5c7b-b500-02b076bdb4fc with scrape type 1
2026-03-25 21:51:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 94887eae-3d69-5c7b-b500-02b076bdb4fc sending to next pipeline
2026-03-25 21:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94887eae-3d69-5c7b-b500-02b076bdb4fc, identifier: 7002630auction111051
2026-03-25 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_003/780x0__r.jpg?hash=1774457388> (referer: https://ecarstrade.com/cars/7002631)
2026-03-25 21:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94887eae-3d69-5c7b-b500-02b076bdb4fc with identifier: 7002630auction111051
2026-03-25 21:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94887eae-3d69-5c7b-b500-02b076bdb4fc with identifier: 7002630auction111051
2026-03-25 21:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94887eae-3d69-5c7b-b500-02b076bdb4fc with identifier: 7002630auction111051 to the API
2026-03-25 21:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/780x0__r.jpg?hash=1774457389>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Other',
'id': '94887eae-3d69-5c7b-b500-02b076bdb4fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002630',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': 'X3',
'odometer': 92236,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'X3 XDRIVE 30E 292 MSPORT RSK WIP chtx',
'transmission': 'automatic',
'trim': 'XDRIVE 30E 292 MSPORT RSK WIP chtx',
'vin': None,
'year': 2023}
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002630auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:14 [ecarstrade.be] INFO: Saving data for 7002630auction111051: {'created_time': 1774475474.14674, 'last_price_update_time': 1774475474.146749, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002630auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/780x0__r.jpg?hash=1774457388> (referer: https://ecarstrade.com/cars/7002631)
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002622> (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-25 21:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_003/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002587)
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_005/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002587)
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06
2026-03-25 21:51:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06, skipping ID generation
2026-03-25 21:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with scrape type 1
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 sending to next pipeline
2026-03-25 21:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06, identifier: 7002631auction111051
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_004/780x0__r.jpg?hash=1774457348> (referer: https://ecarstrade.com/cars/7002587)
2026-03-25 21:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with identifier: 7002631auction111051
2026-03-25 21:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with identifier: 7002631auction111051
2026-03-25 21:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with identifier: 7002631auction111051 to the API
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/780x0__r.jpg?hash=1774457388>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '043a46ef-b23d-5db4-aea8-1bd9f7e2ed06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002631',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Citroen',
'model': 'C3',
'odometer': 79301,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002631auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:14 [ecarstrade.be] INFO: Saving data for 7002631auction111051: {'created_time': 1774475474.675001, 'last_price_update_time': 1774475474.67501, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002631auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_001/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002587)
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_002/780x0__r.jpg?hash=1774457347> (referer: https://ecarstrade.com/cars/7002587)
2026-03-25 21:51:14 [ecarstrade.be] INFO: Extracting details for car 7002622auction111051
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002621> (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-25 21:51:14 [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-25 21:51:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with identifier: 7002622auction111051
2026-03-25 21:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with scrape type 1
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002622%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457381%27 HTTP/1.1" 200 None
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/780x0__r.jpg?hash=1774457381 not downloaded yet
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ec3ffe8-c429-5e03-bada-2d27d74c994c
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ec3ffe8-c429-5e03-bada-2d27d74c994c
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ec3ffe8-c429-5e03-bada-2d27d74c994c
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002622%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457381%27 HTTP/1.1" 200 None
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_002/780x0__r.jpg?hash=1774457381 not downloaded yet
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002622%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457381%27 HTTP/1.1" 200 None
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_003/780x0__r.jpg?hash=1774457381 not downloaded yet
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_003/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002586)
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002622%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457382%27 HTTP/1.1" 200 None
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_004/780x0__r.jpg?hash=1774457382 not downloaded yet
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_005/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002586)
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002622%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457381%27 HTTP/1.1" 200 None
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_005/780x0__r.jpg?hash=1774457381 not downloaded yet
2026-03-25 21:51:14 [ecarstrade.be] INFO: Extracting details for car 7002621auction111051
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ec3ffe8-c429-5e03-bada-2d27d74c994c
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ec3ffe8-c429-5e03-bada-2d27d74c994c
2026-03-25 21:51:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ec3ffe8-c429-5e03-bada-2d27d74c994c, skipping ID generation
2026-03-25 21:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ec3ffe8-c429-5e03-bada-2d27d74c994c with scrape type 1
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ec3ffe8-c429-5e03-bada-2d27d74c994c sending to next pipeline
2026-03-25 21:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ec3ffe8-c429-5e03-bada-2d27d74c994c, identifier: 7002587auction111051
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_002/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002586)
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_001/780x0__r.jpg?hash=1774457345> (referer: https://ecarstrade.com/cars/7002586)
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_006/780x0__r.jpg?hash=1774457346> (referer: https://ecarstrade.com/cars/7002586)
2026-03-25 21:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_006/780x0__r.jpg?hash=1774457392> (referer: https://ecarstrade.com/cars/7002632)
2026-03-25 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002622%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457381%27 HTTP/1.1" 200 None
2026-03-25 21:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_006/780x0__r.jpg?hash=1774457381 not downloaded yet
2026-03-25 21:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ec3ffe8-c429-5e03-bada-2d27d74c994c with identifier: 7002587auction111051
2026-03-25 21:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ec3ffe8-c429-5e03-bada-2d27d74c994c with identifier: 7002587auction111051
2026-03-25 21:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ec3ffe8-c429-5e03-bada-2d27d74c994c with identifier: 7002587auction111051 to the API
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002587/photo_002/780x0__r.jpg?hash=1774457347>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '2ec3ffe8-c429-5e03-bada-2d27d74c994c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002587',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Citroen',
'model': 'C3',
'odometer': 73060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'C3 Shine 1.2 PURETECH 110CV BVM6 6E',
'transmission': 'manual',
'trim': 'Shine 1.2 PURETECH 110CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002587auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Saving data for 7002587auction111051: {'created_time': 1774475475.27974, 'last_price_update_time': 1774475475.27975, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002587auction111051') HTTP/1.1" 204 0
2026-03-25 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-25 21:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82524687-80e6-55bd-8083-fb44d5e052f5 with identifier: 7002621auction111051
2026-03-25 21:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82524687-80e6-55bd-8083-fb44d5e052f5 with scrape type 1
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82524687-80e6-55bd-8083-fb44d5e052f5
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002621%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457382%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_001/780x0__r.jpg?hash=1774457382 not downloaded yet
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_005/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002632)
2026-03-25 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-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002621%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457382%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_002/780x0__r.jpg?hash=1774457382 not downloaded yet
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997041auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997041auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997041auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997042auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997042auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997042auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997043auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997043auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997043auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997044auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997044auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997044auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997045auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997045auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997045auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997046auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997046auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997046auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997047auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997047auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997047auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997048auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997048auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997048auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997049auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997049auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997049auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997050auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997050auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997050auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997052auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997052auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997052auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997053auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997053auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997053auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997054auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997054auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997054auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997055auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997055auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997055auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997056auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997056auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997056auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997057auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997057auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997057auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997058auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997058auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997058auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997059auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997059auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997059auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997060auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997060auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997060auction110980: 0
2026-03-25 21:51:15 [ecarstrade.be] INFO: Found listing with ID: 6997062auction110980
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997062auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [ecarstrade.be] INFO: Scrape type for 6997062auction110980: 0
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea5a4686-e00c-5092-9226-0fd440c51b4c
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea5a4686-e00c-5092-9226-0fd440c51b4c
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea5a4686-e00c-5092-9226-0fd440c51b4c
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea5a4686-e00c-5092-9226-0fd440c51b4c
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea5a4686-e00c-5092-9226-0fd440c51b4c
2026-03-25 21:51:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea5a4686-e00c-5092-9226-0fd440c51b4c, skipping ID generation
2026-03-25 21:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea5a4686-e00c-5092-9226-0fd440c51b4c with scrape type 1
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea5a4686-e00c-5092-9226-0fd440c51b4c sending to next pipeline
2026-03-25 21:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea5a4686-e00c-5092-9226-0fd440c51b4c, identifier: 7002586auction111051
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c447734f-2e84-50fa-a146-516f68366559
2026-03-25 21:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_003/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002632)
2026-03-25 21:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_001/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002632)
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002621%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457382%27 HTTP/1.1" 200 None
2026-03-25 21:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_003/780x0__r.jpg?hash=1774457382 not downloaded yet
2026-03-25 21:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea5a4686-e00c-5092-9226-0fd440c51b4c with identifier: 7002586auction111051
2026-03-25 21:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea5a4686-e00c-5092-9226-0fd440c51b4c with identifier: 7002586auction111051
2026-03-25 21:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea5a4686-e00c-5092-9226-0fd440c51b4c with identifier: 7002586auction111051 to the API
2026-03-25 21:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002586/photo_006/780x0__r.jpg?hash=1774457346>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ea5a4686-e00c-5092-9226-0fd440c51b4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002586',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 137835,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002586auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [ecarstrade.be] INFO: Saving data for 7002586auction111051: {'created_time': 1774475476.14591, 'last_price_update_time': 1774475476.14592, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002586auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_002/780x0__r.jpg?hash=1774457391> (referer: https://ecarstrade.com/cars/7002632)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002620> (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-25 21:51:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c447734f-2e84-50fa-a146-516f68366559
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002621%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457382%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_004/780x0__r.jpg?hash=1774457382 not downloaded yet
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002619> (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-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002621%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457382%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_005/780x0__r.jpg?hash=1774457382 not downloaded yet
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c447734f-2e84-50fa-a146-516f68366559
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c447734f-2e84-50fa-a146-516f68366559
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002621%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457382%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_006/780x0__r.jpg?hash=1774457382 not downloaded yet
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_003/780x0__r.jpg?hash=1774457322> (referer: https://ecarstrade.com/cars/7002562)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_003/780x0__r.jpg?hash=1774457381> (referer: https://ecarstrade.com/cars/7002622)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_004/780x0__r.jpg?hash=1774457382> (referer: https://ecarstrade.com/cars/7002622)
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c447734f-2e84-50fa-a146-516f68366559
2026-03-25 21:51:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c447734f-2e84-50fa-a146-516f68366559, skipping ID generation
2026-03-25 21:51:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c447734f-2e84-50fa-a146-516f68366559 with scrape type 1
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c447734f-2e84-50fa-a146-516f68366559 sending to next pipeline
2026-03-25 21:51:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c447734f-2e84-50fa-a146-516f68366559, identifier: 7002632auction111051
2026-03-25 21:51:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c447734f-2e84-50fa-a146-516f68366559 with identifier: 7002632auction111051
2026-03-25 21:51:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c447734f-2e84-50fa-a146-516f68366559 with identifier: 7002632auction111051
2026-03-25 21:51:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c447734f-2e84-50fa-a146-516f68366559 with identifier: 7002632auction111051 to the API
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_002/780x0__r.jpg?hash=1774457391>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c447734f-2e84-50fa-a146-516f68366559',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002632',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 126436,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002632auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [ecarstrade.be] INFO: Saving data for 7002632auction111051: {'created_time': 1774475476.809532, 'last_price_update_time': 1774475476.809544, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002632auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_002/780x0__r.jpg?hash=1774457381> (referer: https://ecarstrade.com/cars/7002622)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_002/780x0__r.jpg?hash=1774457322> (referer: https://ecarstrade.com/cars/7002562)
2026-03-25 21:51:16 [ecarstrade.be] INFO: Extracting details for car 7002620auction111051
2026-03-25 21:51:16 [ecarstrade.be] INFO: Extracting details for car 7002619auction111051
2026-03-25 21:51:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_005/780x0__r.jpg?hash=1774457381> (referer: https://ecarstrade.com/cars/7002622)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_006/780x0__r.jpg?hash=1774457381> (referer: https://ecarstrade.com/cars/7002622)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/780x0__r.jpg?hash=1774457381> (referer: https://ecarstrade.com/cars/7002622)
2026-03-25 21:51:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with identifier: 7002620auction111051
2026-03-25 21:51:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with scrape type 1
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002620%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457377%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_001/780x0__r.jpg?hash=1774457377 not downloaded yet
2026-03-25 21:51:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8cc102c-189d-5c22-98e5-c6c66821e3c2 with identifier: 7002619auction111051
2026-03-25 21:51:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8cc102c-189d-5c22-98e5-c6c66821e3c2 with scrape type 1
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e8cc102c-189d-5c22-98e5-c6c66821e3c2
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002619%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_001/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d42fcc00-b943-5768-aced-6d498a4c85b5
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002620%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457377%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_002/780x0__r.jpg?hash=1774457377 not downloaded yet
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002619%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_002/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002620%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457378%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_003/780x0__r.jpg?hash=1774457378 not downloaded yet
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002619%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_003/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_001/780x0__r.jpg?hash=1774457382> (referer: https://ecarstrade.com/cars/7002621)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_003/780x0__r.jpg?hash=1774457382> (referer: https://ecarstrade.com/cars/7002621)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_002/780x0__r.jpg?hash=1774457382> (referer: https://ecarstrade.com/cars/7002621)
2026-03-25 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_004/780x0__r.jpg?hash=1774457382> (referer: https://ecarstrade.com/cars/7002621)
2026-03-25 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002620%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457377%27 HTTP/1.1" 200 None
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_004/780x0__r.jpg?hash=1774457377 not downloaded yet
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002619%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_004/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d42fcc00-b943-5768-aced-6d498a4c85b5
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002620%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457377%27 HTTP/1.1" 200 None
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_005/780x0__r.jpg?hash=1774457377 not downloaded yet
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002619%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_005/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2
2026-03-25 21:51:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2, skipping ID generation
2026-03-25 21:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with scrape type 1
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 sending to next pipeline
2026-03-25 21:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2, identifier: 7002622auction111051
2026-03-25 21:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_003/780x0__r.jpg?hash=1774457327> (referer: https://ecarstrade.com/cars/7002566)
2026-03-25 21:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_005/780x0__r.jpg?hash=1774457382> (referer: https://ecarstrade.com/cars/7002621)
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002620%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457377%27 HTTP/1.1" 200 None
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_006/780x0__r.jpg?hash=1774457377 not downloaded yet
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7002619%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_006/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with identifier: 7002622auction111051
2026-03-25 21:51:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with identifier: 7002622auction111051
2026-03-25 21:51:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with identifier: 7002622auction111051 to the API
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/780x0__r.jpg?hash=1774457381>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002622',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Austral',
'odometer': 63282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'AUSTRAL TECHNO ESPRIT ALPINE E-TECH F HYB 200 BVA RISK',
'transmission': 'automatic',
'trim': 'AUSTRAL TECHNO ESPRIT ALPINE E-TECH F HYB 200 BVA RISK',
'vin': None,
'year': 2024}
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002622auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:17 [ecarstrade.be] INFO: Saving data for 7002622auction111051: {'created_time': 1774475477.485814, 'last_price_update_time': 1774475477.485824, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002622auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_006/780x0__r.jpg?hash=1774457382> (referer: https://ecarstrade.com/cars/7002621)
2026-03-25 21:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_001/780x0__r.jpg?hash=1774457323> (referer: https://ecarstrade.com/cars/7002562)
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82524687-80e6-55bd-8083-fb44d5e052f5
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82524687-80e6-55bd-8083-fb44d5e052f5
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82524687-80e6-55bd-8083-fb44d5e052f5
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82524687-80e6-55bd-8083-fb44d5e052f5
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 90847bd8-75ed-5f60-94cf-362fba2b01c7
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82524687-80e6-55bd-8083-fb44d5e052f5
2026-03-25 21:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_004/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002565)
2026-03-25 21:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_002/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002566)
2026-03-25 21:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_005/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002565)
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82524687-80e6-55bd-8083-fb44d5e052f5
2026-03-25 21:51:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82524687-80e6-55bd-8083-fb44d5e052f5, skipping ID generation
2026-03-25 21:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82524687-80e6-55bd-8083-fb44d5e052f5 with scrape type 1
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82524687-80e6-55bd-8083-fb44d5e052f5 sending to next pipeline
2026-03-25 21:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82524687-80e6-55bd-8083-fb44d5e052f5, identifier: 7002621auction111051
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d42fcc00-b943-5768-aced-6d498a4c85b5
2026-03-25 21:51:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d42fcc00-b943-5768-aced-6d498a4c85b5, skipping ID generation
2026-03-25 21:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d42fcc00-b943-5768-aced-6d498a4c85b5 with scrape type 1
2026-03-25 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d42fcc00-b943-5768-aced-6d498a4c85b5 sending to next pipeline
2026-03-25 21:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d42fcc00-b943-5768-aced-6d498a4c85b5, identifier: 7002562auction111051
2026-03-25 21:51:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82524687-80e6-55bd-8083-fb44d5e052f5 with identifier: 7002621auction111051
2026-03-25 21:51:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82524687-80e6-55bd-8083-fb44d5e052f5 with identifier: 7002621auction111051
2026-03-25 21:51:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82524687-80e6-55bd-8083-fb44d5e052f5 with identifier: 7002621auction111051 to the API
2026-03-25 21:51:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002621/photo_006/780x0__r.jpg?hash=1774457382>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '82524687-80e6-55bd-8083-fb44d5e052f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002621',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 78663,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 PHEV S AT RK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 PHEV S AT RK',
'vin': None,
'year': 2022}
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002621auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:18 [ecarstrade.be] INFO: Saving data for 7002621auction111051: {'created_time': 1774475478.071226, 'last_price_update_time': 1774475478.071236, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002621auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d42fcc00-b943-5768-aced-6d498a4c85b5 with identifier: 7002562auction111051
2026-03-25 21:51:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d42fcc00-b943-5768-aced-6d498a4c85b5 with identifier: 7002562auction111051
2026-03-25 21:51:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d42fcc00-b943-5768-aced-6d498a4c85b5 with identifier: 7002562auction111051 to the API
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002562/photo_001/780x0__r.jpg?hash=1774457323>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd42fcc00-b943-5768-aced-6d498a4c85b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002562',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 106866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'JEEP COMPASS 240 AT6 TRHK RSK',
'transmission': 'automatic',
'trim': 'JEEP COMPASS 240 AT6 TRHK RSK',
'vin': None,
'year': 2022}
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002562auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:18 [ecarstrade.be] INFO: Saving data for 7002562auction111051: {'created_time': 1774475478.406656, 'last_price_update_time': 1774475478.406667, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002562auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_001/780x0__r.jpg?hash=1774457328> (referer: https://ecarstrade.com/cars/7002566)
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_003/780x0__r.jpg?hash=1774457378> (referer: https://ecarstrade.com/cars/7002620)
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_003/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002619)
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_002/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002619)
2026-03-25 21:51:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1
2026-03-25 21:51:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 90847bd8-75ed-5f60-94cf-362fba2b01c7
2026-03-25 21:51:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_002/780x0__r.jpg?hash=1774457377> (referer: https://ecarstrade.com/cars/7002620)
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_005/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002619)
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_005/780x0__r.jpg?hash=1774457377> (referer: https://ecarstrade.com/cars/7002620)
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_006/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002619)
2026-03-25 21:51:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 90847bd8-75ed-5f60-94cf-362fba2b01c7
2026-03-25 21:51:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 90847bd8-75ed-5f60-94cf-362fba2b01c7, skipping ID generation
2026-03-25 21:51:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90847bd8-75ed-5f60-94cf-362fba2b01c7 with scrape type 1
2026-03-25 21:51:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 90847bd8-75ed-5f60-94cf-362fba2b01c7 sending to next pipeline
2026-03-25 21:51:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 90847bd8-75ed-5f60-94cf-362fba2b01c7, identifier: 7002566auction111051
2026-03-25 21:51:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 90847bd8-75ed-5f60-94cf-362fba2b01c7 with identifier: 7002566auction111051
2026-03-25 21:51:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 90847bd8-75ed-5f60-94cf-362fba2b01c7 with identifier: 7002566auction111051
2026-03-25 21:51:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 90847bd8-75ed-5f60-94cf-362fba2b01c7 with identifier: 7002566auction111051 to the API
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002566/photo_001/780x0__r.jpg?hash=1774457328>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '90847bd8-75ed-5f60-94cf-362fba2b01c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002566',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 20844,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': None,
'seller_name': None,
'title': '208 Hybrid 100 Allure 1.2 100CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Hybrid 100 Allure 1.2 100CV BVA6 6E',
'vin': None,
'year': 2025}
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002566auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:18 [ecarstrade.be] INFO: Saving data for 7002566auction111051: {'created_time': 1774475478.909303, 'last_price_update_time': 1774475478.909312, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002566auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_004/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002619)
2026-03-25 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_006/780x0__r.jpg?hash=1774457377> (referer: https://ecarstrade.com/cars/7002620)
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_001/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002619)
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_004/780x0__r.jpg?hash=1774457377> (referer: https://ecarstrade.com/cars/7002620)
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e8cc102c-189d-5c22-98e5-c6c66821e3c2
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e8cc102c-189d-5c22-98e5-c6c66821e3c2
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e8cc102c-189d-5c22-98e5-c6c66821e3c2
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e8cc102c-189d-5c22-98e5-c6c66821e3c2
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e8cc102c-189d-5c22-98e5-c6c66821e3c2
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_001/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002565)
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_001/780x0__r.jpg?hash=1774457377> (referer: https://ecarstrade.com/cars/7002620)
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_003/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002565)
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_002/780x0__r.jpg?hash=1774457324> (referer: https://ecarstrade.com/cars/7002565)
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e8cc102c-189d-5c22-98e5-c6c66821e3c2
2026-03-25 21:51:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8cc102c-189d-5c22-98e5-c6c66821e3c2, skipping ID generation
2026-03-25 21:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8cc102c-189d-5c22-98e5-c6c66821e3c2 with scrape type 1
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8cc102c-189d-5c22-98e5-c6c66821e3c2 sending to next pipeline
2026-03-25 21:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8cc102c-189d-5c22-98e5-c6c66821e3c2, identifier: 7002619auction111051
2026-03-25 21:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8cc102c-189d-5c22-98e5-c6c66821e3c2 with identifier: 7002619auction111051
2026-03-25 21:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8cc102c-189d-5c22-98e5-c6c66821e3c2 with identifier: 7002619auction111051
2026-03-25 21:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8cc102c-189d-5c22-98e5-c6c66821e3c2 with identifier: 7002619auction111051 to the API
2026-03-25 21:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002619/photo_001/780x0__r.jpg?hash=1774457376>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e8cc102c-189d-5c22-98e5-c6c66821e3c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002619',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 123431,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002619auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:19 [ecarstrade.be] INFO: Saving data for 7002619auction111051: {'created_time': 1774475479.57376, 'last_price_update_time': 1774475479.573769, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002619auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_003/780x0__r.jpg?hash=1774457214> (referer: https://ecarstrade.com/cars/7002454)
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_004/780x0__r.jpg?hash=1774457214> (referer: https://ecarstrade.com/cars/7002454)
2026-03-25 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-25 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-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_001/780x0__r.jpg?hash=1774457214> (referer: https://ecarstrade.com/cars/7002454)
2026-03-25 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_002/780x0__r.jpg?hash=1774457214> (referer: https://ecarstrade.com/cars/7002454)
2026-03-25 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-25 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-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47
2026-03-25 21:51:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47, skipping ID generation
2026-03-25 21:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with scrape type 1
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 sending to next pipeline
2026-03-25 21:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47, identifier: 7002620auction111051
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1
2026-03-25 21:51:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1, skipping ID generation
2026-03-25 21:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with scrape type 1
2026-03-25 21:51:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 sending to next pipeline
2026-03-25 21:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1, identifier: 7002565auction111051
2026-03-25 21:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with identifier: 7002620auction111051
2026-03-25 21:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with identifier: 7002620auction111051
2026-03-25 21:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with identifier: 7002620auction111051 to the API
2026-03-25 21:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002620/photo_001/780x0__r.jpg?hash=1774457377>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002620',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '218',
'odometer': 83082,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'SERIE 2 M SPORT 218iBVA 136ch ACTIVE TOURER RSK',
'transmission': 'automatic',
'trim': 'SERIE 2 M SPORT iBVA 136ch ACTIVE TOURER RSK',
'vin': None,
'year': 2023}
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002620auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:20 [ecarstrade.be] INFO: Saving data for 7002620auction111051: {'created_time': 1774475480.116245, 'last_price_update_time': 1774475480.116254, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002620auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with identifier: 7002565auction111051
2026-03-25 21:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with identifier: 7002565auction111051
2026-03-25 21:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with identifier: 7002565auction111051 to the API
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002565/photo_002/780x0__r.jpg?hash=1774457324>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Other',
'id': '826fb03b-5282-5fe3-a4fe-eb69060fb2c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002565',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': 'X3',
'odometer': 80389,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'X3 XDRIVE 30E 292 MSPORT RSK WIP chtx',
'transmission': 'automatic',
'trim': 'XDRIVE 30E 292 MSPORT RSK WIP chtx',
'vin': None,
'year': 2023}
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002565auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:20 [ecarstrade.be] INFO: Saving data for 7002565auction111051: {'created_time': 1774475480.44, 'last_price_update_time': 1774475480.440012, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002565auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4
2026-03-25 21:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4
2026-03-25 21:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4
2026-03-25 21:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4
2026-03-25 21:51:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4, skipping ID generation
2026-03-25 21:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4 with scrape type 1
2026-03-25 21:51:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4 sending to next pipeline
2026-03-25 21:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4, identifier: 7002454auction111049
2026-03-25 21:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4 with identifier: 7002454auction111049
2026-03-25 21:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4 with identifier: 7002454auction111049
2026-03-25 21:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4 with identifier: 7002454auction111049 to the API
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002454/photo_002/780x0__r.jpg?hash=1774457214>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd43e2e63-b4a7-57a4-b2a6-ebb2ff214ff4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002454',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Austral',
'odometer': 62615,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Austral Techno 1.2 200CV BVAV 6E',
'transmission': 'automatic',
'trim': 'Techno 1.2 200CV BVAV 6E',
'vin': None,
'year': 2024}
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002454auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:51:20 [ecarstrade.be] INFO: Saving data for 7002454auction111049: {'created_time': 1774475480.862891, 'last_price_update_time': 1774475480.862902, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002454auction111049') HTTP/1.1" 204 0
2026-03-25 21:51:23 [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-25 21:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997063auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997063auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997063auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997064auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997064auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997064auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997065auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997065auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997065auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997066auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997066auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997066auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997067auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997067auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997067auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997069auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997069auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997069auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997070auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997070auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997070auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997071auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997071auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997071auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997072auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997072auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997072auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997073auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997073auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997073auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997074auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997074auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997074auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997075auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997075auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997075auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997076auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997076auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997076auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997077auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997077auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997077auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 6997079auction110980
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997079auction110980%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 6997079auction110980: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7001587auction111038
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001587auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 7001587auction111038: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7001588auction111038
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001588auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 7001588auction111038: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7001589auction111038
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001589auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 7001589auction111038: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7001591auction111038
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001591auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 7001591auction111038: 0
2026-03-25 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7001593auction111038
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001593auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [ecarstrade.be] INFO: Scrape type for 7001593auction111038: 0
2026-03-25 21:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002618> (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-25 21:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:23 [ecarstrade.be] INFO: Extracting details for car 7002618auction111051
2026-03-25 21:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d06b6884-8357-59f5-bbce-cd926dc8ac51 with identifier: 7002618auction111051
2026-03-25 21:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d06b6884-8357-59f5-bbce-cd926dc8ac51 with scrape type 1
2026-03-25 21:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d06b6884-8357-59f5-bbce-cd926dc8ac51
2026-03-25 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002618%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457378%27 HTTP/1.1" 200 None
2026-03-25 21:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_001/780x0__r.jpg?hash=1774457378 not downloaded yet
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002618%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457378%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_002/780x0__r.jpg?hash=1774457378 not downloaded yet
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002618%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457378%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_003/780x0__r.jpg?hash=1774457378 not downloaded yet
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002618%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457378%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_004/780x0__r.jpg?hash=1774457378 not downloaded yet
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002618%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457378%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_005/780x0__r.jpg?hash=1774457378 not downloaded yet
2026-03-25 21:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002617> (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-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002618%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457379%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_006/780x0__r.jpg?hash=1774457379 not downloaded yet
2026-03-25 21:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_005/780x0__r.jpg?hash=1774457216> (referer: https://ecarstrade.com/cars/7002456)
2026-03-25 21:51:24 [ecarstrade.be] INFO: Extracting details for car 7002617auction111051
2026-03-25 21:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with identifier: 7002617auction111051
2026-03-25 21:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with scrape type 1
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002617%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457375%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_001/780x0__r.jpg?hash=1774457375 not downloaded yet
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002617%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_002/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_005/780x0__r.jpg?hash=1774457222> (referer: https://ecarstrade.com/cars/7002458)
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002617%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_003/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002617%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_004/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a11dcd3b-d59a-588c-a653-8cfb6ee01177
2026-03-25 21:51:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a11dcd3b-d59a-588c-a653-8cfb6ee01177, skipping ID generation
2026-03-25 21:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a11dcd3b-d59a-588c-a653-8cfb6ee01177 with scrape type 1
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a11dcd3b-d59a-588c-a653-8cfb6ee01177 sending to next pipeline
2026-03-25 21:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a11dcd3b-d59a-588c-a653-8cfb6ee01177, identifier: 7002456auction111049
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002617%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_005/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a11dcd3b-d59a-588c-a653-8cfb6ee01177 with identifier: 7002456auction111049
2026-03-25 21:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a11dcd3b-d59a-588c-a653-8cfb6ee01177 with identifier: 7002456auction111049
2026-03-25 21:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a11dcd3b-d59a-588c-a653-8cfb6ee01177 with identifier: 7002456auction111049 to the API
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002456/photo_005/780x0__r.jpg?hash=1774457216>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a11dcd3b-d59a-588c-a653-8cfb6ee01177',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002456',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 40600,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': None,
'seller_name': None,
'title': '208 Hybrid 100 Allure 1.2 100CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Hybrid 100 Allure 1.2 100CV BVA6 6E',
'vin': None,
'year': 2025}
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002456auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [ecarstrade.be] INFO: Saving data for 7002456auction111049: {'created_time': 1774475484.699244, 'last_price_update_time': 1774475484.699253, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002456auction111049') HTTP/1.1" 204 0
2026-03-25 21:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002617%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457376%27 HTTP/1.1" 200 None
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_006/780x0__r.jpg?hash=1774457376 not downloaded yet
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a0455085-8daa-5ca2-a71d-30fa96568a8d
2026-03-25 21:51:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a0455085-8daa-5ca2-a71d-30fa96568a8d, skipping ID generation
2026-03-25 21:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0455085-8daa-5ca2-a71d-30fa96568a8d with scrape type 1
2026-03-25 21:51:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a0455085-8daa-5ca2-a71d-30fa96568a8d sending to next pipeline
2026-03-25 21:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0455085-8daa-5ca2-a71d-30fa96568a8d, identifier: 7002458auction111049
2026-03-25 21:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0455085-8daa-5ca2-a71d-30fa96568a8d with identifier: 7002458auction111049
2026-03-25 21:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0455085-8daa-5ca2-a71d-30fa96568a8d with identifier: 7002458auction111049
2026-03-25 21:51:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0455085-8daa-5ca2-a71d-30fa96568a8d with identifier: 7002458auction111049 to the API
2026-03-25 21:51:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002458/photo_005/780x0__r.jpg?hash=1774457222>
{'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-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a0455085-8daa-5ca2-a71d-30fa96568a8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002458',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 70985,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'ARKANA TECHNO E-TECH FULL HYB 145 RISK',
'transmission': 'automatic',
'trim': 'ARKANA TECHNO E-TECH FULL HYB 145 RISK',
'vin': None,
'year': 2024}
2026-03-25 21:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002458auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:51:25 [ecarstrade.be] INFO: Saving data for 7002458auction111049: {'created_time': 1774475485.200166, 'last_price_update_time': 1774475485.200176, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002458auction111049') HTTP/1.1" 204 0
2026-03-25 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002490> (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-25 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_006/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002457)
2026-03-25 21:51:27 [ecarstrade.be] INFO: Extracting details for car 7002490auction111050
2026-03-25 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002485> (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-25 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-25 21:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e452f024-c908-5e06-b051-da70c0ea8262 with identifier: 7002490auction111050
2026-03-25 21:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e452f024-c908-5e06-b051-da70c0ea8262 with scrape type 1
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e452f024-c908-5e06-b051-da70c0ea8262
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002490%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457249%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_001/780x0__r.jpg?hash=1774457249 not downloaded yet
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002490%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457249%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_002/780x0__r.jpg?hash=1774457249 not downloaded yet
2026-03-25 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_005/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002457)
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002490%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457249%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_003/780x0__r.jpg?hash=1774457249 not downloaded yet
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002490%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457249%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_004/780x0__r.jpg?hash=1774457249 not downloaded yet
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002490%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457249%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_005/780x0__r.jpg?hash=1774457249 not downloaded yet
2026-03-25 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002486> (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-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002490%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457249%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_006/780x0__r.jpg?hash=1774457249 not downloaded yet
2026-03-25 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-25 21:51:27 [ecarstrade.be] INFO: Extracting details for car 7002485auction111050
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1a49eca1-7f29-5bc9-9df3-17a411acaf09
2026-03-25 21:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cceeeb37-6ea2-5e03-b579-cdb148653ade with identifier: 7002485auction111050
2026-03-25 21:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cceeeb37-6ea2-5e03-b579-cdb148653ade with scrape type 1
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cceeeb37-6ea2-5e03-b579-cdb148653ade
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002485%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_001/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_004/780x0__r.jpg?hash=1774457218> (referer: https://ecarstrade.com/cars/7002457)
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002485%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_002/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002485%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_003/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1a49eca1-7f29-5bc9-9df3-17a411acaf09
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002485%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_004/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:27 [ecarstrade.be] INFO: Extracting details for car 7002486auction111050
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002485%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_005/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002485%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_006/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55ac298c-2be7-595a-9604-84021df045b9 with identifier: 7002486auction111050
2026-03-25 21:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55ac298c-2be7-595a-9604-84021df045b9 with scrape type 1
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 55ac298c-2be7-595a-9604-84021df045b9
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002486%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457244%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_001/780x0__r.jpg?hash=1774457244 not downloaded yet
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002486%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457244%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_002/780x0__r.jpg?hash=1774457244 not downloaded yet
2026-03-25 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_004/780x0__r.jpg?hash=1774457378> (referer: https://ecarstrade.com/cars/7002618)
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002486%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457244%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_003/780x0__r.jpg?hash=1774457244 not downloaded yet
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1a49eca1-7f29-5bc9-9df3-17a411acaf09
2026-03-25 21:51:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1a49eca1-7f29-5bc9-9df3-17a411acaf09, skipping ID generation
2026-03-25 21:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with scrape type 1
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1a49eca1-7f29-5bc9-9df3-17a411acaf09 sending to next pipeline
2026-03-25 21:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a49eca1-7f29-5bc9-9df3-17a411acaf09, identifier: 7002457auction111049
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002486%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_004/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:51:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with identifier: 7002457auction111049
2026-03-25 21:51:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with identifier: 7002457auction111049
2026-03-25 21:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with identifier: 7002457auction111049 to the API
2026-03-25 21:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002457/photo_004/780x0__r.jpg?hash=1774457218>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '1a49eca1-7f29-5bc9-9df3-17a411acaf09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002457',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 140502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': None,
'seller_name': None,
'title': 'XC60 B4 197CH 2WD BA ULT DA FA',
'transmission': 'automatic',
'trim': 'B4 197CH 2WD BA ULT DA FA',
'vin': None,
'year': 2023}
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002457auction111049%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [ecarstrade.be] INFO: Saving data for 7002457auction111049: {'created_time': 1774475488.047326, 'last_price_update_time': 1774475488.047337, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002457auction111049') HTTP/1.1" 204 0
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002488> (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-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002486%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_005/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_006/780x0__r.jpg?hash=1774457379> (referer: https://ecarstrade.com/cars/7002618)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d06b6884-8357-59f5-bbce-cd926dc8ac51
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002486%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457245%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_006/780x0__r.jpg?hash=1774457245 not downloaded yet
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_002/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002617)
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_006/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002617)
2026-03-25 21:51:28 [ecarstrade.be] INFO: Extracting details for car 7002488auction111050
2026-03-25 21:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bf28c38-b364-5682-9145-90f0cdd7a785 with identifier: 7002488auction111050
2026-03-25 21:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bf28c38-b364-5682-9145-90f0cdd7a785 with scrape type 1
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4bf28c38-b364-5682-9145-90f0cdd7a785
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002488%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457246%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_001/780x0__r.jpg?hash=1774457246 not downloaded yet
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002488%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457246%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_002/780x0__r.jpg?hash=1774457246 not downloaded yet
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002488%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457246%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_003/780x0__r.jpg?hash=1774457246 not downloaded yet
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d06b6884-8357-59f5-bbce-cd926dc8ac51
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002488%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457246%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_004/780x0__r.jpg?hash=1774457246 not downloaded yet
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_004/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002617)
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_005/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002617)
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002488%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457246%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_005/780x0__r.jpg?hash=1774457246 not downloaded yet
2026-03-25 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002488%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457246%27 HTTP/1.1" 200 None
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_006/780x0__r.jpg?hash=1774457246 not downloaded yet
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_005/780x0__r.jpg?hash=1774457249> (referer: https://ecarstrade.com/cars/7002490)
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_002/780x0__r.jpg?hash=1774457249> (referer: https://ecarstrade.com/cars/7002490)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_002/780x0__r.jpg?hash=1774457244> (referer: https://ecarstrade.com/cars/7002486)
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_001/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002485)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e452f024-c908-5e06-b051-da70c0ea8262
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e452f024-c908-5e06-b051-da70c0ea8262
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_004/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002486)
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_003/780x0__r.jpg?hash=1774457244> (referer: https://ecarstrade.com/cars/7002486)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 55ac298c-2be7-595a-9604-84021df045b9
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_005/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002486)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cceeeb37-6ea2-5e03-b579-cdb148653ade
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_006/780x0__r.jpg?hash=1774457245> (referer: https://ecarstrade.com/cars/7002486)
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_004/780x0__r.jpg?hash=1774457246> (referer: https://ecarstrade.com/cars/7002488)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 55ac298c-2be7-595a-9604-84021df045b9
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 55ac298c-2be7-595a-9604-84021df045b9
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_003/780x0__r.jpg?hash=1774457246> (referer: https://ecarstrade.com/cars/7002488)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 55ac298c-2be7-595a-9604-84021df045b9
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_006/780x0__r.jpg?hash=1774457246> (referer: https://ecarstrade.com/cars/7002488)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 55ac298c-2be7-595a-9604-84021df045b9
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_002/780x0__r.jpg?hash=1774457246> (referer: https://ecarstrade.com/cars/7002488)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4bf28c38-b364-5682-9145-90f0cdd7a785
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_005/780x0__r.jpg?hash=1774457246> (referer: https://ecarstrade.com/cars/7002488)
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_001/780x0__r.jpg?hash=1774457246> (referer: https://ecarstrade.com/cars/7002488)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4bf28c38-b364-5682-9145-90f0cdd7a785
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4bf28c38-b364-5682-9145-90f0cdd7a785
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_006/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002485)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4bf28c38-b364-5682-9145-90f0cdd7a785
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_001/780x0__r.jpg?hash=1774457244> (referer: https://ecarstrade.com/cars/7002486)
2026-03-25 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_005/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002485)
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4bf28c38-b364-5682-9145-90f0cdd7a785
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4bf28c38-b364-5682-9145-90f0cdd7a785
2026-03-25 21:51:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4bf28c38-b364-5682-9145-90f0cdd7a785, skipping ID generation
2026-03-25 21:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bf28c38-b364-5682-9145-90f0cdd7a785 with scrape type 1
2026-03-25 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4bf28c38-b364-5682-9145-90f0cdd7a785 sending to next pipeline
2026-03-25 21:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4bf28c38-b364-5682-9145-90f0cdd7a785, identifier: 7002488auction111050
2026-03-25 21:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4bf28c38-b364-5682-9145-90f0cdd7a785 with identifier: 7002488auction111050
2026-03-25 21:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4bf28c38-b364-5682-9145-90f0cdd7a785 with identifier: 7002488auction111050
2026-03-25 21:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4bf28c38-b364-5682-9145-90f0cdd7a785 with identifier: 7002488auction111050 to the API
2026-03-25 21:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002488/photo_001/780x0__r.jpg?hash=1774457246>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '4bf28c38-b364-5682-9145-90f0cdd7a785',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002488',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Iveco',
'model': 'Other',
'odometer': 93977,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'transmission': 'manual',
'trim': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'vin': None,
'year': 2023}
2026-03-25 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002488auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:51:29 [ecarstrade.be] INFO: Saving data for 7002488auction111050: {'created_time': 1774475489.249373, 'last_price_update_time': 1774475489.249383, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002488auction111050') HTTP/1.1" 204 0
2026-03-25 21:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_003/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002485)
2026-03-25 21:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_004/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002485)
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cceeeb37-6ea2-5e03-b579-cdb148653ade
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 55ac298c-2be7-595a-9604-84021df045b9
2026-03-25 21:51:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55ac298c-2be7-595a-9604-84021df045b9, skipping ID generation
2026-03-25 21:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55ac298c-2be7-595a-9604-84021df045b9 with scrape type 1
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55ac298c-2be7-595a-9604-84021df045b9 sending to next pipeline
2026-03-25 21:51:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55ac298c-2be7-595a-9604-84021df045b9, identifier: 7002486auction111050
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cceeeb37-6ea2-5e03-b579-cdb148653ade
2026-03-25 21:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55ac298c-2be7-595a-9604-84021df045b9 with identifier: 7002486auction111050
2026-03-25 21:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55ac298c-2be7-595a-9604-84021df045b9 with identifier: 7002486auction111050
2026-03-25 21:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55ac298c-2be7-595a-9604-84021df045b9 with identifier: 7002486auction111050 to the API
2026-03-25 21:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002486/photo_001/780x0__r.jpg?hash=1774457244>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '55ac298c-2be7-595a-9604-84021df045b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002486',
'listing': 'auction',
'location': 'France - "FRANCE CARS NANTES"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 79163,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002486auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:51:29 [ecarstrade.be] INFO: Saving data for 7002486auction111050: {'created_time': 1774475489.717594, 'last_price_update_time': 1774475489.717604, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002486auction111050') HTTP/1.1" 204 0
2026-03-25 21:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_006/780x0__r.jpg?hash=1774457249> (referer: https://ecarstrade.com/cars/7002490)
2026-03-25 21:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_002/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002485)
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cceeeb37-6ea2-5e03-b579-cdb148653ade
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cceeeb37-6ea2-5e03-b579-cdb148653ade
2026-03-25 21:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_004/780x0__r.jpg?hash=1774457249> (referer: https://ecarstrade.com/cars/7002490)
2026-03-25 21:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_003/780x0__r.jpg?hash=1774457249> (referer: https://ecarstrade.com/cars/7002490)
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e452f024-c908-5e06-b051-da70c0ea8262
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cceeeb37-6ea2-5e03-b579-cdb148653ade
2026-03-25 21:51:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cceeeb37-6ea2-5e03-b579-cdb148653ade, skipping ID generation
2026-03-25 21:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cceeeb37-6ea2-5e03-b579-cdb148653ade with scrape type 1
2026-03-25 21:51:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cceeeb37-6ea2-5e03-b579-cdb148653ade sending to next pipeline
2026-03-25 21:51:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cceeeb37-6ea2-5e03-b579-cdb148653ade, identifier: 7002485auction111050
2026-03-25 21:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cceeeb37-6ea2-5e03-b579-cdb148653ade with identifier: 7002485auction111050
2026-03-25 21:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cceeeb37-6ea2-5e03-b579-cdb148653ade with identifier: 7002485auction111050
2026-03-25 21:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cceeeb37-6ea2-5e03-b579-cdb148653ade with identifier: 7002485auction111050 to the API
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002485/photo_002/780x0__r.jpg?hash=1774457238>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'cceeeb37-6ea2-5e03-b579-cdb148653ade',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002485',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 79401,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': None,
'seller_name': None,
'title': 'CROSSLAND ELEGANCE ICE GASOLINE 1.2 TURBO 110 BVM RSK chtx',
'transmission': 'manual',
'trim': 'CROSSLAND ELEGANCE ICE GASOLINE 1.2 TURBO 110 BVM RSK chtx',
'vin': None,
'year': 2024}
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002485auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:51:30 [ecarstrade.be] INFO: Saving data for 7002485auction111050: {'created_time': 1774475490.23894, 'last_price_update_time': 1774475490.238952, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002485auction111050') HTTP/1.1" 204 0
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_001/780x0__r.jpg?hash=1774457249> (referer: https://ecarstrade.com/cars/7002490)
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_003/780x0__r.jpg?hash=1774457376> (referer: https://ecarstrade.com/cars/7002617)
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002484> (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-25 21:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e452f024-c908-5e06-b051-da70c0ea8262
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e452f024-c908-5e06-b051-da70c0ea8262
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_005/780x0__r.jpg?hash=1774457378> (referer: https://ecarstrade.com/cars/7002618)
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_001/780x0__r.jpg?hash=1774457375> (referer: https://ecarstrade.com/cars/7002617)
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_003/780x0__r.jpg?hash=1774457378> (referer: https://ecarstrade.com/cars/7002618)
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e452f024-c908-5e06-b051-da70c0ea8262
2026-03-25 21:51:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e452f024-c908-5e06-b051-da70c0ea8262, skipping ID generation
2026-03-25 21:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e452f024-c908-5e06-b051-da70c0ea8262 with scrape type 1
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e452f024-c908-5e06-b051-da70c0ea8262 sending to next pipeline
2026-03-25 21:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e452f024-c908-5e06-b051-da70c0ea8262, identifier: 7002490auction111050
2026-03-25 21:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e452f024-c908-5e06-b051-da70c0ea8262 with identifier: 7002490auction111050
2026-03-25 21:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e452f024-c908-5e06-b051-da70c0ea8262 with identifier: 7002490auction111050
2026-03-25 21:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e452f024-c908-5e06-b051-da70c0ea8262 with identifier: 7002490auction111050 to the API
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002490/photo_001/780x0__r.jpg?hash=1774457249>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'e452f024-c908-5e06-b051-da70c0ea8262',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002490',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 83644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002490auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:51:30 [ecarstrade.be] INFO: Saving data for 7002490auction111050: {'created_time': 1774475490.75124, 'last_price_update_time': 1774475490.751249, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002490auction111050') HTTP/1.1" 204 0
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_002/780x0__r.jpg?hash=1774457378> (referer: https://ecarstrade.com/cars/7002618)
2026-03-25 21:51:30 [ecarstrade.be] INFO: Extracting details for car 7002484auction111050
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_001/780x0__r.jpg?hash=1774457378> (referer: https://ecarstrade.com/cars/7002618)
2026-03-25 21:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002483> (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-25 21:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419
2026-03-25 21:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with identifier: 7002484auction111050
2026-03-25 21:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with scrape type 1
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 83a0a410-cfb9-52eb-924d-39ac2afa5d29
2026-03-25 21:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002484%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457243%27 HTTP/1.1" 200 None
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_001/780x0__r.jpg?hash=1774457243 not downloaded yet
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d06b6884-8357-59f5-bbce-cd926dc8ac51
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419
2026-03-25 21:51:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419, skipping ID generation
2026-03-25 21:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with scrape type 1
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 sending to next pipeline
2026-03-25 21:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419, identifier: 7002617auction111051
2026-03-25 21:51:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d06b6884-8357-59f5-bbce-cd926dc8ac51
2026-03-25 21:51:30 [ecarstrade.be] INFO: Extracting details for car 7002483auction111050
2026-03-25 21:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with identifier: 7002617auction111051
2026-03-25 21:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with identifier: 7002617auction111051
2026-03-25 21:51:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with identifier: 7002617auction111051 to the API
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002617/photo_001/780x0__r.jpg?hash=1774457375>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.3L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '2ab6c2ac-9ea0-5ffc-8283-5166956dd419',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002617',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 72502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Arkana Techno 1.3 TCE 140CV BVA7 6E',
'transmission': 'automatic',
'trim': 'Techno 1.3 TCE 140CV BVA7 6E',
'vin': None,
'year': 2024}
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002617auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:31 [ecarstrade.be] INFO: Saving data for 7002617auction111051: {'created_time': 1774475491.556114, 'last_price_update_time': 1774475491.556126, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002617auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002484%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457243%27 HTTP/1.1" 200 None
2026-03-25 21:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_002/780x0__r.jpg?hash=1774457243 not downloaded yet
2026-03-25 21:51:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d06b6884-8357-59f5-bbce-cd926dc8ac51
2026-03-25 21:51:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d06b6884-8357-59f5-bbce-cd926dc8ac51
2026-03-25 21:51:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d06b6884-8357-59f5-bbce-cd926dc8ac51, skipping ID generation
2026-03-25 21:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d06b6884-8357-59f5-bbce-cd926dc8ac51 with scrape type 1
2026-03-25 21:51:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d06b6884-8357-59f5-bbce-cd926dc8ac51 sending to next pipeline
2026-03-25 21:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d06b6884-8357-59f5-bbce-cd926dc8ac51, identifier: 7002618auction111051
2026-03-25 21:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0527a0f9-7b35-5992-b15a-9c29f6e60594 with identifier: 7002483auction111050
2026-03-25 21:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0527a0f9-7b35-5992-b15a-9c29f6e60594 with scrape type 1
2026-03-25 21:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0527a0f9-7b35-5992-b15a-9c29f6e60594
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002483%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457241%27 HTTP/1.1" 200 None
2026-03-25 21:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_001/780x0__r.jpg?hash=1774457241 not downloaded yet
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002484%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457243%27 HTTP/1.1" 200 None
2026-03-25 21:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_003/780x0__r.jpg?hash=1774457243 not downloaded yet
2026-03-25 21:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002480> (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-25 21:51:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d06b6884-8357-59f5-bbce-cd926dc8ac51 with identifier: 7002618auction111051
2026-03-25 21:51:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d06b6884-8357-59f5-bbce-cd926dc8ac51 with identifier: 7002618auction111051
2026-03-25 21:51:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d06b6884-8357-59f5-bbce-cd926dc8ac51 with identifier: 7002618auction111051 to the API
2026-03-25 21:51:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002618/photo_001/780x0__r.jpg?hash=1774457378>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd06b6884-8357-59f5-bbce-cd926dc8ac51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002618',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'MG',
'model': 'EHS',
'odometer': 94458,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'EHS LUXURY PHEV 258CH RISK chtx',
'transmission': 'automatic',
'trim': 'LUXURY PHEV 258CH RISK chtx',
'vin': None,
'year': 2023}
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002618auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [ecarstrade.be] INFO: Saving data for 7002618auction111051: {'created_time': 1774475492.059922, 'last_price_update_time': 1774475492.059974, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002618auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:32 [ecarstrade.be] INFO: Extracting details for car 7002480auction111050
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002483%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457241%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_002/780x0__r.jpg?hash=1774457241 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002484%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457244%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_004/780x0__r.jpg?hash=1774457244 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002483%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_003/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 359cc299-1945-5128-9c3c-199bea7cb18a with identifier: 7002480auction111050
2026-03-25 21:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 359cc299-1945-5128-9c3c-199bea7cb18a with scrape type 1
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 359cc299-1945-5128-9c3c-199bea7cb18a
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002480%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_001/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002484%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457243%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_005/780x0__r.jpg?hash=1774457243 not downloaded yet
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_001/780x0__r.jpg?hash=1774457243> (referer: https://ecarstrade.com/cars/7002484)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_002/780x0__r.jpg?hash=1774457243> (referer: https://ecarstrade.com/cars/7002484)
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002483%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_004/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002480%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_002/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002484%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457243%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_006/780x0__r.jpg?hash=1774457243 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002483%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_005/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002480%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_003/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_003/780x0__r.jpg?hash=1774457243> (referer: https://ecarstrade.com/cars/7002484)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_001/780x0__r.jpg?hash=1774457241> (referer: https://ecarstrade.com/cars/7002483)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_002/780x0__r.jpg?hash=1774457241> (referer: https://ecarstrade.com/cars/7002483)
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002483%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457240%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_006/780x0__r.jpg?hash=1774457240 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002480%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_004/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_004/780x0__r.jpg?hash=1774457244> (referer: https://ecarstrade.com/cars/7002484)
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002480%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457232%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_005/780x0__r.jpg?hash=1774457232 not downloaded yet
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002480%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457231%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_006/780x0__r.jpg?hash=1774457231 not downloaded yet
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 83a0a410-cfb9-52eb-924d-39ac2afa5d29
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 83a0a410-cfb9-52eb-924d-39ac2afa5d29
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_005/780x0__r.jpg?hash=1774457243> (referer: https://ecarstrade.com/cars/7002484)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_003/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002483)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_004/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002483)
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 83a0a410-cfb9-52eb-924d-39ac2afa5d29
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0527a0f9-7b35-5992-b15a-9c29f6e60594
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0527a0f9-7b35-5992-b15a-9c29f6e60594
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_002/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002480)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_001/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002480)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_005/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002483)
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 83a0a410-cfb9-52eb-924d-39ac2afa5d29
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_004/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002480)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_006/780x0__r.jpg?hash=1774457240> (referer: https://ecarstrade.com/cars/7002483)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_003/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002480)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_006/780x0__r.jpg?hash=1774457243> (referer: https://ecarstrade.com/cars/7002484)
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_005/780x0__r.jpg?hash=1774457232> (referer: https://ecarstrade.com/cars/7002480)
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 83a0a410-cfb9-52eb-924d-39ac2afa5d29
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0527a0f9-7b35-5992-b15a-9c29f6e60594
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0527a0f9-7b35-5992-b15a-9c29f6e60594
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 359cc299-1945-5128-9c3c-199bea7cb18a
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 359cc299-1945-5128-9c3c-199bea7cb18a
2026-03-25 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_006/780x0__r.jpg?hash=1774457231> (referer: https://ecarstrade.com/cars/7002480)
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0527a0f9-7b35-5992-b15a-9c29f6e60594
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 359cc299-1945-5128-9c3c-199bea7cb18a
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0527a0f9-7b35-5992-b15a-9c29f6e60594
2026-03-25 21:51:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0527a0f9-7b35-5992-b15a-9c29f6e60594, skipping ID generation
2026-03-25 21:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0527a0f9-7b35-5992-b15a-9c29f6e60594 with scrape type 1
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0527a0f9-7b35-5992-b15a-9c29f6e60594 sending to next pipeline
2026-03-25 21:51:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0527a0f9-7b35-5992-b15a-9c29f6e60594, identifier: 7002483auction111050
2026-03-25 21:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0527a0f9-7b35-5992-b15a-9c29f6e60594 with identifier: 7002483auction111050
2026-03-25 21:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0527a0f9-7b35-5992-b15a-9c29f6e60594 with identifier: 7002483auction111050
2026-03-25 21:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0527a0f9-7b35-5992-b15a-9c29f6e60594 with identifier: 7002483auction111050 to the API
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002483/photo_006/780x0__r.jpg?hash=1774457240>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '0527a0f9-7b35-5992-b15a-9c29f6e60594',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002483',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 104283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'MOVANO L2H2 3.5T 140CH PCLIM',
'transmission': 'manual',
'trim': 'MOVANO L2H2 3.5T 140CH PCLIM',
'vin': None,
'year': 2022}
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002483auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:51:32 [ecarstrade.be] INFO: Saving data for 7002483auction111050: {'created_time': 1774475492.911919, 'last_price_update_time': 1774475492.911929, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002483auction111050') HTTP/1.1" 204 0
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 359cc299-1945-5128-9c3c-199bea7cb18a
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 83a0a410-cfb9-52eb-924d-39ac2afa5d29
2026-03-25 21:51:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 83a0a410-cfb9-52eb-924d-39ac2afa5d29, skipping ID generation
2026-03-25 21:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with scrape type 1
2026-03-25 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 83a0a410-cfb9-52eb-924d-39ac2afa5d29 sending to next pipeline
2026-03-25 21:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83a0a410-cfb9-52eb-924d-39ac2afa5d29, identifier: 7002484auction111050
2026-03-25 21:51:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 359cc299-1945-5128-9c3c-199bea7cb18a
2026-03-25 21:51:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 359cc299-1945-5128-9c3c-199bea7cb18a
2026-03-25 21:51:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 359cc299-1945-5128-9c3c-199bea7cb18a, skipping ID generation
2026-03-25 21:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 359cc299-1945-5128-9c3c-199bea7cb18a with scrape type 1
2026-03-25 21:51:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 359cc299-1945-5128-9c3c-199bea7cb18a sending to next pipeline
2026-03-25 21:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 359cc299-1945-5128-9c3c-199bea7cb18a, identifier: 7002480auction111050
2026-03-25 21:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with identifier: 7002484auction111050
2026-03-25 21:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with identifier: 7002484auction111050
2026-03-25 21:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with identifier: 7002484auction111050 to the API
2026-03-25 21:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002484/photo_006/780x0__r.jpg?hash=1774457243>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '83a0a410-cfb9-52eb-924d-39ac2afa5d29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002484',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 56893,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'CROSSLAND ELEGANCE ICE GASOLINE 1.2 TURBO 110 BVM RSK chtx',
'transmission': 'manual',
'trim': 'CROSSLAND ELEGANCE ICE GASOLINE 1.2 TURBO 110 BVM RSK chtx',
'vin': None,
'year': 2024}
2026-03-25 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002484auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:51:33 [ecarstrade.be] INFO: Saving data for 7002484auction111050: {'created_time': 1774475493.4043, 'last_price_update_time': 1774475493.40431, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002484auction111050') HTTP/1.1" 204 0
2026-03-25 21:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 359cc299-1945-5128-9c3c-199bea7cb18a with identifier: 7002480auction111050
2026-03-25 21:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 359cc299-1945-5128-9c3c-199bea7cb18a with identifier: 7002480auction111050
2026-03-25 21:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 359cc299-1945-5128-9c3c-199bea7cb18a with identifier: 7002480auction111050 to the API
2026-03-25 21:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002480/photo_006/780x0__r.jpg?hash=1774457231>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': '359cc299-1945-5128-9c3c-199bea7cb18a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002480',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Iveco',
'model': 'Other',
'odometer': 84490,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'transmission': 'manual',
'trim': 'Porte Voiture 35S16H 3,0 160cv Rsk',
'vin': None,
'year': 2023}
2026-03-25 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002480auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:51:33 [ecarstrade.be] INFO: Saving data for 7002480auction111050: {'created_time': 1774475493.742164, 'last_price_update_time': 1774475493.742173, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002480auction111050') HTTP/1.1" 204 0
2026-03-25 21:51:34 [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-25 21:51:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001594auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001594auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001594auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001595auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001595auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001595auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001596auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001596auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001596auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001598auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001598auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001598auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001599auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001599auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001599auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001601auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001601auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001601auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001602auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001602auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001602auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001603auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001603auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001603auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001604auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001604auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001604auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001605auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001605auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001605auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001606auction111038
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001606auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:34 [ecarstrade.be] INFO: Scrape type for 7001606auction111038: 0
2026-03-25 21:51:34 [ecarstrade.be] INFO: Found listing with ID: 7001607auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001607auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001607auction111038: 0
2026-03-25 21:51:35 [ecarstrade.be] INFO: Found listing with ID: 7001608auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001608auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001608auction111038: 0
2026-03-25 21:51:35 [ecarstrade.be] INFO: Found listing with ID: 7001609auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001609auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001609auction111038: 0
2026-03-25 21:51:35 [ecarstrade.be] INFO: Found listing with ID: 7001610auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001610auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001610auction111038: 0
2026-03-25 21:51:35 [ecarstrade.be] INFO: Found listing with ID: 7001611auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001611auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001611auction111038: 0
2026-03-25 21:51:35 [ecarstrade.be] INFO: Found listing with ID: 7001614auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001614auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001614auction111038: 0
2026-03-25 21:51:35 [ecarstrade.be] INFO: Found listing with ID: 7001615auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001615auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001615auction111038: 0
2026-03-25 21:51:35 [ecarstrade.be] INFO: Found listing with ID: 7001616auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001616auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001616auction111038: 0
2026-03-25 21:51:35 [ecarstrade.be] INFO: Found listing with ID: 7001618auction111038
2026-03-25 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001618auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:35 [ecarstrade.be] INFO: Scrape type for 7001618auction111038: 0
2026-03-25 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-25 21:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002628> (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-25 21:51:37 [ecarstrade.be] INFO: Extracting details for car 7002628auction111051
2026-03-25 21:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51053292-ed86-53f0-8889-36f3ca67e307 with identifier: 7002628auction111051
2026-03-25 21:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51053292-ed86-53f0-8889-36f3ca67e307 with scrape type 1
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 51053292-ed86-53f0-8889-36f3ca67e307
2026-03-25 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002628%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_001/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002628%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457387%27 HTTP/1.1" 200 None
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_002/780x0__r.jpg?hash=1774457387 not downloaded yet
2026-03-25 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002628%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_003/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002628%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_004/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002628%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_005/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002628%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457386%27 HTTP/1.1" 200 None
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_006/780x0__r.jpg?hash=1774457386 not downloaded yet
2026-03-25 21:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_002/780x0__r.jpg?hash=1774457387> (referer: https://ecarstrade.com/cars/7002628)
2026-03-25 21:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_001/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002628)
2026-03-25 21:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_003/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002628)
2026-03-25 21:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_004/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002628)
2026-03-25 21:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_005/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002628)
2026-03-25 21:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_006/780x0__r.jpg?hash=1774457386> (referer: https://ecarstrade.com/cars/7002628)
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 51053292-ed86-53f0-8889-36f3ca67e307
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 51053292-ed86-53f0-8889-36f3ca67e307
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 51053292-ed86-53f0-8889-36f3ca67e307
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 51053292-ed86-53f0-8889-36f3ca67e307
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 51053292-ed86-53f0-8889-36f3ca67e307
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 51053292-ed86-53f0-8889-36f3ca67e307
2026-03-25 21:51:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51053292-ed86-53f0-8889-36f3ca67e307, skipping ID generation
2026-03-25 21:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51053292-ed86-53f0-8889-36f3ca67e307 with scrape type 1
2026-03-25 21:51:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51053292-ed86-53f0-8889-36f3ca67e307 sending to next pipeline
2026-03-25 21:51:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51053292-ed86-53f0-8889-36f3ca67e307, identifier: 7002628auction111051
2026-03-25 21:51:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51053292-ed86-53f0-8889-36f3ca67e307 with identifier: 7002628auction111051
2026-03-25 21:51:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51053292-ed86-53f0-8889-36f3ca67e307 with identifier: 7002628auction111051
2026-03-25 21:51:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51053292-ed86-53f0-8889-36f3ca67e307 with identifier: 7002628auction111051 to the API
2026-03-25 21:51:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:51:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_006/780x0__r.jpg?hash=1774457386>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Petrol',
'id': '51053292-ed86-53f0-8889-36f3ca67e307',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002628',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'X1',
'odometer': 66475,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': None,
'seller_name': None,
'title': 'X1 SDRIVE 20i 170CH M SPORT RSK',
'transmission': 'automatic',
'trim': 'SDRIVE 20i 170CH M SPORT RSK',
'vin': None,
'year': 2024}
2026-03-25 21:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002628auction111051%27 HTTP/1.1" 200 None
2026-03-25 21:51:38 [ecarstrade.be] INFO: Saving data for 7002628auction111051: {'created_time': 1774475498.041116, 'last_price_update_time': 1774475498.041125, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002628auction111051') HTTP/1.1" 204 0
2026-03-25 21:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002478> (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-25 21:51:40 [ecarstrade.be] INFO: Extracting details for car 7002478auction111050
2026-03-25 21:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with identifier: 7002478auction111050
2026-03-25 21:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with scrape type 1
2026-03-25 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7
2026-03-25 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002478%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_001/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002478%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_002/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002478%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_003/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002478%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_004/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002478%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_005/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51: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%252F7000001-7010000%252F7002478%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457238%27 HTTP/1.1" 200 None
2026-03-25 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_006/780x0__r.jpg?hash=1774457238 not downloaded yet
2026-03-25 21:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_002/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002478)
2026-03-25 21:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_001/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002478)
2026-03-25 21:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_003/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002478)
2026-03-25 21:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_004/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002478)
2026-03-25 21:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_006/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002478)
2026-03-25 21:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_005/780x0__r.jpg?hash=1774457238> (referer: https://ecarstrade.com/cars/7002478)
2026-03-25 21:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7
2026-03-25 21:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7
2026-03-25 21:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7
2026-03-25 21:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7
2026-03-25 21:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7
2026-03-25 21:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7
2026-03-25 21:51:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7, skipping ID generation
2026-03-25 21:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with scrape type 1
2026-03-25 21:51:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 sending to next pipeline
2026-03-25 21:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7, identifier: 7002478auction111050
2026-03-25 21:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with identifier: 7002478auction111050
2026-03-25 21:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with identifier: 7002478auction111050
2026-03-25 21:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with identifier: 7002478auction111050 to the API
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:51: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-25 21:51:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002478/photo_005/780x0__r.jpg?hash=1774457238>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'c2dcfc0e-6672-57f5-8e93-8e4dc11489a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002478',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 117623,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'transmission': 'manual',
'trim': 'DOBLO CARGO 1.3MJ PRO LOUNGE',
'vin': None,
'year': 2022}
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002478auction111050%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Saving data for 7002478auction111050: {'created_time': 1774475501.483108, 'last_price_update_time': 1774475501.483117, 'auction_closing_time': 1774535400.0}
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002478auction111050') HTTP/1.1" 204 0
2026-03-25 21:51:41 [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-25 21:51:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001619auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001619auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001619auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001620auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001620auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001620auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001621auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001621auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001621auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001622auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001622auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001622auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001624auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001624auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001624auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001625auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001625auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001625auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001626auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001626auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001626auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001627auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001627auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001627auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001628auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001628auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001628auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001630auction111038
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001630auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:41 [ecarstrade.be] INFO: Scrape type for 7001630auction111038: 0
2026-03-25 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7001631auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001631auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001631auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001633auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001633auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001633auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001634auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001634auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001634auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001635auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001635auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001635auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001636auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001636auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001636auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001637auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001637auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001637auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001638auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001638auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001638auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001640auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001640auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001640auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001641auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001641auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001641auction111038: 0
2026-03-25 21:51:42 [ecarstrade.be] INFO: Found listing with ID: 7001642auction111038
2026-03-25 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001642auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:42 [ecarstrade.be] INFO: Scrape type for 7001642auction111038: 0
2026-03-25 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-25 21:51:48 [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-25 21:51:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001643auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001643auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001643auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001644auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001644auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001644auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001645auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001645auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001645auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001646auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001646auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001646auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001647auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001647auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001647auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001648auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001648auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001648auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001649auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001649auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001649auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001650auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001650auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001650auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001651auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001651auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001651auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001652auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001652auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001652auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001654auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001654auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001654auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001655auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001655auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001655auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001656auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001656auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001656auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001657auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001657auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001657auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001660auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001660auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001660auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001661auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001661auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001661auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001662auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001662auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001662auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001663auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001663auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001663auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001665auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001665auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001665auction111038: 0
2026-03-25 21:51:49 [ecarstrade.be] INFO: Found listing with ID: 7001666auction111038
2026-03-25 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001666auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:49 [ecarstrade.be] INFO: Scrape type for 7001666auction111038: 0
2026-03-25 21:51:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:51:56 [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-25 21:51:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001667auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001667auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001667auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001668auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001668auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001668auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001669auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001669auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001669auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001672auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001672auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001672auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001673auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001673auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001673auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001674auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001674auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001674auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001675auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001675auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001675auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001677auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001677auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001677auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001678auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001678auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001678auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001679auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001679auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001679auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001680auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001680auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001680auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001682auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001682auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001682auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001683auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001683auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001683auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001684auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001684auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001684auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001685auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001685auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001685auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001686auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001686auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001686auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001687auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001687auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001687auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001688auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001688auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001688auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001690auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001690auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001690auction111038: 0
2026-03-25 21:51:56 [ecarstrade.be] INFO: Found listing with ID: 7001692auction111038
2026-03-25 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001692auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:51:56 [ecarstrade.be] INFO: Scrape type for 7001692auction111038: 0
2026-03-25 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-25 21:52:02 [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-25 21:52:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001693auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001693auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001693auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001694auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001694auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001694auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001695auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001695auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001695auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001697auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001697auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001697auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001698auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001698auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001698auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001700auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001700auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001700auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001701auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001701auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001701auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001702auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001702auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001702auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001703auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001703auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001703auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001704auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001704auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001704auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001706auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001706auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001706auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001707auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001707auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001707auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001708auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001708auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001708auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001709auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001709auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001709auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001710auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001710auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001710auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001711auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001711auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001711auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001712auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001712auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001712auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001714auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001714auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001714auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001715auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001715auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001715auction111038: 0
2026-03-25 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7001716auction111038
2026-03-25 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001716auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:03 [ecarstrade.be] INFO: Scrape type for 7001716auction111038: 0
2026-03-25 21:52:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:06 [scrapy.extensions.logstats] INFO: Crawled 788 pages (at 29 pages/min), scraped 701 items (at 33 items/min)
2026-03-25 21:52:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:52:10 [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-25 21:52:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 7001717auction111038
2026-03-25 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001717auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:10 [ecarstrade.be] INFO: Scrape type for 7001717auction111038: 0
2026-03-25 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 7001718auction111038
2026-03-25 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001718auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:10 [ecarstrade.be] INFO: Scrape type for 7001718auction111038: 0
2026-03-25 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 7001719auction111038
2026-03-25 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001719auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:10 [ecarstrade.be] INFO: Scrape type for 7001719auction111038: 0
2026-03-25 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 7001720auction111038
2026-03-25 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001720auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:10 [ecarstrade.be] INFO: Scrape type for 7001720auction111038: 0
2026-03-25 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 7001721auction111038
2026-03-25 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001721auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001721auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001722auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001722auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001722auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001723auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001723auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001723auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001724auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001724auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001724auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001725auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001725auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001725auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001727auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001727auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001727auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001728auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001728auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001728auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001730auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001730auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001730auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001732auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001732auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001732auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001733auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001733auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001733auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 7001734auction111038
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001734auction111038%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 7001734auction111038: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 6994998auction110944
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994998auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 6994998auction110944: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 6994999auction110944
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994999auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 6994999auction110944: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 6995000auction110944
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995000auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 6995000auction110944: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 6995005auction110944
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995005auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 6995005auction110944: 0
2026-03-25 21:52:11 [ecarstrade.be] INFO: Found listing with ID: 6995006auction110944
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995006auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:11 [ecarstrade.be] INFO: Scrape type for 6995006auction110944: 0
2026-03-25 21:52:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:17 [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-25 21:52:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995014auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995014auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995014auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995015auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995015auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995015auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995016auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995016auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995016auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995111auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995111auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995111auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995112auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995112auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995112auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995113auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995113auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995113auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995114auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995114auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995114auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995235auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995235auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995235auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995237auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995237auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995237auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995238auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995238auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995238auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995249auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995249auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995249auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995250auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995250auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995250auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995252auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995252auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995252auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995449auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995449auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995449auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995450auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995450auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995450auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995451auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995451auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995451auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995453auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995453auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995453auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995454auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995454auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995454auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995487auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995487auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995487auction110944: 0
2026-03-25 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6995488auction110944
2026-03-25 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995488auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:17 [ecarstrade.be] INFO: Scrape type for 6995488auction110944: 0
2026-03-25 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-25 21:52:24 [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-25 21:52:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995489auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995489auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995489auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995490auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995490auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995490auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995491auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995491auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995491auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995493auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995493auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995493auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995807auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995807auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995807auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995820auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995820auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995820auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995846auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995846auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995846auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995847auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995847auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995847auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995848auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995848auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995848auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995871auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995871auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995871auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995873auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995873auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995873auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995874auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995874auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995874auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995875auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995875auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:24 [ecarstrade.be] INFO: Scrape type for 6995875auction110944: 0
2026-03-25 21:52:24 [ecarstrade.be] INFO: Found listing with ID: 6995885auction110944
2026-03-25 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995885auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:25 [ecarstrade.be] INFO: Scrape type for 6995885auction110944: 0
2026-03-25 21:52:25 [ecarstrade.be] INFO: Found listing with ID: 6995886auction110944
2026-03-25 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995886auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:25 [ecarstrade.be] INFO: Scrape type for 6995886auction110944: 0
2026-03-25 21:52:25 [ecarstrade.be] INFO: Found listing with ID: 6995887auction110944
2026-03-25 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995887auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:25 [ecarstrade.be] INFO: Scrape type for 6995887auction110944: 0
2026-03-25 21:52:25 [ecarstrade.be] INFO: Found listing with ID: 6995889auction110944
2026-03-25 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995889auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:25 [ecarstrade.be] INFO: Scrape type for 6995889auction110944: 0
2026-03-25 21:52:25 [ecarstrade.be] INFO: Found listing with ID: 6995890auction110944
2026-03-25 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995890auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:25 [ecarstrade.be] INFO: Scrape type for 6995890auction110944: 0
2026-03-25 21:52:25 [ecarstrade.be] INFO: Found listing with ID: 6996247auction110944
2026-03-25 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276996247auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:25 [ecarstrade.be] INFO: Scrape type for 6996247auction110944: 0
2026-03-25 21:52:25 [ecarstrade.be] INFO: Found listing with ID: 6996251auction110944
2026-03-25 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276996251auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:25 [ecarstrade.be] INFO: Scrape type for 6996251auction110944: 0
2026-03-25 21:52:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:32 [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-25 21:52:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996252auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996252auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996252auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996253auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996253auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996253auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996376auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996376auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996376auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996378auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996378auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996378auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996381auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996381auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996381auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996383auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996383auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996383auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996384auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996384auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996384auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996386auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996386auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996386auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996387auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996387auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996387auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996544auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996544auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996544auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996548auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996548auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996548auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996552auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996552auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996552auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996555auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996555auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996555auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996558auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996558auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996558auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996560auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996560auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996560auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996562auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996562auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996562auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6996564auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276996564auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6996564auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6997363auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997363auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6997363auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6997364auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997364auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6997364auction110944: 0
2026-03-25 21:52:32 [ecarstrade.be] INFO: Found listing with ID: 6997385auction110944
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997385auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:32 [ecarstrade.be] INFO: Scrape type for 6997385auction110944: 0
2026-03-25 21:52:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:38 [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-25 21:52:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:52:38 [ecarstrade.be] INFO: Found listing with ID: 6997742auction110944
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997742auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:38 [ecarstrade.be] INFO: Scrape type for 6997742auction110944: 2
2026-03-25 21:52:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:38 [ecarstrade.be] INFO: Found listing with ID: 6997743auction110944
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997743auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:38 [ecarstrade.be] INFO: Scrape type for 6997743auction110944: 2
2026-03-25 21:52:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:38 [ecarstrade.be] INFO: Found listing with ID: 6997744auction110944
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997744auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:38 [ecarstrade.be] INFO: Scrape type for 6997744auction110944: 2
2026-03-25 21:52:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:38 [ecarstrade.be] INFO: Found listing with ID: 6997750auction110944
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997750auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:38 [ecarstrade.be] INFO: Scrape type for 6997750auction110944: 2
2026-03-25 21:52:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:38 [ecarstrade.be] INFO: Found listing with ID: 6998044auction110944
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998044auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:38 [ecarstrade.be] INFO: Scrape type for 6998044auction110944: 2
2026-03-25 21:52:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:38 [ecarstrade.be] INFO: Found listing with ID: 6998045auction110944
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998045auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:38 [ecarstrade.be] INFO: Scrape type for 6998045auction110944: 2
2026-03-25 21:52:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:38 [ecarstrade.be] INFO: Found listing with ID: 6998265auction110944
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998265auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:38 [ecarstrade.be] INFO: Scrape type for 6998265auction110944: 2
2026-03-25 21:52:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:38 [ecarstrade.be] INFO: Found listing with ID: 6998266auction110944
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998266auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:38 [ecarstrade.be] INFO: Scrape type for 6998266auction110944: 2
2026-03-25 21:52:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6998267auction110944
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998267auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6998267auction110944: 2
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6998396auction110944
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998396auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6998396auction110944: 2
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6998399auction110944
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998399auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6998399auction110944: 2
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6998404auction110944
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998404auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6998404auction110944: 2
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6998840auction110944
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998840auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6998840auction110944: 2
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6998841auction110944
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998841auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6998841auction110944: 2
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6999056auction110944
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999056auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6999056auction110944: 0
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6994160auction110929
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994160auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6994160auction110929: 0
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6993881auction110929
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993881auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6993881auction110929: 0
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6993930auction110929
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993930auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6993930auction110929: 0
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6993886auction110929
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993886auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6993886auction110929: 0
2026-03-25 21:52:39 [ecarstrade.be] INFO: Found listing with ID: 6993922auction110929
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993922auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:39 [ecarstrade.be] INFO: Scrape type for 6993922auction110929: 0
2026-03-25 21:52:44 [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-25 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-25 21:52:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994206auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994206auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994206auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994207auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994207auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994207auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6993928auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993928auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6993928auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6993925auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993925auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6993925auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6993883auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993883auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6993883auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994041auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994041auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994041auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6993892auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993892auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6993892auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994045auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994045auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994045auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6993897auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993897auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6993897auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6993964auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993964auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6993964auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994144auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994144auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994144auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994202auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994202auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994202auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994143auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994143auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994143auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6993955auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993955auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6993955auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994027auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994027auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994027auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6993943auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993943auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6993943auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994035auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994035auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994035auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994168auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994168auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994168auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994117auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994117auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994117auction110929: 0
2026-03-25 21:52:45 [ecarstrade.be] INFO: Found listing with ID: 6994161auction110929
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994161auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:45 [ecarstrade.be] INFO: Scrape type for 6994161auction110929: 0
2026-03-25 21:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997743> (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-25 21:52:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:45 [ecarstrade.be] INFO: Extracting details for car 6997743auction110944
2026-03-25 21:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43e28fec-07dd-5121-b778-4e5ff683f419 with identifier: 6997743auction110944
2026-03-25 21:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43e28fec-07dd-5121-b778-4e5ff683f419 with scrape type 2
2026-03-25 21:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43e28fec-07dd-5121-b778-4e5ff683f419 with scrape type 2
2026-03-25 21:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43e28fec-07dd-5121-b778-4e5ff683f419, identifier: 6997743auction110944
2026-03-25 21:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43e28fec-07dd-5121-b778-4e5ff683f419 with identifier: 6997743auction110944
2026-03-25 21:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43e28fec-07dd-5121-b778-4e5ff683f419 with identifier: 6997743auction110944
2026-03-25 21:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43e28fec-07dd-5121-b778-4e5ff683f419 with identifier: 6997743auction110944 to the API
2026-03-25 21:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997743>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.9L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '43e28fec-07dd-5121-b778-4e5ff683f419',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997743',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Superb',
'odometer': 187140,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb NEW SUPERB ELEGANCE 1,9TDI 77KW 105HP 5V',
'transmission': 'manual',
'trim': 'SKODA NEW SUPERB ELEGANCE 1,9TDI 77KW 105HP 5V',
'vin': None,
'year': 2009}
2026-03-25 21:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997743auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:46 [ecarstrade.be] INFO: Saving data for 6997743auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373760.283394, 'last_price_update_time': 1774475566.036097}
2026-03-25 21:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997743auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997750> (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-25 21:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998265> (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-25 21:52:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997742> (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-25 21:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997744> (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-25 21:52:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998044> (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-25 21:52:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:46 [ecarstrade.be] INFO: Extracting details for car 6997750auction110944
2026-03-25 21:52:46 [ecarstrade.be] INFO: Extracting details for car 6998265auction110944
2026-03-25 21:52:46 [ecarstrade.be] INFO: Extracting details for car 6997742auction110944
2026-03-25 21:52:46 [ecarstrade.be] INFO: Extracting details for car 6997744auction110944
2026-03-25 21:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 807f30a2-beaa-550d-833f-e18f36a3565a with identifier: 6997750auction110944
2026-03-25 21:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 807f30a2-beaa-550d-833f-e18f36a3565a with scrape type 2
2026-03-25 21:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 807f30a2-beaa-550d-833f-e18f36a3565a with scrape type 2
2026-03-25 21:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 807f30a2-beaa-550d-833f-e18f36a3565a, identifier: 6997750auction110944
2026-03-25 21:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5c411b4-af7b-5257-8268-0679a5d54682 with identifier: 6998265auction110944
2026-03-25 21:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5c411b4-af7b-5257-8268-0679a5d54682 with scrape type 2
2026-03-25 21:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5c411b4-af7b-5257-8268-0679a5d54682 with scrape type 2
2026-03-25 21:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f5c411b4-af7b-5257-8268-0679a5d54682, identifier: 6998265auction110944
2026-03-25 21:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc4992c2-7446-5bf9-b4ff-905bfaa77ddf with identifier: 6997742auction110944
2026-03-25 21:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc4992c2-7446-5bf9-b4ff-905bfaa77ddf with scrape type 2
2026-03-25 21:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc4992c2-7446-5bf9-b4ff-905bfaa77ddf with scrape type 2
2026-03-25 21:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc4992c2-7446-5bf9-b4ff-905bfaa77ddf, identifier: 6997742auction110944
2026-03-25 21:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 159e524f-ba42-56ae-875a-151cfe9ccd93 with identifier: 6997744auction110944
2026-03-25 21:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 159e524f-ba42-56ae-875a-151cfe9ccd93 with scrape type 2
2026-03-25 21:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 159e524f-ba42-56ae-875a-151cfe9ccd93 with scrape type 2
2026-03-25 21:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 159e524f-ba42-56ae-875a-151cfe9ccd93, identifier: 6997744auction110944
2026-03-25 21:52:46 [ecarstrade.be] INFO: Extracting details for car 6998044auction110944
2026-03-25 21:52:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 807f30a2-beaa-550d-833f-e18f36a3565a with identifier: 6997750auction110944
2026-03-25 21:52:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 807f30a2-beaa-550d-833f-e18f36a3565a with identifier: 6997750auction110944
2026-03-25 21:52:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 807f30a2-beaa-550d-833f-e18f36a3565a with identifier: 6997750auction110944 to the API
2026-03-25 21:52:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997750>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '807f30a2-beaa-550d-833f-e18f36a3565a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997750',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A4',
'odometer': 63282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 Avant Avant 2.0 TFSI Quattro Sport S tronic',
'transmission': 'automatic',
'trim': 'AUDI Avant Avant 2.0 TFSI Quattro Sport S tronic',
'vin': None,
'year': 2018}
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997750auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:47 [ecarstrade.be] INFO: Saving data for 6997750auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373768.653306, 'last_price_update_time': 1774475567.021858}
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997750auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f5c411b4-af7b-5257-8268-0679a5d54682 with identifier: 6998265auction110944
2026-03-25 21:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f5c411b4-af7b-5257-8268-0679a5d54682 with identifier: 6998265auction110944
2026-03-25 21:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f5c411b4-af7b-5257-8268-0679a5d54682 with identifier: 6998265auction110944 to the API
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998265>
{'auction_title': '',
'c_o_2_emission_value': 77,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Electric',
'id': 'f5c411b4-af7b-5257-8268-0679a5d54682',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998265',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X5',
'odometer': 105255,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X5 PHEV (F15) 2.0AS xDrive40e',
'transmission': 'automatic',
'trim': 'PHEV (F15) 2.0AS xDrive40e',
'vin': None,
'year': 2018}
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998265auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:47 [ecarstrade.be] INFO: Saving data for 6998265auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373758.23264, 'last_price_update_time': 1774475567.28244}
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998265auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc4992c2-7446-5bf9-b4ff-905bfaa77ddf with identifier: 6997742auction110944
2026-03-25 21:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc4992c2-7446-5bf9-b4ff-905bfaa77ddf with identifier: 6997742auction110944
2026-03-25 21:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc4992c2-7446-5bf9-b4ff-905bfaa77ddf with identifier: 6997742auction110944 to the API
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997742>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'bc4992c2-7446-5bf9-b4ff-905bfaa77ddf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997742',
'listing': 'auction',
'location': 'Belgium',
'make': 'SsangYong',
'model': 'Torres',
'odometer': 24574,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-25',
'seats_number': 5,
'seller_name': None,
'title': 'KGM / SSANGYONG Torres Torres 1.5 T-GDI Sapphire',
'transmission': 'automatic',
'trim': 'KGM / SSANGYONG 1.5 T-GDI Sapphire',
'vin': None,
'year': 2023}
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997742auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:47 [ecarstrade.be] INFO: Saving data for 6997742auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373763.202912, 'last_price_update_time': 1774475567.56097}
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997742auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 159e524f-ba42-56ae-875a-151cfe9ccd93 with identifier: 6997744auction110944
2026-03-25 21:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 159e524f-ba42-56ae-875a-151cfe9ccd93 with identifier: 6997744auction110944
2026-03-25 21:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 159e524f-ba42-56ae-875a-151cfe9ccd93 with identifier: 6997744auction110944 to the API
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997744>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '159e524f-ba42-56ae-875a-151cfe9ccd93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997744',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 67200,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf VII GTI Golf 2.0 TSI OPF DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN VII GTI 2.0 TSI OPF DSG',
'vin': None,
'year': 2019}
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997744auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:47 [ecarstrade.be] INFO: Saving data for 6997744auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373759.385184, 'last_price_update_time': 1774475567.833074}
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997744auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e229ccc2-1bb5-5b13-b31a-bb010f4f4e5d with identifier: 6998044auction110944
2026-03-25 21:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e229ccc2-1bb5-5b13-b31a-bb010f4f4e5d with scrape type 2
2026-03-25 21:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e229ccc2-1bb5-5b13-b31a-bb010f4f4e5d with scrape type 2
2026-03-25 21:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e229ccc2-1bb5-5b13-b31a-bb010f4f4e5d, identifier: 6998044auction110944
2026-03-25 21:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e229ccc2-1bb5-5b13-b31a-bb010f4f4e5d with identifier: 6998044auction110944
2026-03-25 21:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e229ccc2-1bb5-5b13-b31a-bb010f4f4e5d with identifier: 6998044auction110944
2026-03-25 21:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e229ccc2-1bb5-5b13-b31a-bb010f4f4e5d with identifier: 6998044auction110944 to the API
2026-03-25 21:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998044>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'e229ccc2-1bb5-5b13-b31a-bb010f4f4e5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998044',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Corsa',
'odometer': 125329,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa Corsa 1.2i Edition S/S (EU6AP)',
'transmission': 'manual',
'trim': 'OPEL 1.2i Edition S/S (EU6AP)',
'vin': None,
'year': 2021}
2026-03-25 21:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998044auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:48 [ecarstrade.be] INFO: Saving data for 6998044auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373756.1706, 'last_price_update_time': 1774475568.227519}
2026-03-25 21:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998044auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998045> (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-25 21:52:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:49 [ecarstrade.be] INFO: Extracting details for car 6998045auction110944
2026-03-25 21:52:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 273bbc9d-39c2-527d-ad4b-6be98880c473 with identifier: 6998045auction110944
2026-03-25 21:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 273bbc9d-39c2-527d-ad4b-6be98880c473 with scrape type 2
2026-03-25 21:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 273bbc9d-39c2-527d-ad4b-6be98880c473 with scrape type 2
2026-03-25 21:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 273bbc9d-39c2-527d-ad4b-6be98880c473, identifier: 6998045auction110944
2026-03-25 21:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 273bbc9d-39c2-527d-ad4b-6be98880c473 with identifier: 6998045auction110944
2026-03-25 21:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 273bbc9d-39c2-527d-ad4b-6be98880c473 with identifier: 6998045auction110944
2026-03-25 21:52:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 273bbc9d-39c2-527d-ad4b-6be98880c473 with identifier: 6998045auction110944 to the API
2026-03-25 21:52:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998045>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '273bbc9d-39c2-527d-ad4b-6be98880c473',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998045',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 97930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A 180 d Launch Edition (EU6d-TEMP)',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ d Launch Edition (EU6d-TEMP)',
'vin': None,
'year': 2019}
2026-03-25 21:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998045auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:49 [ecarstrade.be] INFO: Saving data for 6998045auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373755.603216, 'last_price_update_time': 1774475569.733381}
2026-03-25 21:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998045auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998266> (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-25 21:52:51 [ecarstrade.be] INFO: Extracting details for car 6998266auction110944
2026-03-25 21:52:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81cfd49b-5168-56a6-8d8d-ef2fb8c01431 with identifier: 6998266auction110944
2026-03-25 21:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81cfd49b-5168-56a6-8d8d-ef2fb8c01431 with scrape type 2
2026-03-25 21:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81cfd49b-5168-56a6-8d8d-ef2fb8c01431 with scrape type 2
2026-03-25 21:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81cfd49b-5168-56a6-8d8d-ef2fb8c01431, identifier: 6998266auction110944
2026-03-25 21:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81cfd49b-5168-56a6-8d8d-ef2fb8c01431 with identifier: 6998266auction110944
2026-03-25 21:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81cfd49b-5168-56a6-8d8d-ef2fb8c01431 with identifier: 6998266auction110944
2026-03-25 21:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81cfd49b-5168-56a6-8d8d-ef2fb8c01431 with identifier: 6998266auction110944 to the API
2026-03-25 21:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998266>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': '81cfd49b-5168-56a6-8d8d-ef2fb8c01431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998266',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 167441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-30',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Mondeo 5P/D Mondeo 1.5 EcoBoost Business Class (EU6.2)',
'transmission': 'manual',
'trim': 'FORD 5P/D 1.5 EcoBoost Business Class (EU6.2)',
'vin': None,
'year': 2019}
2026-03-25 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998266auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:52 [ecarstrade.be] INFO: Saving data for 6998266auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373756.660373, 'last_price_update_time': 1774475572.320375}
2026-03-25 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998266auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998267> (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-25 21:52:52 [ecarstrade.be] INFO: Extracting details for car 6998267auction110944
2026-03-25 21:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daa42303-0ecd-5b33-9e6f-9c47da790fb3 with identifier: 6998267auction110944
2026-03-25 21:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa42303-0ecd-5b33-9e6f-9c47da790fb3 with scrape type 2
2026-03-25 21:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daa42303-0ecd-5b33-9e6f-9c47da790fb3 with scrape type 2
2026-03-25 21:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: daa42303-0ecd-5b33-9e6f-9c47da790fb3, identifier: 6998267auction110944
2026-03-25 21:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: daa42303-0ecd-5b33-9e6f-9c47da790fb3 with identifier: 6998267auction110944
2026-03-25 21:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: daa42303-0ecd-5b33-9e6f-9c47da790fb3 with identifier: 6998267auction110944
2026-03-25 21:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: daa42303-0ecd-5b33-9e6f-9c47da790fb3 with identifier: 6998267auction110944 to the API
2026-03-25 21:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998267>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'daa42303-0ecd-5b33-9e6f-9c47da790fb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998267',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 87139,
'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': 'PEUGEOT 3008 1.5 BlueHDi Allure Pack',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BlueHDi Allure Pack',
'vin': None,
'year': 2022}
2026-03-25 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276998267auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:53 [ecarstrade.be] INFO: Saving data for 6998267auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373754.833745, 'last_price_update_time': 1774475573.009502}
2026-03-25 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998267auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998396> (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-25 21:52:54 [ecarstrade.be] INFO: Extracting details for car 6998396auction110944
2026-03-25 21:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61232e72-1e14-54ca-95e5-41408b6fc40f with identifier: 6998396auction110944
2026-03-25 21:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61232e72-1e14-54ca-95e5-41408b6fc40f with scrape type 2
2026-03-25 21:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61232e72-1e14-54ca-95e5-41408b6fc40f with scrape type 2
2026-03-25 21:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61232e72-1e14-54ca-95e5-41408b6fc40f, identifier: 6998396auction110944
2026-03-25 21:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61232e72-1e14-54ca-95e5-41408b6fc40f with identifier: 6998396auction110944
2026-03-25 21:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61232e72-1e14-54ca-95e5-41408b6fc40f with identifier: 6998396auction110944
2026-03-25 21:52:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61232e72-1e14-54ca-95e5-41408b6fc40f with identifier: 6998396auction110944 to the API
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998396>
{'auction_title': '',
'c_o_2_emission_value': 208,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': '61232e72-1e14-54ca-95e5-41408b6fc40f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998396',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 266836,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-16',
'seats_number': 8,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6.1 1400 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT High. 8Pl. DSG (EU6d-T)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6.1 1400 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT High. 8Pl. DSG (EU6d-T)',
'vin': None,
'year': 2021}
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998396auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:54 [ecarstrade.be] INFO: Saving data for 6998396auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373757.219334, 'last_price_update_time': 1774475574.447528}
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998396auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998841> (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-25 21:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998404> (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-25 21:52:54 [ecarstrade.be] INFO: Extracting details for car 6998841auction110944
2026-03-25 21:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8480ad6-e2ff-56c3-9617-72f0c180cc5e with identifier: 6998841auction110944
2026-03-25 21:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8480ad6-e2ff-56c3-9617-72f0c180cc5e with scrape type 2
2026-03-25 21:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8480ad6-e2ff-56c3-9617-72f0c180cc5e with scrape type 2
2026-03-25 21:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8480ad6-e2ff-56c3-9617-72f0c180cc5e, identifier: 6998841auction110944
2026-03-25 21:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8480ad6-e2ff-56c3-9617-72f0c180cc5e with identifier: 6998841auction110944
2026-03-25 21:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8480ad6-e2ff-56c3-9617-72f0c180cc5e with identifier: 6998841auction110944
2026-03-25 21:52:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8480ad6-e2ff-56c3-9617-72f0c180cc5e with identifier: 6998841auction110944 to the API
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998841>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'd8480ad6-e2ff-56c3-9617-72f0c180cc5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998841',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C3 Picasso',
'odometer': 103804,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-17',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 Picasso Picasso 1.4 VTi Seduction',
'transmission': 'manual',
'trim': 'CITROEN Picasso 1.4 VTi Seduction',
'vin': None,
'year': 2014}
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998841auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:54 [ecarstrade.be] INFO: Saving data for 6998841auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373766.915162, 'last_price_update_time': 1774475574.916002}
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998841auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:54 [ecarstrade.be] INFO: Extracting details for car 6998404auction110944
2026-03-25 21:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b105084c-63b8-50ce-87fd-2633b675a257 with identifier: 6998404auction110944
2026-03-25 21:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b105084c-63b8-50ce-87fd-2633b675a257 with scrape type 2
2026-03-25 21:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b105084c-63b8-50ce-87fd-2633b675a257 with scrape type 2
2026-03-25 21:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b105084c-63b8-50ce-87fd-2633b675a257, identifier: 6998404auction110944
2026-03-25 21:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b105084c-63b8-50ce-87fd-2633b675a257 with identifier: 6998404auction110944
2026-03-25 21:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b105084c-63b8-50ce-87fd-2633b675a257 with identifier: 6998404auction110944
2026-03-25 21:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b105084c-63b8-50ce-87fd-2633b675a257 with identifier: 6998404auction110944 to the API
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998404>
{'auction_title': '',
'c_o_2_emission_value': 208,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'b105084c-63b8-50ce-87fd-2633b675a257',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998404',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 109201,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6.1 1200 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Highline DSG (EU6d)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6.1 1200 Caravelle Lwb Transporter 2.0 TDi '
'SCR BMT Highline DSG (EU6d)',
'vin': None,
'year': 2024}
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998404auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:55 [ecarstrade.be] INFO: Saving data for 6998404auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373762.783575, 'last_price_update_time': 1774475575.281023}
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998404auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998840> (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-25 21:52:55 [ecarstrade.be] INFO: Extracting details for car 6998840auction110944
2026-03-25 21:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1481ccf2-d1c6-5e00-937f-f9fbff348747 with identifier: 6998840auction110944
2026-03-25 21:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1481ccf2-d1c6-5e00-937f-f9fbff348747 with scrape type 2
2026-03-25 21:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1481ccf2-d1c6-5e00-937f-f9fbff348747 with scrape type 2
2026-03-25 21:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1481ccf2-d1c6-5e00-937f-f9fbff348747, identifier: 6998840auction110944
2026-03-25 21:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1481ccf2-d1c6-5e00-937f-f9fbff348747 with identifier: 6998840auction110944
2026-03-25 21:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1481ccf2-d1c6-5e00-937f-f9fbff348747 with identifier: 6998840auction110944
2026-03-25 21:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1481ccf2-d1c6-5e00-937f-f9fbff348747 with identifier: 6998840auction110944 to the API
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998840>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '3.0L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1481ccf2-d1c6-5e00-937f-f9fbff348747',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998840',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q7',
'odometer': 17583,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q7 Audi Q7 SUV S line 60 TFSI e quattro 360(490) kW(pk) '
'tiptronic',
'transmission': 'automatic',
'trim': 'AUDI SUV S line 60 TFSI e quattro 360(490) kW(pk) tiptronic',
'vin': None,
'year': 2024}
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998840auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:55 [ecarstrade.be] INFO: Saving data for 6998840auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373761.769465, 'last_price_update_time': 1774475575.757612}
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998840auction110944') HTTP/1.1" 204 0
2026-03-25 21:52:56 [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-25 21:52:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:52:56 [ecarstrade.be] INFO: Found listing with ID: 6993917auction110929
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993917auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:56 [ecarstrade.be] INFO: Scrape type for 6993917auction110929: 0
2026-03-25 21:52:56 [ecarstrade.be] INFO: Found listing with ID: 6993940auction110929
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993940auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:56 [ecarstrade.be] INFO: Scrape type for 6993940auction110929: 0
2026-03-25 21:52:56 [ecarstrade.be] INFO: Found listing with ID: 6994147auction110929
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994147auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:56 [ecarstrade.be] INFO: Scrape type for 6994147auction110929: 0
2026-03-25 21:52:56 [ecarstrade.be] INFO: Found listing with ID: 6994060auction110929
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994060auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:56 [ecarstrade.be] INFO: Scrape type for 6994060auction110929: 0
2026-03-25 21:52:56 [ecarstrade.be] INFO: Found listing with ID: 6994200auction110929
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994200auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:56 [ecarstrade.be] INFO: Scrape type for 6994200auction110929: 0
2026-03-25 21:52:56 [ecarstrade.be] INFO: Found listing with ID: 6994203auction110929
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994203auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:56 [ecarstrade.be] INFO: Scrape type for 6994203auction110929: 0
2026-03-25 21:52:56 [ecarstrade.be] INFO: Found listing with ID: 6993903auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993903auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6993903auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6993911auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993911auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6993911auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6993941auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993941auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6993941auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6993960auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993960auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6993960auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6993982auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993982auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6993982auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6994193auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994193auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6994193auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6994031auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994031auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6994031auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6994185auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994185auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6994185auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6994136auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994136auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6994136auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6994135auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994135auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6994135auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6994064auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994064auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6994064auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6993920auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993920auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6993920auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6994051auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994051auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6994051auction110929: 0
2026-03-25 21:52:57 [ecarstrade.be] INFO: Found listing with ID: 6994038auction110929
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994038auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Scrape type for 6994038auction110929: 0
2026-03-25 21:52:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998399> (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-25 21:52:57 [ecarstrade.be] INFO: Extracting details for car 6998399auction110944
2026-03-25 21:52:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db2b55d4-c8ef-5297-9ca0-5c91598e2fe2 with identifier: 6998399auction110944
2026-03-25 21:52:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db2b55d4-c8ef-5297-9ca0-5c91598e2fe2 with scrape type 2
2026-03-25 21:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db2b55d4-c8ef-5297-9ca0-5c91598e2fe2 with scrape type 2
2026-03-25 21:52:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db2b55d4-c8ef-5297-9ca0-5c91598e2fe2, identifier: 6998399auction110944
2026-03-25 21:52:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db2b55d4-c8ef-5297-9ca0-5c91598e2fe2 with identifier: 6998399auction110944
2026-03-25 21:52:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db2b55d4-c8ef-5297-9ca0-5c91598e2fe2 with identifier: 6998399auction110944
2026-03-25 21:52:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db2b55d4-c8ef-5297-9ca0-5c91598e2fe2 with identifier: 6998399auction110944 to the API
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:52: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-25 21:52:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998399>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'db2b55d4-c8ef-5297-9ca0-5c91598e2fe2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998399',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 160487,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo Comfortline 1.2 TSI BlueMotion Technology 66 '
'kW (90 ch) 5 vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Comfortline 1.2 TSI BlueMotion Technology 66 kW (90 ch) '
'5 vitesses manuel',
'vin': None,
'year': 2016}
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998399auction110944%27 HTTP/1.1" 200 None
2026-03-25 21:52:57 [ecarstrade.be] INFO: Saving data for 6998399auction110944: {'auction_closing_time': 1774593600.0, 'created_time': 1774373757.791502, 'last_price_update_time': 1774475577.74684}
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998399auction110944') HTTP/1.1" 204 0
2026-03-25 21:53:04 [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-25 21:53:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994053auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994053auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994053auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994128auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994128auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994128auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6993986auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993986auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6993986auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994029auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994029auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994029auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994131auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994131auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994131auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6993958auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993958auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6993958auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6993962auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993962auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6993962auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994082auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994082auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994082auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994163auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994163auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994163auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994127auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994127auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994127auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994139auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994139auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994139auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994137auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994137auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994137auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994205auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994205auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994205auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6993953auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993953auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6993953auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994188auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994188auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994188auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994067auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994067auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994067auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994074auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994074auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994074auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6993914auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993914auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6993914auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994209auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994209auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:04 [ecarstrade.be] INFO: Scrape type for 6994209auction110929: 0
2026-03-25 21:53:04 [ecarstrade.be] INFO: Found listing with ID: 6994119auction110929
2026-03-25 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994119auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:05 [ecarstrade.be] INFO: Scrape type for 6994119auction110929: 0
2026-03-25 21:53:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:53:06 [scrapy.extensions.logstats] INFO: Crawled 810 pages (at 22 pages/min), scraped 715 items (at 14 items/min)
2026-03-25 21:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 301MiB
2026-03-25 21:53:12 [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-25 21:53:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6993947auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993947auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6993947auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994048auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994048auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994048auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994159auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994159auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994159auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6993909auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993909auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6993909auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994079auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994079auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994079auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994132auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994132auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994132auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994146auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994146auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994146auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6993939auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993939auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6993939auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994087auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994087auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994087auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6993935auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993935auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6993935auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994130auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994130auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994130auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6993933auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993933auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6993933auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994019auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994019auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994019auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994106auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994106auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994106auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6993977auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993977auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6993977auction110929: 0
2026-03-25 21:53:12 [ecarstrade.be] INFO: Found listing with ID: 6994016auction110929
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994016auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:12 [ecarstrade.be] INFO: Scrape type for 6994016auction110929: 0
2026-03-25 21:53:13 [ecarstrade.be] INFO: Found listing with ID: 6994141auction110929
2026-03-25 21:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994141auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:13 [ecarstrade.be] INFO: Scrape type for 6994141auction110929: 0
2026-03-25 21:53:13 [ecarstrade.be] INFO: Found listing with ID: 6993934auction110929
2026-03-25 21:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993934auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:13 [ecarstrade.be] INFO: Scrape type for 6993934auction110929: 0
2026-03-25 21:53:13 [ecarstrade.be] INFO: Found listing with ID: 6994014auction110929
2026-03-25 21:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994014auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:13 [ecarstrade.be] INFO: Scrape type for 6994014auction110929: 0
2026-03-25 21:53:13 [ecarstrade.be] INFO: Found listing with ID: 6994059auction110929
2026-03-25 21:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994059auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:13 [ecarstrade.be] INFO: Scrape type for 6994059auction110929: 0
2026-03-25 21:53:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:53:19 [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-25 21:53:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:53:19 [ecarstrade.be] INFO: Found listing with ID: 6993950auction110929
2026-03-25 21:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993950auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:19 [ecarstrade.be] INFO: Scrape type for 6993950auction110929: 0
2026-03-25 21:53:19 [ecarstrade.be] INFO: Found listing with ID: 6994056auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994056auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994056auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994093auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994093auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994093auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994166auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994166auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994166auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994103auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994103auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994103auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994011auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994011auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994011auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6993904auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993904auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6993904auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994083auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994083auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994083auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994111auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994111auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994111auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994124auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994124auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994124auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994108auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994108auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994108auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6993994auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993994auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6993994auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6993997auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993997auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6993997auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6993999auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993999auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6993999auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994115auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994115auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994115auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994110auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994110auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994110auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994176auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994176auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994176auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6993990auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993990auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6993990auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994157auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994157auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994157auction110929: 0
2026-03-25 21:53:20 [ecarstrade.be] INFO: Found listing with ID: 6994149auction110929
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994149auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:20 [ecarstrade.be] INFO: Scrape type for 6994149auction110929: 0
2026-03-25 21:53:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:53:27 [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-25 21:53:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:53:27 [ecarstrade.be] INFO: Found listing with ID: 6994113auction110929
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994113auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:27 [ecarstrade.be] INFO: Scrape type for 6994113auction110929: 0
2026-03-25 21:53:27 [ecarstrade.be] INFO: Found listing with ID: 6994100auction110929
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994100auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:27 [ecarstrade.be] INFO: Scrape type for 6994100auction110929: 0
2026-03-25 21:53:27 [ecarstrade.be] INFO: Found listing with ID: 6994091auction110929
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994091auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:27 [ecarstrade.be] INFO: Scrape type for 6994091auction110929: 0
2026-03-25 21:53:27 [ecarstrade.be] INFO: Found listing with ID: 6994153auction110929
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994153auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:27 [ecarstrade.be] INFO: Scrape type for 6994153auction110929: 0
2026-03-25 21:53:27 [ecarstrade.be] INFO: Found listing with ID: 6994142auction110929
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994142auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:27 [ecarstrade.be] INFO: Scrape type for 6994142auction110929: 0
2026-03-25 21:53:27 [ecarstrade.be] INFO: Found listing with ID: 6993974auction110929
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993974auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:27 [ecarstrade.be] INFO: Scrape type for 6993974auction110929: 0
2026-03-25 21:53:27 [ecarstrade.be] INFO: Found listing with ID: 6994001auction110929
2026-03-25 21:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994001auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994001auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994088auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994088auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994088auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994105auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994105auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994105auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994095auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994095auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994095auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994151auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994151auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994151auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994171auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994171auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994171auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994120auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994120auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994120auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994125auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994125auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994125auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994099auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994099auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994099auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994098auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994098auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994098auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6993971auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993971auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6993971auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6994123auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994123auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6994123auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6993993auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993993auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6993993auction110929: 0
2026-03-25 21:53:28 [ecarstrade.be] INFO: Found listing with ID: 6993969auction110929
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993969auction110929%27 HTTP/1.1" 200 None
2026-03-25 21:53:28 [ecarstrade.be] INFO: Scrape type for 6993969auction110929: 0
2026-03-25 21:53:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:53:35 [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-25 21:53:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000768auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000768auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000768auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000343auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000343auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000343auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000490auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000490auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000490auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000495auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000495auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000495auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000342auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000342auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000342auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000492auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000492auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000492auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000341auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000341auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000341auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000491auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000491auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000491auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000832auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000832auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000832auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000486auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000486auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000486auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000339auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000339auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000339auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000344auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000344auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000344auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000489auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000489auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000489auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000454auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000454auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000454auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000405auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000405auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000405auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000474auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000474auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000474auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000331auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000331auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000331auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000464auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000464auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000464auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000487auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000487auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000487auction111024: 0
2026-03-25 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 7000456auction111024
2026-03-25 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000456auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:35 [ecarstrade.be] INFO: Scrape type for 7000456auction111024: 0
2026-03-25 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-25 21:53:42 [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-25 21:53:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 7000443auction111024
2026-03-25 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000443auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:42 [ecarstrade.be] INFO: Scrape type for 7000443auction111024: 0
2026-03-25 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 7000325auction111024
2026-03-25 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000325auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:42 [ecarstrade.be] INFO: Scrape type for 7000325auction111024: 0
2026-03-25 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 7000484auction111024
2026-03-25 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000484auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:42 [ecarstrade.be] INFO: Scrape type for 7000484auction111024: 0
2026-03-25 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 7000481auction111024
2026-03-25 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000481auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:42 [ecarstrade.be] INFO: Scrape type for 7000481auction111024: 0
2026-03-25 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 7000483auction111024
2026-03-25 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000483auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:42 [ecarstrade.be] INFO: Scrape type for 7000483auction111024: 0
2026-03-25 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 7000480auction111024
2026-03-25 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000480auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:42 [ecarstrade.be] INFO: Scrape type for 7000480auction111024: 0
2026-03-25 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 7000777auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000777auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000777auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000438auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000438auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000438auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000478auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000478auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000478auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000840auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000840auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000840auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000353auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000353auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000353auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000488auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000488auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000488auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000479auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000479auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000479auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000496auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000496auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000496auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000348auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000348auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000348auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000388auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000388auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000388auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000406auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000406auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000406auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000370auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000370auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000370auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000346auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000346auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000346auction111024: 0
2026-03-25 21:53:43 [ecarstrade.be] INFO: Found listing with ID: 7000390auction111024
2026-03-25 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000390auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:43 [ecarstrade.be] INFO: Scrape type for 7000390auction111024: 0
2026-03-25 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-25 21:53:49 [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-25 21:53:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000497auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000497auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000497auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000337auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000337auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000337auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000797auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000797auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000797auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000455auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000455auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000455auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000368auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000368auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000368auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000321auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000321auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000321auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000369auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000369auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000369auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000827auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000827auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000827auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000833auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000833auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000833auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000393auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000393auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000393auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000477auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000477auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000477auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000332auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000332auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000332auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000835auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000835auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000835auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000815auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000815auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000815auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000814auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000814auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000814auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000327auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000327auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000327auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000485auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000485auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000485auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000780auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000780auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:49 [ecarstrade.be] INFO: Scrape type for 7000780auction111024: 0
2026-03-25 21:53:49 [ecarstrade.be] INFO: Found listing with ID: 7000476auction111024
2026-03-25 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000476auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:50 [ecarstrade.be] INFO: Scrape type for 7000476auction111024: 0
2026-03-25 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7000727auction111024
2026-03-25 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000727auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:50 [ecarstrade.be] INFO: Scrape type for 7000727auction111024: 0
2026-03-25 21:53:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:53:57 [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-25 21:53:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000841auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000841auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000841auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000324auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000324auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000324auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000394auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000394auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000394auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000502auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000502auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000502auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000806auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000806auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000806auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000329auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000329auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000329auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000462auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000462auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000462auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000322auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000322auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000322auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000366auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000366auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000366auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000442auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000442auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000442auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000471auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000471auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000471auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000360auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000360auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000360auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000459auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000459auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000459auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000743auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000743auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000743auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000784auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000784auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000784auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000402auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000402auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000402auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000441auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000441auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000441auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000320auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000320auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000320auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000334auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000334auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000334auction111024: 0
2026-03-25 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 7000345auction111024
2026-03-25 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000345auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:53:58 [ecarstrade.be] INFO: Scrape type for 7000345auction111024: 0
2026-03-25 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-25 21:54:04 [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-25 21:54:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000359auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000359auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000359auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000820auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000820auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000820auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000822auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000822auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000822auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000798auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000798auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000798auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000379auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000379auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000379auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000754auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000754auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000754auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000317auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000317auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000317auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000482auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000482auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000482auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000315auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000315auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000315auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000308auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000308auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000308auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000373auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000373auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000373auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000392auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000392auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000392auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000399auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000399auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000399auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000761auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000761auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000761auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000338auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000338auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000338auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000336auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000336auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000336auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000387auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000387auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000387auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000801auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000801auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000801auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000367auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000367auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000367auction111024: 0
2026-03-25 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 7000434auction111024
2026-03-25 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000434auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:04 [ecarstrade.be] INFO: Scrape type for 7000434auction111024: 0
2026-03-25 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-25 21:54:06 [scrapy.extensions.logstats] INFO: Crawled 818 pages (at 8 pages/min), scraped 715 items (at 0 items/min)
2026-03-25 21:54:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 304MiB
2026-03-25 21:54:10 [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-25 21:54:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000461auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000461auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000461auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000759auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000759auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000759auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000762auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000762auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000762auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000312auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000312auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000312auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000340auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000340auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000340auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000400auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000400auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000400auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000803auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000803auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000803auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000834auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000834auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000834auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000828auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000828auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000828auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000355auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000355auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000355auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000356auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000356auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000356auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000839auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000839auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000839auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000760auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000760auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000760auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000354auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000354auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000354auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000397auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000397auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000397auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000808auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000808auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000808auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000818auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000818auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000818auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000386auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000386auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000386auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000823auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000823auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000823auction111024: 0
2026-03-25 21:54:11 [ecarstrade.be] INFO: Found listing with ID: 7000824auction111024
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000824auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:11 [ecarstrade.be] INFO: Scrape type for 7000824auction111024: 0
2026-03-25 21:54:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:54:18 [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-25 21:54:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000377auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000377auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000377auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000758auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000758auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000758auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000307auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000307auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000307auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000503auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000503auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000503auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000398auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000398auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000398auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000452auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000452auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000452auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000838auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000838auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000838auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000313auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000313auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000313auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000333auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000333auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000333auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000395auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000395auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000395auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000837auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000837auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000837auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000330auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000330auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000330auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000378auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000378auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000378auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000389auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000389auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000389auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000311auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000311auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000311auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000358auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000358auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000358auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000470auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000470auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000470auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000734auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000734auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000734auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000773auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000773auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000773auction111024: 0
2026-03-25 21:54:18 [ecarstrade.be] INFO: Found listing with ID: 7000792auction111024
2026-03-25 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000792auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:18 [ecarstrade.be] INFO: Scrape type for 7000792auction111024: 0
2026-03-25 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-25 21:54:25 [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-25 21:54:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000831auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000831auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000831auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000465auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000465auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000465auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000384auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000384auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000384auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000451auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000451auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000451auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000473auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000473auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000473auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000802auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000802auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000802auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000335auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000335auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000335auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000376auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000376auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000376auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000381auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000381auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000381auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000365auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000365auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000365auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000375auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000375auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000375auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000391auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000391auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000391auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000800auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000800auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000800auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000323auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000323auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000323auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000380auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000380auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000380auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000444auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000444auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000444auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000781auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000781auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000781auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000448auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000448auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000448auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000469auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000469auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000469auction111024: 0
2026-03-25 21:54:25 [ecarstrade.be] INFO: Found listing with ID: 7000310auction111024
2026-03-25 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000310auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:25 [ecarstrade.be] INFO: Scrape type for 7000310auction111024: 0
2026-03-25 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-25 21:54:32 [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-25 21:54:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:54:32 [ecarstrade.be] INFO: Found listing with ID: 7000401auction111024
2026-03-25 21:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000401auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:32 [ecarstrade.be] INFO: Scrape type for 7000401auction111024: 0
2026-03-25 21:54:32 [ecarstrade.be] INFO: Found listing with ID: 7000693auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000693auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000693auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000364auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000364auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000364auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000807auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000807auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000807auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000829auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000829auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000829auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000385auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000385auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000385auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000726auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000726auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000726auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000463auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000463auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000463auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000314auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000314auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000314auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000363auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000363auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000363auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000826auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000826auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000826auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000472auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000472auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000472auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000498auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000498auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000498auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000819auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000819auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000819auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000475auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000475auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000475auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000747auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000747auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000747auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000775auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000775auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000775auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000836auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000836auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000836auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000499auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000499auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000499auction111024: 0
2026-03-25 21:54:33 [ecarstrade.be] INFO: Found listing with ID: 7000421auction111024
2026-03-25 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000421auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:33 [ecarstrade.be] INFO: Scrape type for 7000421auction111024: 0
2026-03-25 21:54:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:54:40 [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-25 21:54:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000785auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000785auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000785auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000796auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000796auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000796auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000813auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000813auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000813auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000318auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000318auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000318auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000766auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000766auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000766auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000362auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000362auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000362auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000457auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000457auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000457auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000771auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000771auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000771auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000795auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000795auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000795auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000382auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000382auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000382auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000810auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000810auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000810auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000309auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000309auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000309auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000316auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000316auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000316auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000328auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000328auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000328auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000422auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000422auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000422auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000439auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000439auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000439auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000493auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000493auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000493auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000504auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000504auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000504auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000778auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000778auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000778auction111024: 0
2026-03-25 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 7000791auction111024
2026-03-25 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000791auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:40 [ecarstrade.be] INFO: Scrape type for 7000791auction111024: 0
2026-03-25 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-25 21:54:47 [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-25 21:54:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000816auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000816auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000816auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000770auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000770auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000770auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000811auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000811auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000811auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000705auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000705auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000705auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000706auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000706auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000706auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000708auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000708auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000708auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000710auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000710auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000710auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000711auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000711auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000711auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000728auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000728auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000728auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000821auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000821auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000821auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000352auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000352auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000352auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000507auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000507auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000507auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000351auction111024
2026-03-25 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000351auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:47 [ecarstrade.be] INFO: Scrape type for 7000351auction111024: 0
2026-03-25 21:54:47 [ecarstrade.be] INFO: Found listing with ID: 7000347auction111024
2026-03-25 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000347auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:48 [ecarstrade.be] INFO: Scrape type for 7000347auction111024: 0
2026-03-25 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 7000349auction111024
2026-03-25 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000349auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:48 [ecarstrade.be] INFO: Scrape type for 7000349auction111024: 0
2026-03-25 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 7000372auction111024
2026-03-25 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000372auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:48 [ecarstrade.be] INFO: Scrape type for 7000372auction111024: 0
2026-03-25 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 7000396auction111024
2026-03-25 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000396auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:48 [ecarstrade.be] INFO: Scrape type for 7000396auction111024: 0
2026-03-25 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 7000458auction111024
2026-03-25 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000458auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:48 [ecarstrade.be] INFO: Scrape type for 7000458auction111024: 0
2026-03-25 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 7000501auction111024
2026-03-25 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000501auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:48 [ecarstrade.be] INFO: Scrape type for 7000501auction111024: 0
2026-03-25 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 7000707auction111024
2026-03-25 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000707auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:48 [ecarstrade.be] INFO: Scrape type for 7000707auction111024: 0
2026-03-25 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-25 21:54:54 [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-25 21:54:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000730auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000730auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000730auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000736auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000736auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000736auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000741auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000741auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000741auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000763auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000763auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000763auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000786auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000786auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000786auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000790auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000790auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000790auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000794auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000794auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000794auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000799auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000799auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000799auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000433auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000433auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000433auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000460auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000460auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000460auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000506auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000506auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000506auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000748auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000748auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000748auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000774auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000774auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000774auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000782auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000782auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000782auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000361auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000361auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000361auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000415auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000415auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000415auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000793auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000793auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000793auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000420auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000420auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000420auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000435auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000435auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000435auction111024: 0
2026-03-25 21:54:54 [ecarstrade.be] INFO: Found listing with ID: 7000445auction111024
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000445auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:54:54 [ecarstrade.be] INFO: Scrape type for 7000445auction111024: 0
2026-03-25 21:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:55:02 [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-25 21:55:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000729auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000729auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000729auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000751auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000751auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000751auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000752auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000752auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000752auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000446auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000446auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000446auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000500auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000500auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000500auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000825auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000825auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000825auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000709auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000709auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000709auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000757auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000757auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000757auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000437auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000437auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000437auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000695auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000695auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000695auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000722auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000722auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000722auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000817auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000817auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000817auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000440auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000440auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000440auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000505auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000505auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000505auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000735auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000735auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000735auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000742auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000742auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000742auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000783auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000783auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000783auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000731auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000731auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000731auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000749auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000749auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000749auction111024: 0
2026-03-25 21:55:02 [ecarstrade.be] INFO: Found listing with ID: 7000326auction111024
2026-03-25 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000326auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:02 [ecarstrade.be] INFO: Scrape type for 7000326auction111024: 0
2026-03-25 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-25 21:55:06 [scrapy.extensions.logstats] INFO: Crawled 826 pages (at 8 pages/min), scraped 715 items (at 0 items/min)
2026-03-25 21:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 304MiB
2026-03-25 21:55:08 [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-25 21:55:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000416auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000416auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000416auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000319auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000319auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000319auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000414auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000414auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000414auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000427auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000427auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000427auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000432auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000432auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000432auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000787auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000787auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000787auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000403auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000403auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000403auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000409auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000409auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000409auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000694auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000694auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000694auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000703auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000703auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000703auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000720auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000720auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000720auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000715auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000715auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000715auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000750auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000750auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000750auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000746auction111024
2026-03-25 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000746auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:08 [ecarstrade.be] INFO: Scrape type for 7000746auction111024: 0
2026-03-25 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7000350auction111024
2026-03-25 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000350auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:09 [ecarstrade.be] INFO: Scrape type for 7000350auction111024: 0
2026-03-25 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7000374auction111024
2026-03-25 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000374auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:09 [ecarstrade.be] INFO: Scrape type for 7000374auction111024: 0
2026-03-25 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7000383auction111024
2026-03-25 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000383auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:09 [ecarstrade.be] INFO: Scrape type for 7000383auction111024: 0
2026-03-25 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7000418auction111024
2026-03-25 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000418auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:09 [ecarstrade.be] INFO: Scrape type for 7000418auction111024: 0
2026-03-25 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7000733auction111024
2026-03-25 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000733auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:09 [ecarstrade.be] INFO: Scrape type for 7000733auction111024: 0
2026-03-25 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7000410auction111024
2026-03-25 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000410auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:09 [ecarstrade.be] INFO: Scrape type for 7000410auction111024: 0
2026-03-25 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-25 21:55:15 [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-25 21:55:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000700auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000700auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000700auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000702auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000702auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000702auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000704auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000704auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000704auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000739auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000739auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000739auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000740auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000740auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000740auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000756auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000756auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000756auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000494auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000494auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000494auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000411auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000411auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000411auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000417auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000417auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000417auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000697auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000697auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000697auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000723auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000723auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000723auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000701auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000701auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000701auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000788auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000788auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000788auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000412auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000412auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000412auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000804auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000804auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000804auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000413auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000413auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000413auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000738auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000738auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000738auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000745auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000745auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000745auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000407auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000407auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000407auction111024: 0
2026-03-25 21:55:15 [ecarstrade.be] INFO: Found listing with ID: 7000716auction111024
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000716auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:15 [ecarstrade.be] INFO: Scrape type for 7000716auction111024: 0
2026-03-25 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-25 21:55:23 [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-25 21:55:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000776auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000776auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000776auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000423auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000423auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000423auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000765auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000765auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000765auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000408auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000408auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000408auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000755auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000755auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000755auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000805auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000805auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000805auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000357auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000357auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000357auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000447auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000447auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000447auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000717auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000717auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000717auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000719auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000719auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000719auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000767auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000767auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000767auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000789auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000789auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000789auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000830auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000830auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000830auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000725auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000725auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000725auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000744auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000744auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000744auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000467auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000467auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000467auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000698auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000698auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000698auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000431auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000431auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000431auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000453auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000453auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000453auction111024: 0
2026-03-25 21:55:24 [ecarstrade.be] INFO: Found listing with ID: 7000436auction111024
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000436auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:24 [ecarstrade.be] INFO: Scrape type for 7000436auction111024: 0
2026-03-25 21:55:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:55:30 [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-25 21:55:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:30 [ecarstrade.be] INFO: Found listing with ID: 7000449auction111024
2026-03-25 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000449auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:30 [ecarstrade.be] INFO: Scrape type for 7000449auction111024: 0
2026-03-25 21:55:30 [ecarstrade.be] INFO: Found listing with ID: 7000732auction111024
2026-03-25 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000732auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:30 [ecarstrade.be] INFO: Scrape type for 7000732auction111024: 0
2026-03-25 21:55:30 [ecarstrade.be] INFO: Found listing with ID: 7000779auction111024
2026-03-25 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000779auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:30 [ecarstrade.be] INFO: Scrape type for 7000779auction111024: 0
2026-03-25 21:55:30 [ecarstrade.be] INFO: Found listing with ID: 7000753auction111024
2026-03-25 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000753auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:30 [ecarstrade.be] INFO: Scrape type for 7000753auction111024: 0
2026-03-25 21:55:30 [ecarstrade.be] INFO: Found listing with ID: 7000772auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000772auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000772auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000468auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000468auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000468auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000714auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000714auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000714auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000718auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000718auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000718auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000809auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000809auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000809auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000712auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000712auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000712auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000737auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000737auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000737auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000429auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000429auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000429auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000466auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000466auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000466auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000721auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000721auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000721auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000724auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000724auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000724auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000713auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000713auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000713auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000424auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000424auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000424auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000428auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000428auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000428auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000430auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000430auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000430auction111024: 0
2026-03-25 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7000812auction111024
2026-03-25 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000812auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:31 [ecarstrade.be] INFO: Scrape type for 7000812auction111024: 0
2026-03-25 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-25 21:55:38 [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-25 21:55:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 7000764auction111024
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000764auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 7000764auction111024: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 7000769auction111024
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000769auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 7000769auction111024: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 7000419auction111024
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000419auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 7000419auction111024: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 7000699auction111024
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000699auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 7000699auction111024: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 7000404auction111024
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000404auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 7000404auction111024: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 7000425auction111024
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000425auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 7000425auction111024: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 7000426auction111024
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000426auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 7000426auction111024: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 7000450auction111024
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000450auction111024%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 7000450auction111024: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994899auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994899auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994899auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994897auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994897auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994897auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994892auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994892auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994892auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994898auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994898auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994898auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994900auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994900auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994900auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994903auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994903auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994903auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994902auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994902auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994902auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994945auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994945auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994945auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994901auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994901auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994901auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994958auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994958auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994958auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994920auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994920auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994920auction110949: 0
2026-03-25 21:55:38 [ecarstrade.be] INFO: Found listing with ID: 6994891auction110949
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994891auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:38 [ecarstrade.be] INFO: Scrape type for 6994891auction110949: 0
2026-03-25 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-25 21:55:45 [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-25 21:55:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:45 [ecarstrade.be] INFO: Found listing with ID: 6994896auction110949
2026-03-25 21:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994896auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:45 [ecarstrade.be] INFO: Scrape type for 6994896auction110949: 0
2026-03-25 21:55:45 [ecarstrade.be] INFO: Found listing with ID: 6994923auction110949
2026-03-25 21:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994923auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:45 [ecarstrade.be] INFO: Scrape type for 6994923auction110949: 0
2026-03-25 21:55:45 [ecarstrade.be] INFO: Found listing with ID: 6994937auction110949
2026-03-25 21:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994937auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994937auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994968auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994968auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994968auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994982auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994982auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994982auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994988auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994988auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994988auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994909auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994909auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994909auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994980auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994980auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994980auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994990auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994990auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994990auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994895auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994895auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994895auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994985auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994985auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994985auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994894auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994894auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994894auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994986auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994986auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994986auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994989auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994989auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994989auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994955auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994955auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994955auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994987auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994987auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994987auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994984auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994984auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994984auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994983auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994983auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994983auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 6994991auction110949
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994991auction110949%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 6994991auction110949: 0
2026-03-25 21:55:46 [ecarstrade.be] INFO: Found listing with ID: 7001113auction111032
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001113auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:46 [ecarstrade.be] INFO: Scrape type for 7001113auction111032: 0
2026-03-25 21:55:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:55:52 [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-25 21:55:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001243auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001243auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001243auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001102auction111031
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001102auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001102auction111031: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001121auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001121auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001121auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001209auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001209auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001209auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001159auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001159auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001159auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001163auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001163auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001163auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001125auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001125auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001125auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001118auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001118auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001118auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001120auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001120auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001120auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001123auction111032
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001123auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:52 [ecarstrade.be] INFO: Scrape type for 7001123auction111032: 0
2026-03-25 21:55:52 [ecarstrade.be] INFO: Found listing with ID: 7001110auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001110auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001110auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001245auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001245auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001245auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001189auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001189auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001189auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001242auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001242auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001242auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001162auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001162auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001162auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001217auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001217auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001217auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001111auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001111auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001111auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001231auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001231auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001231auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001114auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001114auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001114auction111032: 0
2026-03-25 21:55:53 [ecarstrade.be] INFO: Found listing with ID: 7001142auction111032
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001142auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:53 [ecarstrade.be] INFO: Scrape type for 7001142auction111032: 0
2026-03-25 21:55:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:55:59 [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-25 21:55:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001165auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001165auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001165auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001218auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001218auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001218auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001122auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001122auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001122auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001126auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001126auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001126auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001239auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001239auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001239auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001184auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001184auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001184auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001198auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001198auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001198auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001146auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001146auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001146auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001175auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001175auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001175auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001230auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001230auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001230auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001240auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001240auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001240auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001124auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001124auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001124auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001201auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001201auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001201auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001219auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001219auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001219auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001229auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001229auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001229auction111032: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001082auction111031
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001082auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:55:59 [ecarstrade.be] INFO: Scrape type for 7001082auction111031: 0
2026-03-25 21:55:59 [ecarstrade.be] INFO: Found listing with ID: 7001186auction111032
2026-03-25 21:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001186auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:00 [ecarstrade.be] INFO: Scrape type for 7001186auction111032: 0
2026-03-25 21:56:00 [ecarstrade.be] INFO: Found listing with ID: 7001224auction111032
2026-03-25 21:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001224auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:00 [ecarstrade.be] INFO: Scrape type for 7001224auction111032: 0
2026-03-25 21:56:00 [ecarstrade.be] INFO: Found listing with ID: 7001099auction111031
2026-03-25 21:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001099auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:00 [ecarstrade.be] INFO: Scrape type for 7001099auction111031: 0
2026-03-25 21:56:00 [ecarstrade.be] INFO: Found listing with ID: 7001080auction111031
2026-03-25 21:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001080auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:00 [ecarstrade.be] INFO: Scrape type for 7001080auction111031: 0
2026-03-25 21:56:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:06 [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-25 21:56:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:56:06 [scrapy.extensions.logstats] INFO: Crawled 835 pages (at 9 pages/min), scraped 715 items (at 0 items/min)
2026-03-25 21:56:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 316MiB
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001172auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001172auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001172auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001156auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001156auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001156auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001157auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001157auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001157auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001211auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001211auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001211auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001081auction111031
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001081auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001081auction111031: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001115auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001115auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001115auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001116auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001116auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001116auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001088auction111031
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001088auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001088auction111031: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001117auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001117auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001117auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001096auction111031
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001096auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001096auction111031: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001197auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001197auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001197auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001194auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001194auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001194auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001237auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001237auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001237auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001234auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001234auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001234auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001119auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001119auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001119auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001091auction111031
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001091auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001091auction111031: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001150auction111032
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001150auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:06 [ecarstrade.be] INFO: Scrape type for 7001150auction111032: 0
2026-03-25 21:56:06 [ecarstrade.be] INFO: Found listing with ID: 7001238auction111032
2026-03-25 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001238auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:07 [ecarstrade.be] INFO: Scrape type for 7001238auction111032: 0
2026-03-25 21:56:07 [ecarstrade.be] INFO: Found listing with ID: 7001164auction111032
2026-03-25 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001164auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:07 [ecarstrade.be] INFO: Scrape type for 7001164auction111032: 0
2026-03-25 21:56:07 [ecarstrade.be] INFO: Found listing with ID: 7001196auction111032
2026-03-25 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001196auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:07 [ecarstrade.be] INFO: Scrape type for 7001196auction111032: 0
2026-03-25 21:56:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:13 [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-25 21:56:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001141auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001141auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001141auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001171auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001171auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001171auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001235auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001235auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001235auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001158auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001158auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001158auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001109auction111031
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001109auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001109auction111031: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001214auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001214auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001214auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001227auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001227auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001227auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001137auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001137auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001137auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001133auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001133auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001133auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001169auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001169auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001169auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001203auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001203auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001203auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001236auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001236auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001236auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001166auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001166auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001166auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001168auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001168auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001168auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001174auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001174auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001174auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001181auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001181auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001181auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001210auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001210auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001210auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001213auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001213auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001213auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001154auction111032
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001154auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001154auction111032: 0
2026-03-25 21:56:13 [ecarstrade.be] INFO: Found listing with ID: 7001098auction111031
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001098auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:13 [ecarstrade.be] INFO: Scrape type for 7001098auction111031: 0
2026-03-25 21:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:19 [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-25 21:56:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001106auction111031
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001106auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001106auction111031: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001108auction111031
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001108auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001108auction111031: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001220auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001220auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001220auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001140auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001140auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001140auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001204auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001204auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001204auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001208auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001208auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001208auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001187auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001187auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001187auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001200auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001200auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001200auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001145auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001145auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001145auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001205auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001205auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001205auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001167auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001167auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001167auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001073auction111031
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001073auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001073auction111031: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001075auction111031
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001075auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001075auction111031: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001139auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001139auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:19 [ecarstrade.be] INFO: Scrape type for 7001139auction111032: 0
2026-03-25 21:56:19 [ecarstrade.be] INFO: Found listing with ID: 7001153auction111032
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001153auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:20 [ecarstrade.be] INFO: Scrape type for 7001153auction111032: 0
2026-03-25 21:56:20 [ecarstrade.be] INFO: Found listing with ID: 7001173auction111032
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001173auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:20 [ecarstrade.be] INFO: Scrape type for 7001173auction111032: 0
2026-03-25 21:56:20 [ecarstrade.be] INFO: Found listing with ID: 7001185auction111032
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001185auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:20 [ecarstrade.be] INFO: Scrape type for 7001185auction111032: 0
2026-03-25 21:56:20 [ecarstrade.be] INFO: Found listing with ID: 7001206auction111032
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001206auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:20 [ecarstrade.be] INFO: Scrape type for 7001206auction111032: 0
2026-03-25 21:56:20 [ecarstrade.be] INFO: Found listing with ID: 7001127auction111032
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001127auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:20 [ecarstrade.be] INFO: Scrape type for 7001127auction111032: 0
2026-03-25 21:56:20 [ecarstrade.be] INFO: Found listing with ID: 7001212auction111032
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001212auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:20 [ecarstrade.be] INFO: Scrape type for 7001212auction111032: 0
2026-03-25 21:56:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:26 [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-25 21:56:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001192auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001192auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001192auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001215auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001215auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001215auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001128auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001128auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001128auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001144auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001144auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001144auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001170auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001170auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001170auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001094auction111031
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001094auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001094auction111031: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001105auction111031
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001105auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001105auction111031: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001138auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001138auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001138auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001134auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001134auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001134auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001199auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001199auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001199auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001078auction111031
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001078auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001078auction111031: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001176auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001176auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001176auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001092auction111031
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001092auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001092auction111031: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001202auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001202auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001202auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001207auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001207auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001207auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001085auction111031
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001085auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001085auction111031: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001095auction111031
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001095auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001095auction111031: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001178auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001178auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001178auction111032: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001101auction111031
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001101auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001101auction111031: 0
2026-03-25 21:56:26 [ecarstrade.be] INFO: Found listing with ID: 7001190auction111032
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001190auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:26 [ecarstrade.be] INFO: Scrape type for 7001190auction111032: 0
2026-03-25 21:56:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:34 [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-25 21:56:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001148auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001148auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001148auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001135auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001135auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001135auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001152auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001152auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001152auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001143auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001143auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001143auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001179auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001179auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001179auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001072auction111031
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001072auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001072auction111031: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001074auction111031
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001074auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001074auction111031: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001191auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001191auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001191auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001130auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001130auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001130auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001132auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001132auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001132auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001084auction111031
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001084auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001084auction111031: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001093auction111031
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001093auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001093auction111031: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001193auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001193auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001193auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001086auction111031
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001086auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001086auction111031: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001177auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001177auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001177auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001131auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001131auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001131auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001079auction111031
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001079auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001079auction111031: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001182auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001182auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001182auction111032: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001077auction111031
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001077auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001077auction111031: 0
2026-03-25 21:56:34 [ecarstrade.be] INFO: Found listing with ID: 7001129auction111032
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001129auction111032%27 HTTP/1.1" 200 None
2026-03-25 21:56:34 [ecarstrade.be] INFO: Scrape type for 7001129auction111032: 0
2026-03-25 21:56:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:44 [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-25 21:56:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7001076auction111031
2026-03-25 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001076auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:44 [ecarstrade.be] INFO: Scrape type for 7001076auction111031: 0
2026-03-25 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7001083auction111031
2026-03-25 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001083auction111031%27 HTTP/1.1" 200 None
2026-03-25 21:56:44 [ecarstrade.be] INFO: Scrape type for 7001083auction111031: 0
2026-03-25 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999259auction111006
2026-03-25 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999259auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:44 [ecarstrade.be] INFO: Scrape type for 6999259auction111006: 0
2026-03-25 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 6999261auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999261auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999261auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999277auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999277auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999277auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999278auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999278auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999278auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999457auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999457auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999457auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999458auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999458auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999458auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999460auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999460auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999460auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999461auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999461auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999461auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999462auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999462auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999462auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999463auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999463auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999463auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999468auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999468auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999468auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999469auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999469auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999469auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999470auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999470auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999470auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999472auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999472auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999472auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999570auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999570auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999570auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999572auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999572auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999572auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999573auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999573auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999573auction111006: 0
2026-03-25 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 6999575auction111006
2026-03-25 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999575auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:45 [ecarstrade.be] INFO: Scrape type for 6999575auction111006: 0
2026-03-25 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-25 21:56:51 [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-25 21:56:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 6999613auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999613auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 6999613auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 6999615auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999615auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 6999615auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 6999707auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999707auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 6999707auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000043auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000043auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000043auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000044auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000044auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000044auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000183auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000183auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000183auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000185auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000185auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000185auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000305auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000305auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000305auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000907auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000907auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000907auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000908auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000908auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000908auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000960auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000960auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000960auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7000961auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000961auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7000961auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7001062auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001062auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7001062auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7001063auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001063auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7001063auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7001064auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001064auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7001064auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7001065auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001065auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7001065auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7001344auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001344auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7001344auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7001393auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001393auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7001393auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7001949auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001949auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7001949auction111006: 0
2026-03-25 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7001952auction111006
2026-03-25 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277001952auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:51 [ecarstrade.be] INFO: Scrape type for 7001952auction111006: 0
2026-03-25 21:56:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:59 [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-25 21:56:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7001956auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001956auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7001956auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002132auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002132auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002132auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002134auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002134auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002134auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002136auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002136auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002136auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002137auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002137auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002137auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002140auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002140auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002140auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002399auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002399auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002399auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002433auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002433auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002433auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002434auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002434auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002434auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002435auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002435auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002435auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002444auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002444auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002444auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002469auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002469auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002469auction111006: 0
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002640auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002640auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002640auction111006: 1
2026-03-25 21:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002641auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002641auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002641auction111006: 1
2026-03-25 21:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002733auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002733auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002733auction111006: 1
2026-03-25 21:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002742auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002742auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002742auction111006: 1
2026-03-25 21:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002743auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002743auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002743auction111006: 1
2026-03-25 21:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002744auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002744auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002744auction111006: 1
2026-03-25 21:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002746auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002746auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002746auction111006: 1
2026-03-25 21:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:56:59 [ecarstrade.be] INFO: Found listing with ID: 7002763auction111006
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002763auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:56:59 [ecarstrade.be] INFO: Scrape type for 7002763auction111006: 1
2026-03-25 21:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002744> (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-25 21:57:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:05 [ecarstrade.be] INFO: Extracting details for car 7002744auction111006
2026-03-25 21:57:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa354334-ae3e-5aef-8ec7-93e638bd9683 with identifier: 7002744auction111006
2026-03-25 21:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa354334-ae3e-5aef-8ec7-93e638bd9683 with scrape type 1
2026-03-25 21:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fa354334-ae3e-5aef-8ec7-93e638bd9683
2026-03-25 21:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002744%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774460779%27 HTTP/1.1" 200 None
2026-03-25 21:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_000/780x0__r.jpg?hash=1774460779 not downloaded yet
2026-03-25 21:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002744%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774460779%27 HTTP/1.1" 200 None
2026-03-25 21:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_001/780x0__r.jpg?hash=1774460779 not downloaded yet
2026-03-25 21:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002744%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774460780%27 HTTP/1.1" 200 None
2026-03-25 21:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_002/780x0__r.jpg?hash=1774460780 not downloaded yet
2026-03-25 21:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002744%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774460780%27 HTTP/1.1" 200 None
2026-03-25 21:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_003/780x0__r.jpg?hash=1774460780 not downloaded yet
2026-03-25 21:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002744%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774460780%27 HTTP/1.1" 200 None
2026-03-25 21:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_004/780x0__r.jpg?hash=1774460780 not downloaded yet
2026-03-25 21:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002744%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774460780%27 HTTP/1.1" 200 None
2026-03-25 21:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_005/780x0__r.jpg?hash=1774460780 not downloaded yet
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002742> (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-25 21:57:06 [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-25 21:57:06 [ecarstrade.be] INFO: Extracting details for car 7002742auction111006
2026-03-25 21:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e with identifier: 7002742auction111006
2026-03-25 21:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e with scrape type 1
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002742%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774460768%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_000/780x0__r.jpg?hash=1774460768 not downloaded yet
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002742%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774460769%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_001/780x0__r.jpg?hash=1774460769 not downloaded yet
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 7002764auction111006
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002764auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 7002764auction111006: 1
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002742%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774460769%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_002/780x0__r.jpg?hash=1774460769 not downloaded yet
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999243auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999243auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999243auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999245auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999245auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999245auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999246auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999246auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999246auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999247auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999247auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999247auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999248auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999248auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999248auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999249auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999249auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999249auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999251auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999251auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999251auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999254auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999254auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999254auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999256auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999256auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999256auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999240auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999240auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999240auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999241auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999241auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999241auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6999242auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999242auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6999242auction101892: 0
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6994879auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994879auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6994879auction101892: 2
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002742%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774460769%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_003/780x0__r.jpg?hash=1774460769 not downloaded yet
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6994884auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994884auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6994884auction101892: 2
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002641> (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-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_001/780x0__r.jpg?hash=1774460779> (referer: https://ecarstrade.com/cars/7002744)
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002733> (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-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_000/780x0__r.jpg?hash=1774460779> (referer: https://ecarstrade.com/cars/7002744)
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002742%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774460769%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_004/780x0__r.jpg?hash=1774460769 not downloaded yet
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6994885auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994885auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6994885auction101892: 2
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002742%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774460769%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_005/780x0__r.jpg?hash=1774460769 not downloaded yet
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6994886auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994886auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6994886auction101892: 2
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6934350auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276934350auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6934350auction101892: 2
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_003/780x0__r.jpg?hash=1774460780> (referer: https://ecarstrade.com/cars/7002744)
2026-03-25 21:57:06 [scrapy.extensions.logstats] INFO: Crawled 850 pages (at 15 pages/min), scraped 715 items (at 0 items/min)
2026-03-25 21:57:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 21:57:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:06 [ecarstrade.be] INFO: Extracting details for car 7002641auction111006
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6994877auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994877auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6994877auction101892: 2
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_005/780x0__r.jpg?hash=1774460780> (referer: https://ecarstrade.com/cars/7002744)
2026-03-25 21:57:06 [ecarstrade.be] INFO: Extracting details for car 7002733auction111006
2026-03-25 21:57:06 [ecarstrade.be] INFO: Found listing with ID: 6994882auction101892
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994882auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [ecarstrade.be] INFO: Scrape type for 6994882auction101892: 2
2026-03-25 21:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 835cc948-61ce-51f3-a72d-8e7bb4379abc with identifier: 7002641auction111006
2026-03-25 21:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 835cc948-61ce-51f3-a72d-8e7bb4379abc with scrape type 1
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 835cc948-61ce-51f3-a72d-8e7bb4379abc
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002641%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774458018%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/780x0__r.jpg?hash=1774458018 not downloaded yet
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fa354334-ae3e-5aef-8ec7-93e638bd9683
2026-03-25 21:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7100e1c2-2c4a-51f3-b42a-d377466e4232 with identifier: 7002733auction111006
2026-03-25 21:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7100e1c2-2c4a-51f3-b42a-d377466e4232 with scrape type 1
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7100e1c2-2c4a-51f3-b42a-d377466e4232
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002733%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774459388%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_000/780x0__r.jpg?hash=1774459388 not downloaded yet
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fa354334-ae3e-5aef-8ec7-93e638bd9683
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002641%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774458018%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_001/780x0__r.jpg?hash=1774458018 not downloaded yet
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002733%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774459389%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_001/780x0__r.jpg?hash=1774459389 not downloaded yet
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_000/780x0__r.jpg?hash=1774460768> (referer: https://ecarstrade.com/cars/7002742)
2026-03-25 21:57:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002641%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774458018%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_002/780x0__r.jpg?hash=1774458018 not downloaded yet
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002733%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774459389%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_002/780x0__r.jpg?hash=1774459389 not downloaded yet
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fa354334-ae3e-5aef-8ec7-93e638bd9683
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002641%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774458019%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_003/780x0__r.jpg?hash=1774458019 not downloaded yet
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002733%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774459389%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_003/780x0__r.jpg?hash=1774459389 not downloaded yet
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002640> (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-25 21:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fa354334-ae3e-5aef-8ec7-93e638bd9683
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002641%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774458019%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_004/780x0__r.jpg?hash=1774458019 not downloaded yet
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002733%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774459389%27 HTTP/1.1" 200 None
2026-03-25 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_004/780x0__r.jpg?hash=1774459389 not downloaded yet
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_002/780x0__r.jpg?hash=1774460780> (referer: https://ecarstrade.com/cars/7002744)
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002743> (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-25 21:57:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_004/780x0__r.jpg?hash=1774460780> (referer: https://ecarstrade.com/cars/7002744)
2026-03-25 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002641%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774458019%27 HTTP/1.1" 200 None
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_005/780x0__r.jpg?hash=1774458019 not downloaded yet
2026-03-25 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002733%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774459389%27 HTTP/1.1" 200 None
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_005/780x0__r.jpg?hash=1774459389 not downloaded yet
2026-03-25 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-25 21:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e
2026-03-25 21:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_001/780x0__r.jpg?hash=1774460769> (referer: https://ecarstrade.com/cars/7002742)
2026-03-25 21:57:07 [ecarstrade.be] INFO: Extracting details for car 7002640auction111006
2026-03-25 21:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60882f16-249f-5b92-90f8-97ebdd5ed0ac with identifier: 7002640auction111006
2026-03-25 21:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60882f16-249f-5b92-90f8-97ebdd5ed0ac with scrape type 1
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60882f16-249f-5b92-90f8-97ebdd5ed0ac
2026-03-25 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002640%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774458011%27 HTTP/1.1" 200 None
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_000/780x0__r.jpg?hash=1774458011 not downloaded yet
2026-03-25 21:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_003/780x0__r.jpg?hash=1774460769> (referer: https://ecarstrade.com/cars/7002742)
2026-03-25 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002640%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774458012%27 HTTP/1.1" 200 None
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_001/780x0__r.jpg?hash=1774458012 not downloaded yet
2026-03-25 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-25 21:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_002/780x0__r.jpg?hash=1774460769> (referer: https://ecarstrade.com/cars/7002742)
2026-03-25 21:57:07 [ecarstrade.be] INFO: Extracting details for car 7002743auction111006
2026-03-25 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-25 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002640%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774458012%27 HTTP/1.1" 200 None
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_002/780x0__r.jpg?hash=1774458012 not downloaded yet
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fa354334-ae3e-5aef-8ec7-93e638bd9683
2026-03-25 21:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94c700ca-c5f6-595a-b7b1-a371891f69d8 with identifier: 7002743auction111006
2026-03-25 21:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c700ca-c5f6-595a-b7b1-a371891f69d8 with scrape type 1
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 94c700ca-c5f6-595a-b7b1-a371891f69d8
2026-03-25 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002743%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774460775%27 HTTP/1.1" 200 None
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/780x0__r.jpg?hash=1774460775 not downloaded yet
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fa354334-ae3e-5aef-8ec7-93e638bd9683
2026-03-25 21:57:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa354334-ae3e-5aef-8ec7-93e638bd9683, skipping ID generation
2026-03-25 21:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa354334-ae3e-5aef-8ec7-93e638bd9683 with scrape type 1
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa354334-ae3e-5aef-8ec7-93e638bd9683 sending to next pipeline
2026-03-25 21:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa354334-ae3e-5aef-8ec7-93e638bd9683, identifier: 7002744auction111006
2026-03-25 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7002640%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774458012%27 HTTP/1.1" 200 None
2026-03-25 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_003/780x0__r.jpg?hash=1774458012 not downloaded yet
2026-03-25 21:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa354334-ae3e-5aef-8ec7-93e638bd9683 with identifier: 7002744auction111006
2026-03-25 21:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa354334-ae3e-5aef-8ec7-93e638bd9683 with identifier: 7002744auction111006
2026-03-25 21:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa354334-ae3e-5aef-8ec7-93e638bd9683 with identifier: 7002744auction111006 to the API
2026-03-25 21:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_004/780x0__r.jpg?hash=1774460780>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': 'fa354334-ae3e-5aef-8ec7-93e638bd9683',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002744',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mazda',
'model': 'CX-5',
'odometer': 25201,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-06',
'seats_number': 5,
'seller_name': None,
'title': 'MAZDA CX-5 2.0i e-SKYACTIV-G MHE 2WD Takumi',
'transmission': 'automatic',
'trim': 'MAZDA 2.0i e-SKYACTIV-G MHE 2WD Takumi',
'vin': None,
'year': 2024}
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002744auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [ecarstrade.be] INFO: Saving data for 7002744auction111006: {'created_time': 1774475828.148199, 'last_price_update_time': 1774475828.14821, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002744auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002743%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774460775%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_001/780x0__r.jpg?hash=1774460775 not downloaded yet
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002640%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774458014%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_004/780x0__r.jpg?hash=1774458014 not downloaded yet
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002746> (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-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002743%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774460775%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_002/780x0__r.jpg?hash=1774460775 not downloaded yet
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002640%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774458014%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_005/780x0__r.jpg?hash=1774458014 not downloaded yet
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002743%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774460775%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_003/780x0__r.jpg?hash=1774460775 not downloaded yet
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002743%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774460775%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_004/780x0__r.jpg?hash=1774460775 not downloaded yet
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002743%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774460776%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_005/780x0__r.jpg?hash=1774460776 not downloaded yet
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_000/780x0__r.jpg?hash=1774459388> (referer: https://ecarstrade.com/cars/7002733)
2026-03-25 21:57:08 [ecarstrade.be] INFO: Extracting details for car 7002746auction111006
2026-03-25 21:57:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dda885b-d643-54c6-a244-e52e5b734873 with identifier: 7002746auction111006
2026-03-25 21:57:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dda885b-d643-54c6-a244-e52e5b734873 with scrape type 1
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3dda885b-d643-54c6-a244-e52e5b734873
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002746%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774462990%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/780x0__r.jpg?hash=1774462990 not downloaded yet
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002746%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774462990%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_001/780x0__r.jpg?hash=1774462990 not downloaded yet
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002746%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774462990%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_002/780x0__r.jpg?hash=1774462990 not downloaded yet
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002746%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774462990%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_003/780x0__r.jpg?hash=1774462990 not downloaded yet
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002746%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774462990%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_004/780x0__r.jpg?hash=1774462990 not downloaded yet
2026-03-25 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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%252F7000001-7010000%252F7002746%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774462991%27 HTTP/1.1" 200 None
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_005/780x0__r.jpg?hash=1774462991 not downloaded yet
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_002/780x0__r.jpg?hash=1774459389> (referer: https://ecarstrade.com/cars/7002733)
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7100e1c2-2c4a-51f3-b42a-d377466e4232
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_003/780x0__r.jpg?hash=1774459389> (referer: https://ecarstrade.com/cars/7002733)
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7100e1c2-2c4a-51f3-b42a-d377466e4232
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_004/780x0__r.jpg?hash=1774459389> (referer: https://ecarstrade.com/cars/7002733)
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7100e1c2-2c4a-51f3-b42a-d377466e4232
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_004/780x0__r.jpg?hash=1774458019> (referer: https://ecarstrade.com/cars/7002641)
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7100e1c2-2c4a-51f3-b42a-d377466e4232
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_005/780x0__r.jpg?hash=1774459389> (referer: https://ecarstrade.com/cars/7002733)
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_000/780x0__r.jpg?hash=1774458011> (referer: https://ecarstrade.com/cars/7002640)
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 835cc948-61ce-51f3-a72d-8e7bb4379abc
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_005/780x0__r.jpg?hash=1774458019> (referer: https://ecarstrade.com/cars/7002641)
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7100e1c2-2c4a-51f3-b42a-d377466e4232
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_004/780x0__r.jpg?hash=1774458014> (referer: https://ecarstrade.com/cars/7002640)
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60882f16-249f-5b92-90f8-97ebdd5ed0ac
2026-03-25 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_005/780x0__r.jpg?hash=1774460776> (referer: https://ecarstrade.com/cars/7002743)
2026-03-25 21:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 835cc948-61ce-51f3-a72d-8e7bb4379abc
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_005/780x0__r.jpg?hash=1774462991> (referer: https://ecarstrade.com/cars/7002746)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60882f16-249f-5b92-90f8-97ebdd5ed0ac
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_004/780x0__r.jpg?hash=1774462990> (referer: https://ecarstrade.com/cars/7002746)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 94c700ca-c5f6-595a-b7b1-a371891f69d8
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_003/780x0__r.jpg?hash=1774462990> (referer: https://ecarstrade.com/cars/7002746)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3dda885b-d643-54c6-a244-e52e5b734873
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_002/780x0__r.jpg?hash=1774462990> (referer: https://ecarstrade.com/cars/7002746)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3dda885b-d643-54c6-a244-e52e5b734873
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_001/780x0__r.jpg?hash=1774462990> (referer: https://ecarstrade.com/cars/7002746)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3dda885b-d643-54c6-a244-e52e5b734873
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3dda885b-d643-54c6-a244-e52e5b734873
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/780x0__r.jpg?hash=1774462990> (referer: https://ecarstrade.com/cars/7002746)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3dda885b-d643-54c6-a244-e52e5b734873
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_004/780x0__r.jpg?hash=1774460775> (referer: https://ecarstrade.com/cars/7002743)
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_003/780x0__r.jpg?hash=1774460775> (referer: https://ecarstrade.com/cars/7002743)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3dda885b-d643-54c6-a244-e52e5b734873
2026-03-25 21:57:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3dda885b-d643-54c6-a244-e52e5b734873, skipping ID generation
2026-03-25 21:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dda885b-d643-54c6-a244-e52e5b734873 with scrape type 1
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3dda885b-d643-54c6-a244-e52e5b734873 sending to next pipeline
2026-03-25 21:57:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3dda885b-d643-54c6-a244-e52e5b734873, identifier: 7002746auction111006
2026-03-25 21:57:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3dda885b-d643-54c6-a244-e52e5b734873 with identifier: 7002746auction111006
2026-03-25 21:57:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:57:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3dda885b-d643-54c6-a244-e52e5b734873 with identifier: 7002746auction111006
2026-03-25 21:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3dda885b-d643-54c6-a244-e52e5b734873 with identifier: 7002746auction111006 to the API
2026-03-25 21:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/780x0__r.jpg?hash=1774462990>
{'auction_title': '',
'c_o_2_emission_value': 163,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '3dda885b-d643-54c6-a244-e52e5b734873',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002746',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C3',
'odometer': 138488,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-05-19',
'seats_number': 4,
'seller_name': None,
'title': 'CITROEN C3 Pluriel Pluriel 1.4i',
'transmission': 'manual',
'trim': 'CITROEN Pluriel Pluriel 1.4i',
'vin': None,
'year': 2005}
2026-03-25 21:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002746auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:09 [ecarstrade.be] INFO: Saving data for 7002746auction111006: {'created_time': 1774475829.799032, 'last_price_update_time': 1774475829.799042, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002746auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_005/780x0__r.jpg?hash=1774458014> (referer: https://ecarstrade.com/cars/7002640)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 94c700ca-c5f6-595a-b7b1-a371891f69d8
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 94c700ca-c5f6-595a-b7b1-a371891f69d8
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_002/780x0__r.jpg?hash=1774460775> (referer: https://ecarstrade.com/cars/7002743)
2026-03-25 21:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60882f16-249f-5b92-90f8-97ebdd5ed0ac
2026-03-25 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_001/780x0__r.jpg?hash=1774460775> (referer: https://ecarstrade.com/cars/7002743)
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 94c700ca-c5f6-595a-b7b1-a371891f69d8
2026-03-25 21:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_003/780x0__r.jpg?hash=1774458012> (referer: https://ecarstrade.com/cars/7002640)
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 94c700ca-c5f6-595a-b7b1-a371891f69d8
2026-03-25 21:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/780x0__r.jpg?hash=1774460775> (referer: https://ecarstrade.com/cars/7002743)
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60882f16-249f-5b92-90f8-97ebdd5ed0ac
2026-03-25 21:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_002/780x0__r.jpg?hash=1774458012> (referer: https://ecarstrade.com/cars/7002640)
2026-03-25 21:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_001/780x0__r.jpg?hash=1774458012> (referer: https://ecarstrade.com/cars/7002640)
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 94c700ca-c5f6-595a-b7b1-a371891f69d8
2026-03-25 21:57:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94c700ca-c5f6-595a-b7b1-a371891f69d8, skipping ID generation
2026-03-25 21:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c700ca-c5f6-595a-b7b1-a371891f69d8 with scrape type 1
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 94c700ca-c5f6-595a-b7b1-a371891f69d8 sending to next pipeline
2026-03-25 21:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94c700ca-c5f6-595a-b7b1-a371891f69d8, identifier: 7002743auction111006
2026-03-25 21:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_003/780x0__r.jpg?hash=1774458019> (referer: https://ecarstrade.com/cars/7002641)
2026-03-25 21:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94c700ca-c5f6-595a-b7b1-a371891f69d8 with identifier: 7002743auction111006
2026-03-25 21:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94c700ca-c5f6-595a-b7b1-a371891f69d8 with identifier: 7002743auction111006
2026-03-25 21:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94c700ca-c5f6-595a-b7b1-a371891f69d8 with identifier: 7002743auction111006 to the API
2026-03-25 21:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/780x0__r.jpg?hash=1774460775>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': '94c700ca-c5f6-595a-b7b1-a371891f69d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002743',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 234909,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Tiguan Sport & Style 2.0 TDI BlueMotion '
'Technology 81 kW (110 pk) 6 versnellingen manueel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Sport & Style 2.0 TDI BlueMotion Technology 81 kW (110 '
'pk) 6 versnellingen manueel',
'vin': None,
'year': 2014}
2026-03-25 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002743auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:10 [ecarstrade.be] INFO: Saving data for 7002743auction111006: {'created_time': 1774475830.68714, 'last_price_update_time': 1774475830.68715, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002743auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60882f16-249f-5b92-90f8-97ebdd5ed0ac
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60882f16-249f-5b92-90f8-97ebdd5ed0ac
2026-03-25 21:57:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60882f16-249f-5b92-90f8-97ebdd5ed0ac, skipping ID generation
2026-03-25 21:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60882f16-249f-5b92-90f8-97ebdd5ed0ac with scrape type 1
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60882f16-249f-5b92-90f8-97ebdd5ed0ac sending to next pipeline
2026-03-25 21:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60882f16-249f-5b92-90f8-97ebdd5ed0ac, identifier: 7002640auction111006
2026-03-25 21:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 835cc948-61ce-51f3-a72d-8e7bb4379abc
2026-03-25 21:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60882f16-249f-5b92-90f8-97ebdd5ed0ac with identifier: 7002640auction111006
2026-03-25 21:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60882f16-249f-5b92-90f8-97ebdd5ed0ac with identifier: 7002640auction111006
2026-03-25 21:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60882f16-249f-5b92-90f8-97ebdd5ed0ac with identifier: 7002640auction111006 to the API
2026-03-25 21:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_001/780x0__r.jpg?hash=1774458012>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '60882f16-249f-5b92-90f8-97ebdd5ed0ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002640',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '320',
'odometer': 100327,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 320 320iAS OPF',
'transmission': 'automatic',
'trim': 'iAS OPF',
'vin': None,
'year': 2019}
2026-03-25 21:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002640auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:11 [ecarstrade.be] INFO: Saving data for 7002640auction111006: {'created_time': 1774475831.123046, 'last_price_update_time': 1774475831.123058, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002640auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_002/780x0__r.jpg?hash=1774458018> (referer: https://ecarstrade.com/cars/7002641)
2026-03-25 21:57:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_001/780x0__r.jpg?hash=1774459389> (referer: https://ecarstrade.com/cars/7002733)
2026-03-25 21:57:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 835cc948-61ce-51f3-a72d-8e7bb4379abc
2026-03-25 21:57:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_001/780x0__r.jpg?hash=1774458018> (referer: https://ecarstrade.com/cars/7002641)
2026-03-25 21:57:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7100e1c2-2c4a-51f3-b42a-d377466e4232
2026-03-25 21:57:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7100e1c2-2c4a-51f3-b42a-d377466e4232, skipping ID generation
2026-03-25 21:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7100e1c2-2c4a-51f3-b42a-d377466e4232 with scrape type 1
2026-03-25 21:57:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7100e1c2-2c4a-51f3-b42a-d377466e4232 sending to next pipeline
2026-03-25 21:57:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7100e1c2-2c4a-51f3-b42a-d377466e4232, identifier: 7002733auction111006
2026-03-25 21:57:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7100e1c2-2c4a-51f3-b42a-d377466e4232 with identifier: 7002733auction111006
2026-03-25 21:57:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7100e1c2-2c4a-51f3-b42a-d377466e4232 with identifier: 7002733auction111006
2026-03-25 21:57:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7100e1c2-2c4a-51f3-b42a-d377466e4232 with identifier: 7002733auction111006 to the API
2026-03-25 21:57:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_001/780x0__r.jpg?hash=1774459389>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Electric',
'id': '7100e1c2-2c4a-51f3-b42a-d377466e4232',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002733',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'EV6',
'odometer': 93504,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 77.4 kWh RWD Air',
'transmission': 'automatic',
'trim': 'KIA 77.4 kWh RWD Air',
'vin': None,
'year': 2022}
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002733auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:12 [ecarstrade.be] INFO: Saving data for 7002733auction111006: {'created_time': 1774475832.192328, 'last_price_update_time': 1774475832.192338, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002733auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/780x0__r.jpg?hash=1774458018> (referer: https://ecarstrade.com/cars/7002641)
2026-03-25 21:57:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 835cc948-61ce-51f3-a72d-8e7bb4379abc
2026-03-25 21:57:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 835cc948-61ce-51f3-a72d-8e7bb4379abc
2026-03-25 21:57:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 835cc948-61ce-51f3-a72d-8e7bb4379abc, skipping ID generation
2026-03-25 21:57:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 835cc948-61ce-51f3-a72d-8e7bb4379abc with scrape type 1
2026-03-25 21:57:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 835cc948-61ce-51f3-a72d-8e7bb4379abc sending to next pipeline
2026-03-25 21:57:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 835cc948-61ce-51f3-a72d-8e7bb4379abc, identifier: 7002641auction111006
2026-03-25 21:57:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 835cc948-61ce-51f3-a72d-8e7bb4379abc with identifier: 7002641auction111006
2026-03-25 21:57:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 835cc948-61ce-51f3-a72d-8e7bb4379abc with identifier: 7002641auction111006
2026-03-25 21:57:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 835cc948-61ce-51f3-a72d-8e7bb4379abc with identifier: 7002641auction111006 to the API
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/780x0__r.jpg?hash=1774458018>
{'auction_title': '',
'c_o_2_emission_value': 220,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': '835cc948-61ce-51f3-a72d-8e7bb4379abc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002641',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 34739,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6.1 1200 Fou Lwb Bestelwagen Dubbele Cabine '
'Trendline - 2.0 TDi - 150 pk - DSG - Lange Wielbasis',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6.1 1200 Fou Lwb Bestelwagen Dubbele Cabine '
'Trendline - 2.0 TDi - 150 pk - DSG - Lange Wielbasis',
'vin': None,
'year': 2020}
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002641auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:12 [ecarstrade.be] INFO: Saving data for 7002641auction111006: {'created_time': 1774475832.744048, 'last_price_update_time': 1774475832.744058, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002641auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:13 [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-25 21:57:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994879> (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-25 21:57:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:57:13 [ecarstrade.be] INFO: Found listing with ID: 6994883auction101892
2026-03-25 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994883auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:13 [ecarstrade.be] INFO: Scrape type for 6994883auction101892: 2
2026-03-25 21:57:13 [ecarstrade.be] INFO: Found listing with ID: 6980466auction101892
2026-03-25 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980466auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:13 [ecarstrade.be] INFO: Scrape type for 6980466auction101892: 0
2026-03-25 21:57:13 [ecarstrade.be] INFO: Found listing with ID: 6980464auction101892
2026-03-25 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980464auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:13 [ecarstrade.be] INFO: Scrape type for 6980464auction101892: 0
2026-03-25 21:57:13 [ecarstrade.be] INFO: Found listing with ID: 6980463auction101892
2026-03-25 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980463auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:13 [ecarstrade.be] INFO: Scrape type for 6980463auction101892: 0
2026-03-25 21:57:13 [ecarstrade.be] INFO: Found listing with ID: 6980469auction101892
2026-03-25 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980469auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:13 [ecarstrade.be] INFO: Scrape type for 6980469auction101892: 0
2026-03-25 21:57:13 [ecarstrade.be] INFO: Found listing with ID: 6980467auction101892
2026-03-25 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980467auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:13 [ecarstrade.be] INFO: Scrape type for 6980467auction101892: 0
2026-03-25 21:57:13 [ecarstrade.be] INFO: Found listing with ID: 6984154auction101892
2026-03-25 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984154auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:13 [ecarstrade.be] INFO: Scrape type for 6984154auction101892: 2
2026-03-25 21:57:13 [ecarstrade.be] INFO: Extracting details for car 6994879auction101892
2026-03-25 21:57:13 [ecarstrade.be] INFO: Found listing with ID: 6984171auction101892
2026-03-25 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984171auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:13 [ecarstrade.be] INFO: Scrape type for 6984171auction101892: 2
2026-03-25 21:57:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_005/780x0__r.jpg?hash=1774460769> (referer: https://ecarstrade.com/cars/7002742)
2026-03-25 21:57:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb65f7fa-44f4-59f7-ba96-cb166df117eb with identifier: 6994879auction101892
2026-03-25 21:57:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb65f7fa-44f4-59f7-ba96-cb166df117eb with scrape type 2
2026-03-25 21:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb65f7fa-44f4-59f7-ba96-cb166df117eb with scrape type 2
2026-03-25 21:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb65f7fa-44f4-59f7-ba96-cb166df117eb, identifier: 6994879auction101892
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6990827auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990827auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6990827auction101892: 2
2026-03-25 21:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb65f7fa-44f4-59f7-ba96-cb166df117eb with identifier: 6994879auction101892
2026-03-25 21:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb65f7fa-44f4-59f7-ba96-cb166df117eb with identifier: 6994879auction101892
2026-03-25 21:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb65f7fa-44f4-59f7-ba96-cb166df117eb with identifier: 6994879auction101892 to the API
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994879>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'fb65f7fa-44f4-59f7-ba96-cb166df117eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994879',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 94905,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'C3 Société Feel 1.5 BlueHDI 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Société Feel 1.5 BlueHDI 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994879auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Saving data for 6994879auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774373307.539149, 'last_price_update_time': 1774475834.401602}
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994879auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6990832auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990832auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6990832auction101892: 2
2026-03-25 21:57:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6990833auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990833auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6990833auction101892: 2
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6990834auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990834auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6990834auction101892: 2
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6990835auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990835auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6990835auction101892: 2
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6990836auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990836auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6990836auction101892: 2
2026-03-25 21:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994884> (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-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6980474auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980474auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6980474auction101892: 0
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6980470auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980470auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6980470auction101892: 0
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6980461auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980461auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6980461auction101892: 0
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6984165auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984165auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6984165auction101892: 2
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6984169auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984169auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6984169auction101892: 2
2026-03-25 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 6984170auction101892
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984170auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:14 [ecarstrade.be] INFO: Scrape type for 6984170auction101892: 2
2026-03-25 21:57:14 [ecarstrade.be] INFO: Extracting details for car 6994884auction101892
2026-03-25 21:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 634a1b23-f495-5109-baa5-a93162cfd665 with identifier: 6994884auction101892
2026-03-25 21:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634a1b23-f495-5109-baa5-a93162cfd665 with scrape type 2
2026-03-25 21:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 634a1b23-f495-5109-baa5-a93162cfd665 with scrape type 2
2026-03-25 21:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 634a1b23-f495-5109-baa5-a93162cfd665, identifier: 6994884auction101892
2026-03-25 21:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 634a1b23-f495-5109-baa5-a93162cfd665 with identifier: 6994884auction101892
2026-03-25 21:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 634a1b23-f495-5109-baa5-a93162cfd665 with identifier: 6994884auction101892
2026-03-25 21:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 634a1b23-f495-5109-baa5-a93162cfd665 with identifier: 6994884auction101892 to the API
2026-03-25 21:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994884>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '634a1b23-f495-5109-baa5-a93162cfd665',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994884',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 79605,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sandero III Stepway Confort 1.0 TCe 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Sandero III Stepway Confort 1.0 TCe 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994884auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [ecarstrade.be] INFO: Saving data for 6994884auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774373309.473949, 'last_price_update_time': 1774475835.041197}
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994884auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_004/780x0__r.jpg?hash=1774460769> (referer: https://ecarstrade.com/cars/7002742)
2026-03-25 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002763> (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-25 21:57:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e
2026-03-25 21:57:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e, skipping ID generation
2026-03-25 21:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e with scrape type 1
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e sending to next pipeline
2026-03-25 21:57:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e, identifier: 7002742auction111006
2026-03-25 21:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e with identifier: 7002742auction111006
2026-03-25 21:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e with identifier: 7002742auction111006
2026-03-25 21:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e with identifier: 7002742auction111006 to the API
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_004/780x0__r.jpg?hash=1774460769>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': 'f3fbae0b-c377-5b6f-a236-e8ae70fc0b9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002742',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Rio',
'odometer': 113698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Rio - 2021 Rio 1.2i',
'transmission': 'manual',
'trim': 'KIA - 2021 1.2i',
'vin': None,
'year': 2021}
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002742auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [ecarstrade.be] INFO: Saving data for 7002742auction111006: {'created_time': 1774475835.65977, 'last_price_update_time': 1774475835.65978, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002742auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:15 [ecarstrade.be] INFO: Extracting details for car 7002763auction111006
2026-03-25 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002764> (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-25 21:57:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d409c25-f253-51db-a56b-8fae1307538b with identifier: 7002763auction111006
2026-03-25 21:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d409c25-f253-51db-a56b-8fae1307538b with scrape type 1
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0d409c25-f253-51db-a56b-8fae1307538b
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002763%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774466589%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_000/780x0__r.jpg?hash=1774466589 not downloaded yet
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002763%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774466589%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_001/780x0__r.jpg?hash=1774466589 not downloaded yet
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002763%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774466589%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_002/780x0__r.jpg?hash=1774466589 not downloaded yet
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002763%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774466590%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_003/780x0__r.jpg?hash=1774466590 not downloaded yet
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002763%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774466590%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_004/780x0__r.jpg?hash=1774466590 not downloaded yet
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002763%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774466590%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_005/780x0__r.jpg?hash=1774466590 not downloaded yet
2026-03-25 21:57:15 [ecarstrade.be] INFO: Extracting details for car 7002764auction111006
2026-03-25 21:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d8c4eec-042a-5547-bae9-f6fa5aecd951 with identifier: 7002764auction111006
2026-03-25 21:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d8c4eec-042a-5547-bae9-f6fa5aecd951 with scrape type 1
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6d8c4eec-042a-5547-bae9-f6fa5aecd951
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002764%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774470189%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_000/780x0__r.jpg?hash=1774470189 not downloaded yet
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002764%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774470189%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_002/780x0__r.jpg?hash=1774470189 not downloaded yet
2026-03-25 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994886> (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-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002764%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774470189%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_003/780x0__r.jpg?hash=1774470189 not downloaded yet
2026-03-25 21:57:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002764%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774470190%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_004/780x0__r.jpg?hash=1774470190 not downloaded yet
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002764%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774470190%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_005/780x0__r.jpg?hash=1774470190 not downloaded yet
2026-03-25 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7002764%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774470190%27 HTTP/1.1" 200 None
2026-03-25 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_006/780x0__r.jpg?hash=1774470190 not downloaded yet
2026-03-25 21:57:16 [ecarstrade.be] INFO: Extracting details for car 6994886auction101892
2026-03-25 21:57:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a89cc024-2ae7-5d90-ab57-be0a6c45ca9e with identifier: 6994886auction101892
2026-03-25 21:57:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a89cc024-2ae7-5d90-ab57-be0a6c45ca9e with scrape type 2
2026-03-25 21:57:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a89cc024-2ae7-5d90-ab57-be0a6c45ca9e with scrape type 2
2026-03-25 21:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a89cc024-2ae7-5d90-ab57-be0a6c45ca9e, identifier: 6994886auction101892
2026-03-25 21:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a89cc024-2ae7-5d90-ab57-be0a6c45ca9e with identifier: 6994886auction101892
2026-03-25 21:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a89cc024-2ae7-5d90-ab57-be0a6c45ca9e with identifier: 6994886auction101892
2026-03-25 21:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a89cc024-2ae7-5d90-ab57-be0a6c45ca9e with identifier: 6994886auction101892 to the API
2026-03-25 21:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994886>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a89cc024-2ae7-5d90-ab57-be0a6c45ca9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994886',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 45843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'ALFA ROMEO Tonale / 2022 / 5P / SUV 1.5T Hybrid 160 TCT7 Ed. '
'Speciale(SP)',
'transmission': 'automatic',
'trim': 'ALFA ROMEO / 2022 / 5P / SUV 1.5T Hybrid 160 TCT7 Ed. Speciale(SP)',
'vin': None,
'year': 2022}
2026-03-25 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994886auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:16 [ecarstrade.be] INFO: Saving data for 6994886auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774373310.23419, 'last_price_update_time': 1774475836.404066}
2026-03-25 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994886auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994882> (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-25 21:57:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:19 [ecarstrade.be] INFO: Extracting details for car 6994882auction101892
2026-03-25 21:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5dfd1c4-a9d4-5dd0-a231-e4d202f420c0 with identifier: 6994882auction101892
2026-03-25 21:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5dfd1c4-a9d4-5dd0-a231-e4d202f420c0 with scrape type 2
2026-03-25 21:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5dfd1c4-a9d4-5dd0-a231-e4d202f420c0 with scrape type 2
2026-03-25 21:57:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a5dfd1c4-a9d4-5dd0-a231-e4d202f420c0, identifier: 6994882auction101892
2026-03-25 21:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a5dfd1c4-a9d4-5dd0-a231-e4d202f420c0 with identifier: 6994882auction101892
2026-03-25 21:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a5dfd1c4-a9d4-5dd0-a231-e4d202f420c0 with identifier: 6994882auction101892
2026-03-25 21:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a5dfd1c4-a9d4-5dd0-a231-e4d202f420c0 with identifier: 6994882auction101892 to the API
2026-03-25 21:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994882>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'a5dfd1c4-a9d4-5dd0-a231-e4d202f420c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994882',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'BMW',
'model': '116',
'odometer': 47530,
'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': '1 Berline 116 d Business Design 1.5 115CV BVM6 E6d',
'transmission': 'manual',
'trim': '1 Berline d Business Design 1.5 115CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-25 21:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:19 [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-25 21:57:19 [ecarstrade.be] INFO: Saving data for 6994882auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774373336.35373, 'last_price_update_time': 1774475839.730792}
2026-03-25 21:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994882auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994877> (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-25 21:57:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:20 [ecarstrade.be] INFO: Extracting details for car 6994877auction101892
2026-03-25 21:57:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0278c48-17b4-526e-8966-f55ff9b70292 with identifier: 6994877auction101892
2026-03-25 21:57:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0278c48-17b4-526e-8966-f55ff9b70292 with scrape type 2
2026-03-25 21:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0278c48-17b4-526e-8966-f55ff9b70292 with scrape type 2
2026-03-25 21:57:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0278c48-17b4-526e-8966-f55ff9b70292, identifier: 6994877auction101892
2026-03-25 21:57:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0278c48-17b4-526e-8966-f55ff9b70292 with identifier: 6994877auction101892
2026-03-25 21:57:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0278c48-17b4-526e-8966-f55ff9b70292 with identifier: 6994877auction101892
2026-03-25 21:57:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0278c48-17b4-526e-8966-f55ff9b70292 with identifier: 6994877auction101892 to the API
2026-03-25 21:57:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994877>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'c0278c48-17b4-526e-8966-f55ff9b70292',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994877',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 31106,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.0 TCe 100CV BVM6 E6d / GPL',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV BVM6 E6d / GPL',
'vin': None,
'year': 2022}
2026-03-25 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:21 [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-25 21:57:21 [ecarstrade.be] INFO: Saving data for 6994877auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774373324.530893, 'last_price_update_time': 1774475841.073339}
2026-03-25 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994877auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994885> (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-25 21:57:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984154> (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-25 21:57:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:21 [ecarstrade.be] INFO: Extracting details for car 6994885auction101892
2026-03-25 21:57:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c13fe91-d561-5b83-b6df-315fb1e91f65 with identifier: 6994885auction101892
2026-03-25 21:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c13fe91-d561-5b83-b6df-315fb1e91f65 with scrape type 2
2026-03-25 21:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c13fe91-d561-5b83-b6df-315fb1e91f65 with scrape type 2
2026-03-25 21:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c13fe91-d561-5b83-b6df-315fb1e91f65, identifier: 6994885auction101892
2026-03-25 21:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c13fe91-d561-5b83-b6df-315fb1e91f65 with identifier: 6994885auction101892
2026-03-25 21:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c13fe91-d561-5b83-b6df-315fb1e91f65 with identifier: 6994885auction101892
2026-03-25 21:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c13fe91-d561-5b83-b6df-315fb1e91f65 with identifier: 6994885auction101892 to the API
2026-03-25 21:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994885>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2c13fe91-d561-5b83-b6df-315fb1e91f65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994885',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 67588,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 R-Line',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 R-Line',
'vin': None,
'year': 2022}
2026-03-25 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:21 [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-25 21:57:21 [ecarstrade.be] INFO: Saving data for 6994885auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774373308.962834, 'last_price_update_time': 1774475841.836764}
2026-03-25 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994885auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:21 [ecarstrade.be] INFO: Extracting details for car 6984154auction101892
2026-03-25 21:57:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42bdb039-ecf9-50dd-81bf-39585d946e4a with identifier: 6984154auction101892
2026-03-25 21:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42bdb039-ecf9-50dd-81bf-39585d946e4a with scrape type 2
2026-03-25 21:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42bdb039-ecf9-50dd-81bf-39585d946e4a with scrape type 2
2026-03-25 21:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42bdb039-ecf9-50dd-81bf-39585d946e4a, identifier: 6984154auction101892
2026-03-25 21:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42bdb039-ecf9-50dd-81bf-39585d946e4a with identifier: 6984154auction101892
2026-03-25 21:57:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 21:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42bdb039-ecf9-50dd-81bf-39585d946e4a with identifier: 6984154auction101892
2026-03-25 21:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42bdb039-ecf9-50dd-81bf-39585d946e4a with identifier: 6984154auction101892 to the API
2026-03-25 21:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984154>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'LPG',
'id': '42bdb039-ecf9-50dd-81bf-39585d946e4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984154',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 23204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio / 2019 / 5P / Berline Evolution TCe 100 GPL',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 5P / Berline Evolution TCe 100 GPL',
'vin': None,
'year': 2022}
2026-03-25 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984154auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:22 [ecarstrade.be] INFO: Saving data for 6984154auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017295.024644, 'last_price_update_time': 1774475842.268561}
2026-03-25 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984154auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994883> (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-25 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-25 21:57:22 [ecarstrade.be] INFO: Extracting details for car 6994883auction101892
2026-03-25 21:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31553897-1100-5578-8e96-d75b5a01c529 with identifier: 6994883auction101892
2026-03-25 21:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31553897-1100-5578-8e96-d75b5a01c529 with scrape type 2
2026-03-25 21:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31553897-1100-5578-8e96-d75b5a01c529 with scrape type 2
2026-03-25 21:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31553897-1100-5578-8e96-d75b5a01c529, identifier: 6994883auction101892
2026-03-25 21:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31553897-1100-5578-8e96-d75b5a01c529 with identifier: 6994883auction101892
2026-03-25 21:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31553897-1100-5578-8e96-d75b5a01c529 with identifier: 6994883auction101892
2026-03-25 21:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31553897-1100-5578-8e96-d75b5a01c529 with identifier: 6994883auction101892 to the API
2026-03-25 21:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994883>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '31553897-1100-5578-8e96-d75b5a01c529',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994883',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '116',
'odometer': 37325,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 1 / 2019 / 5P / Berline 116d DKG7 Business Design',
'transmission': 'automatic',
'trim': 'Série 1 / 2019 / 5P / Berline d DKG7 Business Design',
'vin': None,
'year': 2022}
2026-03-25 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276994883auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:22 [ecarstrade.be] INFO: Saving data for 6994883auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774373333.530733, 'last_price_update_time': 1774475842.795327}
2026-03-25 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994883auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984171> (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-25 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-25 21:57:22 [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-25 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-25 21:57:22 [ecarstrade.be] INFO: Extracting details for car 6984171auction101892
2026-03-25 21:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c92552a-1bb9-5abc-b559-1088856dee13 with identifier: 6984171auction101892
2026-03-25 21:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c92552a-1bb9-5abc-b559-1088856dee13 with scrape type 2
2026-03-25 21:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c92552a-1bb9-5abc-b559-1088856dee13 with scrape type 2
2026-03-25 21:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c92552a-1bb9-5abc-b559-1088856dee13, identifier: 6984171auction101892
2026-03-25 21:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c92552a-1bb9-5abc-b559-1088856dee13 with identifier: 6984171auction101892
2026-03-25 21:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c92552a-1bb9-5abc-b559-1088856dee13 with identifier: 6984171auction101892
2026-03-25 21:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c92552a-1bb9-5abc-b559-1088856dee13 with identifier: 6984171auction101892 to the API
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984171>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '5c92552a-1bb9-5abc-b559-1088856dee13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984171',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 37136,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Kangoo / 2021 / 4P / Fourgonnette Extra - Blue dCi95 Sésame '
'Ouvre Toi',
'transmission': 'manual',
'trim': 'RENAULT / 2021 / 4P / Fourgonnette Extra - Blue dCi95 Sésame Ouvre '
'Toi',
'vin': None,
'year': 2022}
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984171auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Saving data for 6984171auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017295.445367, 'last_price_update_time': 1774475843.351895}
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984171auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6984156auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984156auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6984156auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990102auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990102auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990094auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990094auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990100auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990100auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990103auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990103auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990104auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990104auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990106auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990106auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990110auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990110auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990114auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990114auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990114auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990117auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990117auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990082auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990082auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990082auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990083auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990083auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990084auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990084auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990084auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6990088auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6990088auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6984163auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984163auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6984163auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6984164auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984164auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6984164auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6984157auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984157auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6984157auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6984158auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984158auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6984158auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6892353auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6892353auction101892: 2
2026-03-25 21:57:23 [ecarstrade.be] INFO: Found listing with ID: 6886607auction101892
2026-03-25 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:23 [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-25 21:57:23 [ecarstrade.be] INFO: Scrape type for 6886607auction101892: 2
2026-03-25 21:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990827> (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-25 21:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_002/780x0__r.jpg?hash=1774470189> (referer: https://ecarstrade.com/cars/7002764)
2026-03-25 21:57:26 [ecarstrade.be] INFO: Extracting details for car 6990827auction101892
2026-03-25 21:57:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20740ca1-1f32-5c0a-9dd4-8776a6c56fde with identifier: 6990827auction101892
2026-03-25 21:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20740ca1-1f32-5c0a-9dd4-8776a6c56fde with scrape type 2
2026-03-25 21:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20740ca1-1f32-5c0a-9dd4-8776a6c56fde with scrape type 2
2026-03-25 21:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20740ca1-1f32-5c0a-9dd4-8776a6c56fde, identifier: 6990827auction101892
2026-03-25 21:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20740ca1-1f32-5c0a-9dd4-8776a6c56fde with identifier: 6990827auction101892
2026-03-25 21:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20740ca1-1f32-5c0a-9dd4-8776a6c56fde with identifier: 6990827auction101892
2026-03-25 21:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20740ca1-1f32-5c0a-9dd4-8776a6c56fde with identifier: 6990827auction101892 to the API
2026-03-25 21:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990827>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '20740ca1-1f32-5c0a-9dd4-8776a6c56fde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990827',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C4',
'odometer': 71199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C4 X / 2022 / 4P / Berline PureTech 130 S&S EAT8 Feel Pack',
'transmission': 'automatic',
'trim': 'CITROEN X / 2022 / 4P / Berline PureTech 130 S&S EAT8 Feel Pack',
'vin': None,
'year': 2023}
2026-03-25 21:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:26 [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-25 21:57:26 [ecarstrade.be] INFO: Saving data for 6990827auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774284813.118998, 'last_price_update_time': 1774475846.973525}
2026-03-25 21:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990827auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_006/780x0__r.jpg?hash=1774470190> (referer: https://ecarstrade.com/cars/7002764)
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6d8c4eec-042a-5547-bae9-f6fa5aecd951
2026-03-25 21:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_005/780x0__r.jpg?hash=1774470190> (referer: https://ecarstrade.com/cars/7002764)
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6d8c4eec-042a-5547-bae9-f6fa5aecd951
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6d8c4eec-042a-5547-bae9-f6fa5aecd951
2026-03-25 21:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_004/780x0__r.jpg?hash=1774470190> (referer: https://ecarstrade.com/cars/7002764)
2026-03-25 21:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_003/780x0__r.jpg?hash=1774470189> (referer: https://ecarstrade.com/cars/7002764)
2026-03-25 21:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990832> (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-25 21:57:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6d8c4eec-042a-5547-bae9-f6fa5aecd951
2026-03-25 21:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_005/780x0__r.jpg?hash=1774466590> (referer: https://ecarstrade.com/cars/7002763)
2026-03-25 21:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_000/780x0__r.jpg?hash=1774470189> (referer: https://ecarstrade.com/cars/7002764)
2026-03-25 21:57:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6d8c4eec-042a-5547-bae9-f6fa5aecd951
2026-03-25 21:57:27 [ecarstrade.be] INFO: Extracting details for car 6990832auction101892
2026-03-25 21:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_004/780x0__r.jpg?hash=1774466590> (referer: https://ecarstrade.com/cars/7002763)
2026-03-25 21:57:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d69a64f0-f4fa-5285-924f-1a3620879db9 with identifier: 6990832auction101892
2026-03-25 21:57:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d69a64f0-f4fa-5285-924f-1a3620879db9 with scrape type 2
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d69a64f0-f4fa-5285-924f-1a3620879db9 with scrape type 2
2026-03-25 21:57:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d69a64f0-f4fa-5285-924f-1a3620879db9, identifier: 6990832auction101892
2026-03-25 21:57:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d69a64f0-f4fa-5285-924f-1a3620879db9 with identifier: 6990832auction101892
2026-03-25 21:57:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d69a64f0-f4fa-5285-924f-1a3620879db9 with identifier: 6990832auction101892
2026-03-25 21:57:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d69a64f0-f4fa-5285-924f-1a3620879db9 with identifier: 6990832auction101892 to the API
2026-03-25 21:57:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990832>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd69a64f0-f4fa-5285-924f-1a3620879db9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990832',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 56015,
'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': 'MERCEDES-BENZ Classe A Compact / 2018 / 5P / Berline A 250 e '
'Progressive Line 8G-DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe A Compact / 2018 / 5P / Berline A 250 e '
'Progressive Line 8G-DCT',
'vin': None,
'year': 2022}
2026-03-25 21:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57: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-25 21:57:27 [ecarstrade.be] INFO: Saving data for 6990832auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774284812.302806, 'last_price_update_time': 1774475847.818767}
2026-03-25 21:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990832auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0d409c25-f253-51db-a56b-8fae1307538b
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6d8c4eec-042a-5547-bae9-f6fa5aecd951
2026-03-25 21:57:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d8c4eec-042a-5547-bae9-f6fa5aecd951, skipping ID generation
2026-03-25 21:57:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d8c4eec-042a-5547-bae9-f6fa5aecd951 with scrape type 1
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d8c4eec-042a-5547-bae9-f6fa5aecd951 sending to next pipeline
2026-03-25 21:57:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d8c4eec-042a-5547-bae9-f6fa5aecd951, identifier: 7002764auction111006
2026-03-25 21:57:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0d409c25-f253-51db-a56b-8fae1307538b
2026-03-25 21:57:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d8c4eec-042a-5547-bae9-f6fa5aecd951 with identifier: 7002764auction111006
2026-03-25 21:57:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d8c4eec-042a-5547-bae9-f6fa5aecd951 with identifier: 7002764auction111006
2026-03-25 21:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d8c4eec-042a-5547-bae9-f6fa5aecd951 with identifier: 7002764auction111006 to the API
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_000/780x0__r.jpg?hash=1774470189>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Diesel',
'id': '6d8c4eec-042a-5547-bae9-f6fa5aecd951',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002764',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 210813,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-30',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Maxi Life 2PLC Dsl Caddy Maxi Life 1.6 CR TDi Maxi '
'Cup',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Maxi Life 2PLC Dsl Maxi Life 1.6 CR TDi Maxi Cup',
'vin': None,
'year': 2014}
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002764auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:28 [ecarstrade.be] INFO: Saving data for 7002764auction111006: {'created_time': 1774475848.255161, 'last_price_update_time': 1774475848.255174, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002764auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990833> (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-25 21:57:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:28 [ecarstrade.be] INFO: Extracting details for car 6990833auction101892
2026-03-25 21:57:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e43c4163-fe4b-5a7e-82d6-5f45fe5f2140 with identifier: 6990833auction101892
2026-03-25 21:57:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e43c4163-fe4b-5a7e-82d6-5f45fe5f2140 with scrape type 2
2026-03-25 21:57:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e43c4163-fe4b-5a7e-82d6-5f45fe5f2140 with scrape type 2
2026-03-25 21:57:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e43c4163-fe4b-5a7e-82d6-5f45fe5f2140, identifier: 6990833auction101892
2026-03-25 21:57:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e43c4163-fe4b-5a7e-82d6-5f45fe5f2140 with identifier: 6990833auction101892
2026-03-25 21:57:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e43c4163-fe4b-5a7e-82d6-5f45fe5f2140 with identifier: 6990833auction101892
2026-03-25 21:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e43c4163-fe4b-5a7e-82d6-5f45fe5f2140 with identifier: 6990833auction101892 to the API
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990833>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'e43c4163-fe4b-5a7e-82d6-5f45fe5f2140',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990833',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X1',
'odometer': 97855,
'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': 'BMW X1 / 2022 / 5P / SUV xDrive23i M Sport DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV xDrive23i M Sport DKG7',
'vin': None,
'year': 2024}
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:28 [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-25 21:57:28 [ecarstrade.be] INFO: Saving data for 6990833auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774284815.19397, 'last_price_update_time': 1774475848.741958}
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990833auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984170> (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-25 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-25 21:57:29 [ecarstrade.be] INFO: Extracting details for car 6984170auction101892
2026-03-25 21:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 454ab830-7384-5124-a47e-7e1ee41e63c8 with identifier: 6984170auction101892
2026-03-25 21:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 454ab830-7384-5124-a47e-7e1ee41e63c8 with scrape type 2
2026-03-25 21:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 454ab830-7384-5124-a47e-7e1ee41e63c8 with scrape type 2
2026-03-25 21:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 454ab830-7384-5124-a47e-7e1ee41e63c8, identifier: 6984170auction101892
2026-03-25 21:57:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 454ab830-7384-5124-a47e-7e1ee41e63c8 with identifier: 6984170auction101892
2026-03-25 21:57:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 454ab830-7384-5124-a47e-7e1ee41e63c8 with identifier: 6984170auction101892
2026-03-25 21:57:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 454ab830-7384-5124-a47e-7e1ee41e63c8 with identifier: 6984170auction101892 to the API
2026-03-25 21:57:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984170>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '454ab830-7384-5124-a47e-7e1ee41e63c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984170',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 96411,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Driver M 1000 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Driver M 1000 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-25 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984170auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:29 [ecarstrade.be] INFO: Saving data for 6984170auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017362.968517, 'last_price_update_time': 1774475849.560883}
2026-03-25 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984170auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990836> (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-25 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-25 21:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984169> (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-25 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-25 21:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984165> (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-25 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-25 21:57:29 [ecarstrade.be] INFO: Extracting details for car 6990836auction101892
2026-03-25 21:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01b0f4b9-d495-53b0-8d93-56ef4309be5f with identifier: 6990836auction101892
2026-03-25 21:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01b0f4b9-d495-53b0-8d93-56ef4309be5f with scrape type 2
2026-03-25 21:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01b0f4b9-d495-53b0-8d93-56ef4309be5f with scrape type 2
2026-03-25 21:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01b0f4b9-d495-53b0-8d93-56ef4309be5f, identifier: 6990836auction101892
2026-03-25 21:57:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01b0f4b9-d495-53b0-8d93-56ef4309be5f with identifier: 6990836auction101892
2026-03-25 21:57:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01b0f4b9-d495-53b0-8d93-56ef4309be5f with identifier: 6990836auction101892
2026-03-25 21:57:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01b0f4b9-d495-53b0-8d93-56ef4309be5f with identifier: 6990836auction101892 to the API
2026-03-25 21:57:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990836>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '01b0f4b9-d495-53b0-8d93-56ef4309be5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990836',
'listing': 'directbuy',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 103850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Mokka Elegance Business 1.5 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Elegance Business 1.5 110CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:30 [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-25 21:57:30 [ecarstrade.be] INFO: Saving data for 6990836auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774284816.973658, 'last_price_update_time': 1774475850.08458}
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990836auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:30 [ecarstrade.be] INFO: Extracting details for car 6984169auction101892
2026-03-25 21:57:30 [ecarstrade.be] INFO: Extracting details for car 6984165auction101892
2026-03-25 21:57:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87fbc7bd-cb6d-5d3b-b827-1fdbf233fa2a with identifier: 6984169auction101892
2026-03-25 21:57:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87fbc7bd-cb6d-5d3b-b827-1fdbf233fa2a with scrape type 2
2026-03-25 21:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87fbc7bd-cb6d-5d3b-b827-1fdbf233fa2a with scrape type 2
2026-03-25 21:57:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87fbc7bd-cb6d-5d3b-b827-1fdbf233fa2a, identifier: 6984169auction101892
2026-03-25 21:57:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eca4fb1-bef1-591a-8301-e879369eed3e with identifier: 6984165auction101892
2026-03-25 21:57:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eca4fb1-bef1-591a-8301-e879369eed3e with scrape type 2
2026-03-25 21:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eca4fb1-bef1-591a-8301-e879369eed3e with scrape type 2
2026-03-25 21:57:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5eca4fb1-bef1-591a-8301-e879369eed3e, identifier: 6984165auction101892
2026-03-25 21:57:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87fbc7bd-cb6d-5d3b-b827-1fdbf233fa2a with identifier: 6984169auction101892
2026-03-25 21:57:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87fbc7bd-cb6d-5d3b-b827-1fdbf233fa2a with identifier: 6984169auction101892
2026-03-25 21:57:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87fbc7bd-cb6d-5d3b-b827-1fdbf233fa2a with identifier: 6984169auction101892 to the API
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984169>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '87fbc7bd-cb6d-5d3b-b827-1fdbf233fa2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984169',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '2008',
'odometer': 51763,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 5p Crossover BlueHDi 100 ¤6.c S&S ACTIVE BUSINESS',
'transmission': 'manual',
'trim': 'PEUGEOT 5p Crossover BlueHDi 100 ¤6.c S&S ACTIVE BUSINESS',
'vin': None,
'year': 2019}
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984169auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:30 [ecarstrade.be] INFO: Saving data for 6984169auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017364.558426, 'last_price_update_time': 1774475850.571781}
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984169auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5eca4fb1-bef1-591a-8301-e879369eed3e with identifier: 6984165auction101892
2026-03-25 21:57:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5eca4fb1-bef1-591a-8301-e879369eed3e with identifier: 6984165auction101892
2026-03-25 21:57:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5eca4fb1-bef1-591a-8301-e879369eed3e with identifier: 6984165auction101892 to the API
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984165>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '5eca4fb1-bef1-591a-8301-e879369eed3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984165',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 114365,
'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': 'Sportage Active Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Active Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984165auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:30 [ecarstrade.be] INFO: Saving data for 6984165auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017364.208469, 'last_price_update_time': 1774475850.912647}
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984165auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6892353> (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-25 21:57:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:34 [ecarstrade.be] INFO: Extracting details for car 6892353auction101892
2026-03-25 21:57:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3b7618a-7408-56cf-85c5-40c627d55f60 with identifier: 6892353auction101892
2026-03-25 21:57:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3b7618a-7408-56cf-85c5-40c627d55f60 with scrape type 2
2026-03-25 21:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3b7618a-7408-56cf-85c5-40c627d55f60 with scrape type 2
2026-03-25 21:57:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3b7618a-7408-56cf-85c5-40c627d55f60, identifier: 6892353auction101892
2026-03-25 21:57:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3b7618a-7408-56cf-85c5-40c627d55f60 with identifier: 6892353auction101892
2026-03-25 21:57:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3b7618a-7408-56cf-85c5-40c627d55f60 with identifier: 6892353auction101892
2026-03-25 21:57:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3b7618a-7408-56cf-85c5-40c627d55f60 with identifier: 6892353auction101892 to the API
2026-03-25 21:57:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6892353>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'e3b7618a-7408-56cf-85c5-40c627d55f60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6892353',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 121849,
'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': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Stage Acad',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Stage Acad',
'vin': None,
'year': 2021}
2026-03-25 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:34 [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-25 21:57:34 [ecarstrade.be] INFO: Saving data for 6892353auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678665.865674, 'last_price_update_time': 1774475854.957375}
2026-03-25 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6892353auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886607> (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-25 21:57:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:35 [ecarstrade.be] INFO: Extracting details for car 6886607auction101892
2026-03-25 21:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 513649fe-84be-5395-b436-5144667ba63d with identifier: 6886607auction101892
2026-03-25 21:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 513649fe-84be-5395-b436-5144667ba63d with scrape type 2
2026-03-25 21:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 513649fe-84be-5395-b436-5144667ba63d with scrape type 2
2026-03-25 21:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 513649fe-84be-5395-b436-5144667ba63d, identifier: 6886607auction101892
2026-03-25 21:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 513649fe-84be-5395-b436-5144667ba63d with identifier: 6886607auction101892
2026-03-25 21:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 513649fe-84be-5395-b436-5144667ba63d with identifier: 6886607auction101892
2026-03-25 21:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 513649fe-84be-5395-b436-5144667ba63d with identifier: 6886607auction101892 to the API
2026-03-25 21:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6886607>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '513649fe-84be-5395-b436-5144667ba63d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6886607',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C4',
'odometer': 84548,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C4 X / 2022 / 4P / Berline PureTech 130 S&S EAT8 Shine',
'transmission': 'automatic',
'trim': 'CITROEN X / 2022 / 4P / Berline PureTech 130 S&S EAT8 Shine',
'vin': None,
'year': 2023}
2026-03-25 21:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:35 [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-25 21:57:35 [ecarstrade.be] INFO: Saving data for 6886607auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678652.987197, 'last_price_update_time': 1774475855.486116}
2026-03-25 21:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886607auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984164> (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-25 21:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:36 [ecarstrade.be] INFO: Extracting details for car 6984164auction101892
2026-03-25 21:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34190072-ac41-5b8f-b650-7a5e12c20e4c with identifier: 6984164auction101892
2026-03-25 21:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34190072-ac41-5b8f-b650-7a5e12c20e4c with scrape type 2
2026-03-25 21:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34190072-ac41-5b8f-b650-7a5e12c20e4c with scrape type 2
2026-03-25 21:57:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34190072-ac41-5b8f-b650-7a5e12c20e4c, identifier: 6984164auction101892
2026-03-25 21:57:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34190072-ac41-5b8f-b650-7a5e12c20e4c with identifier: 6984164auction101892
2026-03-25 21:57:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34190072-ac41-5b8f-b650-7a5e12c20e4c with identifier: 6984164auction101892
2026-03-25 21:57:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34190072-ac41-5b8f-b650-7a5e12c20e4c with identifier: 6984164auction101892 to the API
2026-03-25 21:57:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984164>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '34190072-ac41-5b8f-b650-7a5e12c20e4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984164',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'Q2',
'odometer': 72911,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Q2 30 TDI Design 1.6 TDI 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': '30 TDI Design 1.6 TDI 115CV BVA7 E6dT',
'vin': None,
'year': 2018}
2026-03-25 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984164auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:37 [ecarstrade.be] INFO: Saving data for 6984164auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017360.292867, 'last_price_update_time': 1774475857.304672}
2026-03-25 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984164auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990088> (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-25 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-25 21:57:37 [ecarstrade.be] INFO: Extracting details for car 6990088auction101892
2026-03-25 21:57:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 913cb887-942c-5ec8-ac2a-db86a018933c with identifier: 6990088auction101892
2026-03-25 21:57:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 913cb887-942c-5ec8-ac2a-db86a018933c with scrape type 2
2026-03-25 21:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 913cb887-942c-5ec8-ac2a-db86a018933c with scrape type 2
2026-03-25 21:57:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 913cb887-942c-5ec8-ac2a-db86a018933c, identifier: 6990088auction101892
2026-03-25 21:57:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 913cb887-942c-5ec8-ac2a-db86a018933c with identifier: 6990088auction101892
2026-03-25 21:57:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 913cb887-942c-5ec8-ac2a-db86a018933c with identifier: 6990088auction101892
2026-03-25 21:57:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 913cb887-942c-5ec8-ac2a-db86a018933c with identifier: 6990088auction101892 to the API
2026-03-25 21:57:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990088>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '913cb887-942c-5ec8-ac2a-db86a018933c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990088',
'listing': 'directbuy',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'MAN',
'model': 'Mini Cooper Countryman',
'odometer': 33229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'MINI Countryman / 2020 / 5P / Crossover Cooper Essential 136 ch '
'BVA7',
'transmission': 'automatic',
'trim': 'MINI Countryman / 2020 / 5P / Crossover Cooper Essential 136 ch BVA7',
'vin': None,
'year': 2023}
2026-03-25 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990088auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:37 [ecarstrade.be] INFO: Saving data for 6990088auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104505.318135, 'last_price_update_time': 1774475857.824573}
2026-03-25 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990088auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984158> (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-25 21:57:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:38 [ecarstrade.be] INFO: Extracting details for car 6984158auction101892
2026-03-25 21:57:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2760bca3-35c7-5d5b-95d8-1a813b4b4383 with identifier: 6984158auction101892
2026-03-25 21:57:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2760bca3-35c7-5d5b-95d8-1a813b4b4383 with scrape type 2
2026-03-25 21:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2760bca3-35c7-5d5b-95d8-1a813b4b4383 with scrape type 2
2026-03-25 21:57:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2760bca3-35c7-5d5b-95d8-1a813b4b4383, identifier: 6984158auction101892
2026-03-25 21:57:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2760bca3-35c7-5d5b-95d8-1a813b4b4383 with identifier: 6984158auction101892
2026-03-25 21:57:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2760bca3-35c7-5d5b-95d8-1a813b4b4383 with identifier: 6984158auction101892
2026-03-25 21:57:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2760bca3-35c7-5d5b-95d8-1a813b4b4383 with identifier: 6984158auction101892 to the API
2026-03-25 21:57:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984158>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '2760bca3-35c7-5d5b-95d8-1a813b4b4383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984158',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 122016,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai / 2021 / 5P / Crossover 1.3 MHEV 158ch Xtronic '
'Business Edition CD LOT700',
'transmission': 'automatic',
'trim': 'NISSAN / 2021 / 5P / Crossover 1.3 MHEV 158ch Xtronic Business '
'Edition CD LOT700',
'vin': None,
'year': 2023}
2026-03-25 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984158auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:38 [ecarstrade.be] INFO: Saving data for 6984158auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017363.620137, 'last_price_update_time': 1774475858.739589}
2026-03-25 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984158auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984163> (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-25 21:57:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:38 [ecarstrade.be] INFO: Extracting details for car 6984163auction101892
2026-03-25 21:57:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc65fb1-da7e-56e7-a39a-dea98340b633 with identifier: 6984163auction101892
2026-03-25 21:57:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc65fb1-da7e-56e7-a39a-dea98340b633 with scrape type 2
2026-03-25 21:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc65fb1-da7e-56e7-a39a-dea98340b633 with scrape type 2
2026-03-25 21:57:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ddc65fb1-da7e-56e7-a39a-dea98340b633, identifier: 6984163auction101892
2026-03-25 21:57:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ddc65fb1-da7e-56e7-a39a-dea98340b633 with identifier: 6984163auction101892
2026-03-25 21:57:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ddc65fb1-da7e-56e7-a39a-dea98340b633 with identifier: 6984163auction101892
2026-03-25 21:57:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ddc65fb1-da7e-56e7-a39a-dea98340b633 with identifier: 6984163auction101892 to the API
2026-03-25 21:57:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984163>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'ddc65fb1-da7e-56e7-a39a-dea98340b633',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984163',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 26389,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Juke / 2019 / 5P / Crossover Hybrid 145 Business+',
'transmission': 'automatic',
'trim': 'NISSAN / 2019 / 5P / Crossover Hybrid 145 Business+',
'vin': None,
'year': 2022}
2026-03-25 21:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984163auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:39 [ecarstrade.be] INFO: Saving data for 6984163auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017358.754161, 'last_price_update_time': 1774475859.286551}
2026-03-25 21:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984163auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990083> (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-25 21:57:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:41 [ecarstrade.be] INFO: Extracting details for car 6990083auction101892
2026-03-25 21:57:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f68e9127-fad4-540c-b65a-1832ba84f626 with identifier: 6990083auction101892
2026-03-25 21:57:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f68e9127-fad4-540c-b65a-1832ba84f626 with scrape type 2
2026-03-25 21:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f68e9127-fad4-540c-b65a-1832ba84f626 with scrape type 2
2026-03-25 21:57:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f68e9127-fad4-540c-b65a-1832ba84f626, identifier: 6990083auction101892
2026-03-25 21:57:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f68e9127-fad4-540c-b65a-1832ba84f626 with identifier: 6990083auction101892
2026-03-25 21:57:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f68e9127-fad4-540c-b65a-1832ba84f626 with identifier: 6990083auction101892
2026-03-25 21:57:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f68e9127-fad4-540c-b65a-1832ba84f626 with identifier: 6990083auction101892 to the API
2026-03-25 21:57:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990083>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'f68e9127-fad4-540c-b65a-1832ba84f626',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990083',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 56771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2021}
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:42 [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-25 21:57:42 [ecarstrade.be] INFO: Saving data for 6990083auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104507.802764, 'last_price_update_time': 1774475862.097138}
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990083auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990084> (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-25 21:57:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:42 [ecarstrade.be] INFO: Extracting details for car 6990084auction101892
2026-03-25 21:57:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c80b880-976a-584e-961d-8200feb08229 with identifier: 6990084auction101892
2026-03-25 21:57:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c80b880-976a-584e-961d-8200feb08229 with scrape type 2
2026-03-25 21:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c80b880-976a-584e-961d-8200feb08229 with scrape type 2
2026-03-25 21:57:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c80b880-976a-584e-961d-8200feb08229, identifier: 6990084auction101892
2026-03-25 21:57:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c80b880-976a-584e-961d-8200feb08229 with identifier: 6990084auction101892
2026-03-25 21:57:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c80b880-976a-584e-961d-8200feb08229 with identifier: 6990084auction101892
2026-03-25 21:57:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c80b880-976a-584e-961d-8200feb08229 with identifier: 6990084auction101892 to the API
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990084>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3c80b880-976a-584e-961d-8200feb08229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990084',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 102735,
'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': 'FORD Kuga / 2019 / 5P / SUV 2.5 Duratec 225 ch PHEV eCVT St Line X',
'transmission': 'automatic',
'trim': 'FORD / 2019 / 5P / SUV 2.5 Duratec 225 ch PHEV eCVT St Line X',
'vin': None,
'year': 2021}
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990084auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:42 [ecarstrade.be] INFO: Saving data for 6990084auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104509.637467, 'last_price_update_time': 1774475862.613225}
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990084auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934350> (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-25 21:57:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:42 [ecarstrade.be] INFO: Extracting details for car 6934350auction101892
2026-03-25 21:57:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce2fc341-9ae9-537b-81fd-00f6ab953f18 with identifier: 6934350auction101892
2026-03-25 21:57:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce2fc341-9ae9-537b-81fd-00f6ab953f18 with scrape type 2
2026-03-25 21:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce2fc341-9ae9-537b-81fd-00f6ab953f18 with scrape type 2
2026-03-25 21:57:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce2fc341-9ae9-537b-81fd-00f6ab953f18, identifier: 6934350auction101892
2026-03-25 21:57:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce2fc341-9ae9-537b-81fd-00f6ab953f18 with identifier: 6934350auction101892
2026-03-25 21:57:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce2fc341-9ae9-537b-81fd-00f6ab953f18 with identifier: 6934350auction101892
2026-03-25 21:57:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce2fc341-9ae9-537b-81fd-00f6ab953f18 with identifier: 6934350auction101892 to the API
2026-03-25 21:57:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 21:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934350>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Electric',
'id': 'ce2fc341-9ae9-537b-81fd-00f6ab953f18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934350',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 53527,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA Model 3 / 2018 / 4P / Berline Performance AWD',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline Performance AWD',
'vin': None,
'year': 2021}
2026-03-25 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276934350auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:44 [ecarstrade.be] INFO: Saving data for 6934350auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774373311.243254, 'last_price_update_time': 1774475864.096347}
2026-03-25 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934350auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990082> (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-25 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-25 21:57:44 [ecarstrade.be] INFO: Extracting details for car 6990082auction101892
2026-03-25 21:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afaa5de5-8c71-5a8b-acbb-b6b9abb394ed with identifier: 6990082auction101892
2026-03-25 21:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afaa5de5-8c71-5a8b-acbb-b6b9abb394ed with scrape type 2
2026-03-25 21:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afaa5de5-8c71-5a8b-acbb-b6b9abb394ed with scrape type 2
2026-03-25 21:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afaa5de5-8c71-5a8b-acbb-b6b9abb394ed, identifier: 6990082auction101892
2026-03-25 21:57:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afaa5de5-8c71-5a8b-acbb-b6b9abb394ed with identifier: 6990082auction101892
2026-03-25 21:57:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afaa5de5-8c71-5a8b-acbb-b6b9abb394ed with identifier: 6990082auction101892
2026-03-25 21:57:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afaa5de5-8c71-5a8b-acbb-b6b9abb394ed with identifier: 6990082auction101892 to the API
2026-03-25 21:57:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990082>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'afaa5de5-8c71-5a8b-acbb-b6b9abb394ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990082',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 124330,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 2.0 TDI 150 DSG7 LIFE PLUS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 2.0 TDI 150 DSG7 LIFE PLUS',
'vin': None,
'year': 2022}
2026-03-25 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990082auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:44 [ecarstrade.be] INFO: Saving data for 6990082auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104508.667241, 'last_price_update_time': 1774475864.606585}
2026-03-25 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990082auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990117> (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-25 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-25 21:57:44 [ecarstrade.be] INFO: Extracting details for car 6990117auction101892
2026-03-25 21:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b2df456-1e46-5a4e-9f6b-34a55ff3e1c3 with identifier: 6990117auction101892
2026-03-25 21:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b2df456-1e46-5a4e-9f6b-34a55ff3e1c3 with scrape type 2
2026-03-25 21:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b2df456-1e46-5a4e-9f6b-34a55ff3e1c3 with scrape type 2
2026-03-25 21:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b2df456-1e46-5a4e-9f6b-34a55ff3e1c3, identifier: 6990117auction101892
2026-03-25 21:57:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b2df456-1e46-5a4e-9f6b-34a55ff3e1c3 with identifier: 6990117auction101892
2026-03-25 21:57:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b2df456-1e46-5a4e-9f6b-34a55ff3e1c3 with identifier: 6990117auction101892
2026-03-25 21:57:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b2df456-1e46-5a4e-9f6b-34a55ff3e1c3 with identifier: 6990117auction101892 to the API
2026-03-25 21:57:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990117>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '6b2df456-1e46-5a4e-9f6b-34a55ff3e1c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990117',
'listing': 'directbuy',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '208',
'odometer': 65329,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Premium 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Premium 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:45 [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-25 21:57:45 [ecarstrade.be] INFO: Saving data for 6990117auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104514.540925, 'last_price_update_time': 1774475865.140774}
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990117auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990114> (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-25 21:57:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:45 [ecarstrade.be] INFO: Extracting details for car 6990114auction101892
2026-03-25 21:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28abd6be-ecfc-5a4b-8e2c-5135c9d34d4b with identifier: 6990114auction101892
2026-03-25 21:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28abd6be-ecfc-5a4b-8e2c-5135c9d34d4b with scrape type 2
2026-03-25 21:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28abd6be-ecfc-5a4b-8e2c-5135c9d34d4b with scrape type 2
2026-03-25 21:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28abd6be-ecfc-5a4b-8e2c-5135c9d34d4b, identifier: 6990114auction101892
2026-03-25 21:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28abd6be-ecfc-5a4b-8e2c-5135c9d34d4b with identifier: 6990114auction101892
2026-03-25 21:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28abd6be-ecfc-5a4b-8e2c-5135c9d34d4b with identifier: 6990114auction101892
2026-03-25 21:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28abd6be-ecfc-5a4b-8e2c-5135c9d34d4b with identifier: 6990114auction101892 to the API
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990114>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '28abd6be-ecfc-5a4b-8e2c-5135c9d34d4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990114',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 5588,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Juke / 2019 / 5P / Crossover Hybrid 143 Business+',
'transmission': 'automatic',
'trim': 'NISSAN / 2019 / 5P / Crossover Hybrid 143 Business+',
'vin': None,
'year': 2023}
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990114auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:45 [ecarstrade.be] INFO: Saving data for 6990114auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104516.235593, 'last_price_update_time': 1774475865.632362}
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990114auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990110> (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-25 21:57:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:45 [ecarstrade.be] INFO: Extracting details for car 6990110auction101892
2026-03-25 21:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f01dc27-b909-5b75-8c11-922d24e0ac82 with identifier: 6990110auction101892
2026-03-25 21:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f01dc27-b909-5b75-8c11-922d24e0ac82 with scrape type 2
2026-03-25 21:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f01dc27-b909-5b75-8c11-922d24e0ac82 with scrape type 2
2026-03-25 21:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f01dc27-b909-5b75-8c11-922d24e0ac82, identifier: 6990110auction101892
2026-03-25 21:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f01dc27-b909-5b75-8c11-922d24e0ac82 with identifier: 6990110auction101892
2026-03-25 21:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f01dc27-b909-5b75-8c11-922d24e0ac82 with identifier: 6990110auction101892
2026-03-25 21:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f01dc27-b909-5b75-8c11-922d24e0ac82 with identifier: 6990110auction101892 to the API
2026-03-25 21:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990110>
{'auction_title': '',
'c_o_2_emission_value': 16,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9f01dc27-b909-5b75-8c11-922d24e0ac82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990110',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 95714,
'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 / 2022 / 5P / SUV xDrive25e M Sport DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV xDrive25e M Sport DKG7',
'vin': None,
'year': 2023}
2026-03-25 21:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:46 [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-25 21:57:46 [ecarstrade.be] INFO: Saving data for 6990110auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104515.07836, 'last_price_update_time': 1774475866.136588}
2026-03-25 21:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990110auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990104> (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-25 21:57:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:48 [ecarstrade.be] INFO: Extracting details for car 6990104auction101892
2026-03-25 21:57:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfd83f2b-2c27-5fe5-9220-6af178c7fcd5 with identifier: 6990104auction101892
2026-03-25 21:57:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfd83f2b-2c27-5fe5-9220-6af178c7fcd5 with scrape type 2
2026-03-25 21:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfd83f2b-2c27-5fe5-9220-6af178c7fcd5 with scrape type 2
2026-03-25 21:57:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfd83f2b-2c27-5fe5-9220-6af178c7fcd5, identifier: 6990104auction101892
2026-03-25 21:57:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfd83f2b-2c27-5fe5-9220-6af178c7fcd5 with identifier: 6990104auction101892
2026-03-25 21:57:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfd83f2b-2c27-5fe5-9220-6af178c7fcd5 with identifier: 6990104auction101892
2026-03-25 21:57:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfd83f2b-2c27-5fe5-9220-6af178c7fcd5 with identifier: 6990104auction101892 to the API
2026-03-25 21:57:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990104>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'bfd83f2b-2c27-5fe5-9220-6af178c7fcd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990104',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Clio',
'odometer': 51683,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Evolution 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Evolution 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2022}
2026-03-25 21:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:49 [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-25 21:57:49 [ecarstrade.be] INFO: Saving data for 6990104auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104519.244596, 'last_price_update_time': 1774475869.102825}
2026-03-25 21:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990104auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990100> (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-25 21:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_003/780x0__r.jpg?hash=1774466590> (referer: https://ecarstrade.com/cars/7002763)
2026-03-25 21:57:51 [ecarstrade.be] INFO: Extracting details for car 6990100auction101892
2026-03-25 21:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a133af-d3a0-542d-9cdc-547fdda77cf3 with identifier: 6990100auction101892
2026-03-25 21:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a133af-d3a0-542d-9cdc-547fdda77cf3 with scrape type 2
2026-03-25 21:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a133af-d3a0-542d-9cdc-547fdda77cf3 with scrape type 2
2026-03-25 21:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 58a133af-d3a0-542d-9cdc-547fdda77cf3, identifier: 6990100auction101892
2026-03-25 21:57:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 58a133af-d3a0-542d-9cdc-547fdda77cf3 with identifier: 6990100auction101892
2026-03-25 21:57:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 58a133af-d3a0-542d-9cdc-547fdda77cf3 with identifier: 6990100auction101892
2026-03-25 21:57:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 58a133af-d3a0-542d-9cdc-547fdda77cf3 with identifier: 6990100auction101892 to the API
2026-03-25 21:57:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990100>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '58a133af-d3a0-542d-9cdc-547fdda77cf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990100',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A3',
'odometer': 73663,
'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 / 2020 / 5P / Berline 30 TFSI MHEV S Tronic 110 '
'Business Line',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2020 / 5P / Berline 30 TFSI MHEV S Tronic 110 '
'Business Line',
'vin': None,
'year': 2022}
2026-03-25 21:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:51 [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-25 21:57:51 [ecarstrade.be] INFO: Saving data for 6990100auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104502.264138, 'last_price_update_time': 1774475871.370474}
2026-03-25 21:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990100auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_002/780x0__r.jpg?hash=1774466589> (referer: https://ecarstrade.com/cars/7002763)
2026-03-25 21:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0d409c25-f253-51db-a56b-8fae1307538b
2026-03-25 21:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0d409c25-f253-51db-a56b-8fae1307538b
2026-03-25 21:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_001/780x0__r.jpg?hash=1774466589> (referer: https://ecarstrade.com/cars/7002763)
2026-03-25 21:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_000/780x0__r.jpg?hash=1774466589> (referer: https://ecarstrade.com/cars/7002763)
2026-03-25 21:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0d409c25-f253-51db-a56b-8fae1307538b
2026-03-25 21:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990102> (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-25 21:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0d409c25-f253-51db-a56b-8fae1307538b
2026-03-25 21:57:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d409c25-f253-51db-a56b-8fae1307538b, skipping ID generation
2026-03-25 21:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d409c25-f253-51db-a56b-8fae1307538b with scrape type 1
2026-03-25 21:57:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d409c25-f253-51db-a56b-8fae1307538b sending to next pipeline
2026-03-25 21:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d409c25-f253-51db-a56b-8fae1307538b, identifier: 7002763auction111006
2026-03-25 21:57:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d409c25-f253-51db-a56b-8fae1307538b with identifier: 7002763auction111006
2026-03-25 21:57:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d409c25-f253-51db-a56b-8fae1307538b with identifier: 7002763auction111006
2026-03-25 21:57:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d409c25-f253-51db-a56b-8fae1307538b with identifier: 7002763auction111006 to the API
2026-03-25 21:57:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_000/780x0__r.jpg?hash=1774466589>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T16:40:00Z',
'fuel_type': 'Petrol',
'id': '0d409c25-f253-51db-a56b-8fae1307538b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002763',
'listing': 'auction',
'location': 'Belgium',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 84467,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'JEEP Renegade Renegade 1.3 T4 Longitude DDCT',
'transmission': 'automatic',
'trim': 'JEEP 1.3 T4 Longitude DDCT',
'vin': None,
'year': 2019}
2026-03-25 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002763auction111006%27 HTTP/1.1" 200 None
2026-03-25 21:57:52 [ecarstrade.be] INFO: Saving data for 7002763auction111006: {'created_time': 1774475872.168522, 'last_price_update_time': 1774475872.168531, 'auction_closing_time': 1774629600.0}
2026-03-25 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002763auction111006') HTTP/1.1" 204 0
2026-03-25 21:57:52 [ecarstrade.be] INFO: Extracting details for car 6990102auction101892
2026-03-25 21:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990094> (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-25 21:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1010855f-4bd4-5302-9bff-335ee6f80591 with identifier: 6990102auction101892
2026-03-25 21:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1010855f-4bd4-5302-9bff-335ee6f80591 with scrape type 2
2026-03-25 21:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1010855f-4bd4-5302-9bff-335ee6f80591 with scrape type 2
2026-03-25 21:57:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1010855f-4bd4-5302-9bff-335ee6f80591, identifier: 6990102auction101892
2026-03-25 21:57:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1010855f-4bd4-5302-9bff-335ee6f80591 with identifier: 6990102auction101892
2026-03-25 21:57:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1010855f-4bd4-5302-9bff-335ee6f80591 with identifier: 6990102auction101892
2026-03-25 21:57:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1010855f-4bd4-5302-9bff-335ee6f80591 with identifier: 6990102auction101892 to the API
2026-03-25 21:57:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990102>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1010855f-4bd4-5302-9bff-335ee6f80591',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990102',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 120216,
'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': 'Tucson Business Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'vin': None,
'year': 2024}
2026-03-25 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990102auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:52 [ecarstrade.be] INFO: Saving data for 6990102auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104506.552602, 'last_price_update_time': 1774475872.582708}
2026-03-25 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990102auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:52 [ecarstrade.be] INFO: Extracting details for car 6990094auction101892
2026-03-25 21:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e73d14cb-da9c-50ca-8859-fb80eb241516 with identifier: 6990094auction101892
2026-03-25 21:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e73d14cb-da9c-50ca-8859-fb80eb241516 with scrape type 2
2026-03-25 21:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e73d14cb-da9c-50ca-8859-fb80eb241516 with scrape type 2
2026-03-25 21:57:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e73d14cb-da9c-50ca-8859-fb80eb241516, identifier: 6990094auction101892
2026-03-25 21:57:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e73d14cb-da9c-50ca-8859-fb80eb241516 with identifier: 6990094auction101892
2026-03-25 21:57:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e73d14cb-da9c-50ca-8859-fb80eb241516 with identifier: 6990094auction101892
2026-03-25 21:57:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e73d14cb-da9c-50ca-8859-fb80eb241516 with identifier: 6990094auction101892 to the API
2026-03-25 21:57:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990094>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'e73d14cb-da9c-50ca-8859-fb80eb241516',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990094',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'GLA 200',
'odometer': 44891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 1.3 GLA 200 PROGRESSIVE LINE '
'DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 1.3 PROGRESSIVE LINE DCT',
'vin': None,
'year': 2022}
2026-03-25 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:53 [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-25 21:57:53 [ecarstrade.be] INFO: Saving data for 6990094auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104500.728138, 'last_price_update_time': 1774475873.012907}
2026-03-25 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990094auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984156> (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-25 21:57:53 [ecarstrade.be] INFO: Extracting details for car 6984156auction101892
2026-03-25 21:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f0ebfd2-4fd6-50ea-864d-682b0443718d with identifier: 6984156auction101892
2026-03-25 21:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f0ebfd2-4fd6-50ea-864d-682b0443718d with scrape type 2
2026-03-25 21:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f0ebfd2-4fd6-50ea-864d-682b0443718d with scrape type 2
2026-03-25 21:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f0ebfd2-4fd6-50ea-864d-682b0443718d, identifier: 6984156auction101892
2026-03-25 21:57:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f0ebfd2-4fd6-50ea-864d-682b0443718d with identifier: 6984156auction101892
2026-03-25 21:57:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f0ebfd2-4fd6-50ea-864d-682b0443718d with identifier: 6984156auction101892
2026-03-25 21:57:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f0ebfd2-4fd6-50ea-864d-682b0443718d with identifier: 6984156auction101892 to the API
2026-03-25 21:57:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984156>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '1f0ebfd2-4fd6-50ea-864d-682b0443718d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984156',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '208',
'odometer': 74905,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Premium 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Premium 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-25 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984156auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:53 [ecarstrade.be] INFO: Saving data for 6984156auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017359.332776, 'last_price_update_time': 1774475873.744313}
2026-03-25 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984156auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:55 [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-25 21:57:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:57:55 [ecarstrade.be] INFO: Found listing with ID: 6874575auction101892
2026-03-25 21:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6874575auction101892: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6874576auction101892
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6874576auction101892: 2
2026-03-25 21:57:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6874577auction101892
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6874577auction101892: 2
2026-03-25 21:57:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6874583auction101892
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6874583auction101892: 2
2026-03-25 21:57:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6874584auction101892
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6874584auction101892: 2
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6874568auction101892
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6874568auction101892: 2
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6874569auction101892
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6874569auction101892: 2
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6874571auction101892
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6874571auction101892: 2
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6427469auction101892
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6427469auction101892: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6598020auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6598020auction106404: 2
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6612949auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6612949auction106404: 2
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6612951auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6612951auction106404: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6612952auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6612952auction106404: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6612957auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6612957auction106404: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6617072auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6617072auction106404: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6618515auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6618515auction106404: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6618517auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6618517auction106404: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6618518auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6618518auction106404: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6618519auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6618519auction106404: 0
2026-03-25 21:57:56 [ecarstrade.be] INFO: Found listing with ID: 6618808auction106404
2026-03-25 21:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:56 [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-25 21:57:56 [ecarstrade.be] INFO: Scrape type for 6618808auction106404: 0
2026-03-25 21:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990834> (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-25 21:57:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:57:58 [ecarstrade.be] INFO: Extracting details for car 6990834auction101892
2026-03-25 21:57:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39954f50-80cc-51fe-aa8c-bc6a369e0896 with identifier: 6990834auction101892
2026-03-25 21:57:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39954f50-80cc-51fe-aa8c-bc6a369e0896 with scrape type 2
2026-03-25 21:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39954f50-80cc-51fe-aa8c-bc6a369e0896 with scrape type 2
2026-03-25 21:57:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39954f50-80cc-51fe-aa8c-bc6a369e0896, identifier: 6990834auction101892
2026-03-25 21:57:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39954f50-80cc-51fe-aa8c-bc6a369e0896 with identifier: 6990834auction101892
2026-03-25 21:57:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39954f50-80cc-51fe-aa8c-bc6a369e0896 with identifier: 6990834auction101892
2026-03-25 21:57:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39954f50-80cc-51fe-aa8c-bc6a369e0896 with identifier: 6990834auction101892 to the API
2026-03-25 21:57:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990834>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '39954f50-80cc-51fe-aa8c-bc6a369e0896',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990834',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 98731,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Driver M 1000 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Driver M 1000 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-25 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990834auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:59 [ecarstrade.be] INFO: Saving data for 6990834auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774284815.974054, 'last_price_update_time': 1774475879.008865}
2026-03-25 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990834auction101892') HTTP/1.1" 204 0
2026-03-25 21:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990835> (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-25 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-25 21:57:59 [ecarstrade.be] INFO: Extracting details for car 6990835auction101892
2026-03-25 21:57:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fccc6bbf-52b8-52de-a740-72a0bd6c92ea with identifier: 6990835auction101892
2026-03-25 21:57:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fccc6bbf-52b8-52de-a740-72a0bd6c92ea with scrape type 2
2026-03-25 21:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fccc6bbf-52b8-52de-a740-72a0bd6c92ea with scrape type 2
2026-03-25 21:57:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fccc6bbf-52b8-52de-a740-72a0bd6c92ea, identifier: 6990835auction101892
2026-03-25 21:57:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fccc6bbf-52b8-52de-a740-72a0bd6c92ea with identifier: 6990835auction101892
2026-03-25 21:57:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fccc6bbf-52b8-52de-a740-72a0bd6c92ea with identifier: 6990835auction101892
2026-03-25 21:57:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fccc6bbf-52b8-52de-a740-72a0bd6c92ea with identifier: 6990835auction101892 to the API
2026-03-25 21:57:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:57: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-25 21:57:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990835>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'fccc6bbf-52b8-52de-a740-72a0bd6c92ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990835',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 44799,
'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': 5,
'seller_name': None,
'title': 'Fabia Ambition 1.0 TSI 110CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Ambition 1.0 TSI 110CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-25 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990835auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:57:59 [ecarstrade.be] INFO: Saving data for 6990835auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774284822.113327, 'last_price_update_time': 1774475879.990298}
2026-03-25 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990835auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990103> (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-25 21:58:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:00 [ecarstrade.be] INFO: Extracting details for car 6990103auction101892
2026-03-25 21:58:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fb6be86-1a58-5eac-bfce-e8c457cedd6b with identifier: 6990103auction101892
2026-03-25 21:58:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fb6be86-1a58-5eac-bfce-e8c457cedd6b with scrape type 2
2026-03-25 21:58:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fb6be86-1a58-5eac-bfce-e8c457cedd6b with scrape type 2
2026-03-25 21:58:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1fb6be86-1a58-5eac-bfce-e8c457cedd6b, identifier: 6990103auction101892
2026-03-25 21:58:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1fb6be86-1a58-5eac-bfce-e8c457cedd6b with identifier: 6990103auction101892
2026-03-25 21:58:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1fb6be86-1a58-5eac-bfce-e8c457cedd6b with identifier: 6990103auction101892
2026-03-25 21:58:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1fb6be86-1a58-5eac-bfce-e8c457cedd6b with identifier: 6990103auction101892 to the API
2026-03-25 21:58:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990103>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '1fb6be86-1a58-5eac-bfce-e8c457cedd6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990103',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 21755,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio / 2019 / 5P / Berline Evolution TCe 100 GPL',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 5P / Berline Evolution TCe 100 GPL',
'vin': None,
'year': 2022}
2026-03-25 21:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:00 [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-25 21:58:00 [ecarstrade.be] INFO: Saving data for 6990103auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104499.312405, 'last_price_update_time': 1774475880.618581}
2026-03-25 21:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990103auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:02 [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-25 21:58:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6618818auction106404
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6618818auction106404: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6618820auction106404
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6618820auction106404: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6618836auction106404
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6618836auction106404: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6625391auction106404
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6625391auction106404: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6645591auction106404
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6645591auction106404: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6663881auction106404
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6663881auction106404: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 2
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 2
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 2
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 2
2026-03-25 21:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6874576> (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-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6677264auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6677264auction106392: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6680659auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6680659auction106392: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6686371auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6686371auction106392: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6690079auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6690079auction106392: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6693846auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6693846auction106392: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6694293auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6694293auction106392: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6694671auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6694671auction106392: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6696905auction106404
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6696905auction106404: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6696909auction106404
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6696909auction106404: 0
2026-03-25 21:58:02 [ecarstrade.be] INFO: Found listing with ID: 6718967auction106392
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:02 [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-25 21:58:02 [ecarstrade.be] INFO: Scrape type for 6718967auction106392: 0
2026-03-25 21:58:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:02 [ecarstrade.be] INFO: Extracting details for car 6874576auction101892
2026-03-25 21:58:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e8b7282-a81a-55c8-af3e-3aedb54aaaf6 with identifier: 6874576auction101892
2026-03-25 21:58:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e8b7282-a81a-55c8-af3e-3aedb54aaaf6 with scrape type 2
2026-03-25 21:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e8b7282-a81a-55c8-af3e-3aedb54aaaf6 with scrape type 2
2026-03-25 21:58:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e8b7282-a81a-55c8-af3e-3aedb54aaaf6, identifier: 6874576auction101892
2026-03-25 21:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e8b7282-a81a-55c8-af3e-3aedb54aaaf6 with identifier: 6874576auction101892
2026-03-25 21:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e8b7282-a81a-55c8-af3e-3aedb54aaaf6 with identifier: 6874576auction101892
2026-03-25 21:58:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e8b7282-a81a-55c8-af3e-3aedb54aaaf6 with identifier: 6874576auction101892 to the API
2026-03-25 21:58:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6874576>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': '2e8b7282-a81a-55c8-af3e-3aedb54aaaf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6874576',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 84678,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Série X3 xDrive 30d M Sport 3.0 285CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Série xDrive 30d M Sport 3.0 285CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-25 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:03 [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-25 21:58:03 [ecarstrade.be] INFO: Saving data for 6874576auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678665.440471, 'last_price_update_time': 1774475883.19325}
2026-03-25 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6874576auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6874577> (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-25 21:58:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:03 [ecarstrade.be] INFO: Extracting details for car 6874577auction101892
2026-03-25 21:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afc86d42-2dcf-543f-919b-732e0bb94666 with identifier: 6874577auction101892
2026-03-25 21:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afc86d42-2dcf-543f-919b-732e0bb94666 with scrape type 2
2026-03-25 21:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afc86d42-2dcf-543f-919b-732e0bb94666 with scrape type 2
2026-03-25 21:58:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afc86d42-2dcf-543f-919b-732e0bb94666, identifier: 6874577auction101892
2026-03-25 21:58:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afc86d42-2dcf-543f-919b-732e0bb94666 with identifier: 6874577auction101892
2026-03-25 21:58:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afc86d42-2dcf-543f-919b-732e0bb94666 with identifier: 6874577auction101892
2026-03-25 21:58:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afc86d42-2dcf-543f-919b-732e0bb94666 with identifier: 6874577auction101892 to the API
2026-03-25 21:58:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6874577>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'afc86d42-2dcf-543f-919b-732e0bb94666',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6874577',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 75908,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Clio Société / 2019 / 5P / Berline / VU Air Nav Blue dCi '
'100 -21N',
'transmission': 'manual',
'trim': 'RENAULT Société / 2019 / 5P / Berline / VU Air Nav Blue dCi 100 '
'-21N',
'vin': None,
'year': 2022}
2026-03-25 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:03 [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-25 21:58:03 [ecarstrade.be] INFO: Saving data for 6874577auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678996.844689, 'last_price_update_time': 1774475883.8971}
2026-03-25 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6874577auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984157> (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-25 21:58:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:04 [ecarstrade.be] INFO: Extracting details for car 6984157auction101892
2026-03-25 21:58:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 012ceef6-f2c1-5643-b429-9fba262db68a with identifier: 6984157auction101892
2026-03-25 21:58:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 012ceef6-f2c1-5643-b429-9fba262db68a with scrape type 2
2026-03-25 21:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 012ceef6-f2c1-5643-b429-9fba262db68a with scrape type 2
2026-03-25 21:58:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 012ceef6-f2c1-5643-b429-9fba262db68a, identifier: 6984157auction101892
2026-03-25 21:58:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 012ceef6-f2c1-5643-b429-9fba262db68a with identifier: 6984157auction101892
2026-03-25 21:58:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 012ceef6-f2c1-5643-b429-9fba262db68a with identifier: 6984157auction101892
2026-03-25 21:58:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 012ceef6-f2c1-5643-b429-9fba262db68a with identifier: 6984157auction101892 to the API
2026-03-25 21:58:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984157>
{'auction_title': '',
'c_o_2_emission_value': 17,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Other',
'id': '012ceef6-f2c1-5643-b429-9fba262db68a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984157',
'listing': 'directbuy',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 109046,
'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': 5,
'seller_name': None,
'title': 'BMW X1 / 2022 / 5P / SUV xDrive25e M Sport DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV xDrive25e M Sport DKG7',
'vin': None,
'year': 2023}
2026-03-25 21:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984157auction101892%27 HTTP/1.1" 200 None
2026-03-25 21:58:04 [ecarstrade.be] INFO: Saving data for 6984157auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774017358.225463, 'last_price_update_time': 1774475884.419704}
2026-03-25 21:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984157auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6874583> (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-25 21:58:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:05 [ecarstrade.be] INFO: Extracting details for car 6874583auction101892
2026-03-25 21:58:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1850a024-a8df-50a9-b797-4b5078df53c0 with identifier: 6874583auction101892
2026-03-25 21:58:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1850a024-a8df-50a9-b797-4b5078df53c0 with scrape type 2
2026-03-25 21:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1850a024-a8df-50a9-b797-4b5078df53c0 with scrape type 2
2026-03-25 21:58:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1850a024-a8df-50a9-b797-4b5078df53c0, identifier: 6874583auction101892
2026-03-25 21:58:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1850a024-a8df-50a9-b797-4b5078df53c0 with identifier: 6874583auction101892
2026-03-25 21:58:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1850a024-a8df-50a9-b797-4b5078df53c0 with identifier: 6874583auction101892
2026-03-25 21:58:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1850a024-a8df-50a9-b797-4b5078df53c0 with identifier: 6874583auction101892 to the API
2026-03-25 21:58:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6874583>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '1850a024-a8df-50a9-b797-4b5078df53c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6874583',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 31291,
'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': 5,
'seller_name': None,
'title': 'Fabia Ambition 1.0 MPI 80CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Ambition 1.0 MPI 80CV BVM5 E6d',
'vin': None,
'year': 2023}
2026-03-25 21:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:05 [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-25 21:58:05 [ecarstrade.be] INFO: Saving data for 6874583auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678997.370435, 'last_price_update_time': 1774475885.970735}
2026-03-25 21:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6874583auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6874584> (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-25 21:58:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:06 [ecarstrade.be] INFO: Extracting details for car 6874584auction101892
2026-03-25 21:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c8bcc1b-3e00-5fec-bda8-5f01340aae95 with identifier: 6874584auction101892
2026-03-25 21:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c8bcc1b-3e00-5fec-bda8-5f01340aae95 with scrape type 2
2026-03-25 21:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c8bcc1b-3e00-5fec-bda8-5f01340aae95 with scrape type 2
2026-03-25 21:58:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c8bcc1b-3e00-5fec-bda8-5f01340aae95, identifier: 6874584auction101892
2026-03-25 21:58:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c8bcc1b-3e00-5fec-bda8-5f01340aae95 with identifier: 6874584auction101892
2026-03-25 21:58:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c8bcc1b-3e00-5fec-bda8-5f01340aae95 with identifier: 6874584auction101892
2026-03-25 21:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c8bcc1b-3e00-5fec-bda8-5f01340aae95 with identifier: 6874584auction101892 to the API
2026-03-25 21:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6874584>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '6c8bcc1b-3e00-5fec-bda8-5f01340aae95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6874584',
'listing': 'directbuy',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 32749,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sandero III Confort 1.0 TCe 90CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Sandero III Confort 1.0 TCe 90CV BVM5 E6d',
'vin': None,
'year': 2022}
2026-03-25 21:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:06 [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-25 21:58:06 [ecarstrade.be] INFO: Saving data for 6874584auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678999.321064, 'last_price_update_time': 1774475886.56898}
2026-03-25 21:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6874584auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6874568> (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-25 21:58:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:06 [scrapy.extensions.logstats] INFO: Crawled 899 pages (at 49 pages/min), scraped 766 items (at 51 items/min)
2026-03-25 21:58:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 21:58:06 [ecarstrade.be] INFO: Extracting details for car 6874568auction101892
2026-03-25 21:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc29f08-6b7f-50a6-9426-c9926dad7c0c with identifier: 6874568auction101892
2026-03-25 21:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc29f08-6b7f-50a6-9426-c9926dad7c0c with scrape type 2
2026-03-25 21:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc29f08-6b7f-50a6-9426-c9926dad7c0c with scrape type 2
2026-03-25 21:58:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0dc29f08-6b7f-50a6-9426-c9926dad7c0c, identifier: 6874568auction101892
2026-03-25 21:58:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0dc29f08-6b7f-50a6-9426-c9926dad7c0c with identifier: 6874568auction101892
2026-03-25 21:58:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0dc29f08-6b7f-50a6-9426-c9926dad7c0c with identifier: 6874568auction101892
2026-03-25 21:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0dc29f08-6b7f-50a6-9426-c9926dad7c0c with identifier: 6874568auction101892 to the API
2026-03-25 21:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6874568>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': '0dc29f08-6b7f-50a6-9426-c9926dad7c0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6874568',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X1',
'odometer': 83492,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 / 2022 / 5P / SUV xDrive23i M Sport DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV xDrive23i M Sport DKG7',
'vin': None,
'year': 2023}
2026-03-25 21:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:07 [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-25 21:58:07 [ecarstrade.be] INFO: Saving data for 6874568auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678997.81107, 'last_price_update_time': 1774475887.138354}
2026-03-25 21:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6874568auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6874569> (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-25 21:58:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:08 [ecarstrade.be] INFO: Extracting details for car 6874569auction101892
2026-03-25 21:58:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dabe1d66-3442-505a-9a72-5ae214043e67 with identifier: 6874569auction101892
2026-03-25 21:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dabe1d66-3442-505a-9a72-5ae214043e67 with scrape type 2
2026-03-25 21:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dabe1d66-3442-505a-9a72-5ae214043e67 with scrape type 2
2026-03-25 21:58:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dabe1d66-3442-505a-9a72-5ae214043e67, identifier: 6874569auction101892
2026-03-25 21:58:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dabe1d66-3442-505a-9a72-5ae214043e67 with identifier: 6874569auction101892
2026-03-25 21:58:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dabe1d66-3442-505a-9a72-5ae214043e67 with identifier: 6874569auction101892
2026-03-25 21:58:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dabe1d66-3442-505a-9a72-5ae214043e67 with identifier: 6874569auction101892 to the API
2026-03-25 21:58:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6874569>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dabe1d66-3442-505a-9a72-5ae214043e67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6874569',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 114443,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC BUSINESS 4WD '
'AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC BUSINESS 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-25 21:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:09 [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-25 21:58:09 [ecarstrade.be] INFO: Saving data for 6874569auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678978.927756, 'last_price_update_time': 1774475889.270456}
2026-03-25 21:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6874569auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6874571> (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-25 21:58:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:10 [ecarstrade.be] INFO: Extracting details for car 6874571auction101892
2026-03-25 21:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a95262a1-d5f2-5b61-9b54-145cbea0c78c with identifier: 6874571auction101892
2026-03-25 21:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95262a1-d5f2-5b61-9b54-145cbea0c78c with scrape type 2
2026-03-25 21:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a95262a1-d5f2-5b61-9b54-145cbea0c78c with scrape type 2
2026-03-25 21:58:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a95262a1-d5f2-5b61-9b54-145cbea0c78c, identifier: 6874571auction101892
2026-03-25 21:58:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a95262a1-d5f2-5b61-9b54-145cbea0c78c with identifier: 6874571auction101892
2026-03-25 21:58:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a95262a1-d5f2-5b61-9b54-145cbea0c78c with identifier: 6874571auction101892
2026-03-25 21:58:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a95262a1-d5f2-5b61-9b54-145cbea0c78c with identifier: 6874571auction101892 to the API
2026-03-25 21:58:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6874571>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'a95262a1-d5f2-5b61-9b54-145cbea0c78c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6874571',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 20690,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.0 TCe 100CV BVM6 E6d / GPL',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV BVM6 E6d / GPL',
'vin': None,
'year': 2022}
2026-03-25 21:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:10 [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-25 21:58:10 [ecarstrade.be] INFO: Saving data for 6874571auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1772678968.640956, 'last_price_update_time': 1774475890.501343}
2026-03-25 21:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6874571auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6598020> (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-25 21:58:10 [ecarstrade.be] INFO: Extracting details for car 6598020auction106404
2026-03-25 21:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6598020auction106404
2026-03-25 21:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae19c91-5749-5abf-92ef-64027e049cc5 with scrape type 2
2026-03-25 21:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae19c91-5749-5abf-92ef-64027e049cc5 with scrape type 2
2026-03-25 21:58:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ae19c91-5749-5abf-92ef-64027e049cc5, identifier: 6598020auction106404
2026-03-25 21:58:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6598020auction106404
2026-03-25 21:58:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6598020auction106404
2026-03-25 21:58:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ae19c91-5749-5abf-92ef-64027e049cc5 with identifier: 6598020auction106404 to the API
2026-03-25 21:58:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58:11 [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-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277ae19c91-5749-5abf-92ef-64027e049cc5%27 HTTP/1.1" 200 None
2026-03-25 21:58:11 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 7ae19c91-5749-5abf-92ef-64027e049cc5: 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: \u0022Black\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot E-408 Allure 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-31\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6598020\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T21:40:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022E-408 Allure 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: \u00227ae19c91-5749-5abf-92ef-64027e049cc5\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 21:58:10 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-25 21:58:11 [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-25 21:58:11 [scrapy.core.scraper] ERROR: Error processing {'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-27T21:40:04Z',
'fuel_type': 'Electric',
'id': '7ae19c91-5749-5abf-92ef-64027e049cc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6598020',
'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-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot E-408 Allure 58 kWh Electric 214 hp Auto',
'transmission': 'automatic',
'trim': 'E-408 Allure 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-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:11 [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-25 21:58:11 [ecarstrade.be] INFO: Saving data for 6598020auction106404: {'auction_closing_time': 1774647604.0, 'created_time': 1772677592.260676, 'last_price_update_time': 1774475891.284177}
2026-03-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6598020auction106404') HTTP/1.1" 204 0
2026-03-25 21:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6612949> (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-25 21:58:11 [ecarstrade.be] INFO: Extracting details for car 6612949auction106404
2026-03-25 21:58:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6612949auction106404
2026-03-25 21:58:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-25 21:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-25 21:58:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 161bac83-b20e-5be0-949a-e809ec76ec29, identifier: 6612949auction106404
2026-03-25 21:58:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6612949auction106404
2026-03-25 21:58:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6612949auction106404
2026-03-25 21:58:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6612949auction106404 to the API
2026-03-25 21:58:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58:11 [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-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:11 [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-25 21:58:11 [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 LWB 3,3t 4Motion 2.0 TDI DSG 170 hp\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/6612949\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T21:40:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Transporter T7 LWB 3,3t 4Motion 2.0 TDI DSG 170 hp\u0022, \u0022Year\u0022: 2026, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 3, \u0022DoorsNumber\u0022: 4, \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': 'Wed, 25 Mar 2026 21:58:11 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-25 21:58:11 [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-25 21:58:11 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T21:40:04Z',
'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/6612949',
'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': 3,
'seller_name': None,
'title': 'Volkswagen Transporter T7 LWB 3,3t 4Motion 2.0 TDI DSG 170 hp',
'transmission': 'automatic',
'trim': 'Transporter T7 LWB 3,3t 4Motion 2.0 TDI DSG 170 hp',
'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-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:11 [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-25 21:58:11 [ecarstrade.be] INFO: Saving data for 6612949auction106404: {'auction_closing_time': 1774647604.0, 'created_time': 1772677590.637906, 'last_price_update_time': 1774475891.841394}
2026-03-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6612949auction106404') HTTP/1.1" 204 0
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6718986auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6718986auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6718987auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6718987auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6719003auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6719003auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6719014auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6719014auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6719044auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6719044auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6719069auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6719069auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6719092auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6719092auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6719104auction106404
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6719104auction106404: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6723454auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723454auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6723454auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 0
2026-03-25 21:58:12 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-25 21:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:12 [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-25 21:58:12 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 0
2026-03-25 21:58:13 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:13 [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-25 21:58:13 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 0
2026-03-25 21:58:13 [ecarstrade.be] INFO: Found listing with ID: 6725123auction106392
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:13 [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-25 21:58:13 [ecarstrade.be] INFO: Scrape type for 6725123auction106392: 2
2026-03-25 21:58:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:13 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:13 [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-25 21:58:13 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 0
2026-03-25 21:58:13 [ecarstrade.be] INFO: Found listing with ID: 6725767auction106392
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725767auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:13 [ecarstrade.be] INFO: Scrape type for 6725767auction106392: 0
2026-03-25 21:58:13 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:13 [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-25 21:58:13 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 0
2026-03-25 21:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6666970> (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-25 21:58:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:13 [ecarstrade.be] INFO: Extracting details for car 6666970auction106392
2026-03-25 21:58:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36d09ce-02b8-5796-9bc2-26a975eba922 with identifier: 6666970auction106392
2026-03-25 21:58:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36d09ce-02b8-5796-9bc2-26a975eba922 with scrape type 2
2026-03-25 21:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36d09ce-02b8-5796-9bc2-26a975eba922 with scrape type 2
2026-03-25 21:58:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e36d09ce-02b8-5796-9bc2-26a975eba922, identifier: 6666970auction106392
2026-03-25 21:58:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e36d09ce-02b8-5796-9bc2-26a975eba922 with identifier: 6666970auction106392
2026-03-25 21:58:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e36d09ce-02b8-5796-9bc2-26a975eba922 with identifier: 6666970auction106392
2026-03-25 21:58:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e36d09ce-02b8-5796-9bc2-26a975eba922 with identifier: 6666970auction106392 to the API
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6666970>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': 'e36d09ce-02b8-5796-9bc2-26a975eba922',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6666970',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 10350,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 PureTech 100 S&S BVM6 Allure Pack',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure Pack',
'vin': None,
'year': 2023}
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:13 [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-25 21:58:13 [ecarstrade.be] INFO: Saving data for 6666970auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772614688.994517, 'last_price_update_time': 1774475893.629259}
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6666970auction106392') HTTP/1.1" 204 0
2026-03-25 21:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6673299> (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-25 21:58:13 [ecarstrade.be] INFO: Extracting details for car 6673299auction106392
2026-03-25 21:58:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a4ceec2-b75c-506f-99d6-20028a1c6cea with identifier: 6673299auction106392
2026-03-25 21:58:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a4ceec2-b75c-506f-99d6-20028a1c6cea with scrape type 2
2026-03-25 21:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a4ceec2-b75c-506f-99d6-20028a1c6cea with scrape type 2
2026-03-25 21:58:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a4ceec2-b75c-506f-99d6-20028a1c6cea, identifier: 6673299auction106392
2026-03-25 21:58:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a4ceec2-b75c-506f-99d6-20028a1c6cea with identifier: 6673299auction106392
2026-03-25 21:58:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a4ceec2-b75c-506f-99d6-20028a1c6cea with identifier: 6673299auction106392
2026-03-25 21:58:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a4ceec2-b75c-506f-99d6-20028a1c6cea with identifier: 6673299auction106392 to the API
2026-03-25 21:58:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6673299>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '5a4ceec2-b75c-506f-99d6-20028a1c6cea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6673299',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6017,
'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': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-25 21:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:14 [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-25 21:58:14 [ecarstrade.be] INFO: Saving data for 6673299auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772614689.559822, 'last_price_update_time': 1774475894.240679}
2026-03-25 21:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6673299auction106392') HTTP/1.1" 204 0
2026-03-25 21:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6673305> (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-25 21:58:16 [ecarstrade.be] INFO: Extracting details for car 6673305auction106392
2026-03-25 21:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62143891-61ea-5f35-a42d-4c16949a4f92 with identifier: 6673305auction106392
2026-03-25 21:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62143891-61ea-5f35-a42d-4c16949a4f92 with scrape type 2
2026-03-25 21:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62143891-61ea-5f35-a42d-4c16949a4f92 with scrape type 2
2026-03-25 21:58:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62143891-61ea-5f35-a42d-4c16949a4f92, identifier: 6673305auction106392
2026-03-25 21:58:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62143891-61ea-5f35-a42d-4c16949a4f92 with identifier: 6673305auction106392
2026-03-25 21:58:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62143891-61ea-5f35-a42d-4c16949a4f92 with identifier: 6673305auction106392
2026-03-25 21:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62143891-61ea-5f35-a42d-4c16949a4f92 with identifier: 6673305auction106392 to the API
2026-03-25 21:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6673305>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '62143891-61ea-5f35-a42d-4c16949a4f92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6673305',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-26',
'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-25 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:16 [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-25 21:58:16 [ecarstrade.be] INFO: Saving data for 6673305auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772614688.446447, 'last_price_update_time': 1774475896.747999}
2026-03-25 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6673305auction106392') HTTP/1.1" 204 0
2026-03-25 21:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6675823> (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-25 21:58:17 [ecarstrade.be] INFO: Extracting details for car 6675823auction106392
2026-03-25 21:58:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9769427-0b4b-5362-9f31-2678e86d881a with identifier: 6675823auction106392
2026-03-25 21:58:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9769427-0b4b-5362-9f31-2678e86d881a with scrape type 2
2026-03-25 21:58:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9769427-0b4b-5362-9f31-2678e86d881a with scrape type 2
2026-03-25 21:58:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9769427-0b4b-5362-9f31-2678e86d881a, identifier: 6675823auction106392
2026-03-25 21:58:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9769427-0b4b-5362-9f31-2678e86d881a with identifier: 6675823auction106392
2026-03-25 21:58:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9769427-0b4b-5362-9f31-2678e86d881a with identifier: 6675823auction106392
2026-03-25 21:58:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9769427-0b4b-5362-9f31-2678e86d881a with identifier: 6675823auction106392 to the API
2026-03-25 21:58:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6675823>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': 'e9769427-0b4b-5362-9f31-2678e86d881a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6675823',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 30726,
'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-25 21:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:17 [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-25 21:58:17 [ecarstrade.be] INFO: Saving data for 6675823auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772614646.987429, 'last_price_update_time': 1774475897.804788}
2026-03-25 21:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6675823auction106392') HTTP/1.1" 204 0
2026-03-25 21:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990106> (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-25 21:58:19 [ecarstrade.be] INFO: Extracting details for car 6990106auction101892
2026-03-25 21:58:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0d4026-7266-5e5d-a499-965ec8e760bc with identifier: 6990106auction101892
2026-03-25 21:58:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0d4026-7266-5e5d-a499-965ec8e760bc with scrape type 2
2026-03-25 21:58:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0d4026-7266-5e5d-a499-965ec8e760bc with scrape type 2
2026-03-25 21:58:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb0d4026-7266-5e5d-a499-965ec8e760bc, identifier: 6990106auction101892
2026-03-25 21:58:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb0d4026-7266-5e5d-a499-965ec8e760bc with identifier: 6990106auction101892
2026-03-25 21:58:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb0d4026-7266-5e5d-a499-965ec8e760bc with identifier: 6990106auction101892
2026-03-25 21:58:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb0d4026-7266-5e5d-a499-965ec8e760bc with identifier: 6990106auction101892 to the API
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990106>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fb0d4026-7266-5e5d-a499-965ec8e760bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990106',
'listing': 'directbuy',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'Q3',
'odometer': 27457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback / 2019 / 5P / SUV 45 TFSI E 245 S TRONIC BUSINESS '
'EXE',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2019 / 5P / SUV 45 TFSI E 245 S TRONIC BUSINESS '
'EXE',
'vin': None,
'year': 2025}
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Saving data for 6990106auction101892: {'auction_closing_time': 1774647603.0, 'created_time': 1774104517.934024, 'last_price_update_time': 1774475899.631072}
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990106auction101892') HTTP/1.1" 204 0
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6735056auction106404
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6735056auction106404: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6737028auction106392
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6737028auction106392: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6737029auction106392
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6737029auction106392: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6738189auction106392
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6738189auction106392: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6742440auction106392
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6742440auction106392: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6745347auction106404
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745347auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6745347auction106404: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6745355auction106404
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6745355auction106404: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6745358auction106404
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6745358auction106404: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6745368auction106404
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6745368auction106404: 2
2026-03-25 21:58:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6745371auction106404
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6745371auction106404: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6745390auction106392
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6745390auction106392: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6746049auction106392
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:19 [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-25 21:58:19 [ecarstrade.be] INFO: Scrape type for 6746049auction106392: 0
2026-03-25 21:58:19 [ecarstrade.be] INFO: Found listing with ID: 6746066auction106392
2026-03-25 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [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-25 21:58:20 [ecarstrade.be] INFO: Scrape type for 6746066auction106392: 0
2026-03-25 21:58:20 [ecarstrade.be] INFO: Found listing with ID: 6747730auction106404
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [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-25 21:58:20 [ecarstrade.be] INFO: Scrape type for 6747730auction106404: 0
2026-03-25 21:58:20 [ecarstrade.be] INFO: Found listing with ID: 6747731auction106404
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276747731auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:58:20 [ecarstrade.be] INFO: Scrape type for 6747731auction106404: 0
2026-03-25 21:58:20 [ecarstrade.be] INFO: Found listing with ID: 6749433auction106392
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [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-25 21:58:20 [ecarstrade.be] INFO: Scrape type for 6749433auction106392: 0
2026-03-25 21:58:20 [ecarstrade.be] INFO: Found listing with ID: 6750730auction106392
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [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-25 21:58:20 [ecarstrade.be] INFO: Scrape type for 6750730auction106392: 0
2026-03-25 21:58:20 [ecarstrade.be] INFO: Found listing with ID: 6752454auction106404
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [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-25 21:58:20 [ecarstrade.be] INFO: Scrape type for 6752454auction106404: 0
2026-03-25 21:58:20 [ecarstrade.be] INFO: Found listing with ID: 6752595auction106404
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [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-25 21:58:20 [ecarstrade.be] INFO: Scrape type for 6752595auction106404: 2
2026-03-25 21:58:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:20 [ecarstrade.be] INFO: Found listing with ID: 6752601auction106404
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [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-25 21:58:20 [ecarstrade.be] INFO: Scrape type for 6752601auction106404: 0
2026-03-25 21:58:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725123> (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-25 21:58:20 [ecarstrade.be] INFO: Extracting details for car 6725123auction106392
2026-03-25 21:58:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ea851d-1a0f-5508-b4bb-937295f08c08 with identifier: 6725123auction106392
2026-03-25 21:58:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ea851d-1a0f-5508-b4bb-937295f08c08 with scrape type 2
2026-03-25 21:58:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ea851d-1a0f-5508-b4bb-937295f08c08 with scrape type 2
2026-03-25 21:58:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05ea851d-1a0f-5508-b4bb-937295f08c08, identifier: 6725123auction106392
2026-03-25 21:58:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05ea851d-1a0f-5508-b4bb-937295f08c08 with identifier: 6725123auction106392
2026-03-25 21:58:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05ea851d-1a0f-5508-b4bb-937295f08c08 with identifier: 6725123auction106392
2026-03-25 21:58:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05ea851d-1a0f-5508-b4bb-937295f08c08 with identifier: 6725123auction106392 to the API
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725123>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '05ea851d-1a0f-5508-b4bb-937295f08c08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725123',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24103,
'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 2008 Style 1.2L (1199cc) Gasoline 100hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) Gasoline 100hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [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-25 21:58:20 [ecarstrade.be] INFO: Saving data for 6725123auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772614707.018478, 'last_price_update_time': 1774475900.726543}
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725123auction106392') HTTP/1.1" 204 0
2026-03-25 21:58:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6745368> (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-25 21:58:27 [ecarstrade.be] INFO: Extracting details for car 6745368auction106404
2026-03-25 21:58:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a02174f6-b533-504b-85eb-174dd6aeaac7 with identifier: 6745368auction106404
2026-03-25 21:58:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a02174f6-b533-504b-85eb-174dd6aeaac7 with scrape type 2
2026-03-25 21:58:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a02174f6-b533-504b-85eb-174dd6aeaac7 with scrape type 2
2026-03-25 21:58:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a02174f6-b533-504b-85eb-174dd6aeaac7, identifier: 6745368auction106404
2026-03-25 21:58:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a02174f6-b533-504b-85eb-174dd6aeaac7 with identifier: 6745368auction106404
2026-03-25 21:58:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a02174f6-b533-504b-85eb-174dd6aeaac7 with identifier: 6745368auction106404
2026-03-25 21:58:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a02174f6-b533-504b-85eb-174dd6aeaac7 with identifier: 6745368auction106404 to the API
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6745368>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': 'a02174f6-b533-504b-85eb-174dd6aeaac7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6745368',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10,
'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 2008 GT 1.2 Hybrid Electric/Gasoline 137hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 137hp',
'vin': None,
'year': 2025}
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Saving data for 6745368auction106404: {'auction_closing_time': 1774647604.0, 'created_time': 1772614086.932372, 'last_price_update_time': 1774475907.597312}
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6745368auction106404') HTTP/1.1" 204 0
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6752602auction106404
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6752602auction106404: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6752603auction106404
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6752603auction106404: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6754289auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6754289auction106392: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6754290auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6754290auction106392: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6754292auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6754292auction106392: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6755896auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6755896auction106392: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6757282auction106404
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6757282auction106404: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6757850auction106404
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6757850auction106404: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6759417auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6759417auction106392: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6759418auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759418auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6759418auction106392: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6760076auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6760076auction106392: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6760879auction106404
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6760879auction106404: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6760880auction106404
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6760880auction106404: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6761373auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:27 [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-25 21:58:27 [ecarstrade.be] INFO: Scrape type for 6761373auction106392: 0
2026-03-25 21:58:27 [ecarstrade.be] INFO: Found listing with ID: 6763813auction106392
2026-03-25 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:28 [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-25 21:58:28 [ecarstrade.be] INFO: Scrape type for 6763813auction106392: 0
2026-03-25 21:58:28 [ecarstrade.be] INFO: Found listing with ID: 6764589auction106404
2026-03-25 21:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:28 [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-25 21:58:28 [ecarstrade.be] INFO: Scrape type for 6764589auction106404: 0
2026-03-25 21:58:28 [ecarstrade.be] INFO: Found listing with ID: 6764590auction106404
2026-03-25 21:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:28 [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-25 21:58:28 [ecarstrade.be] INFO: Scrape type for 6764590auction106404: 2
2026-03-25 21:58:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:28 [ecarstrade.be] INFO: Found listing with ID: 6764591auction106404
2026-03-25 21:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:28 [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-25 21:58:28 [ecarstrade.be] INFO: Scrape type for 6764591auction106404: 0
2026-03-25 21:58:28 [ecarstrade.be] INFO: Found listing with ID: 6764592auction106404
2026-03-25 21:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:28 [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-25 21:58:28 [ecarstrade.be] INFO: Scrape type for 6764592auction106404: 0
2026-03-25 21:58:28 [ecarstrade.be] INFO: Found listing with ID: 6765306auction106392
2026-03-25 21:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:28 [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-25 21:58:28 [ecarstrade.be] INFO: Scrape type for 6765306auction106392: 0
2026-03-25 21:58:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6752595> (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-25 21:58:28 [ecarstrade.be] INFO: Extracting details for car 6752595auction106404
2026-03-25 21:58:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91faf5ba-3fc9-56f3-b780-b466cc25277a with identifier: 6752595auction106404
2026-03-25 21:58:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91faf5ba-3fc9-56f3-b780-b466cc25277a with scrape type 2
2026-03-25 21:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91faf5ba-3fc9-56f3-b780-b466cc25277a with scrape type 2
2026-03-25 21:58:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91faf5ba-3fc9-56f3-b780-b466cc25277a, identifier: 6752595auction106404
2026-03-25 21:58:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91faf5ba-3fc9-56f3-b780-b466cc25277a with identifier: 6752595auction106404
2026-03-25 21:58:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91faf5ba-3fc9-56f3-b780-b466cc25277a with identifier: 6752595auction106404
2026-03-25 21:58:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91faf5ba-3fc9-56f3-b780-b466cc25277a with identifier: 6752595auction106404 to the API
2026-03-25 21:58:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58: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-25 21:58:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6752595>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '91faf5ba-3fc9-56f3-b780-b466cc25277a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6752595',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Hyundai',
'model': 'i10',
'odometer': 20,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-09',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai i10 SELECT 1.0 GASOLINE 63hp',
'transmission': 'manual',
'trim': 'SELECT 1.0 GASOLINE 63hp',
'vin': None,
'year': 2025}
2026-03-25 21:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:29 [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-25 21:58:29 [ecarstrade.be] INFO: Saving data for 6752595auction106404: {'auction_closing_time': 1774647604.0, 'created_time': 1772677676.942506, 'last_price_update_time': 1774475909.08275}
2026-03-25 21:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6752595auction106404') HTTP/1.1" 204 0
2026-03-25 21:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764590> (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-25 21:58:34 [ecarstrade.be] INFO: Extracting details for car 6764590auction106404
2026-03-25 21:58:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 446d09f5-aac7-545c-b9b1-053b8e816662 with identifier: 6764590auction106404
2026-03-25 21:58:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 446d09f5-aac7-545c-b9b1-053b8e816662 with scrape type 2
2026-03-25 21:58:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 446d09f5-aac7-545c-b9b1-053b8e816662 with scrape type 2
2026-03-25 21:58:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 446d09f5-aac7-545c-b9b1-053b8e816662, identifier: 6764590auction106404
2026-03-25 21:58:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 446d09f5-aac7-545c-b9b1-053b8e816662 with identifier: 6764590auction106404
2026-03-25 21:58:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 446d09f5-aac7-545c-b9b1-053b8e816662 with identifier: 6764590auction106404
2026-03-25 21:58:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 446d09f5-aac7-545c-b9b1-053b8e816662 with identifier: 6764590auction106404 to the API
2026-03-25 21:58:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:58:34 [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-25 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27446d09f5-aac7-545c-b9b1-053b8e816662%27 HTTP/1.1" 200 None
2026-03-25 21:58:34 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 446d09f5-aac7-545c-b9b1-053b8e816662: 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: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot Expert Long 2.0 BlueHDi 145 MAN6\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022Expert\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-30\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6764590\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T21:40:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Long 2.0 BlueHDi 145 MAN6\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 3, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022446d09f5-aac7-545c-b9b1-053b8e816662\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 21:58:34 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-25 21:58:34 [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-25 21:58:34 [scrapy.core.scraper] ERROR: Error processing {'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-27T21:40:04Z',
'fuel_type': 'Diesel',
'id': '446d09f5-aac7-545c-b9b1-053b8e816662',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6764590',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-30',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Long 2.0 BlueHDi 145 MAN6',
'transmission': 'manual',
'trim': 'Long 2.0 BlueHDi 145 MAN6',
'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-25 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Saving data for 6764590auction106404: {'auction_closing_time': 1774647604.0, 'created_time': 1772614121.490892, 'last_price_update_time': 1774475915.001369}
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764590auction106404') HTTP/1.1" 204 0
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6765687auction106404
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6765687auction106404: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6766624auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6766624auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6771908auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6771908auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6775855auction106404
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6775855auction106404: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6775858auction106404
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6775858auction106404: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6776756auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6776756auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6776872auction106404
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6776872auction106404: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6776880auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6776880auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777591auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777591auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777601auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777601auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777602auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777602auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777603auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777603auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777604auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777604auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777605auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777605auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777607auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777607auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777608auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777608auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777609auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777609auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777610auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777610auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777611auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777611auction106392: 0
2026-03-25 21:58:35 [ecarstrade.be] INFO: Found listing with ID: 6777613auction106392
2026-03-25 21:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:58:35 [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-25 21:58:35 [ecarstrade.be] INFO: Scrape type for 6777613auction106392: 0
2026-03-25 21:58:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:58:42 [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-25 21:58:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777622auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777622auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777622auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777633auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777633auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777633auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777634auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777634auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777634auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777637auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777637auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777637auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777638auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777638auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777638auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777780auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777780auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777780auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777781auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777781auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777781auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777782auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777782auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777782auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777783auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777783auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777783auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6777784auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276777784auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6777784auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6778086auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276778086auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6778086auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6778376auction106404
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276778376auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6778376auction106404: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6778380auction106404
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276778380auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6778380auction106404: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6778382auction106404
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276778382auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6778382auction106404: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6779365auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276779365auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6779365auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6780522auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276780522auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6780522auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6780523auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276780523auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6780523auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6780524auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276780524auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6780524auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6780525auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276780525auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6780525auction106392: 0
2026-03-25 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 6780526auction106392
2026-03-25 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276780526auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:58:42 [ecarstrade.be] INFO: Scrape type for 6780526auction106392: 0
2026-03-25 21:58:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:06 [scrapy.extensions.logstats] INFO: Crawled 917 pages (at 18 pages/min), scraped 777 items (at 11 items/min)
2026-03-25 21:59:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 21:59:22 [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-25 21:59:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6780527auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276780527auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6780527auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6780528auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276780528auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6780528auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6781520auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276781520auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6781520auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6781521auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276781521auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6781521auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6781866auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276781866auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6781866auction106392: 2
2026-03-25 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-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6781870auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6781870auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6781871auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6781871auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6784596auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6784596auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6785651auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6785651auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6786586auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276786586auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6786586auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6786883auction106404
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276786883auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6786883auction106404: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6786884auction106404
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276786884auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6786884auction106404: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6787087auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276787087auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6787087auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6787216auction106404
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276787216auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6787216auction106404: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6787217auction106404
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276787217auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6787217auction106404: 2
2026-03-25 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-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6787218auction106404
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276787218auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6787218auction106404: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6787502auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276787502auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6787502auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6788220auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276788220auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6788220auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6790751auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276790751auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6790751auction106392: 0
2026-03-25 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 6801120auction106392
2026-03-25 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276801120auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:22 [ecarstrade.be] INFO: Scrape type for 6801120auction106392: 0
2026-03-25 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-25 21:59:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781866> (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-25 21:59:29 [ecarstrade.be] INFO: Extracting details for car 6781866auction106392
2026-03-25 21:59:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c419e383-686c-5eb3-a9a0-1c401b5b7e9f with identifier: 6781866auction106392
2026-03-25 21:59:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c419e383-686c-5eb3-a9a0-1c401b5b7e9f with scrape type 2
2026-03-25 21:59:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c419e383-686c-5eb3-a9a0-1c401b5b7e9f with scrape type 2
2026-03-25 21:59:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c419e383-686c-5eb3-a9a0-1c401b5b7e9f, identifier: 6781866auction106392
2026-03-25 21:59:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c419e383-686c-5eb3-a9a0-1c401b5b7e9f with identifier: 6781866auction106392
2026-03-25 21:59:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c419e383-686c-5eb3-a9a0-1c401b5b7e9f with identifier: 6781866auction106392
2026-03-25 21:59:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c419e383-686c-5eb3-a9a0-1c401b5b7e9f with identifier: 6781866auction106392 to the API
2026-03-25 21:59:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:59: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-25 21:59:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781866>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': 'c419e383-686c-5eb3-a9a0-1c401b5b7e9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781866',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 17500,
'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-25 21:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:29 [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-25 21:59:29 [ecarstrade.be] INFO: Saving data for 6781866auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772676989.244465, 'last_price_update_time': 1774475969.954681}
2026-03-25 21:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781866auction106392') HTTP/1.1" 204 0
2026-03-25 21:59:30 [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-25 21:59:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6802623auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276802623auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6802623auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6802625auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276802625auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6802625auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6802702auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276802702auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6802702auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6802993auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276802993auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6802993auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6802994auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6802994auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6802996auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276802996auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6802996auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6802997auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276802997auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6802997auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6807829auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276807829auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6807829auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6807830auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276807830auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6807830auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6808676auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276808676auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6808676auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6812642auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276812642auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6812642auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6815695auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276815695auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6815695auction106404: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6815947auction106404
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276815947auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6815947auction106404: 2
2026-03-25 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-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6818584auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276818584auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6818584auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6818586auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276818586auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6818586auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6818590auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276818590auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6818590auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6818936auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276818936auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6818936auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6819384auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276819384auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6819384auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6819416auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276819416auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6819416auction106392: 0
2026-03-25 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 6820333auction106392
2026-03-25 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276820333auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:30 [ecarstrade.be] INFO: Scrape type for 6820333auction106392: 0
2026-03-25 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-25 21:59:36 [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-25 21:59:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6820903auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276820903auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6820903auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6827414auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276827414auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6827414auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6827674auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276827674auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6827674auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6827675auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276827675auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6827675auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6828723auction106404
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276828723auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6828723auction106404: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6828724auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276828724auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6828724auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6830000auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276830000auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6830000auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6830522auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276830522auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6830522auction106392: 2
2026-03-25 21:59:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6830542auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276830542auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6830542auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6831029auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276831029auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6831029auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6831648auction106404
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276831648auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6831648auction106404: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6834240auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276834240auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6834240auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6835309auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276835309auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6835309auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6835314auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276835314auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6835314auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6837652auction106392
2026-03-25 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276837652auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:36 [ecarstrade.be] INFO: Scrape type for 6837652auction106392: 0
2026-03-25 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 6838803auction106392
2026-03-25 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276838803auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:37 [ecarstrade.be] INFO: Scrape type for 6838803auction106392: 0
2026-03-25 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 6839068auction106392
2026-03-25 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276839068auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:37 [ecarstrade.be] INFO: Scrape type for 6839068auction106392: 0
2026-03-25 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 6839069auction106392
2026-03-25 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276839069auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:37 [ecarstrade.be] INFO: Scrape type for 6839069auction106392: 0
2026-03-25 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 6839459auction106392
2026-03-25 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276839459auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:37 [ecarstrade.be] INFO: Scrape type for 6839459auction106392: 0
2026-03-25 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 6839757auction106404
2026-03-25 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276839757auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:37 [ecarstrade.be] INFO: Scrape type for 6839757auction106404: 0
2026-03-25 21:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6815947> (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-25 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-25 21:59:37 [ecarstrade.be] INFO: Extracting details for car 6815947auction106404
2026-03-25 21:59:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f79296bb-7e91-52a4-a320-0d1cb0787ffc with identifier: 6815947auction106404
2026-03-25 21:59:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f79296bb-7e91-52a4-a320-0d1cb0787ffc with scrape type 2
2026-03-25 21:59:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f79296bb-7e91-52a4-a320-0d1cb0787ffc with scrape type 2
2026-03-25 21:59:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f79296bb-7e91-52a4-a320-0d1cb0787ffc, identifier: 6815947auction106404
2026-03-25 21:59:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f79296bb-7e91-52a4-a320-0d1cb0787ffc with identifier: 6815947auction106404
2026-03-25 21:59:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f79296bb-7e91-52a4-a320-0d1cb0787ffc with identifier: 6815947auction106404
2026-03-25 21:59:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f79296bb-7e91-52a4-a320-0d1cb0787ffc with identifier: 6815947auction106404 to the API
2026-03-25 21:59:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:59: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-25 21:59:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6815947>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': 'f79296bb-7e91-52a4-a320-0d1cb0787ffc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6815947',
'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-16',
'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-25 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276815947auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:38 [ecarstrade.be] INFO: Saving data for 6815947auction106404: {'auction_closing_time': 1774647604.0, 'created_time': 1772614208.840792, 'last_price_update_time': 1774475978.327497}
2026-03-25 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6815947auction106404') HTTP/1.1" 204 0
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6839759auction106404
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6839759auction106404: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6841645auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6841645auction106392: 2
2026-03-25 21:59:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842641auction106404
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842641auction106404: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842642auction106404
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842642auction106404: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842643auction106404
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842643auction106404: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842644auction106404
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842644auction106404: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842645auction106404
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842645auction106404: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842646auction106404
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842646auction106404: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842647auction106404
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842647auction106404: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842661auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842661auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842663auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842663auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6842666auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6842666auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6843087auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6843087auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6843088auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6843088auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6843089auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6843089auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6843090auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59: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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6843090auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6843101auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6843101auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6843102auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6843102auction106392: 2
2026-03-25 21:59:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6843105auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6843105auction106392: 0
2026-03-25 21:59:45 [ecarstrade.be] INFO: Found listing with ID: 6843106auction106392
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:45 [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-25 21:59:45 [ecarstrade.be] INFO: Scrape type for 6843106auction106392: 0
2026-03-25 21:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6830522> (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-25 21:59:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:45 [ecarstrade.be] INFO: Extracting details for car 6830522auction106392
2026-03-25 21:59:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 857efce9-29cb-5aea-8270-23188f7fe1c8 with identifier: 6830522auction106392
2026-03-25 21:59:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 857efce9-29cb-5aea-8270-23188f7fe1c8 with scrape type 2
2026-03-25 21:59:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 857efce9-29cb-5aea-8270-23188f7fe1c8 with scrape type 2
2026-03-25 21:59:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 857efce9-29cb-5aea-8270-23188f7fe1c8, identifier: 6830522auction106392
2026-03-25 21:59:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 857efce9-29cb-5aea-8270-23188f7fe1c8 with identifier: 6830522auction106392
2026-03-25 21:59:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 857efce9-29cb-5aea-8270-23188f7fe1c8 with identifier: 6830522auction106392
2026-03-25 21:59:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 857efce9-29cb-5aea-8270-23188f7fe1c8 with identifier: 6830522auction106392 to the API
2026-03-25 21:59:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:59: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-25 21:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6830522>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '857efce9-29cb-5aea-8270-23188f7fe1c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6830522',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 27303,
'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-25 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830522auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:46 [ecarstrade.be] INFO: Saving data for 6830522auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1774017427.604106, 'last_price_update_time': 1774475986.134154}
2026-03-25 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6830522auction106392') HTTP/1.1" 204 0
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843108auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843108auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843110auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843110auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843112auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843112auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843114auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843114auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843116auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843116auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843117auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843117auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843118auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843118auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843132auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843132auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843136auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843136auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843340auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843340auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6843341auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6843341auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6844030auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6844030auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6848139auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6848139auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6850767auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6850767auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6850913auction106404
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6850913auction106404: 2
2026-03-25 21:59:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6850914auction106404
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6850914auction106404: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6851177auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6851177auction106392: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6851182auction106392
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6851182auction106392: 2
2026-03-25 21:59:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841645> (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-25 21:59:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6852772auction106404
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6852772auction106404: 0
2026-03-25 21:59:52 [ecarstrade.be] INFO: Found listing with ID: 6852773auction106404
2026-03-25 21:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:52 [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-25 21:59:52 [ecarstrade.be] INFO: Scrape type for 6852773auction106404: 0
2026-03-25 21:59:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:52 [ecarstrade.be] INFO: Extracting details for car 6841645auction106392
2026-03-25 21:59:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f82f64b5-3c74-5689-8d99-b975b1cfafc5 with identifier: 6841645auction106392
2026-03-25 21:59:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f82f64b5-3c74-5689-8d99-b975b1cfafc5 with scrape type 2
2026-03-25 21:59:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f82f64b5-3c74-5689-8d99-b975b1cfafc5 with scrape type 2
2026-03-25 21:59:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f82f64b5-3c74-5689-8d99-b975b1cfafc5, identifier: 6841645auction106392
2026-03-25 21:59:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f82f64b5-3c74-5689-8d99-b975b1cfafc5 with identifier: 6841645auction106392
2026-03-25 21:59:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f82f64b5-3c74-5689-8d99-b975b1cfafc5 with identifier: 6841645auction106392
2026-03-25 21:59:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f82f64b5-3c74-5689-8d99-b975b1cfafc5 with identifier: 6841645auction106392 to the API
2026-03-25 21:59:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:59: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-25 21:59:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841645>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': 'f82f64b5-3c74-5689-8d99-b975b1cfafc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841645',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 20676,
'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 DS 7 Hybride Rechargeable E-Tense 300 EAT8 4x4 Rivoli',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 300 EAT8 4x4 Rivoli',
'vin': None,
'year': 2024}
2026-03-25 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:53 [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-25 21:59:53 [ecarstrade.be] INFO: Saving data for 6841645auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772677043.835102, 'last_price_update_time': 1774475993.419224}
2026-03-25 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841645auction106392') HTTP/1.1" 204 0
2026-03-25 21:59:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843102> (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-25 21:59:53 [ecarstrade.be] INFO: Extracting details for car 6843102auction106392
2026-03-25 21:59:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with identifier: 6843102auction106392
2026-03-25 21:59:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with scrape type 2
2026-03-25 21:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with scrape type 2
2026-03-25 21:59:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08428a66-08c0-5ee1-9e8d-6498ec6d0533, identifier: 6843102auction106392
2026-03-25 21:59:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with identifier: 6843102auction106392
2026-03-25 21:59:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with identifier: 6843102auction106392
2026-03-25 21:59:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08428a66-08c0-5ee1-9e8d-6498ec6d0533 with identifier: 6843102auction106392 to the API
2026-03-25 21:59:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:59: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-25 21:59:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843102>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '08428a66-08c0-5ee1-9e8d-6498ec6d0533',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843102',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 24939,
'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-25 21:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:54 [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-25 21:59:54 [ecarstrade.be] INFO: Saving data for 6843102auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772677034.262055, 'last_price_update_time': 1774475994.038156}
2026-03-25 21:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843102auction106392') HTTP/1.1" 204 0
2026-03-25 21:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787217> (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-25 21:59:56 [ecarstrade.be] INFO: Extracting details for car 6787217auction106404
2026-03-25 21:59:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with identifier: 6787217auction106404
2026-03-25 21:59:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with scrape type 2
2026-03-25 21:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with scrape type 2
2026-03-25 21:59:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d6ae63a-e3a9-552c-9e0d-3807ffced219, identifier: 6787217auction106404
2026-03-25 21:59:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with identifier: 6787217auction106404
2026-03-25 21:59:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with identifier: 6787217auction106404
2026-03-25 21:59:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d6ae63a-e3a9-552c-9e0d-3807ffced219 with identifier: 6787217auction106404 to the API
2026-03-25 21:59:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 21:59: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-25 21:59:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6787217>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '6d6ae63a-e3a9-552c-9e0d-3807ffced219',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6787217',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 GT 1.2 Hybrid Electric/Gasoline 137hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 137hp',
'vin': None,
'year': 2025}
2026-03-25 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276787217auction106404%27 HTTP/1.1" 200 None
2026-03-25 21:59:57 [ecarstrade.be] INFO: Saving data for 6787217auction106404: {'auction_closing_time': 1774647604.0, 'created_time': 1772677697.322629, 'last_price_update_time': 1774475997.260359}
2026-03-25 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787217auction106404') HTTP/1.1" 204 0
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6855991auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6855991auction106392: 2
2026-03-25 21:59:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6857831auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6857831auction106392: 2
2026-03-25 21:59:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6857836auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6857836auction106392: 2
2026-03-25 21:59:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6858717auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6858717auction106392: 2
2026-03-25 21:59:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6859376auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6859376auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6859378auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6859378auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860940auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860940auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860944auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860944auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860945auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860945auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860945auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860946auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860946auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860951auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860951auction106392%27 HTTP/1.1" 200 None
2026-03-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860951auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860953auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860953auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860955auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860955auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860956auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860956auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860959auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860959auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860960auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860960auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860961auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860961auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860962auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860962auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860963auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860963auction106392: 0
2026-03-25 21:59:59 [ecarstrade.be] INFO: Found listing with ID: 6860964auction106392
2026-03-25 21:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 21:59:59 [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-25 21:59:59 [ecarstrade.be] INFO: Scrape type for 6860964auction106392: 0
2026-03-25 21:59:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 21:59:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6850913> (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-25 21:59:59 [ecarstrade.be] INFO: Extracting details for car 6850913auction106404
2026-03-25 21:59:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b897e49-e8ae-5769-86b9-e1b894ee2181 with identifier: 6850913auction106404
2026-03-25 21:59:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b897e49-e8ae-5769-86b9-e1b894ee2181 with scrape type 2
2026-03-25 21:59:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b897e49-e8ae-5769-86b9-e1b894ee2181 with scrape type 2
2026-03-25 21:59:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b897e49-e8ae-5769-86b9-e1b894ee2181, identifier: 6850913auction106404
2026-03-25 21:59:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b897e49-e8ae-5769-86b9-e1b894ee2181 with identifier: 6850913auction106404
2026-03-25 21:59:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b897e49-e8ae-5769-86b9-e1b894ee2181 with identifier: 6850913auction106404
2026-03-25 22:00:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b897e49-e8ae-5769-86b9-e1b894ee2181 with identifier: 6850913auction106404 to the API
2026-03-25 22:00:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00:00 [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-25 22:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%271b897e49-e8ae-5769-86b9-e1b894ee2181%27 HTTP/1.1" 200 None
2026-03-25 22:00:00 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 1b897e49-e8ae-5769-86b9-e1b894ee2181: 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-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: \u00222026-01-22\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6850913\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T21:40:04Z\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: 2026, \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: \u00221b897e49-e8ae-5769-86b9-e1b894ee2181\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 21:59:59 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-25 22:00:00 [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-25 22:00:00 [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-27T21:40:04Z',
'fuel_type': 'Electric',
'id': '1b897e49-e8ae-5769-86b9-e1b894ee2181',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6850913',
'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': '2026-01-22',
'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': 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-25 22:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:00 [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-25 22:00:00 [ecarstrade.be] INFO: Saving data for 6850913auction106404: {'auction_closing_time': 1774647604.0, 'created_time': 1772677698.912373, 'last_price_update_time': 1774476000.270551}
2026-03-25 22:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6850913auction106404') HTTP/1.1" 204 0
2026-03-25 22:00:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6851182> (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-25 22:00:00 [ecarstrade.be] INFO: Extracting details for car 6851182auction106392
2026-03-25 22:00:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca6afdbd-60b5-5abd-968f-64c421180f5d with identifier: 6851182auction106392
2026-03-25 22:00:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca6afdbd-60b5-5abd-968f-64c421180f5d with scrape type 2
2026-03-25 22:00:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca6afdbd-60b5-5abd-968f-64c421180f5d with scrape type 2
2026-03-25 22:00:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca6afdbd-60b5-5abd-968f-64c421180f5d, identifier: 6851182auction106392
2026-03-25 22:00:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca6afdbd-60b5-5abd-968f-64c421180f5d with identifier: 6851182auction106392
2026-03-25 22:00:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca6afdbd-60b5-5abd-968f-64c421180f5d with identifier: 6851182auction106392
2026-03-25 22:00:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca6afdbd-60b5-5abd-968f-64c421180f5d with identifier: 6851182auction106392 to the API
2026-03-25 22:00:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6851182>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': 'ca6afdbd-60b5-5abd-968f-64c421180f5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6851182',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 10753,
'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': 'Peugeot 208 PureTech 100 S&S BVM6 Allure Pack',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure Pack',
'vin': None,
'year': 2023}
2026-03-25 22:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:01 [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-25 22:00:01 [ecarstrade.be] INFO: Saving data for 6851182auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772677222.365704, 'last_price_update_time': 1774476001.205297}
2026-03-25 22:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6851182auction106392') HTTP/1.1" 204 0
2026-03-25 22:00:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6857831> (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-25 22:00:05 [ecarstrade.be] INFO: Extracting details for car 6857831auction106392
2026-03-25 22:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4729af7a-029e-5439-9b5f-a16b63f214cc with identifier: 6857831auction106392
2026-03-25 22:00:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4729af7a-029e-5439-9b5f-a16b63f214cc with scrape type 2
2026-03-25 22:00:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4729af7a-029e-5439-9b5f-a16b63f214cc with scrape type 2
2026-03-25 22:00:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4729af7a-029e-5439-9b5f-a16b63f214cc, identifier: 6857831auction106392
2026-03-25 22:00:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4729af7a-029e-5439-9b5f-a16b63f214cc with identifier: 6857831auction106392
2026-03-25 22:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4729af7a-029e-5439-9b5f-a16b63f214cc with identifier: 6857831auction106392
2026-03-25 22:00:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4729af7a-029e-5439-9b5f-a16b63f214cc with identifier: 6857831auction106392 to the API
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6857831>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '4729af7a-029e-5439-9b5f-a16b63f214cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6857831',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 2573,
'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': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [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-25 22:00:06 [ecarstrade.be] INFO: Saving data for 6857831auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772677168.787803, 'last_price_update_time': 1774476006.454851}
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6857831auction106392') HTTP/1.1" 204 0
2026-03-25 22:00:06 [scrapy.extensions.logstats] INFO: Crawled 932 pages (at 15 pages/min), scraped 785 items (at 8 items/min)
2026-03-25 22:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:00:06 [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-25 22:00:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:00:06 [ecarstrade.be] INFO: Found listing with ID: 6900115auction106404
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [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-25 22:00:06 [ecarstrade.be] INFO: Scrape type for 6900115auction106404: 0
2026-03-25 22:00:06 [ecarstrade.be] INFO: Found listing with ID: 6900117auction106392
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900117auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:00:06 [ecarstrade.be] INFO: Scrape type for 6900117auction106392: 0
2026-03-25 22:00:06 [ecarstrade.be] INFO: Found listing with ID: 6900121auction106392
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900121auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:00:06 [ecarstrade.be] INFO: Scrape type for 6900121auction106392: 0
2026-03-25 22:00:06 [ecarstrade.be] INFO: Found listing with ID: 6900122auction106392
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900122auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:00:06 [ecarstrade.be] INFO: Scrape type for 6900122auction106392: 0
2026-03-25 22:00:06 [ecarstrade.be] INFO: Found listing with ID: 6900124auction106392
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900124auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:00:06 [ecarstrade.be] INFO: Scrape type for 6900124auction106392: 0
2026-03-25 22:00:06 [ecarstrade.be] INFO: Found listing with ID: 6900126auction106392
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [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-25 22:00:06 [ecarstrade.be] INFO: Scrape type for 6900126auction106392: 0
2026-03-25 22:00:06 [ecarstrade.be] INFO: Found listing with ID: 6900130auction106392
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:06 [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-25 22:00:06 [ecarstrade.be] INFO: Scrape type for 6900130auction106392: 0
2026-03-25 22:00:06 [ecarstrade.be] INFO: Found listing with ID: 6900135auction106392
2026-03-25 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900135auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900135auction106392: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900171auction106392
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900171auction106392: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900173auction106404
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900173auction106404: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900178auction106404
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900178auction106404: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900179auction106392
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900179auction106392: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900180auction106392
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900180auction106392: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900207auction106392
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900207auction106392: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900234auction106392
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900234auction106392: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900236auction106392
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900236auction106392: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900237auction106392
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900237auction106392: 2
2026-03-25 22:00:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900260auction106392
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900260auction106392: 2
2026-03-25 22:00:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900316auction106404
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900316auction106404: 0
2026-03-25 22:00:07 [ecarstrade.be] INFO: Found listing with ID: 6900318auction106404
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:07 [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-25 22:00:07 [ecarstrade.be] INFO: Scrape type for 6900318auction106404: 0
2026-03-25 22:00:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6858717> (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-25 22:00:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6857836> (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-25 22:00:07 [ecarstrade.be] INFO: Extracting details for car 6858717auction106392
2026-03-25 22:00:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18425d1c-ebd2-5a58-aadb-4877835c688a with identifier: 6858717auction106392
2026-03-25 22:00:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18425d1c-ebd2-5a58-aadb-4877835c688a with scrape type 2
2026-03-25 22:00:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18425d1c-ebd2-5a58-aadb-4877835c688a with scrape type 2
2026-03-25 22:00:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18425d1c-ebd2-5a58-aadb-4877835c688a, identifier: 6858717auction106392
2026-03-25 22:00:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18425d1c-ebd2-5a58-aadb-4877835c688a with identifier: 6858717auction106392
2026-03-25 22:00:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18425d1c-ebd2-5a58-aadb-4877835c688a with identifier: 6858717auction106392
2026-03-25 22:00:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18425d1c-ebd2-5a58-aadb-4877835c688a with identifier: 6858717auction106392 to the API
2026-03-25 22:00:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6858717>
{'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-27T21:40:04Z',
'fuel_type': 'Diesel',
'id': '18425d1c-ebd2-5a58-aadb-4877835c688a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6858717',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10021,
'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-25 22:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:09 [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-25 22:00:09 [ecarstrade.be] INFO: Saving data for 6858717auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772677169.890102, 'last_price_update_time': 1774476009.031859}
2026-03-25 22:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6858717auction106392') HTTP/1.1" 204 0
2026-03-25 22:00:09 [ecarstrade.be] INFO: Extracting details for car 6857836auction106392
2026-03-25 22:00:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855991> (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-25 22:00:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6112277-55bb-531a-b89a-69b1f1176213 with identifier: 6857836auction106392
2026-03-25 22:00:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6112277-55bb-531a-b89a-69b1f1176213 with scrape type 2
2026-03-25 22:00:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6112277-55bb-531a-b89a-69b1f1176213 with scrape type 2
2026-03-25 22:00:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6112277-55bb-531a-b89a-69b1f1176213, identifier: 6857836auction106392
2026-03-25 22:00:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6112277-55bb-531a-b89a-69b1f1176213 with identifier: 6857836auction106392
2026-03-25 22:00:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6112277-55bb-531a-b89a-69b1f1176213 with identifier: 6857836auction106392
2026-03-25 22:00:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6112277-55bb-531a-b89a-69b1f1176213 with identifier: 6857836auction106392 to the API
2026-03-25 22:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6857836>
{'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-27T21:40:04Z',
'fuel_type': 'Diesel',
'id': 'b6112277-55bb-531a-b89a-69b1f1176213',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6857836',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 9013,
'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-25 22:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:09 [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-25 22:00:09 [ecarstrade.be] INFO: Saving data for 6857836auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772677199.342733, 'last_price_update_time': 1774476009.683643}
2026-03-25 22:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6857836auction106392') HTTP/1.1" 204 0
2026-03-25 22:00:09 [ecarstrade.be] INFO: Extracting details for car 6855991auction106392
2026-03-25 22:00:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with identifier: 6855991auction106392
2026-03-25 22:00:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with scrape type 2
2026-03-25 22:00:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with scrape type 2
2026-03-25 22:00:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be, identifier: 6855991auction106392
2026-03-25 22:00:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with identifier: 6855991auction106392
2026-03-25 22:00:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with identifier: 6855991auction106392
2026-03-25 22:00:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bd0d6cd-4673-5794-b6e8-c0dc6cf888be with identifier: 6855991auction106392 to the API
2026-03-25 22:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855991>
{'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-27T21:40:04Z',
'fuel_type': 'Petrol',
'id': '5bd0d6cd-4673-5794-b6e8-c0dc6cf888be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855991',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 48424,
'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-25 22:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:10 [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-25 22:00:10 [ecarstrade.be] INFO: Saving data for 6855991auction106392: {'auction_closing_time': 1774647604.0, 'created_time': 1772677170.853794, 'last_price_update_time': 1774476010.137699}
2026-03-25 22:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855991auction106392') HTTP/1.1" 204 0
2026-03-25 22:00:13 [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-25 22:00:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6865618auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865618auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6865618auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6865609auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865609auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6865609auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6864872auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864872auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6864872auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6864873auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864873auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6864873auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6865569auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865569auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6865569auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6946054auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946054auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6946054auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6864841auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864841auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6864841auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6827810auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827810auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6827810auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6827822auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827822auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6827822auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6827834auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827834auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6827834auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6633964auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276633964auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6633964auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6865568auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865568auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6865568auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6587953auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276587953auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6587953auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6931215auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931215auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6931215auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6931213auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931213auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6931213auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [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-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [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-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [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-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [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-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 0
2026-03-25 22:00:13 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-25 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:13 [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-25 22:00:13 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 0
2026-03-25 22:00:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900260> (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-25 22:00:14 [ecarstrade.be] INFO: Extracting details for car 6900260auction106392
2026-03-25 22:00:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdbc2ecc-211c-5f76-974d-e493c5cd2efb with identifier: 6900260auction106392
2026-03-25 22:00:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdbc2ecc-211c-5f76-974d-e493c5cd2efb with scrape type 2
2026-03-25 22:00:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdbc2ecc-211c-5f76-974d-e493c5cd2efb with scrape type 2
2026-03-25 22:00:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdbc2ecc-211c-5f76-974d-e493c5cd2efb, identifier: 6900260auction106392
2026-03-25 22:00:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdbc2ecc-211c-5f76-974d-e493c5cd2efb with identifier: 6900260auction106392
2026-03-25 22:00:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdbc2ecc-211c-5f76-974d-e493c5cd2efb with identifier: 6900260auction106392
2026-03-25 22:00:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdbc2ecc-211c-5f76-974d-e493c5cd2efb with identifier: 6900260auction106392 to the API
2026-03-25 22:00:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900260>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'cdbc2ecc-211c-5f76-974d-e493c5cd2efb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900260',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 10,
'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 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-25 22:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:14 [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-25 22:00:14 [ecarstrade.be] INFO: Saving data for 6900260auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677267.974512, 'last_price_update_time': 1774476014.679344}
2026-03-25 22:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900260auction106392') HTTP/1.1" 204 0
2026-03-25 22:00:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900237> (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-25 22:00:14 [ecarstrade.be] INFO: Extracting details for car 6900237auction106392
2026-03-25 22:00:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with identifier: 6900237auction106392
2026-03-25 22:00:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with scrape type 2
2026-03-25 22:00:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with scrape type 2
2026-03-25 22:00:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f, identifier: 6900237auction106392
2026-03-25 22:00:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with identifier: 6900237auction106392
2026-03-25 22:00:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with identifier: 6900237auction106392
2026-03-25 22:00:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 159d9c71-8234-5e1e-b5b0-46494fc4ce5f with identifier: 6900237auction106392 to the API
2026-03-25 22:00:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900237>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '159d9c71-8234-5e1e-b5b0-46494fc4ce5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900237',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Style',
'transmission': 'manual',
'trim': '100 S&S BVM6 Style',
'vin': None,
'year': 2025}
2026-03-25 22:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:15 [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-25 22:00:15 [ecarstrade.be] INFO: Saving data for 6900237auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774279198.531727, 'last_price_update_time': 1774476015.368281}
2026-03-25 22:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900237auction106392') HTTP/1.1" 204 0
2026-03-25 22:00:51 [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-25 22:00:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6980405auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980405auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6980405auction61871: 0
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6980408auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980408auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6980408auction61871: 0
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6980410auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980410auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6980410auction61871: 0
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6980411auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980411auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6980411auction61871: 0
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [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-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 0
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991539auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991539auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991539auction61871: 2
2026-03-25 22:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991540auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991540auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991540auction61871: 2
2026-03-25 22:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991541auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991541auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991541auction61871: 2
2026-03-25 22:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991542auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991542auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991542auction61871: 2
2026-03-25 22:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991543auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991543auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991543auction61871: 2
2026-03-25 22:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991545auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991545auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991545auction61871: 2
2026-03-25 22:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991546auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991546auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991546auction61871: 2
2026-03-25 22:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991547auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991547auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991547auction61871: 2
2026-03-25 22:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991548auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991548auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991548auction61871: 2
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991549auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991549auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991549auction61871: 2
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991550auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991550auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991550auction61871: 2
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991552auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991552auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991552auction61871: 2
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991554auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991554auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:51 [ecarstrade.be] INFO: Scrape type for 6991554auction61871: 2
2026-03-25 22:00:51 [ecarstrade.be] INFO: Found listing with ID: 6991555auction61871
2026-03-25 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991555auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:52 [ecarstrade.be] INFO: Scrape type for 6991555auction61871: 2
2026-03-25 22:00:52 [ecarstrade.be] INFO: Found listing with ID: 6991557auction61871
2026-03-25 22:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991557auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:52 [ecarstrade.be] INFO: Scrape type for 6991557auction61871: 2
2026-03-25 22:00:57 [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-25 22:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991558auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991558auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991558auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991559auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991559auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991559auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991560auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991560auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991560auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991561auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991561auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991561auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991562auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991562auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991562auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991563auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991563auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991563auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991564auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991564auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991564auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991565auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991565auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991565auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991566auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991566auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991566auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991567auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991567auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991567auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991568auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991568auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991568auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991569auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991569auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991569auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991570auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991570auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991570auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991572auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991572auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991572auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991573auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991573auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991573auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6991574auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991574auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6991574auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [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-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [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-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [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-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 2
2026-03-25 22:00:57 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-25 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:57 [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-25 22:00:57 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 2
2026-03-25 22:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991546> (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-25 22:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:58 [ecarstrade.be] INFO: Extracting details for car 6991546auction61871
2026-03-25 22:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 6991546auction61871
2026-03-25 22:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f76eb92b-6e0d-5e7c-80b6-889331d190c5 with scrape type 2
2026-03-25 22:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f76eb92b-6e0d-5e7c-80b6-889331d190c5 with scrape type 2
2026-03-25 22:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f76eb92b-6e0d-5e7c-80b6-889331d190c5, identifier: 6991546auction61871
2026-03-25 22:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 6991546auction61871
2026-03-25 22:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 6991546auction61871
2026-03-25 22:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 6991546auction61871 to the API
2026-03-25 22:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991546>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'f76eb92b-6e0d-5e7c-80b6-889331d190c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991546',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 183614,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Passat Variant FL'19, Volkswagen Passat Variant 2.0 TDI 90kW "
'DSG Style B',
'transmission': 'automatic',
'trim': "VW, FL'19, 2.0 TDI 90kW DSG Style B",
'vin': None,
'year': 2021}
2026-03-25 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991546auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:58 [ecarstrade.be] INFO: Saving data for 6991546auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279407.494652, 'last_price_update_time': 1774476058.578944}
2026-03-25 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991546auction61871') HTTP/1.1" 204 0
2026-03-25 22:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991539> (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-25 22:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991542> (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-25 22:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991543> (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-25 22:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991541> (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-25 22:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991545> (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-25 22:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:00:58 [ecarstrade.be] INFO: Extracting details for car 6991539auction61871
2026-03-25 22:00:58 [ecarstrade.be] INFO: Extracting details for car 6991542auction61871
2026-03-25 22:00:58 [ecarstrade.be] INFO: Extracting details for car 6991543auction61871
2026-03-25 22:00:58 [ecarstrade.be] INFO: Extracting details for car 6991541auction61871
2026-03-25 22:00:58 [ecarstrade.be] INFO: Extracting details for car 6991545auction61871
2026-03-25 22:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 6991539auction61871
2026-03-25 22:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcc90336-6247-5a75-8f3e-79630077afd9 with scrape type 2
2026-03-25 22:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcc90336-6247-5a75-8f3e-79630077afd9 with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcc90336-6247-5a75-8f3e-79630077afd9, identifier: 6991539auction61871
2026-03-25 22:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 6991542auction61871
2026-03-25 22:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70cfda09-954e-5351-8c94-0152c59b8efa with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70cfda09-954e-5351-8c94-0152c59b8efa with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70cfda09-954e-5351-8c94-0152c59b8efa, identifier: 6991542auction61871
2026-03-25 22:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 6991543auction61871
2026-03-25 22:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04f61b8-4886-5c1c-bc78-430bab668000 with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a04f61b8-4886-5c1c-bc78-430bab668000 with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a04f61b8-4886-5c1c-bc78-430bab668000, identifier: 6991543auction61871
2026-03-25 22:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 6991541auction61871
2026-03-25 22:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 370ed71a-0341-5d15-8806-ae6b1be07f32 with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 370ed71a-0341-5d15-8806-ae6b1be07f32 with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 370ed71a-0341-5d15-8806-ae6b1be07f32, identifier: 6991541auction61871
2026-03-25 22:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 6991545auction61871
2026-03-25 22:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 191ab384-1304-5ebc-a461-fbfb98987cd3 with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 191ab384-1304-5ebc-a461-fbfb98987cd3 with scrape type 2
2026-03-25 22:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 191ab384-1304-5ebc-a461-fbfb98987cd3, identifier: 6991545auction61871
2026-03-25 22:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 6991539auction61871
2026-03-25 22:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 6991539auction61871
2026-03-25 22:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 6991539auction61871 to the API
2026-03-25 22:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991539>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.4L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Natural Gas',
'id': 'dcc90336-6247-5a75-8f3e-79630077afd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991539',
'listing': 'directbuy',
'location': 'Belgium - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 98216,
'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': "VW, Caddy '15, Volkswagen Caddy 1.4 TGi 81kW BMT Family 5d *** "
'VEHICLE AT TEA FLEURY ***',
'transmission': 'manual',
'trim': "VW, '15, 1.4 TGi 81kW BMT Family 5d *** VEHICLE AT TEA FLEURY ***",
'vin': None,
'year': 2020}
2026-03-25 22:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991539auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:00:59 [ecarstrade.be] INFO: Saving data for 6991539auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279349.615346, 'last_price_update_time': 1774476059.710194}
2026-03-25 22:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991539auction61871') HTTP/1.1" 204 0
2026-03-25 22:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 6991542auction61871
2026-03-25 22:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 6991542auction61871
2026-03-25 22:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 6991542auction61871 to the API
2026-03-25 22:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:00: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-25 22:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991542>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '70cfda09-954e-5351-8c94-0152c59b8efa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991542',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volvo',
'model': 'V60',
'odometer': 185427,
'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': 5,
'seller_name': None,
'title': 'Volvo V60 B3 Plus Bright DCT 5d',
'transmission': 'automatic',
'trim': 'B3 Plus Bright DCT 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991542auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:00 [ecarstrade.be] INFO: Saving data for 6991542auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279347.443754, 'last_price_update_time': 1774476060.089987}
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991542auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 6991543auction61871
2026-03-25 22:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 6991543auction61871
2026-03-25 22:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 6991543auction61871 to the API
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991543>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a04f61b8-4886-5c1c-bc78-430bab668000',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991543',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 155444,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 T4 Recharge Geartronic R-Design 5d',
'transmission': 'automatic',
'trim': 'T4 Recharge Geartronic R-Design 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991543auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:00 [ecarstrade.be] INFO: Saving data for 6991543auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279386.226877, 'last_price_update_time': 1774476060.411322}
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991543auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 6991541auction61871
2026-03-25 22:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 6991541auction61871
2026-03-25 22:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 6991541auction61871 to the API
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991541>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '370ed71a-0341-5d15-8806-ae6b1be07f32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991541',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '116',
'odometer': 145983,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991541auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:00 [ecarstrade.be] INFO: Saving data for 6991541auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279349.308253, 'last_price_update_time': 1774476060.740695}
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991541auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 6991545auction61871
2026-03-25 22:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 6991545auction61871
2026-03-25 22:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 6991545auction61871 to the API
2026-03-25 22:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991545>
{'auction_title': '',
'c_o_2_emission_value': 232,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '191ab384-1304-5ebc-a461-fbfb98987cd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991545',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 167461,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Ford Transit Custom 340L 2.0TD170Pk/125Kw A6 FWD Trend 4d',
'transmission': 'automatic',
'trim': '340L 2.0TD170Pk/125Kw A6 FWD Trend 4d',
'vin': None,
'year': 2020}
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991545auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:01 [ecarstrade.be] INFO: Saving data for 6991545auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279390.583216, 'last_price_update_time': 1774476061.083413}
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991545auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991540> (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-25 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:01 [ecarstrade.be] INFO: Extracting details for car 6991540auction61871
2026-03-25 22:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 6991540auction61871
2026-03-25 22:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7356adc0-b0b8-5432-af8a-6aa96d881b61 with scrape type 2
2026-03-25 22:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7356adc0-b0b8-5432-af8a-6aa96d881b61 with scrape type 2
2026-03-25 22:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7356adc0-b0b8-5432-af8a-6aa96d881b61, identifier: 6991540auction61871
2026-03-25 22:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 6991540auction61871
2026-03-25 22:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 6991540auction61871
2026-03-25 22:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 6991540auction61871 to the API
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991540>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '7356adc0-b0b8-5432-af8a-6aa96d881b61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991540',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 162827,
'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': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 T-GDi Hybrid Feel 5d',
'transmission': 'automatic',
'trim': '1.6 T-GDi Hybrid Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991540auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:01 [ecarstrade.be] INFO: Saving data for 6991540auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279348.768787, 'last_price_update_time': 1774476061.619915}
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991540auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991548> (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-25 22:01:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991547> (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-25 22:01:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:05 [ecarstrade.be] INFO: Extracting details for car 6991548auction61871
2026-03-25 22:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83ee497e-8d82-596d-b0ba-4de98a7c79ec with identifier: 6991548auction61871
2026-03-25 22:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83ee497e-8d82-596d-b0ba-4de98a7c79ec with scrape type 2
2026-03-25 22:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83ee497e-8d82-596d-b0ba-4de98a7c79ec with scrape type 2
2026-03-25 22:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83ee497e-8d82-596d-b0ba-4de98a7c79ec, identifier: 6991548auction61871
2026-03-25 22:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83ee497e-8d82-596d-b0ba-4de98a7c79ec with identifier: 6991548auction61871
2026-03-25 22:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83ee497e-8d82-596d-b0ba-4de98a7c79ec with identifier: 6991548auction61871
2026-03-25 22:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83ee497e-8d82-596d-b0ba-4de98a7c79ec with identifier: 6991548auction61871 to the API
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991548>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '83ee497e-8d82-596d-b0ba-4de98a7c79ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991548',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 167856,
'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': "VW, T-Cross '18, Volkswagen T-Cross 1.0 TSI OPF 85kW United 5d",
'transmission': 'manual',
'trim': "VW, '18, 1.0 TSI OPF 85kW United 5d",
'vin': None,
'year': 2020}
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991548auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:05 [ecarstrade.be] INFO: Saving data for 6991548auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279391.645768, 'last_price_update_time': 1774476065.417281}
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991548auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:05 [ecarstrade.be] INFO: Extracting details for car 6991547auction61871
2026-03-25 22:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 6991547auction61871
2026-03-25 22:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7791ba86-d629-58dd-b502-90789f4ca9fb with scrape type 2
2026-03-25 22:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7791ba86-d629-58dd-b502-90789f4ca9fb with scrape type 2
2026-03-25 22:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7791ba86-d629-58dd-b502-90789f4ca9fb, identifier: 6991547auction61871
2026-03-25 22:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 6991547auction61871
2026-03-25 22:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 6991547auction61871
2026-03-25 22:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 6991547auction61871 to the API
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991547>
{'auction_title': '',
'c_o_2_emission_value': 256,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '7791ba86-d629-58dd-b502-90789f4ca9fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991547',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 242207,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Ranger 2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak 4d',
'transmission': 'automatic',
'trim': '2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak 4d',
'vin': None,
'year': 2022}
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991547auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:05 [ecarstrade.be] INFO: Saving data for 6991547auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279412.720763, 'last_price_update_time': 1774476065.857251}
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991547auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:06 [scrapy.extensions.logstats] INFO: Crawled 950 pages (at 18 pages/min), scraped 799 items (at 14 items/min)
2026-03-25 22:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991554> (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-25 22:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:07 [ecarstrade.be] INFO: Extracting details for car 6991554auction61871
2026-03-25 22:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 6991554auction61871
2026-03-25 22:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6e180ab-80a9-5acb-8fb9-1418739a7c8c with scrape type 2
2026-03-25 22:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6e180ab-80a9-5acb-8fb9-1418739a7c8c with scrape type 2
2026-03-25 22:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6e180ab-80a9-5acb-8fb9-1418739a7c8c, identifier: 6991554auction61871
2026-03-25 22:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 6991554auction61871
2026-03-25 22:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 6991554auction61871
2026-03-25 22:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 6991554auction61871 to the API
2026-03-25 22:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991554>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Other',
'id': 'c6e180ab-80a9-5acb-8fb9-1418739a7c8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991554',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '520',
'odometer': 135884,
'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 5 Reeks Berline 520e 150kW 4d',
'transmission': 'automatic',
'trim': '5 Reeks Berline e 150kW 4d',
'vin': None,
'year': 2022}
2026-03-25 22:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991554auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:07 [ecarstrade.be] INFO: Saving data for 6991554auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279408.470739, 'last_price_update_time': 1774476067.822952}
2026-03-25 22:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991554auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991552> (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-25 22:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991557> (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-25 22:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991555> (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-25 22:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991549> (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-25 22:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:07 [ecarstrade.be] INFO: Extracting details for car 6991552auction61871
2026-03-25 22:01:07 [ecarstrade.be] INFO: Extracting details for car 6991557auction61871
2026-03-25 22:01:07 [ecarstrade.be] INFO: Extracting details for car 6991555auction61871
2026-03-25 22:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 6991552auction61871
2026-03-25 22:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13ae75c-3033-50df-b586-baba6e7fa753 with scrape type 2
2026-03-25 22:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13ae75c-3033-50df-b586-baba6e7fa753 with scrape type 2
2026-03-25 22:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f13ae75c-3033-50df-b586-baba6e7fa753, identifier: 6991552auction61871
2026-03-25 22:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 6991557auction61871
2026-03-25 22:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9969d386-6aed-5a1c-9d59-2f6531290062 with scrape type 2
2026-03-25 22:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9969d386-6aed-5a1c-9d59-2f6531290062 with scrape type 2
2026-03-25 22:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9969d386-6aed-5a1c-9d59-2f6531290062, identifier: 6991557auction61871
2026-03-25 22:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1298dc5c-dd5c-5174-a44f-ac02c8e6bf27 with identifier: 6991555auction61871
2026-03-25 22:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1298dc5c-dd5c-5174-a44f-ac02c8e6bf27 with scrape type 2
2026-03-25 22:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1298dc5c-dd5c-5174-a44f-ac02c8e6bf27 with scrape type 2
2026-03-25 22:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1298dc5c-dd5c-5174-a44f-ac02c8e6bf27, identifier: 6991555auction61871
2026-03-25 22:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 6991552auction61871
2026-03-25 22:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 6991552auction61871
2026-03-25 22:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 6991552auction61871 to the API
2026-03-25 22:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991552>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'f13ae75c-3033-50df-b586-baba6e7fa753',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991552',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Kadjar',
'odometer': 252437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Kadjar Blue dCi 115 EDC Intens 5d',
'transmission': 'automatic',
'trim': 'Blue dCi 115 EDC Intens 5d',
'vin': None,
'year': 2020}
2026-03-25 22:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991552auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:08 [ecarstrade.be] INFO: Saving data for 6991552auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279388.682614, 'last_price_update_time': 1774476068.651021}
2026-03-25 22:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991552auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 6991557auction61871
2026-03-25 22:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 6991557auction61871
2026-03-25 22:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 6991557auction61871 to the API
2026-03-25 22:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991557>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '9969d386-6aed-5a1c-9d59-2f6531290062',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991557',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 172638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991557auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:09 [ecarstrade.be] INFO: Saving data for 6991557auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279389.705467, 'last_price_update_time': 1774476069.00462}
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991557auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1298dc5c-dd5c-5174-a44f-ac02c8e6bf27 with identifier: 6991555auction61871
2026-03-25 22:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1298dc5c-dd5c-5174-a44f-ac02c8e6bf27 with identifier: 6991555auction61871
2026-03-25 22:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1298dc5c-dd5c-5174-a44f-ac02c8e6bf27 with identifier: 6991555auction61871 to the API
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991555>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '1298dc5c-dd5c-5174-a44f-ac02c8e6bf27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991555',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 157600,
'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': 'Volkswagen Caddy Maxi CRTDi 2.0 75kW SCR BMT Maxi Trendline Family '
'4d',
'transmission': 'manual',
'trim': 'Maxi CRTDi 2.0 75kW SCR BMT Maxi Trendline Family 4d',
'vin': None,
'year': 2021}
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991555auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:09 [ecarstrade.be] INFO: Saving data for 6991555auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279385.554738, 'last_price_update_time': 1774476069.33318}
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991555auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:09 [ecarstrade.be] INFO: Extracting details for car 6991549auction61871
2026-03-25 22:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991550> (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-25 22:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 6991549auction61871
2026-03-25 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with scrape type 2
2026-03-25 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with scrape type 2
2026-03-25 22:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3b6a6ad-175a-5594-a0ee-f4497c9f5385, identifier: 6991549auction61871
2026-03-25 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 6991549auction61871
2026-03-25 22:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 6991549auction61871
2026-03-25 22:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 6991549auction61871 to the API
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991549>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'b3b6a6ad-175a-5594-a0ee-f4497c9f5385',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991549',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 152853,
'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': "Peugeot, 508 SW '18, Peugeot 508 SW 1.5 BlueHDi 130 S&S EAT8 Allure "
'5d',
'transmission': 'automatic',
'trim': ", SW '18, SW 1.5 BlueHDi 130 S&S EAT8 Allure 5d",
'vin': None,
'year': 2020}
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991549auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:09 [ecarstrade.be] INFO: Saving data for 6991549auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279386.928354, 'last_price_update_time': 1774476069.780618}
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991549auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:09 [ecarstrade.be] INFO: Extracting details for car 6991550auction61871
2026-03-25 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 6991550auction61871
2026-03-25 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 111d5997-ae05-524b-a5f4-834b273c92aa with scrape type 2
2026-03-25 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 111d5997-ae05-524b-a5f4-834b273c92aa with scrape type 2
2026-03-25 22:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 111d5997-ae05-524b-a5f4-834b273c92aa, identifier: 6991550auction61871
2026-03-25 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 6991550auction61871
2026-03-25 22:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 6991550auction61871
2026-03-25 22:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 6991550auction61871 to the API
2026-03-25 22:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991550>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '111d5997-ae05-524b-a5f4-834b273c92aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991550',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 134572,
'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': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991550auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:10 [ecarstrade.be] INFO: Saving data for 6991550auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279391.021342, 'last_price_update_time': 1774476070.275621}
2026-03-25 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991550auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:11 [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-25 22:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997615auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997615auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997615auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 2
2026-03-25 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-25 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:11 [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-25 22:01:11 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 2
2026-03-25 22:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997609> (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-25 22:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:13 [ecarstrade.be] INFO: Extracting details for car 6997609auction61871
2026-03-25 22:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with identifier: 6997609auction61871
2026-03-25 22:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with scrape type 2
2026-03-25 22:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with scrape type 2
2026-03-25 22:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d55e349-75e9-5464-b077-8d1b2cf67fa1, identifier: 6997609auction61871
2026-03-25 22:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with identifier: 6997609auction61871
2026-03-25 22:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with identifier: 6997609auction61871
2026-03-25 22:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d55e349-75e9-5464-b077-8d1b2cf67fa1 with identifier: 6997609auction61871 to the API
2026-03-25 22:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997609>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '2d55e349-75e9-5464-b077-8d1b2cf67fa1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997609',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 49115,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:13 [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-25 22:01:13 [ecarstrade.be] INFO: Saving data for 6997609auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373238.272221, 'last_price_update_time': 1774476073.631224}
2026-03-25 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997609auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997608> (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-25 22:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:14 [ecarstrade.be] INFO: Extracting details for car 6997608auction61871
2026-03-25 22:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with identifier: 6997608auction61871
2026-03-25 22:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with scrape type 2
2026-03-25 22:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with scrape type 2
2026-03-25 22:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170, identifier: 6997608auction61871
2026-03-25 22:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with identifier: 6997608auction61871
2026-03-25 22:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with identifier: 6997608auction61871
2026-03-25 22:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c3a2834-2a9d-5ee3-8731-76a9f5d7a170 with identifier: 6997608auction61871 to the API
2026-03-25 22:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997608>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '6c3a2834-2a9d-5ee3-8731-76a9f5d7a170',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997608',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 70604,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive16d (85 kW) 5d",
'transmission': 'manual',
'trim': ", FL'19, sDrive16d (85 kW) 5d",
'vin': None,
'year': 2022}
2026-03-25 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:15 [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-25 22:01:15 [ecarstrade.be] INFO: Saving data for 6997608auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373359.921384, 'last_price_update_time': 1774476075.237958}
2026-03-25 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997608auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997606> (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-25 22:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:15 [ecarstrade.be] INFO: Extracting details for car 6997606auction61871
2026-03-25 22:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with identifier: 6997606auction61871
2026-03-25 22:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with scrape type 2
2026-03-25 22:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with scrape type 2
2026-03-25 22:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3, identifier: 6997606auction61871
2026-03-25 22:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with identifier: 6997606auction61871
2026-03-25 22:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with identifier: 6997606auction61871
2026-03-25 22:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53cc5afb-d0ca-5f2f-ae6e-816773300ab3 with identifier: 6997606auction61871 to the API
2026-03-25 22:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997606>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '53cc5afb-d0ca-5f2f-ae6e-816773300ab3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997606',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mini',
'model': 'ONE',
'odometer': 35643,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': "MINI, Mini 5d '14, Mini 5 door One 5d",
'transmission': 'manual',
'trim': "MINI, 5d '14, 5 door One 5d",
'vin': None,
'year': 2022}
2026-03-25 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:15 [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-25 22:01:15 [ecarstrade.be] INFO: Saving data for 6997606auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373198.587326, 'last_price_update_time': 1774476075.799374}
2026-03-25 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997606auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991574> (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-25 22:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997605> (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-25 22:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991573> (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-25 22:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:15 [ecarstrade.be] INFO: Extracting details for car 6991574auction61871
2026-03-25 22:01:15 [ecarstrade.be] INFO: Extracting details for car 6997605auction61871
2026-03-25 22:01:15 [ecarstrade.be] INFO: Extracting details for car 6991573auction61871
2026-03-25 22:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 6991574auction61871
2026-03-25 22:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66194201-742b-5dfb-ae08-14103cb45c0f with scrape type 2
2026-03-25 22:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66194201-742b-5dfb-ae08-14103cb45c0f with scrape type 2
2026-03-25 22:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66194201-742b-5dfb-ae08-14103cb45c0f, identifier: 6991574auction61871
2026-03-25 22:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with identifier: 6997605auction61871
2026-03-25 22:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with scrape type 2
2026-03-25 22:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with scrape type 2
2026-03-25 22:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9, identifier: 6997605auction61871
2026-03-25 22:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 6991573auction61871
2026-03-25 22:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with scrape type 2
2026-03-25 22:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with scrape type 2
2026-03-25 22:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cb3f5b2-907d-5cb3-bf5f-d30962209895, identifier: 6991573auction61871
2026-03-25 22:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 6991574auction61871
2026-03-25 22:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 6991574auction61871
2026-03-25 22:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 6991574auction61871 to the API
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991574>
{'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-27T22:40:02Z',
'fuel_type': 'Electric',
'id': '66194201-742b-5dfb-ae08-14103cb45c0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991574',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 148914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Standard RWD Plus 4d',
'transmission': 'automatic',
'trim': 'Standard RWD Plus 4d',
'vin': None,
'year': 2023}
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991574auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:16 [ecarstrade.be] INFO: Saving data for 6991574auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279409.062852, 'last_price_update_time': 1774476076.588788}
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991574auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with identifier: 6997605auction61871
2026-03-25 22:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with identifier: 6997605auction61871
2026-03-25 22:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a9a53b1-dbc9-504b-b1bd-e76fddf05da9 with identifier: 6997605auction61871 to the API
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997605>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '7a9a53b1-dbc9-504b-b1bd-e76fddf05da9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997605',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 127162,
'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, X2 '17, BMW X2 sDrive16dA 85kW DCT 5d",
'transmission': 'automatic',
'trim': ", '17, sDrive16dA 85kW DCT 5d",
'vin': None,
'year': 2021}
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:16 [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-25 22:01:16 [ecarstrade.be] INFO: Saving data for 6997605auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373199.104006, 'last_price_update_time': 1774476076.960895}
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997605auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 6991573auction61871
2026-03-25 22:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 6991573auction61871
2026-03-25 22:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 6991573auction61871 to the API
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991573>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '6cb3f5b2-907d-5cb3-bf5f-d30962209895',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991573',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 122265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991573auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:17 [ecarstrade.be] INFO: Saving data for 6991573auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279425.64329, 'last_price_update_time': 1774476077.284066}
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991573auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991572> (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-25 22:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:17 [ecarstrade.be] INFO: Extracting details for car 6991572auction61871
2026-03-25 22:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 6991572auction61871
2026-03-25 22:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500429ad-4f89-51dc-b60a-f5b61684a063 with scrape type 2
2026-03-25 22:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500429ad-4f89-51dc-b60a-f5b61684a063 with scrape type 2
2026-03-25 22:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 500429ad-4f89-51dc-b60a-f5b61684a063, identifier: 6991572auction61871
2026-03-25 22:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 6991572auction61871
2026-03-25 22:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 6991572auction61871
2026-03-25 22:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 6991572auction61871 to the API
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991572>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '500429ad-4f89-51dc-b60a-f5b61684a063',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991572',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Focus',
'odometer': 139295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS CLIPPER DIESEL - 2018 1.5 EcoBlue 120 Connected (EU6d) '
'5d',
'transmission': 'automatic',
'trim': 'FORD FOCUS CLIPPER DIESEL - 2018 1.5 EcoBlue 120 Connected (EU6d) 5d',
'vin': None,
'year': 2022}
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991572auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:17 [ecarstrade.be] INFO: Saving data for 6991572auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279426.027432, 'last_price_update_time': 1774476077.814852}
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991572auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991570> (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-25 22:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:17 [ecarstrade.be] INFO: Extracting details for car 6991570auction61871
2026-03-25 22:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 6991570auction61871
2026-03-25 22:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feebd74b-68d6-51d6-b7b0-9cd655a50a18 with scrape type 2
2026-03-25 22:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feebd74b-68d6-51d6-b7b0-9cd655a50a18 with scrape type 2
2026-03-25 22:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: feebd74b-68d6-51d6-b7b0-9cd655a50a18, identifier: 6991570auction61871
2026-03-25 22:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 6991570auction61871
2026-03-25 22:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 6991570auction61871
2026-03-25 22:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 6991570auction61871 to the API
2026-03-25 22:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991570>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'feebd74b-68d6-51d6-b7b0-9cd655a50a18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991570',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'AC',
'model': 'BMW 216 Active Tourer',
'odometer': 122976,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Reeks Active Tourer 216d (85kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'BMW 2 Reeks Active Tourer 216d (85kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991570auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:18 [ecarstrade.be] INFO: Saving data for 6991570auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279423.419256, 'last_price_update_time': 1774476078.379235}
2026-03-25 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991570auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991569> (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-25 22:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:21 [ecarstrade.be] INFO: Extracting details for car 6991569auction61871
2026-03-25 22:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 6991569auction61871
2026-03-25 22:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with scrape type 2
2026-03-25 22:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with scrape type 2
2026-03-25 22:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65c39b20-4c90-5aa3-84f8-332bb3a1b589, identifier: 6991569auction61871
2026-03-25 22:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 6991569auction61871
2026-03-25 22:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 6991569auction61871
2026-03-25 22:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 6991569auction61871 to the API
2026-03-25 22:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991569>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '65c39b20-4c90-5aa3-84f8-332bb3a1b589',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991569',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 196794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991569auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:21 [ecarstrade.be] INFO: Saving data for 6991569auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279424.149577, 'last_price_update_time': 1774476081.555414}
2026-03-25 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991569auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991568> (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-25 22:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:21 [ecarstrade.be] INFO: Extracting details for car 6991568auction61871
2026-03-25 22:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 6991568auction61871
2026-03-25 22:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0fe31c-17da-571d-86ff-2cb30e006b56 with scrape type 2
2026-03-25 22:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e0fe31c-17da-571d-86ff-2cb30e006b56 with scrape type 2
2026-03-25 22:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e0fe31c-17da-571d-86ff-2cb30e006b56, identifier: 6991568auction61871
2026-03-25 22:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 6991568auction61871
2026-03-25 22:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 6991568auction61871
2026-03-25 22:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 6991568auction61871 to the API
2026-03-25 22:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991568>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '6e0fe31c-17da-571d-86ff-2cb30e006b56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991568',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 158316,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI 90kW DSG Style Business 5d',
'transmission': 'automatic',
'trim': '2.0 TDI 90kW DSG Style Business 5d',
'vin': None,
'year': 2020}
2026-03-25 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991568auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:22 [ecarstrade.be] INFO: Saving data for 6991568auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279442.245064, 'last_price_update_time': 1774476082.068988}
2026-03-25 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991568auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991567> (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-25 22:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:22 [ecarstrade.be] INFO: Extracting details for car 6991567auction61871
2026-03-25 22:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 6991567auction61871
2026-03-25 22:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with scrape type 2
2026-03-25 22:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with scrape type 2
2026-03-25 22:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4, identifier: 6991567auction61871
2026-03-25 22:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 6991567auction61871
2026-03-25 22:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 6991567auction61871
2026-03-25 22:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 6991567auction61871 to the API
2026-03-25 22:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991567>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Other',
'id': 'e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991567',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '520',
'odometer': 140285,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 5-serie FL'20 PHEV, BMW 5 Reeks Berline 520e 150kW 4d",
'transmission': 'automatic',
'trim': ", 5-serie FL'20 PHEV, 5 Reeks Berline e 150kW 4d",
'vin': None,
'year': 2022}
2026-03-25 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991567auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:23 [ecarstrade.be] INFO: Saving data for 6991567auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279435.894833, 'last_price_update_time': 1774476083.084499}
2026-03-25 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991567auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991565> (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-25 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-25 22:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991566> (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-25 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-25 22:01:23 [ecarstrade.be] INFO: Extracting details for car 6991565auction61871
2026-03-25 22:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 6991565auction61871
2026-03-25 22:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a3656b9-6553-512e-ab49-2af3890da126 with scrape type 2
2026-03-25 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a3656b9-6553-512e-ab49-2af3890da126 with scrape type 2
2026-03-25 22:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a3656b9-6553-512e-ab49-2af3890da126, identifier: 6991565auction61871
2026-03-25 22:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 6991565auction61871
2026-03-25 22:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 6991565auction61871
2026-03-25 22:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 6991565auction61871 to the API
2026-03-25 22:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991565>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '5a3656b9-6553-512e-ab49-2af3890da126',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991565',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 203507,
'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': "Skoda, Octavia Combi '20, Skoda Octavia Combi 2.0 CRTDI 85kW "
'Ambition 5d',
'transmission': 'manual',
'trim': ", Combi '20, Combi 2.0 CRTDI 85kW Ambition 5d",
'vin': None,
'year': 2021}
2026-03-25 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991565auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:23 [ecarstrade.be] INFO: Saving data for 6991565auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279422.190819, 'last_price_update_time': 1774476083.870888}
2026-03-25 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991565auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:23 [ecarstrade.be] INFO: Extracting details for car 6991566auction61871
2026-03-25 22:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991564> (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-25 22:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991563> (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-25 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-25 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-25 22:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 6991566auction61871
2026-03-25 22:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with scrape type 2
2026-03-25 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with scrape type 2
2026-03-25 22:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde, identifier: 6991566auction61871
2026-03-25 22:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 6991566auction61871
2026-03-25 22:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 6991566auction61871
2026-03-25 22:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 6991566auction61871 to the API
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991566>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'f4ffa7c8-228a-567a-a0bc-88a7b22d8cde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991566',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 210838,
'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': 'Ford Kuga 2.0 EcoBlue 4x4 Aut. 140kW ST-Line X 5d',
'transmission': 'automatic',
'trim': '2.0 EcoBlue 4x4 Aut. 140kW ST-Line X 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991566auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:24 [ecarstrade.be] INFO: Saving data for 6991566auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279388.22945, 'last_price_update_time': 1774476084.344621}
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991566auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:24 [ecarstrade.be] INFO: Extracting details for car 6991564auction61871
2026-03-25 22:01:24 [ecarstrade.be] INFO: Extracting details for car 6991563auction61871
2026-03-25 22:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 6991564auction61871
2026-03-25 22:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d80e84a1-9368-55f9-9c7a-d21066701795 with scrape type 2
2026-03-25 22:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d80e84a1-9368-55f9-9c7a-d21066701795 with scrape type 2
2026-03-25 22:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d80e84a1-9368-55f9-9c7a-d21066701795, identifier: 6991564auction61871
2026-03-25 22:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 6991563auction61871
2026-03-25 22:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053f1637-6f41-53d6-b89d-610be947945c with scrape type 2
2026-03-25 22:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 053f1637-6f41-53d6-b89d-610be947945c with scrape type 2
2026-03-25 22:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 053f1637-6f41-53d6-b89d-610be947945c, identifier: 6991563auction61871
2026-03-25 22:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 6991564auction61871
2026-03-25 22:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 6991564auction61871
2026-03-25 22:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 6991564auction61871 to the API
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991564>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'd80e84a1-9368-55f9-9c7a-d21066701795',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991564',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 156636,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2022}
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991564auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:24 [ecarstrade.be] INFO: Saving data for 6991564auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279426.833672, 'last_price_update_time': 1774476084.916022}
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991564auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 6991563auction61871
2026-03-25 22:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 6991563auction61871
2026-03-25 22:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 6991563auction61871 to the API
2026-03-25 22:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991563>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '053f1637-6f41-53d6-b89d-610be947945c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991563',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': "cee'd",
'odometer': 216088,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Kia, Ceed SW FL'21, KIA cee'd Sportswagon Pulse 1.6 CRDi 136 MHEV "
'e-cl',
'transmission': 'manual',
'trim': ", Ceed SW FL'21, KIA Sportswagon Pulse 1.6 CRDi 136 MHEV e-cl",
'vin': None,
'year': 2022}
2026-03-25 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991563auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:25 [ecarstrade.be] INFO: Saving data for 6991563auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279456.935716, 'last_price_update_time': 1774476085.24266}
2026-03-25 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991563auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991562> (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-25 22:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:25 [ecarstrade.be] INFO: Extracting details for car 6991562auction61871
2026-03-25 22:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 6991562auction61871
2026-03-25 22:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with scrape type 2
2026-03-25 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with scrape type 2
2026-03-25 22:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407, identifier: 6991562auction61871
2026-03-25 22:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 6991562auction61871
2026-03-25 22:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 6991562auction61871
2026-03-25 22:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 6991562auction61871 to the API
2026-03-25 22:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991562>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '2b66b5d7-3d7d-5019-9e5b-2f51c8671407',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991562',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 212678,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen Transporter 2.0 TDi SCR BMT 110/150 LWB 3.2T DSG 4d',
'transmission': 'automatic',
'trim': 'Transporter 2.0 TDi SCR BMT 110/150 LWB 3.2T DSG 4d',
'vin': None,
'year': 2020}
2026-03-25 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991562auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:26 [ecarstrade.be] INFO: Saving data for 6991562auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279441.845813, 'last_price_update_time': 1774476086.106801}
2026-03-25 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991562auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997632> (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-25 22:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:27 [ecarstrade.be] INFO: Extracting details for car 6997632auction61871
2026-03-25 22:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce13095-8e05-5368-b822-ec18d225f90b with identifier: 6997632auction61871
2026-03-25 22:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce13095-8e05-5368-b822-ec18d225f90b with scrape type 2
2026-03-25 22:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce13095-8e05-5368-b822-ec18d225f90b with scrape type 2
2026-03-25 22:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dce13095-8e05-5368-b822-ec18d225f90b, identifier: 6997632auction61871
2026-03-25 22:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dce13095-8e05-5368-b822-ec18d225f90b with identifier: 6997632auction61871
2026-03-25 22:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dce13095-8e05-5368-b822-ec18d225f90b with identifier: 6997632auction61871
2026-03-25 22:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dce13095-8e05-5368-b822-ec18d225f90b with identifier: 6997632auction61871 to the API
2026-03-25 22:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997632>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'dce13095-8e05-5368-b822-ec18d225f90b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997632',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC 200',
'odometer': 179914,
'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': "Mercedes, GLC Coupé FL'19, Mercedes-Benz GLC Coupé GLC 200 d 5d",
'transmission': 'automatic',
'trim': ", GLC Coupé FL'19, -Benz GLC Coupé d 5d",
'vin': None,
'year': 2020}
2026-03-25 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:28 [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-25 22:01:28 [ecarstrade.be] INFO: Saving data for 6997632auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373220.488138, 'last_price_update_time': 1774476088.217399}
2026-03-25 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997632auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997631> (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-25 22:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:28 [ecarstrade.be] INFO: Extracting details for car 6997631auction61871
2026-03-25 22:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with identifier: 6997631auction61871
2026-03-25 22:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with scrape type 2
2026-03-25 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with scrape type 2
2026-03-25 22:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf, identifier: 6997631auction61871
2026-03-25 22:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with identifier: 6997631auction61871
2026-03-25 22:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with identifier: 6997631auction61871
2026-03-25 22:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d1914ef-1d01-5def-aef4-d50daa1ff3cf with identifier: 6997631auction61871 to the API
2026-03-25 22:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997631>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '7d1914ef-1d01-5def-aef4-d50daa1ff3cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997631',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 25080,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Cooper 3d',
'transmission': 'automatic',
'trim': '3d',
'vin': None,
'year': 2022}
2026-03-25 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997631auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:29 [ecarstrade.be] INFO: Saving data for 6997631auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373216.256102, 'last_price_update_time': 1774476089.342158}
2026-03-25 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997631auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997630> (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-25 22:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:29 [ecarstrade.be] INFO: Extracting details for car 6997630auction61871
2026-03-25 22:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with identifier: 6997630auction61871
2026-03-25 22:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with scrape type 2
2026-03-25 22:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with scrape type 2
2026-03-25 22:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd, identifier: 6997630auction61871
2026-03-25 22:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with identifier: 6997630auction61871
2026-03-25 22:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with identifier: 6997630auction61871
2026-03-25 22:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd with identifier: 6997630auction61871 to the API
2026-03-25 22:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997630>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '21fcdf58-1dc8-5b76-9514-fe6ddb9aaecd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997630',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 95283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 45 TFSI e S tronic 5d',
'transmission': 'automatic',
'trim': 'Sportback 45 TFSI e S tronic 5d',
'vin': None,
'year': 2022}
2026-03-25 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997630auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:29 [ecarstrade.be] INFO: Saving data for 6997630auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373277.026157, 'last_price_update_time': 1774476089.875149}
2026-03-25 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997630auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997629> (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-25 22:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:30 [ecarstrade.be] INFO: Extracting details for car 6997629auction61871
2026-03-25 22:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1e53785-28c0-5305-857f-bff0dcf8af7e with identifier: 6997629auction61871
2026-03-25 22:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1e53785-28c0-5305-857f-bff0dcf8af7e with scrape type 2
2026-03-25 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1e53785-28c0-5305-857f-bff0dcf8af7e with scrape type 2
2026-03-25 22:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1e53785-28c0-5305-857f-bff0dcf8af7e, identifier: 6997629auction61871
2026-03-25 22:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1e53785-28c0-5305-857f-bff0dcf8af7e with identifier: 6997629auction61871
2026-03-25 22:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1e53785-28c0-5305-857f-bff0dcf8af7e with identifier: 6997629auction61871
2026-03-25 22:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1e53785-28c0-5305-857f-bff0dcf8af7e with identifier: 6997629auction61871 to the API
2026-03-25 22:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997629>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'e1e53785-28c0-5305-857f-bff0dcf8af7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997629',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 108113,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 30 TDi 85kW S tronic Business Ed. 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 30 TDi 85kW S tronic Business Ed. 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:30 [ecarstrade.be] INFO: Saving data for 6997629auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373219.353087, 'last_price_update_time': 1774476090.416265}
2026-03-25 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997629auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997627> (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-25 22:01:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:31 [ecarstrade.be] INFO: Extracting details for car 6997627auction61871
2026-03-25 22:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eacb6e13-94b4-5c60-9229-807fc0c6e524 with identifier: 6997627auction61871
2026-03-25 22:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eacb6e13-94b4-5c60-9229-807fc0c6e524 with scrape type 2
2026-03-25 22:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eacb6e13-94b4-5c60-9229-807fc0c6e524 with scrape type 2
2026-03-25 22:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eacb6e13-94b4-5c60-9229-807fc0c6e524, identifier: 6997627auction61871
2026-03-25 22:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eacb6e13-94b4-5c60-9229-807fc0c6e524 with identifier: 6997627auction61871
2026-03-25 22:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eacb6e13-94b4-5c60-9229-807fc0c6e524 with identifier: 6997627auction61871
2026-03-25 22:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eacb6e13-94b4-5c60-9229-807fc0c6e524 with identifier: 6997627auction61871 to the API
2026-03-25 22:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997627>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'eacb6e13-94b4-5c60-9229-807fc0c6e524',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997627',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 40039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:31 [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-25 22:01:31 [ecarstrade.be] INFO: Saving data for 6997627auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373221.172528, 'last_price_update_time': 1774476091.950837}
2026-03-25 22:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997627auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997625> (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-25 22:01:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:32 [ecarstrade.be] INFO: Extracting details for car 6997625auction61871
2026-03-25 22:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c871d289-5e40-512d-aed9-48307bfe5cb8 with identifier: 6997625auction61871
2026-03-25 22:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c871d289-5e40-512d-aed9-48307bfe5cb8 with scrape type 2
2026-03-25 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c871d289-5e40-512d-aed9-48307bfe5cb8 with scrape type 2
2026-03-25 22:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c871d289-5e40-512d-aed9-48307bfe5cb8, identifier: 6997625auction61871
2026-03-25 22:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c871d289-5e40-512d-aed9-48307bfe5cb8 with identifier: 6997625auction61871
2026-03-25 22:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c871d289-5e40-512d-aed9-48307bfe5cb8 with identifier: 6997625auction61871
2026-03-25 22:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c871d289-5e40-512d-aed9-48307bfe5cb8 with identifier: 6997625auction61871 to the API
2026-03-25 22:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997625>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'c871d289-5e40-512d-aed9-48307bfe5cb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997625',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 88403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 2.0 TDI 85kW Life DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 2.0 TDI 85kW Life DSG 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:32 [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-25 22:01:32 [ecarstrade.be] INFO: Saving data for 6997625auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373387.234873, 'last_price_update_time': 1774476092.479322}
2026-03-25 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997625auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997628> (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-25 22:01:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:32 [ecarstrade.be] INFO: Extracting details for car 6997628auction61871
2026-03-25 22:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06ef2c3a-d293-5017-8639-c1e66b0afc07 with identifier: 6997628auction61871
2026-03-25 22:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06ef2c3a-d293-5017-8639-c1e66b0afc07 with scrape type 2
2026-03-25 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06ef2c3a-d293-5017-8639-c1e66b0afc07 with scrape type 2
2026-03-25 22:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06ef2c3a-d293-5017-8639-c1e66b0afc07, identifier: 6997628auction61871
2026-03-25 22:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06ef2c3a-d293-5017-8639-c1e66b0afc07 with identifier: 6997628auction61871
2026-03-25 22:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06ef2c3a-d293-5017-8639-c1e66b0afc07 with identifier: 6997628auction61871
2026-03-25 22:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06ef2c3a-d293-5017-8639-c1e66b0afc07 with identifier: 6997628auction61871 to the API
2026-03-25 22:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997628>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '06ef2c3a-d293-5017-8639-c1e66b0afc07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997628',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 128008,
'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': 'Volkswagen Polo 1.0 TSI Comfortline DSG 5d',
'transmission': 'automatic',
'trim': '1.0 TSI Comfortline DSG 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:33 [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-25 22:01:33 [ecarstrade.be] INFO: Saving data for 6997628auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373217.17775, 'last_price_update_time': 1774476093.039647}
2026-03-25 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997628auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997623> (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-25 22:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:33 [ecarstrade.be] INFO: Extracting details for car 6997623auction61871
2026-03-25 22:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7186843f-daf7-5c30-b28b-016f416b1a74 with identifier: 6997623auction61871
2026-03-25 22:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7186843f-daf7-5c30-b28b-016f416b1a74 with scrape type 2
2026-03-25 22:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7186843f-daf7-5c30-b28b-016f416b1a74 with scrape type 2
2026-03-25 22:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7186843f-daf7-5c30-b28b-016f416b1a74, identifier: 6997623auction61871
2026-03-25 22:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7186843f-daf7-5c30-b28b-016f416b1a74 with identifier: 6997623auction61871
2026-03-25 22:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7186843f-daf7-5c30-b28b-016f416b1a74 with identifier: 6997623auction61871
2026-03-25 22:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7186843f-daf7-5c30-b28b-016f416b1a74 with identifier: 6997623auction61871 to the API
2026-03-25 22:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997623>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '7186843f-daf7-5c30-b28b-016f416b1a74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997623',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 125173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 TSI 81kW Life 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:33 [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-25 22:01:33 [ecarstrade.be] INFO: Saving data for 6997623auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373387.534693, 'last_price_update_time': 1774476093.806974}
2026-03-25 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997623auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997622> (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-25 22:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:34 [ecarstrade.be] INFO: Extracting details for car 6997622auction61871
2026-03-25 22:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with identifier: 6997622auction61871
2026-03-25 22:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with scrape type 2
2026-03-25 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with scrape type 2
2026-03-25 22:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44, identifier: 6997622auction61871
2026-03-25 22:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with identifier: 6997622auction61871
2026-03-25 22:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with identifier: 6997622auction61871
2026-03-25 22:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c54c05d-8013-5734-bbcf-4cfa6ac3ed44 with identifier: 6997622auction61871 to the API
2026-03-25 22:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997622>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2c54c05d-8013-5734-bbcf-4cfa6ac3ed44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997622',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 53293,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 1.4 eHybrid DSG Life Business 5d',
'transmission': 'automatic',
'trim': '1.4 eHybrid DSG Life Business 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:34 [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-25 22:01:34 [ecarstrade.be] INFO: Saving data for 6997622auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373386.734378, 'last_price_update_time': 1774476094.593191}
2026-03-25 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997622auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997621> (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-25 22:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:35 [ecarstrade.be] INFO: Extracting details for car 6997621auction61871
2026-03-25 22:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12433780-0877-5788-a2c2-56240f65951f with identifier: 6997621auction61871
2026-03-25 22:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12433780-0877-5788-a2c2-56240f65951f with scrape type 2
2026-03-25 22:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12433780-0877-5788-a2c2-56240f65951f with scrape type 2
2026-03-25 22:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12433780-0877-5788-a2c2-56240f65951f, identifier: 6997621auction61871
2026-03-25 22:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12433780-0877-5788-a2c2-56240f65951f with identifier: 6997621auction61871
2026-03-25 22:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12433780-0877-5788-a2c2-56240f65951f with identifier: 6997621auction61871
2026-03-25 22:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12433780-0877-5788-a2c2-56240f65951f with identifier: 6997621auction61871 to the API
2026-03-25 22:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997621>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '12433780-0877-5788-a2c2-56240f65951f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997621',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '116',
'odometer': 21974,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116d (85 kW) 5d',
'transmission': 'manual',
'trim': '1 Reeks Hatch d (85 kW) 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:35 [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-25 22:01:35 [ecarstrade.be] INFO: Saving data for 6997621auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373380.640643, 'last_price_update_time': 1774476095.669739}
2026-03-25 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997621auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997620> (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-25 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-25 22:01:36 [ecarstrade.be] INFO: Extracting details for car 6997620auction61871
2026-03-25 22:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with identifier: 6997620auction61871
2026-03-25 22:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with scrape type 2
2026-03-25 22:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with scrape type 2
2026-03-25 22:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3, identifier: 6997620auction61871
2026-03-25 22:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with identifier: 6997620auction61871
2026-03-25 22:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with identifier: 6997620auction61871
2026-03-25 22:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ea091dd-37eb-5892-a3b5-88af5ef0e6e3 with identifier: 6997620auction61871 to the API
2026-03-25 22:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997620>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '9ea091dd-37eb-5892-a3b5-88af5ef0e6e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997620',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 125019,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.0 TSI Life DSG 5d',
'transmission': 'automatic',
'trim': '1.0 TSI Life DSG 5d',
'vin': None,
'year': 2022}
2026-03-25 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997620auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:36 [ecarstrade.be] INFO: Saving data for 6997620auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373362.262771, 'last_price_update_time': 1774476096.802182}
2026-03-25 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997620auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997619> (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-25 22:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:37 [ecarstrade.be] INFO: Extracting details for car 6997619auction61871
2026-03-25 22:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with identifier: 6997619auction61871
2026-03-25 22:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with scrape type 2
2026-03-25 22:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with scrape type 2
2026-03-25 22:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc, identifier: 6997619auction61871
2026-03-25 22:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with identifier: 6997619auction61871
2026-03-25 22:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with identifier: 6997619auction61871
2026-03-25 22:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75f131b9-2247-5ad1-8f1d-43bfbba97bcc with identifier: 6997619auction61871 to the API
2026-03-25 22:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997619>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '75f131b9-2247-5ad1-8f1d-43bfbba97bcc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997619',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 27256,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:37 [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-25 22:01:37 [ecarstrade.be] INFO: Saving data for 6997619auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373361.892673, 'last_price_update_time': 1774476097.708721}
2026-03-25 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997619auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997617> (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-25 22:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:37 [ecarstrade.be] INFO: Extracting details for car 6997617auction61871
2026-03-25 22:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with identifier: 6997617auction61871
2026-03-25 22:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with scrape type 2
2026-03-25 22:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with scrape type 2
2026-03-25 22:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb1a41fa-7d4e-5897-b1bf-7927dffe5635, identifier: 6997617auction61871
2026-03-25 22:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with identifier: 6997617auction61871
2026-03-25 22:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with identifier: 6997617auction61871
2026-03-25 22:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb1a41fa-7d4e-5897-b1bf-7927dffe5635 with identifier: 6997617auction61871 to the API
2026-03-25 22:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997617>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'eb1a41fa-7d4e-5897-b1bf-7927dffe5635',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997617',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 36394,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:38 [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-25 22:01:38 [ecarstrade.be] INFO: Saving data for 6997617auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373361.110882, 'last_price_update_time': 1774476098.445923}
2026-03-25 22:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997617auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997618> (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-25 22:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:38 [ecarstrade.be] INFO: Extracting details for car 6997618auction61871
2026-03-25 22:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with identifier: 6997618auction61871
2026-03-25 22:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with scrape type 2
2026-03-25 22:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with scrape type 2
2026-03-25 22:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39, identifier: 6997618auction61871
2026-03-25 22:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with identifier: 6997618auction61871
2026-03-25 22:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with identifier: 6997618auction61871
2026-03-25 22:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 464fdb2a-a119-5f8b-9f8a-558d38f7bf39 with identifier: 6997618auction61871 to the API
2026-03-25 22:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997618>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '464fdb2a-a119-5f8b-9f8a-558d38f7bf39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997618',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 166029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'Ford Galaxy 2.0 TDCi 110kW S/S Titanium 5d',
'transmission': 'manual',
'trim': '2.0 TDCi 110kW S/S Titanium 5d',
'vin': None,
'year': 2019}
2026-03-25 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01: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-25 22:01:39 [ecarstrade.be] INFO: Saving data for 6997618auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373363.326418, 'last_price_update_time': 1774476099.032562}
2026-03-25 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997618auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997615> (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-25 22:01:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:39 [ecarstrade.be] INFO: Extracting details for car 6997615auction61871
2026-03-25 22:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43756283-f550-595b-a10d-93bb1535c92d with identifier: 6997615auction61871
2026-03-25 22:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43756283-f550-595b-a10d-93bb1535c92d with scrape type 2
2026-03-25 22:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43756283-f550-595b-a10d-93bb1535c92d with scrape type 2
2026-03-25 22:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43756283-f550-595b-a10d-93bb1535c92d, identifier: 6997615auction61871
2026-03-25 22:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43756283-f550-595b-a10d-93bb1535c92d with identifier: 6997615auction61871
2026-03-25 22:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43756283-f550-595b-a10d-93bb1535c92d with identifier: 6997615auction61871
2026-03-25 22:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43756283-f550-595b-a10d-93bb1535c92d with identifier: 6997615auction61871 to the API
2026-03-25 22:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997615>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '43756283-f550-595b-a10d-93bb1535c92d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997615',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': "cee'd",
'odometer': 16236,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-01',
'seats_number': 5,
'seller_name': None,
'title': "KIA cee'd Sportswagon Pulse 1.0 T-GDi 100 ISG 5d",
'transmission': 'manual',
'trim': 'KIA Sportswagon Pulse 1.0 T-GDi 100 ISG 5d',
'vin': None,
'year': 2024}
2026-03-25 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997615auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:39 [ecarstrade.be] INFO: Saving data for 6997615auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373362.703614, 'last_price_update_time': 1774476099.963763}
2026-03-25 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997615auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997614> (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-25 22:01:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:40 [ecarstrade.be] INFO: Extracting details for car 6997614auction61871
2026-03-25 22:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with identifier: 6997614auction61871
2026-03-25 22:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with scrape type 2
2026-03-25 22:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with scrape type 2
2026-03-25 22:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca24a494-c0c9-5724-a4fc-a5ce68a4e924, identifier: 6997614auction61871
2026-03-25 22:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with identifier: 6997614auction61871
2026-03-25 22:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with identifier: 6997614auction61871
2026-03-25 22:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca24a494-c0c9-5724-a4fc-a5ce68a4e924 with identifier: 6997614auction61871 to the API
2026-03-25 22:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997614>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'ca24a494-c0c9-5724-a4fc-a5ce68a4e924',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997614',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 52050,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:40 [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-25 22:01:40 [ecarstrade.be] INFO: Saving data for 6997614auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373201.129912, 'last_price_update_time': 1774476100.502391}
2026-03-25 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997614auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997613> (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-25 22:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:41 [ecarstrade.be] INFO: Extracting details for car 6997613auction61871
2026-03-25 22:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with identifier: 6997613auction61871
2026-03-25 22:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with scrape type 2
2026-03-25 22:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with scrape type 2
2026-03-25 22:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2, identifier: 6997613auction61871
2026-03-25 22:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with identifier: 6997613auction61871
2026-03-25 22:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with identifier: 6997613auction61871
2026-03-25 22:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c9226a3-374c-53e0-8f28-ce2dbfa213d2 with identifier: 6997613auction61871 to the API
2026-03-25 22:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997613>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '0c9226a3-374c-53e0-8f28-ce2dbfa213d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997613',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 8000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2024}
2026-03-25 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:41 [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-25 22:01:41 [ecarstrade.be] INFO: Saving data for 6997613auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373200.339617, 'last_price_update_time': 1774476101.50234}
2026-03-25 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997613auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997612> (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-25 22:01:43 [ecarstrade.be] INFO: Extracting details for car 6997612auction61871
2026-03-25 22:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867014ad-5189-5e5f-b780-8b57e7358f9a with identifier: 6997612auction61871
2026-03-25 22:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867014ad-5189-5e5f-b780-8b57e7358f9a with scrape type 2
2026-03-25 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867014ad-5189-5e5f-b780-8b57e7358f9a with scrape type 2
2026-03-25 22:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 867014ad-5189-5e5f-b780-8b57e7358f9a, identifier: 6997612auction61871
2026-03-25 22:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 867014ad-5189-5e5f-b780-8b57e7358f9a with identifier: 6997612auction61871
2026-03-25 22:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 867014ad-5189-5e5f-b780-8b57e7358f9a with identifier: 6997612auction61871
2026-03-25 22:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 867014ad-5189-5e5f-b780-8b57e7358f9a with identifier: 6997612auction61871 to the API
2026-03-25 22:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997612>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '867014ad-5189-5e5f-b780-8b57e7358f9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997612',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 55645,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:43 [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-25 22:01:43 [ecarstrade.be] INFO: Saving data for 6997612auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373203.644133, 'last_price_update_time': 1774476103.838718}
2026-03-25 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997612auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 2
2026-03-25 22:01:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997635auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997635auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997635auction61871: 2
2026-03-25 22:01:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 2
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997637auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997637auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997637auction61871: 2
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 2
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 2
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 2
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 2
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 2
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 0
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 0
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 0
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 0
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:44 [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-25 22:01:44 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 0
2026-03-25 22:01:44 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-25 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:45 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 0
2026-03-25 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-25 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:45 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 0
2026-03-25 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-25 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:45 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 0
2026-03-25 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-25 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:45 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 0
2026-03-25 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-25 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:45 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 0
2026-03-25 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 6997655auction61871
2026-03-25 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997655auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:45 [ecarstrade.be] INFO: Scrape type for 6997655auction61871: 0
2026-03-25 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997610> (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-25 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-25 22:01:45 [ecarstrade.be] INFO: Extracting details for car 6997610auction61871
2026-03-25 22:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e60b0d1-03a4-5ea8-805f-2b5f661283be with identifier: 6997610auction61871
2026-03-25 22:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e60b0d1-03a4-5ea8-805f-2b5f661283be with scrape type 2
2026-03-25 22:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e60b0d1-03a4-5ea8-805f-2b5f661283be with scrape type 2
2026-03-25 22:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e60b0d1-03a4-5ea8-805f-2b5f661283be, identifier: 6997610auction61871
2026-03-25 22:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e60b0d1-03a4-5ea8-805f-2b5f661283be with identifier: 6997610auction61871
2026-03-25 22:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e60b0d1-03a4-5ea8-805f-2b5f661283be with identifier: 6997610auction61871
2026-03-25 22:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e60b0d1-03a4-5ea8-805f-2b5f661283be with identifier: 6997610auction61871 to the API
2026-03-25 22:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997610>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '5e60b0d1-03a4-5ea8-805f-2b5f661283be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997610',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 16891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:47 [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-25 22:01:47 [ecarstrade.be] INFO: Saving data for 6997610auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373236.831482, 'last_price_update_time': 1774476107.96127}
2026-03-25 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997610auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997611> (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-25 22:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991559> (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-25 22:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991561> (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-25 22:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991560> (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-25 22:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:48 [ecarstrade.be] INFO: Extracting details for car 6997611auction61871
2026-03-25 22:01:48 [ecarstrade.be] INFO: Extracting details for car 6991559auction61871
2026-03-25 22:01:48 [ecarstrade.be] INFO: Extracting details for car 6991561auction61871
2026-03-25 22:01:48 [ecarstrade.be] INFO: Extracting details for car 6991560auction61871
2026-03-25 22:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22ad2b24-027f-5203-9dfe-261e9b3d517e with identifier: 6997611auction61871
2026-03-25 22:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22ad2b24-027f-5203-9dfe-261e9b3d517e with scrape type 2
2026-03-25 22:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22ad2b24-027f-5203-9dfe-261e9b3d517e with scrape type 2
2026-03-25 22:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22ad2b24-027f-5203-9dfe-261e9b3d517e, identifier: 6997611auction61871
2026-03-25 22:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 6991559auction61871
2026-03-25 22:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31c15b3b-4281-5840-b5cc-34af80059cea with scrape type 2
2026-03-25 22:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31c15b3b-4281-5840-b5cc-34af80059cea with scrape type 2
2026-03-25 22:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31c15b3b-4281-5840-b5cc-34af80059cea, identifier: 6991559auction61871
2026-03-25 22:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 6991561auction61871
2026-03-25 22:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with scrape type 2
2026-03-25 22:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with scrape type 2
2026-03-25 22:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f, identifier: 6991561auction61871
2026-03-25 22:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 6991560auction61871
2026-03-25 22:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c703bf69-73f5-565f-9b87-d1d62a9e8232 with scrape type 2
2026-03-25 22:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c703bf69-73f5-565f-9b87-d1d62a9e8232 with scrape type 2
2026-03-25 22:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c703bf69-73f5-565f-9b87-d1d62a9e8232, identifier: 6991560auction61871
2026-03-25 22:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22ad2b24-027f-5203-9dfe-261e9b3d517e with identifier: 6997611auction61871
2026-03-25 22:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22ad2b24-027f-5203-9dfe-261e9b3d517e with identifier: 6997611auction61871
2026-03-25 22:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22ad2b24-027f-5203-9dfe-261e9b3d517e with identifier: 6997611auction61871 to the API
2026-03-25 22:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997611>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '22ad2b24-027f-5203-9dfe-261e9b3d517e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997611',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 41606,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S Active Pack 5d',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech 130 S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:50 [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-25 22:01:50 [ecarstrade.be] INFO: Saving data for 6997611auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373204.710502, 'last_price_update_time': 1774476110.501027}
2026-03-25 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997611auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 6991559auction61871
2026-03-25 22:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 6991559auction61871
2026-03-25 22:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 6991559auction61871 to the API
2026-03-25 22:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991559>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '31c15b3b-4281-5840-b5cc-34af80059cea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991559',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 149236,
'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': 'Skoda Octavia Combi 2.0 CRTDI 85kW DSG7 Clever 5d',
'transmission': 'automatic',
'trim': 'Combi 2.0 CRTDI 85kW DSG7 Clever 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991559auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:51 [ecarstrade.be] INFO: Saving data for 6991559auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279389.207528, 'last_price_update_time': 1774476111.427141}
2026-03-25 22:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991559auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 6991561auction61871
2026-03-25 22:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 6991561auction61871
2026-03-25 22:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 6991561auction61871 to the API
2026-03-25 22:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991561>
{'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-27T22:40:02Z',
'fuel_type': 'Electric',
'id': '76ade7d5-36d7-5921-a97e-bc6a9e36c38f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991561',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 161265,
'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': 'Mercedes-Benz EQA EQA 250 Business Solution Luxury 5d',
'transmission': 'automatic',
'trim': '-Benz 250 Business Solution Luxury 5d',
'vin': None,
'year': 2022}
2026-03-25 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991561auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:52 [ecarstrade.be] INFO: Saving data for 6991561auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279441.054125, 'last_price_update_time': 1774476112.462319}
2026-03-25 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991561auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 6991560auction61871
2026-03-25 22:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 6991560auction61871
2026-03-25 22:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 6991560auction61871 to the API
2026-03-25 22:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991560>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'c703bf69-73f5-565f-9b87-d1d62a9e8232',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991560',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '318',
'odometer': 144866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 318dA (100 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (100 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991560auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:52 [ecarstrade.be] INFO: Saving data for 6991560auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279440.638464, 'last_price_update_time': 1774476112.76549}
2026-03-25 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991560auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991558> (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-25 22:01:52 [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-25 22:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997634> (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-25 22:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:53 [ecarstrade.be] INFO: Extracting details for car 6991558auction61871
2026-03-25 22:01:53 [ecarstrade.be] INFO: Extracting details for car 6997634auction61871
2026-03-25 22:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 6991558auction61871
2026-03-25 22:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with scrape type 2
2026-03-25 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with scrape type 2
2026-03-25 22:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d, identifier: 6991558auction61871
2026-03-25 22:01:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c0e90c6-62e9-596e-a5df-dba802146aac with identifier: 6997634auction61871
2026-03-25 22:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c0e90c6-62e9-596e-a5df-dba802146aac with scrape type 2
2026-03-25 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c0e90c6-62e9-596e-a5df-dba802146aac with scrape type 2
2026-03-25 22:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c0e90c6-62e9-596e-a5df-dba802146aac, identifier: 6997634auction61871
2026-03-25 22:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 6991558auction61871
2026-03-25 22:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 6991558auction61871
2026-03-25 22:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 6991558auction61871 to the API
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991558>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': 'c25093ef-92b4-5d9b-91d1-01ee1ab5a95d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991558',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 199171,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 T-GDi Plug-in Hybrid 4x4 Shine 5d',
'transmission': 'automatic',
'trim': '1.6 T-GDi Plug-in Hybrid 4x4 Shine 5d',
'vin': None,
'year': 2022}
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991558auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:53 [ecarstrade.be] INFO: Saving data for 6991558auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279384.817856, 'last_price_update_time': 1774476113.578151}
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991558auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c0e90c6-62e9-596e-a5df-dba802146aac with identifier: 6997634auction61871
2026-03-25 22:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c0e90c6-62e9-596e-a5df-dba802146aac with identifier: 6997634auction61871
2026-03-25 22:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c0e90c6-62e9-596e-a5df-dba802146aac with identifier: 6997634auction61871 to the API
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997634>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '7c0e90c6-62e9-596e-a5df-dba802146aac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997634',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 100843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116i (80 kW) 5d",
'transmission': 'manual',
'trim': ", 1-serie '19, 1 Reeks Hatch i (80 kW) 5d",
'vin': None,
'year': 2021}
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997634auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:53 [ecarstrade.be] INFO: Saving data for 6997634auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373219.946333, 'last_price_update_time': 1774476113.889313}
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997634auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 6997656auction61871
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997656auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:53 [ecarstrade.be] INFO: Scrape type for 6997656auction61871: 0
2026-03-25 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:53 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 0
2026-03-25 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:53 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 0
2026-03-25 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-25 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:53 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 0
2026-03-25 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 0
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 0
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 0
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 0
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 0
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 0
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 0
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 2
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 2
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 2
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 2
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 2
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 2
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 2
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 2
2026-03-25 22:01:54 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-25 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:54 [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-25 22:01:54 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 2
2026-03-25 22:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997635> (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-25 22:01:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:01:54 [ecarstrade.be] INFO: Extracting details for car 6997635auction61871
2026-03-25 22:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d936b3dd-9400-5e2e-beeb-807c92171f09 with identifier: 6997635auction61871
2026-03-25 22:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d936b3dd-9400-5e2e-beeb-807c92171f09 with scrape type 2
2026-03-25 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d936b3dd-9400-5e2e-beeb-807c92171f09 with scrape type 2
2026-03-25 22:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d936b3dd-9400-5e2e-beeb-807c92171f09, identifier: 6997635auction61871
2026-03-25 22:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d936b3dd-9400-5e2e-beeb-807c92171f09 with identifier: 6997635auction61871
2026-03-25 22:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d936b3dd-9400-5e2e-beeb-807c92171f09 with identifier: 6997635auction61871
2026-03-25 22:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d936b3dd-9400-5e2e-beeb-807c92171f09 with identifier: 6997635auction61871 to the API
2026-03-25 22:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997635>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'd936b3dd-9400-5e2e-beeb-807c92171f09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997635',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 108632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 7,
'seller_name': None,
'title': 'Citroën Grand C4 Spacetourer 1.5 BlueHDi 130 S&S EAT8 Feel 5d',
'transmission': 'automatic',
'trim': 'Citroën Grand C4 Spacetourer 1.5 BlueHDi 130 S&S EAT8 Feel 5d',
'vin': None,
'year': 2022}
2026-03-25 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997635auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:55 [ecarstrade.be] INFO: Saving data for 6997635auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373218.727825, 'last_price_update_time': 1774476115.218821}
2026-03-25 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997635auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997636> (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-25 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-25 22:01:59 [ecarstrade.be] INFO: Extracting details for car 6997636auction61871
2026-03-25 22:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f56c57a3-3f27-5153-9716-8c3c13c2c87b with identifier: 6997636auction61871
2026-03-25 22:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f56c57a3-3f27-5153-9716-8c3c13c2c87b with scrape type 2
2026-03-25 22:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f56c57a3-3f27-5153-9716-8c3c13c2c87b with scrape type 2
2026-03-25 22:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f56c57a3-3f27-5153-9716-8c3c13c2c87b, identifier: 6997636auction61871
2026-03-25 22:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f56c57a3-3f27-5153-9716-8c3c13c2c87b with identifier: 6997636auction61871
2026-03-25 22:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f56c57a3-3f27-5153-9716-8c3c13c2c87b with identifier: 6997636auction61871
2026-03-25 22:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f56c57a3-3f27-5153-9716-8c3c13c2c87b with identifier: 6997636auction61871 to the API
2026-03-25 22:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:01: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-25 22:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997636>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'f56c57a3-3f27-5153-9716-8c3c13c2c87b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997636',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 71492,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 100kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 100kW S tronic Business Ed 5d',
'vin': None,
'year': 2021}
2026-03-25 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997636auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:01:59 [ecarstrade.be] INFO: Saving data for 6997636auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373221.712602, 'last_price_update_time': 1774476119.75289}
2026-03-25 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997636auction61871') HTTP/1.1" 204 0
2026-03-25 22:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997639> (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-25 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-25 22:01:59 [ecarstrade.be] INFO: Extracting details for car 6997639auction61871
2026-03-25 22:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a516f140-5ccb-5732-bf85-df4c2b5a627d with identifier: 6997639auction61871
2026-03-25 22:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a516f140-5ccb-5732-bf85-df4c2b5a627d with scrape type 2
2026-03-25 22:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a516f140-5ccb-5732-bf85-df4c2b5a627d with scrape type 2
2026-03-25 22:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a516f140-5ccb-5732-bf85-df4c2b5a627d, identifier: 6997639auction61871
2026-03-25 22:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a516f140-5ccb-5732-bf85-df4c2b5a627d with identifier: 6997639auction61871
2026-03-25 22:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a516f140-5ccb-5732-bf85-df4c2b5a627d with identifier: 6997639auction61871
2026-03-25 22:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a516f140-5ccb-5732-bf85-df4c2b5a627d with identifier: 6997639auction61871 to the API
2026-03-25 22:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997639>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': 'a516f140-5ccb-5732-bf85-df4c2b5a627d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997639',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 108011,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Mazda, CX-30 '19, Mazda CX-30 2.0 e-Skyactiv X 137kW Skycruise 5d",
'transmission': 'manual',
'trim': ", '19, 2.0 e-Skyactiv X 137kW Skycruise 5d",
'vin': None,
'year': 2022}
2026-03-25 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:00 [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-25 22:02:00 [ecarstrade.be] INFO: Saving data for 6997639auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373280.576928, 'last_price_update_time': 1774476120.332399}
2026-03-25 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997639auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997642> (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-25 22:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:00 [ecarstrade.be] INFO: Extracting details for car 6997642auction61871
2026-03-25 22:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc1569ed-9724-5e36-9b5e-60838193271e with identifier: 6997642auction61871
2026-03-25 22:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc1569ed-9724-5e36-9b5e-60838193271e with scrape type 2
2026-03-25 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc1569ed-9724-5e36-9b5e-60838193271e with scrape type 2
2026-03-25 22:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc1569ed-9724-5e36-9b5e-60838193271e, identifier: 6997642auction61871
2026-03-25 22:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc1569ed-9724-5e36-9b5e-60838193271e with identifier: 6997642auction61871
2026-03-25 22:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc1569ed-9724-5e36-9b5e-60838193271e with identifier: 6997642auction61871
2026-03-25 22:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc1569ed-9724-5e36-9b5e-60838193271e with identifier: 6997642auction61871 to the API
2026-03-25 22:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997642>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cc1569ed-9724-5e36-9b5e-60838193271e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997642',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 110331,
'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': "Mercedes, A-Class Berline '18, Mercedes-Benz A-Klasse Limousine A "
'250 e 4d',
'transmission': 'automatic',
'trim': ", Berline '18, -Benz A-Klasse Limousine A 250 e 4d",
'vin': None,
'year': 2020}
2026-03-25 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:00 [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-25 22:02:00 [ecarstrade.be] INFO: Saving data for 6997642auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373273.071707, 'last_price_update_time': 1774476120.861282}
2026-03-25 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997642auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997643> (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-25 22:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:00 [ecarstrade.be] INFO: Extracting details for car 6997643auction61871
2026-03-25 22:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with identifier: 6997643auction61871
2026-03-25 22:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with scrape type 2
2026-03-25 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with scrape type 2
2026-03-25 22:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d, identifier: 6997643auction61871
2026-03-25 22:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with identifier: 6997643auction61871
2026-03-25 22:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with identifier: 6997643auction61871
2026-03-25 22:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d with identifier: 6997643auction61871 to the API
2026-03-25 22:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997643>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'fda4fbef-cdc2-5fc8-a8d4-a2c47666b21d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997643',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '116',
'odometer': 88601,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:01 [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-25 22:02:01 [ecarstrade.be] INFO: Saving data for 6997643auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373272.441023, 'last_price_update_time': 1774476121.441697}
2026-03-25 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997643auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997640> (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-25 22:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:01 [ecarstrade.be] INFO: Extracting details for car 6997640auction61871
2026-03-25 22:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 597efdb2-4409-58b9-b975-a9017b0ef559 with identifier: 6997640auction61871
2026-03-25 22:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 597efdb2-4409-58b9-b975-a9017b0ef559 with scrape type 2
2026-03-25 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 597efdb2-4409-58b9-b975-a9017b0ef559 with scrape type 2
2026-03-25 22:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 597efdb2-4409-58b9-b975-a9017b0ef559, identifier: 6997640auction61871
2026-03-25 22:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 597efdb2-4409-58b9-b975-a9017b0ef559 with identifier: 6997640auction61871
2026-03-25 22:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 597efdb2-4409-58b9-b975-a9017b0ef559 with identifier: 6997640auction61871
2026-03-25 22:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 597efdb2-4409-58b9-b975-a9017b0ef559 with identifier: 6997640auction61871 to the API
2026-03-25 22:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997640>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '597efdb2-4409-58b9-b975-a9017b0ef559',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997640',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 58279,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 eTSI 81kW Life DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 1.0 eTSI 81kW Life DSG 5d',
'vin': None,
'year': 2022}
2026-03-25 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Saving data for 6997640auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373279.673136, 'last_price_update_time': 1774476122.003924}
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997640auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:02 [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-25 22:02:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997688auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997688auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997690auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997690auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997690auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 2
2026-03-25 22:02:02 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-25 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:02 [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-25 22:02:02 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 2
2026-03-25 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997668> (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-25 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-25 22:02:06 [ecarstrade.be] INFO: Extracting details for car 6997668auction61871
2026-03-25 22:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e51427c6-37a8-5b93-8ba1-8044b5c59837 with identifier: 6997668auction61871
2026-03-25 22:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e51427c6-37a8-5b93-8ba1-8044b5c59837 with scrape type 2
2026-03-25 22:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e51427c6-37a8-5b93-8ba1-8044b5c59837 with scrape type 2
2026-03-25 22:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e51427c6-37a8-5b93-8ba1-8044b5c59837, identifier: 6997668auction61871
2026-03-25 22:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e51427c6-37a8-5b93-8ba1-8044b5c59837 with identifier: 6997668auction61871
2026-03-25 22:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e51427c6-37a8-5b93-8ba1-8044b5c59837 with identifier: 6997668auction61871
2026-03-25 22:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e51427c6-37a8-5b93-8ba1-8044b5c59837 with identifier: 6997668auction61871 to the API
2026-03-25 22:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997668>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'e51427c6-37a8-5b93-8ba1-8044b5c59837',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997668',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 70028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 2.0 TDI 85kW Life DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 2.0 TDI 85kW Life DSG 5d',
'vin': None,
'year': 2021}
2026-03-25 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:06 [ecarstrade.be] INFO: Saving data for 6997668auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373253.488588, 'last_price_update_time': 1774476126.765036}
2026-03-25 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997668auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:06 [scrapy.extensions.logstats] INFO: Crawled 1008 pages (at 58 pages/min), scraped 853 items (at 54 items/min)
2026-03-25 22:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997670> (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-25 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-25 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997637> (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-25 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-25 22:02:06 [ecarstrade.be] INFO: Extracting details for car 6997670auction61871
2026-03-25 22:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81a77b68-8a26-5306-a67d-1dc5a383b708 with identifier: 6997670auction61871
2026-03-25 22:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81a77b68-8a26-5306-a67d-1dc5a383b708 with scrape type 2
2026-03-25 22:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81a77b68-8a26-5306-a67d-1dc5a383b708 with scrape type 2
2026-03-25 22:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81a77b68-8a26-5306-a67d-1dc5a383b708, identifier: 6997670auction61871
2026-03-25 22:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81a77b68-8a26-5306-a67d-1dc5a383b708 with identifier: 6997670auction61871
2026-03-25 22:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81a77b68-8a26-5306-a67d-1dc5a383b708 with identifier: 6997670auction61871
2026-03-25 22:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81a77b68-8a26-5306-a67d-1dc5a383b708 with identifier: 6997670auction61871 to the API
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997670>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '81a77b68-8a26-5306-a67d-1dc5a383b708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997670',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 46375,
'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': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 Puretech 74KW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 Puretech 74KW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:07 [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-25 22:02:07 [ecarstrade.be] INFO: Saving data for 6997670auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373257.753415, 'last_price_update_time': 1774476127.433048}
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997670auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:07 [ecarstrade.be] INFO: Extracting details for car 6997637auction61871
2026-03-25 22:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa28caa7-8c2e-5b65-9bf1-2b8da22d1081 with identifier: 6997637auction61871
2026-03-25 22:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa28caa7-8c2e-5b65-9bf1-2b8da22d1081 with scrape type 2
2026-03-25 22:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa28caa7-8c2e-5b65-9bf1-2b8da22d1081 with scrape type 2
2026-03-25 22:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa28caa7-8c2e-5b65-9bf1-2b8da22d1081, identifier: 6997637auction61871
2026-03-25 22:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa28caa7-8c2e-5b65-9bf1-2b8da22d1081 with identifier: 6997637auction61871
2026-03-25 22:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa28caa7-8c2e-5b65-9bf1-2b8da22d1081 with identifier: 6997637auction61871
2026-03-25 22:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa28caa7-8c2e-5b65-9bf1-2b8da22d1081 with identifier: 6997637auction61871 to the API
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997637>
{'auction_title': '',
'c_o_2_emission_value': 19,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'fa28caa7-8c2e-5b65-9bf1-2b8da22d1081',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997637',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 64293,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLE Coupé '20 PHEV, Mercedes-Benz GLE Coupé GLE 350 de "
'4MATIC 5d',
'transmission': 'automatic',
'trim': ", GLE Coupé '20 PHEV, -Benz GLE Coupé de 4MATIC 5d",
'vin': None,
'year': 2021}
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997637auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:07 [ecarstrade.be] INFO: Saving data for 6997637auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373222.776706, 'last_price_update_time': 1774476127.875098}
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997637auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997671> (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-25 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997672> (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-25 22:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997673> (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-25 22:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:08 [ecarstrade.be] INFO: Extracting details for car 6997671auction61871
2026-03-25 22:02:08 [ecarstrade.be] INFO: Extracting details for car 6997672auction61871
2026-03-25 22:02:08 [ecarstrade.be] INFO: Extracting details for car 6997673auction61871
2026-03-25 22:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf719a26-c551-511c-81ad-79cd9f635546 with identifier: 6997671auction61871
2026-03-25 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf719a26-c551-511c-81ad-79cd9f635546 with scrape type 2
2026-03-25 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf719a26-c551-511c-81ad-79cd9f635546 with scrape type 2
2026-03-25 22:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf719a26-c551-511c-81ad-79cd9f635546, identifier: 6997671auction61871
2026-03-25 22:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with identifier: 6997672auction61871
2026-03-25 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with scrape type 2
2026-03-25 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with scrape type 2
2026-03-25 22:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40d3e118-5f92-5d01-aa2b-cb54b19088a8, identifier: 6997672auction61871
2026-03-25 22:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3396aa6-2cda-54c3-be3b-794493966638 with identifier: 6997673auction61871
2026-03-25 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3396aa6-2cda-54c3-be3b-794493966638 with scrape type 2
2026-03-25 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3396aa6-2cda-54c3-be3b-794493966638 with scrape type 2
2026-03-25 22:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3396aa6-2cda-54c3-be3b-794493966638, identifier: 6997673auction61871
2026-03-25 22:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf719a26-c551-511c-81ad-79cd9f635546 with identifier: 6997671auction61871
2026-03-25 22:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf719a26-c551-511c-81ad-79cd9f635546 with identifier: 6997671auction61871
2026-03-25 22:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf719a26-c551-511c-81ad-79cd9f635546 with identifier: 6997671auction61871 to the API
2026-03-25 22:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997671>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'cf719a26-c551-511c-81ad-79cd9f635546',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997671',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q2',
'odometer': 124239,
'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 Q2 2.0 30 TDI 85kW S tronic Business Editio 5d',
'transmission': 'automatic',
'trim': '2.0 30 TDI 85kW S tronic Business Editio 5d',
'vin': None,
'year': 2022}
2026-03-25 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:08 [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-25 22:02:08 [ecarstrade.be] INFO: Saving data for 6997671auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373295.646851, 'last_price_update_time': 1774476128.694052}
2026-03-25 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997671auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with identifier: 6997672auction61871
2026-03-25 22:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with identifier: 6997672auction61871
2026-03-25 22:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40d3e118-5f92-5d01-aa2b-cb54b19088a8 with identifier: 6997672auction61871 to the API
2026-03-25 22:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997672>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '40d3e118-5f92-5d01-aa2b-cb54b19088a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997672',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 84693,
'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': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 Puretech 74KW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 Puretech 74KW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:09 [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-25 22:02:09 [ecarstrade.be] INFO: Saving data for 6997672auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373255.621338, 'last_price_update_time': 1774476129.040522}
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997672auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3396aa6-2cda-54c3-be3b-794493966638 with identifier: 6997673auction61871
2026-03-25 22:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3396aa6-2cda-54c3-be3b-794493966638 with identifier: 6997673auction61871
2026-03-25 22:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3396aa6-2cda-54c3-be3b-794493966638 with identifier: 6997673auction61871 to the API
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997673>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'f3396aa6-2cda-54c3-be3b-794493966638',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997673',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 60145,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën C3 Aircross 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:09 [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-25 22:02:09 [ecarstrade.be] INFO: Saving data for 6997673auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373254.253257, 'last_price_update_time': 1774476129.370473}
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997673auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997675> (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-25 22:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:09 [ecarstrade.be] INFO: Extracting details for car 6997675auction61871
2026-03-25 22:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b0e369-1b02-58ae-9e14-feba5d43e143 with identifier: 6997675auction61871
2026-03-25 22:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b0e369-1b02-58ae-9e14-feba5d43e143 with scrape type 2
2026-03-25 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b0e369-1b02-58ae-9e14-feba5d43e143 with scrape type 2
2026-03-25 22:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4b0e369-1b02-58ae-9e14-feba5d43e143, identifier: 6997675auction61871
2026-03-25 22:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4b0e369-1b02-58ae-9e14-feba5d43e143 with identifier: 6997675auction61871
2026-03-25 22:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4b0e369-1b02-58ae-9e14-feba5d43e143 with identifier: 6997675auction61871
2026-03-25 22:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4b0e369-1b02-58ae-9e14-feba5d43e143 with identifier: 6997675auction61871 to the API
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997675>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': 'd4b0e369-1b02-58ae-9e14-feba5d43e143',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997675',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 70892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': '1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2023}
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:09 [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-25 22:02:09 [ecarstrade.be] INFO: Saving data for 6997675auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373253.76768, 'last_price_update_time': 1774476129.910623}
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997675auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997679> (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-25 22:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997678> (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-25 22:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:14 [ecarstrade.be] INFO: Extracting details for car 6997679auction61871
2026-03-25 22:02:14 [ecarstrade.be] INFO: Extracting details for car 6997678auction61871
2026-03-25 22:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with identifier: 6997679auction61871
2026-03-25 22:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with scrape type 2
2026-03-25 22:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with scrape type 2
2026-03-25 22:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1, identifier: 6997679auction61871
2026-03-25 22:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8864332-11fa-5e0d-9219-a713a7fb0b65 with identifier: 6997678auction61871
2026-03-25 22:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8864332-11fa-5e0d-9219-a713a7fb0b65 with scrape type 2
2026-03-25 22:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8864332-11fa-5e0d-9219-a713a7fb0b65 with scrape type 2
2026-03-25 22:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8864332-11fa-5e0d-9219-a713a7fb0b65, identifier: 6997678auction61871
2026-03-25 22:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with identifier: 6997679auction61871
2026-03-25 22:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with identifier: 6997679auction61871
2026-03-25 22:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1 with identifier: 6997679auction61871 to the API
2026-03-25 22:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997679>
{'auction_title': '',
'c_o_2_emission_value': 18,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3ec2f4a5-ffc8-5c2b-be27-b4ec7d2f7ac1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997679',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'V60',
'odometer': 112143,
'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': 'Volvo V60 T6 PHEV 4x4 Core Aut. 5d',
'transmission': 'automatic',
'trim': 'T6 PHEV 4x4 Core Aut. 5d',
'vin': None,
'year': 2023}
2026-03-25 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:15 [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-25 22:02:15 [ecarstrade.be] INFO: Saving data for 6997679auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373256.700412, 'last_price_update_time': 1774476135.007015}
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997679auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8864332-11fa-5e0d-9219-a713a7fb0b65 with identifier: 6997678auction61871
2026-03-25 22:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8864332-11fa-5e0d-9219-a713a7fb0b65 with identifier: 6997678auction61871
2026-03-25 22:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8864332-11fa-5e0d-9219-a713a7fb0b65 with identifier: 6997678auction61871 to the API
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997678>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'a8864332-11fa-5e0d-9219-a713a7fb0b65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997678',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 93455,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf Variant 1.6 TDi Trendline 5d',
'transmission': 'manual',
'trim': 'Variant 1.6 TDi Trendline 5d',
'vin': None,
'year': 2020}
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:15 [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-25 22:02:15 [ecarstrade.be] INFO: Saving data for 6997678auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373252.120066, 'last_price_update_time': 1774476135.407222}
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997678auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997681> (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-25 22:02:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:15 [ecarstrade.be] INFO: Extracting details for car 6997681auction61871
2026-03-25 22:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8986225-650a-5a81-a830-c2e9f3064935 with identifier: 6997681auction61871
2026-03-25 22:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8986225-650a-5a81-a830-c2e9f3064935 with scrape type 2
2026-03-25 22:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8986225-650a-5a81-a830-c2e9f3064935 with scrape type 2
2026-03-25 22:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8986225-650a-5a81-a830-c2e9f3064935, identifier: 6997681auction61871
2026-03-25 22:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8986225-650a-5a81-a830-c2e9f3064935 with identifier: 6997681auction61871
2026-03-25 22:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8986225-650a-5a81-a830-c2e9f3064935 with identifier: 6997681auction61871
2026-03-25 22:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8986225-650a-5a81-a830-c2e9f3064935 with identifier: 6997681auction61871 to the API
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997681>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'a8986225-650a-5a81-a830-c2e9f3064935',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997681',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 104700,
'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': 'Skoda Kodiaq 2.0 CRTDI 110kW DSG7 L&K 5d',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110kW DSG7 L&K 5d',
'vin': None,
'year': 2022}
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:15 [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-25 22:02:15 [ecarstrade.be] INFO: Saving data for 6997681auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373324.966602, 'last_price_update_time': 1774476135.955368}
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997681auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997682> (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-25 22:02:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997676> (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-25 22:02:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:16 [ecarstrade.be] INFO: Extracting details for car 6997682auction61871
2026-03-25 22:02:16 [ecarstrade.be] INFO: Extracting details for car 6997676auction61871
2026-03-25 22:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b9d899-5778-5952-8b1d-7b366a60b5f4 with identifier: 6997682auction61871
2026-03-25 22:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b9d899-5778-5952-8b1d-7b366a60b5f4 with scrape type 2
2026-03-25 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b9d899-5778-5952-8b1d-7b366a60b5f4 with scrape type 2
2026-03-25 22:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41b9d899-5778-5952-8b1d-7b366a60b5f4, identifier: 6997682auction61871
2026-03-25 22:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcfbb407-352d-5fe3-801f-7091282b23f8 with identifier: 6997676auction61871
2026-03-25 22:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcfbb407-352d-5fe3-801f-7091282b23f8 with scrape type 2
2026-03-25 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcfbb407-352d-5fe3-801f-7091282b23f8 with scrape type 2
2026-03-25 22:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcfbb407-352d-5fe3-801f-7091282b23f8, identifier: 6997676auction61871
2026-03-25 22:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41b9d899-5778-5952-8b1d-7b366a60b5f4 with identifier: 6997682auction61871
2026-03-25 22:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41b9d899-5778-5952-8b1d-7b366a60b5f4 with identifier: 6997682auction61871
2026-03-25 22:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41b9d899-5778-5952-8b1d-7b366a60b5f4 with identifier: 6997682auction61871 to the API
2026-03-25 22:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997682>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '41b9d899-5778-5952-8b1d-7b366a60b5f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997682',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 193658,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Berline 2.0 TDi 35 110kW S tronic S line Bus. Ed 4d',
'transmission': 'automatic',
'trim': 'Berline 2.0 TDi 35 110kW S tronic S line Bus. Ed 4d',
'vin': None,
'year': 2022}
2026-03-25 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:16 [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-25 22:02:16 [ecarstrade.be] INFO: Saving data for 6997682auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373355.467383, 'last_price_update_time': 1774476136.618559}
2026-03-25 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997682auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcfbb407-352d-5fe3-801f-7091282b23f8 with identifier: 6997676auction61871
2026-03-25 22:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcfbb407-352d-5fe3-801f-7091282b23f8 with identifier: 6997676auction61871
2026-03-25 22:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcfbb407-352d-5fe3-801f-7091282b23f8 with identifier: 6997676auction61871 to the API
2026-03-25 22:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997676>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'bcfbb407-352d-5fe3-801f-7091282b23f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997676',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 175689,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 35 TDI S tronic S Line Business Ed 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI S tronic S Line Business Ed 5d',
'vin': None,
'year': 2020}
2026-03-25 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:16 [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-25 22:02:16 [ecarstrade.be] INFO: Saving data for 6997676auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373293.584553, 'last_price_update_time': 1774476136.964723}
2026-03-25 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997676auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:17 [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-25 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-25 22:02:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 2
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 2
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999695auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999695auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999695auction61871: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999697auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999697auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999697auction61871: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999698auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999698auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999698auction61871: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999699auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999699auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999699auction61871: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6950380auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6950380auction61871: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6950339auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6950339auction61871: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6950317auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6950317auction61871: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6926714auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6926714auction61871: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6922684auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276922684auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6922684auction61871: 2
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6875378auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276875378auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6875378auction61871: 2
2026-03-25 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997683> (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-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6875352auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276875352auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6875352auction61871: 2
2026-03-25 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-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6991556auction61871
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991556auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6991556auction61871: 2
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999243auction101892
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999243auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999243auction101892: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999245auction101892
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999245auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999245auction101892: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999246auction101892
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999246auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999246auction101892: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999247auction101892
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999247auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999247auction101892: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999248auction101892
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999248auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999248auction101892: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 6999249auction101892
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999249auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:17 [ecarstrade.be] INFO: Scrape type for 6999249auction101892: 0
2026-03-25 22:02:17 [ecarstrade.be] INFO: Extracting details for car 6997683auction61871
2026-03-25 22:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 434b99d1-622d-5483-8549-5db1afa37f7d with identifier: 6997683auction61871
2026-03-25 22:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 434b99d1-622d-5483-8549-5db1afa37f7d with scrape type 2
2026-03-25 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 434b99d1-622d-5483-8549-5db1afa37f7d with scrape type 2
2026-03-25 22:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 434b99d1-622d-5483-8549-5db1afa37f7d, identifier: 6997683auction61871
2026-03-25 22:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 434b99d1-622d-5483-8549-5db1afa37f7d with identifier: 6997683auction61871
2026-03-25 22:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 434b99d1-622d-5483-8549-5db1afa37f7d with identifier: 6997683auction61871
2026-03-25 22:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 434b99d1-622d-5483-8549-5db1afa37f7d with identifier: 6997683auction61871 to the API
2026-03-25 22:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997683>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '434b99d1-622d-5483-8549-5db1afa37f7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997683',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 191132,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, _Ranger FL'19, Ford Ranger 2.0 BiT 156kW 4x4 Aut. D-Cab "
'Wildtrak',
'transmission': 'automatic',
'trim': ", _ FL'19, 2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak",
'vin': None,
'year': 2022}
2026-03-25 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:18 [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-25 22:02:18 [ecarstrade.be] INFO: Saving data for 6997683auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373279.15899, 'last_price_update_time': 1774476138.039028}
2026-03-25 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997683auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997638> (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-25 22:02:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:18 [ecarstrade.be] INFO: Extracting details for car 6997638auction61871
2026-03-25 22:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with identifier: 6997638auction61871
2026-03-25 22:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with scrape type 2
2026-03-25 22:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with scrape type 2
2026-03-25 22:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f4181d5-68c6-5dfa-ae2c-e934c630d804, identifier: 6997638auction61871
2026-03-25 22:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with identifier: 6997638auction61871
2026-03-25 22:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with identifier: 6997638auction61871
2026-03-25 22:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f4181d5-68c6-5dfa-ae2c-e934c630d804 with identifier: 6997638auction61871 to the API
2026-03-25 22:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997638>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '0f4181d5-68c6-5dfa-ae2c-e934c630d804',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997638',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 23990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Golf VII FL'16, Volkswagen Golf VII 1.5 TSi BlueMotion "
'Comfortline',
'transmission': 'manual',
'trim': "VW, VII FL'16, VII 1.5 TSi BlueMotion Comfortline",
'vin': None,
'year': 2020}
2026-03-25 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:18 [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-25 22:02:18 [ecarstrade.be] INFO: Saving data for 6997638auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373278.107492, 'last_price_update_time': 1774476138.688561}
2026-03-25 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997638auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997686> (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-25 22:02:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:22 [ecarstrade.be] INFO: Extracting details for car 6997686auction61871
2026-03-25 22:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 647f474c-be09-56c4-b56b-2155b0c81d1c with identifier: 6997686auction61871
2026-03-25 22:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 647f474c-be09-56c4-b56b-2155b0c81d1c with scrape type 2
2026-03-25 22:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 647f474c-be09-56c4-b56b-2155b0c81d1c with scrape type 2
2026-03-25 22:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 647f474c-be09-56c4-b56b-2155b0c81d1c, identifier: 6997686auction61871
2026-03-25 22:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 647f474c-be09-56c4-b56b-2155b0c81d1c with identifier: 6997686auction61871
2026-03-25 22:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 647f474c-be09-56c4-b56b-2155b0c81d1c with identifier: 6997686auction61871
2026-03-25 22:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 647f474c-be09-56c4-b56b-2155b0c81d1c with identifier: 6997686auction61871 to the API
2026-03-25 22:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997686>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '647f474c-be09-56c4-b56b-2155b0c81d1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997686',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 133437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, E-Class Break FL'20, Mercedes-Benz E-Klasse Break E 200d "
'Business Solut',
'transmission': 'automatic',
'trim': ", E-Class Break FL'20, -Benz E-Klasse Break d Business Solut",
'vin': None,
'year': 2021}
2026-03-25 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:22 [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-25 22:02:22 [ecarstrade.be] INFO: Saving data for 6997686auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373275.231066, 'last_price_update_time': 1774476142.540188}
2026-03-25 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997686auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997705> (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-25 22:02:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997704> (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-25 22:02:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:22 [ecarstrade.be] INFO: Extracting details for car 6997705auction61871
2026-03-25 22:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with identifier: 6997705auction61871
2026-03-25 22:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with scrape type 2
2026-03-25 22:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with scrape type 2
2026-03-25 22:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b2f278c-3c8d-5179-a327-504b5e3a6d35, identifier: 6997705auction61871
2026-03-25 22:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with identifier: 6997705auction61871
2026-03-25 22:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with identifier: 6997705auction61871
2026-03-25 22:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b2f278c-3c8d-5179-a327-504b5e3a6d35 with identifier: 6997705auction61871 to the API
2026-03-25 22:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997705>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '1b2f278c-3c8d-5179-a327-504b5e3a6d35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997705',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 78715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.0 TSI eTec 81kW DSG7 Clever+ 5d',
'transmission': 'automatic',
'trim': 'Combi 1.0 TSI eTec 81kW DSG7 Clever+ 5d',
'vin': None,
'year': 2022}
2026-03-25 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:23 [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-25 22:02:23 [ecarstrade.be] INFO: Saving data for 6997705auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373296.316713, 'last_price_update_time': 1774476143.181358}
2026-03-25 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997705auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:23 [ecarstrade.be] INFO: Extracting details for car 6997704auction61871
2026-03-25 22:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with identifier: 6997704auction61871
2026-03-25 22:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with scrape type 2
2026-03-25 22:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with scrape type 2
2026-03-25 22:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fddcdb51-6147-5d8c-8ef5-5a29a76485b4, identifier: 6997704auction61871
2026-03-25 22:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with identifier: 6997704auction61871
2026-03-25 22:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with identifier: 6997704auction61871
2026-03-25 22:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fddcdb51-6147-5d8c-8ef5-5a29a76485b4 with identifier: 6997704auction61871 to the API
2026-03-25 22:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997704>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': 'fddcdb51-6147-5d8c-8ef5-5a29a76485b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997704',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 86516,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Corsa '19, Opel Corsa 1.2 Turbo 74kW S/S GS Line 5d",
'transmission': 'manual',
'trim': ", '19, 1.2 Turbo 74kW S/S GS Line 5d",
'vin': None,
'year': 2022}
2026-03-25 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:23 [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-25 22:02:23 [ecarstrade.be] INFO: Saving data for 6997704auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373268.323439, 'last_price_update_time': 1774476143.698672}
2026-03-25 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997704auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997702> (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-25 22:02:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997700> (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-25 22:02:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:23 [ecarstrade.be] INFO: Extracting details for car 6997702auction61871
2026-03-25 22:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with identifier: 6997702auction61871
2026-03-25 22:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with scrape type 2
2026-03-25 22:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with scrape type 2
2026-03-25 22:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9eb9d43d-10e1-569c-a7f1-538a13a1b617, identifier: 6997702auction61871
2026-03-25 22:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with identifier: 6997702auction61871
2026-03-25 22:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with identifier: 6997702auction61871
2026-03-25 22:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9eb9d43d-10e1-569c-a7f1-538a13a1b617 with identifier: 6997702auction61871 to the API
2026-03-25 22:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997702>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9eb9d43d-10e1-569c-a7f1-538a13a1b617',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997702',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 58680,
'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': 5,
'seller_name': None,
'title': 'Volvo XC40 T4 PHEV Plus Bright Design Aut. 5d',
'transmission': 'automatic',
'trim': 'T4 PHEV Plus Bright Design Aut. 5d',
'vin': None,
'year': 2023}
2026-03-25 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:24 [ecarstrade.be] INFO: Saving data for 6997702auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373265.469003, 'last_price_update_time': 1774476144.264805}
2026-03-25 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997702auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:24 [ecarstrade.be] INFO: Extracting details for car 6997700auction61871
2026-03-25 22:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997703> (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-25 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-25 22:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf5bd090-cab7-5f9c-8f13-2323ea49db1e with identifier: 6997700auction61871
2026-03-25 22:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf5bd090-cab7-5f9c-8f13-2323ea49db1e with scrape type 2
2026-03-25 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf5bd090-cab7-5f9c-8f13-2323ea49db1e with scrape type 2
2026-03-25 22:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf5bd090-cab7-5f9c-8f13-2323ea49db1e, identifier: 6997700auction61871
2026-03-25 22:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf5bd090-cab7-5f9c-8f13-2323ea49db1e with identifier: 6997700auction61871
2026-03-25 22:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf5bd090-cab7-5f9c-8f13-2323ea49db1e with identifier: 6997700auction61871
2026-03-25 22:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf5bd090-cab7-5f9c-8f13-2323ea49db1e with identifier: 6997700auction61871 to the API
2026-03-25 22:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997700>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'bf5bd090-cab7-5f9c-8f13-2323ea49db1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997700',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '320',
'odometer': 151043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 320dA (140 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (140 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:24 [ecarstrade.be] INFO: Saving data for 6997700auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373270.254059, 'last_price_update_time': 1774476144.736667}
2026-03-25 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997700auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:24 [ecarstrade.be] INFO: Extracting details for car 6997703auction61871
2026-03-25 22:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e70dce4d-94a6-5890-8358-425d68d0f041 with identifier: 6997703auction61871
2026-03-25 22:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70dce4d-94a6-5890-8358-425d68d0f041 with scrape type 2
2026-03-25 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e70dce4d-94a6-5890-8358-425d68d0f041 with scrape type 2
2026-03-25 22:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e70dce4d-94a6-5890-8358-425d68d0f041, identifier: 6997703auction61871
2026-03-25 22:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e70dce4d-94a6-5890-8358-425d68d0f041 with identifier: 6997703auction61871
2026-03-25 22:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e70dce4d-94a6-5890-8358-425d68d0f041 with identifier: 6997703auction61871
2026-03-25 22:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e70dce4d-94a6-5890-8358-425d68d0f041 with identifier: 6997703auction61871 to the API
2026-03-25 22:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997703>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'e70dce4d-94a6-5890-8358-425d68d0f041',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997703',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 133894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane Grandtour Blue dCi 115 EDC Intens 5d',
'transmission': 'automatic',
'trim': 'Mégane Grandtour Blue dCi 115 EDC Intens 5d',
'vin': None,
'year': 2021}
2026-03-25 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:25 [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-25 22:02:25 [ecarstrade.be] INFO: Saving data for 6997703auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373270.607299, 'last_price_update_time': 1774476145.354566}
2026-03-25 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997703auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997699> (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-25 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997698> (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-25 22:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:25 [ecarstrade.be] INFO: Extracting details for car 6997699auction61871
2026-03-25 22:02:25 [ecarstrade.be] INFO: Extracting details for car 6997698auction61871
2026-03-25 22:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with identifier: 6997699auction61871
2026-03-25 22:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with scrape type 2
2026-03-25 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with scrape type 2
2026-03-25 22:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44e90538-e4ba-5ae5-88f2-d71fd259ba41, identifier: 6997699auction61871
2026-03-25 22:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e016e7e-4f8e-5120-810c-a9334ebdecba with identifier: 6997698auction61871
2026-03-25 22:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e016e7e-4f8e-5120-810c-a9334ebdecba with scrape type 2
2026-03-25 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e016e7e-4f8e-5120-810c-a9334ebdecba with scrape type 2
2026-03-25 22:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e016e7e-4f8e-5120-810c-a9334ebdecba, identifier: 6997698auction61871
2026-03-25 22:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with identifier: 6997699auction61871
2026-03-25 22:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with identifier: 6997699auction61871
2026-03-25 22:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44e90538-e4ba-5ae5-88f2-d71fd259ba41 with identifier: 6997699auction61871 to the API
2026-03-25 22:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997699>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '44e90538-e4ba-5ae5-88f2-d71fd259ba41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997699',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '530',
'odometer': 125824,
'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 5 Reeks Touring 530d xDrive Aut. (210 kW) 5d',
'transmission': 'automatic',
'trim': '5 Reeks Touring d xDrive Aut. (210 kW) 5d',
'vin': None,
'year': 2021}
2026-03-25 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:26 [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-25 22:02:26 [ecarstrade.be] INFO: Saving data for 6997699auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373294.783896, 'last_price_update_time': 1774476146.01672}
2026-03-25 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997699auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e016e7e-4f8e-5120-810c-a9334ebdecba with identifier: 6997698auction61871
2026-03-25 22:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e016e7e-4f8e-5120-810c-a9334ebdecba with identifier: 6997698auction61871
2026-03-25 22:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e016e7e-4f8e-5120-810c-a9334ebdecba with identifier: 6997698auction61871 to the API
2026-03-25 22:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997698>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '0e016e7e-4f8e-5120-810c-a9334ebdecba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997698',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 125054,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-25 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:26 [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-25 22:02:26 [ecarstrade.be] INFO: Saving data for 6997698auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373325.447865, 'last_price_update_time': 1774476146.350825}
2026-03-25 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997698auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997696> (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-25 22:02:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:29 [ecarstrade.be] INFO: Extracting details for car 6997696auction61871
2026-03-25 22:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with identifier: 6997696auction61871
2026-03-25 22:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with scrape type 2
2026-03-25 22:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with scrape type 2
2026-03-25 22:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c, identifier: 6997696auction61871
2026-03-25 22:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with identifier: 6997696auction61871
2026-03-25 22:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with identifier: 6997696auction61871
2026-03-25 22:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82a76117-9788-55cb-bd72-a8e3dfe1bb8c with identifier: 6997696auction61871 to the API
2026-03-25 22:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997696>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '82a76117-9788-55cb-bd72-a8e3dfe1bb8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997696',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 100182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-25 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:29 [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-25 22:02:29 [ecarstrade.be] INFO: Saving data for 6997696auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373268.947572, 'last_price_update_time': 1774476149.468639}
2026-03-25 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997696auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997697> (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-25 22:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:29 [ecarstrade.be] INFO: Extracting details for car 6997697auction61871
2026-03-25 22:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6108c12-57b0-5a8a-9d90-1d00a4ead8af with identifier: 6997697auction61871
2026-03-25 22:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6108c12-57b0-5a8a-9d90-1d00a4ead8af with scrape type 2
2026-03-25 22:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6108c12-57b0-5a8a-9d90-1d00a4ead8af with scrape type 2
2026-03-25 22:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6108c12-57b0-5a8a-9d90-1d00a4ead8af, identifier: 6997697auction61871
2026-03-25 22:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6108c12-57b0-5a8a-9d90-1d00a4ead8af with identifier: 6997697auction61871
2026-03-25 22:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6108c12-57b0-5a8a-9d90-1d00a4ead8af with identifier: 6997697auction61871
2026-03-25 22:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6108c12-57b0-5a8a-9d90-1d00a4ead8af with identifier: 6997697auction61871 to the API
2026-03-25 22:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997697>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'e6108c12-57b0-5a8a-9d90-1d00a4ead8af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997697',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '320',
'odometer': 78019,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Berline 320dA (140 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline dA (140 kW) 4d',
'vin': None,
'year': 2022}
2026-03-25 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:30 [ecarstrade.be] INFO: Saving data for 6997697auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373258.401835, 'last_price_update_time': 1774476150.023584}
2026-03-25 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997697auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997695> (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-25 22:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:30 [ecarstrade.be] INFO: Extracting details for car 6997695auction61871
2026-03-25 22:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa31560f-ac81-520f-8624-a4f0701b9516 with identifier: 6997695auction61871
2026-03-25 22:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa31560f-ac81-520f-8624-a4f0701b9516 with scrape type 2
2026-03-25 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa31560f-ac81-520f-8624-a4f0701b9516 with scrape type 2
2026-03-25 22:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa31560f-ac81-520f-8624-a4f0701b9516, identifier: 6997695auction61871
2026-03-25 22:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa31560f-ac81-520f-8624-a4f0701b9516 with identifier: 6997695auction61871
2026-03-25 22:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa31560f-ac81-520f-8624-a4f0701b9516 with identifier: 6997695auction61871
2026-03-25 22:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa31560f-ac81-520f-8624-a4f0701b9516 with identifier: 6997695auction61871 to the API
2026-03-25 22:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997695>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'fa31560f-ac81-520f-8624-a4f0701b9516',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997695',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 30159,
'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 Q3 Sportback 35 TDI S tronic S Line Business Ed 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI S tronic S Line Business Ed 5d',
'vin': None,
'year': 2021}
2026-03-25 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:31 [ecarstrade.be] INFO: Saving data for 6997695auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373269.413405, 'last_price_update_time': 1774476151.271382}
2026-03-25 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997695auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997694> (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-25 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-25 22:02:31 [ecarstrade.be] INFO: Extracting details for car 6997694auction61871
2026-03-25 22:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeec7a95-fb2a-507e-be60-e09776b3318d with identifier: 6997694auction61871
2026-03-25 22:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeec7a95-fb2a-507e-be60-e09776b3318d with scrape type 2
2026-03-25 22:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eeec7a95-fb2a-507e-be60-e09776b3318d with scrape type 2
2026-03-25 22:02:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eeec7a95-fb2a-507e-be60-e09776b3318d, identifier: 6997694auction61871
2026-03-25 22:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eeec7a95-fb2a-507e-be60-e09776b3318d with identifier: 6997694auction61871
2026-03-25 22:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eeec7a95-fb2a-507e-be60-e09776b3318d with identifier: 6997694auction61871
2026-03-25 22:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eeec7a95-fb2a-507e-be60-e09776b3318d with identifier: 6997694auction61871 to the API
2026-03-25 22:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997694>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': 'eeec7a95-fb2a-507e-be60-e09776b3318d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997694',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 94127,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Cooper 3d',
'transmission': 'manual',
'trim': '3d',
'vin': None,
'year': 2021}
2026-03-25 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997694auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:31 [ecarstrade.be] INFO: Saving data for 6997694auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373269.789166, 'last_price_update_time': 1774476151.954219}
2026-03-25 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997694auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997691> (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-25 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-25 22:02:32 [ecarstrade.be] INFO: Extracting details for car 6997691auction61871
2026-03-25 22:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f7c9a7e-467f-5767-a280-ddb4bce55704 with identifier: 6997691auction61871
2026-03-25 22:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f7c9a7e-467f-5767-a280-ddb4bce55704 with scrape type 2
2026-03-25 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f7c9a7e-467f-5767-a280-ddb4bce55704 with scrape type 2
2026-03-25 22:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f7c9a7e-467f-5767-a280-ddb4bce55704, identifier: 6997691auction61871
2026-03-25 22:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f7c9a7e-467f-5767-a280-ddb4bce55704 with identifier: 6997691auction61871
2026-03-25 22:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f7c9a7e-467f-5767-a280-ddb4bce55704 with identifier: 6997691auction61871
2026-03-25 22:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f7c9a7e-467f-5767-a280-ddb4bce55704 with identifier: 6997691auction61871 to the API
2026-03-25 22:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997691>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '2f7c9a7e-467f-5767-a280-ddb4bce55704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997691',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 95266,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-25 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:32 [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-25 22:02:32 [ecarstrade.be] INFO: Saving data for 6997691auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373267.851046, 'last_price_update_time': 1774476152.477143}
2026-03-25 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997691auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997693> (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-25 22:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875378> (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-25 22:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:32 [ecarstrade.be] INFO: Extracting details for car 6997693auction61871
2026-03-25 22:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bfa3762-8394-5166-ba0d-36c815396102 with identifier: 6997693auction61871
2026-03-25 22:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bfa3762-8394-5166-ba0d-36c815396102 with scrape type 2
2026-03-25 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bfa3762-8394-5166-ba0d-36c815396102 with scrape type 2
2026-03-25 22:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bfa3762-8394-5166-ba0d-36c815396102, identifier: 6997693auction61871
2026-03-25 22:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bfa3762-8394-5166-ba0d-36c815396102 with identifier: 6997693auction61871
2026-03-25 22:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bfa3762-8394-5166-ba0d-36c815396102 with identifier: 6997693auction61871
2026-03-25 22:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bfa3762-8394-5166-ba0d-36c815396102 with identifier: 6997693auction61871 to the API
2026-03-25 22:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997693>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '0bfa3762-8394-5166-ba0d-36c815396102',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997693',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 150713,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 35 TFSI S tronic S line 5d',
'transmission': 'automatic',
'trim': '35 TFSI S tronic S line 5d',
'vin': None,
'year': 2020}
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:33 [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-25 22:02:33 [ecarstrade.be] INFO: Saving data for 6997693auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373254.908596, 'last_price_update_time': 1774476153.048218}
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997693auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:33 [ecarstrade.be] INFO: Extracting details for car 6875378auction61871
2026-03-25 22:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991556> (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-25 22:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68600592-6c67-590e-bb86-5cdf96a35e76 with identifier: 6875378auction61871
2026-03-25 22:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68600592-6c67-590e-bb86-5cdf96a35e76 with scrape type 2
2026-03-25 22:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68600592-6c67-590e-bb86-5cdf96a35e76 with scrape type 2
2026-03-25 22:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68600592-6c67-590e-bb86-5cdf96a35e76, identifier: 6875378auction61871
2026-03-25 22:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68600592-6c67-590e-bb86-5cdf96a35e76 with identifier: 6875378auction61871
2026-03-25 22:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68600592-6c67-590e-bb86-5cdf96a35e76 with identifier: 6875378auction61871
2026-03-25 22:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68600592-6c67-590e-bb86-5cdf96a35e76 with identifier: 6875378auction61871 to the API
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875378>
{'auction_title': '',
'c_o_2_emission_value': 20,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '68600592-6c67-590e-bb86-5cdf96a35e76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875378',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLE-Class',
'odometer': 212186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLE GLE 350 de 4MATIC Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLE GLE 350 de 4MATIC Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875378auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:33 [ecarstrade.be] INFO: Saving data for 6875378auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1773127652.882695, 'last_price_update_time': 1774476153.530149}
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875378auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:33 [ecarstrade.be] INFO: Extracting details for car 6991556auction61871
2026-03-25 22:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 6991556auction61871
2026-03-25 22:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b374ac-4786-509a-ac55-71536017cce4 with scrape type 2
2026-03-25 22:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2b374ac-4786-509a-ac55-71536017cce4 with scrape type 2
2026-03-25 22:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2b374ac-4786-509a-ac55-71536017cce4, identifier: 6991556auction61871
2026-03-25 22:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 6991556auction61871
2026-03-25 22:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 6991556auction61871
2026-03-25 22:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 6991556auction61871 to the API
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991556>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'a2b374ac-4786-509a-ac55-71536017cce4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991556',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 145459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLB GLB 200 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLB d Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991556auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:33 [ecarstrade.be] INFO: Saving data for 6991556auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774279439.85347, 'last_price_update_time': 1774476153.953812}
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991556auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875352> (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-25 22:02:36 [ecarstrade.be] INFO: Extracting details for car 6875352auction61871
2026-03-25 22:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 6875352auction61871
2026-03-25 22:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f473fef-6f46-53ef-9f13-b68138861ff6 with scrape type 2
2026-03-25 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f473fef-6f46-53ef-9f13-b68138861ff6 with scrape type 2
2026-03-25 22:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f473fef-6f46-53ef-9f13-b68138861ff6, identifier: 6875352auction61871
2026-03-25 22:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 6875352auction61871
2026-03-25 22:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 6875352auction61871
2026-03-25 22:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 6875352auction61871 to the API
2026-03-25 22:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875352>
{'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': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '7f473fef-6f46-53ef-9f13-b68138861ff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875352',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Megane',
'odometer': 211009,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane Grandtour Blue dCi 95 Corporate Edition 5d',
'transmission': 'manual',
'trim': 'Mégane Grandtour Blue dCi 95 Corporate Edition 5d',
'vin': None,
'year': 2019}
2026-03-25 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875352auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:36 [ecarstrade.be] INFO: Saving data for 6875352auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1773127628.429866, 'last_price_update_time': 1774476156.56209}
2026-03-25 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875352auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922684> (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-25 22:02:36 [ecarstrade.be] INFO: Extracting details for car 6922684auction61871
2026-03-25 22:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 6922684auction61871
2026-03-25 22:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with scrape type 2
2026-03-25 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with scrape type 2
2026-03-25 22:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aeeb169a-2e6b-5d41-bc8f-de6caf280e74, identifier: 6922684auction61871
2026-03-25 22:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 6922684auction61871
2026-03-25 22:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 6922684auction61871
2026-03-25 22:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 6922684auction61871 to the API
2026-03-25 22:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922684>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': 'aeeb169a-2e6b-5d41-bc8f-de6caf280e74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922684',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A4',
'odometer': 172801,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A4 Avant FL'19, Audi A4 Avant 2.0 30 TDi 100kW S tronic "
'Business E',
'transmission': 'automatic',
'trim': ", Avant FL'19, Avant 2.0 30 TDi 100kW S tronic Business E",
'vin': None,
'year': 2022}
2026-03-25 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276922684auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:37 [ecarstrade.be] INFO: Saving data for 6922684auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1772613582.447911, 'last_price_update_time': 1774476157.151235}
2026-03-25 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922684auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997707> (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-25 22:02:37 [ecarstrade.be] INFO: Extracting details for car 6997707auction61871
2026-03-25 22:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93ce2d44-5e90-54fb-b207-2fd9898909df with identifier: 6997707auction61871
2026-03-25 22:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93ce2d44-5e90-54fb-b207-2fd9898909df with scrape type 2
2026-03-25 22:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93ce2d44-5e90-54fb-b207-2fd9898909df with scrape type 2
2026-03-25 22:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93ce2d44-5e90-54fb-b207-2fd9898909df, identifier: 6997707auction61871
2026-03-25 22:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93ce2d44-5e90-54fb-b207-2fd9898909df with identifier: 6997707auction61871
2026-03-25 22:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93ce2d44-5e90-54fb-b207-2fd9898909df with identifier: 6997707auction61871
2026-03-25 22:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93ce2d44-5e90-54fb-b207-2fd9898909df with identifier: 6997707auction61871 to the API
2026-03-25 22:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997707>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Diesel',
'id': '93ce2d44-5e90-54fb-b207-2fd9898909df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997707',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 56729,
'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': "Mercedes, CLA-Class '19, Mercedes-Benz CLA CLA 180 d Business "
'Solution Esse',
'transmission': 'automatic',
'trim': ", CLA-Class '19, -Benz CLA d Business Solution Esse",
'vin': None,
'year': 2022}
2026-03-25 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:37 [ecarstrade.be] INFO: Saving data for 6997707auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373296.6207, 'last_price_update_time': 1774476157.834462}
2026-03-25 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997707auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997706> (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-25 22:02:38 [ecarstrade.be] INFO: Extracting details for car 6997706auction61871
2026-03-25 22:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with identifier: 6997706auction61871
2026-03-25 22:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with scrape type 2
2026-03-25 22:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with scrape type 2
2026-03-25 22:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8, identifier: 6997706auction61871
2026-03-25 22:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with identifier: 6997706auction61871
2026-03-25 22:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with identifier: 6997706auction61871
2026-03-25 22:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8 with identifier: 6997706auction61871 to the API
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997706>
{'auction_title': '',
'c_o_2_emission_value': 84,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fcaac309-77bd-5ad8-a56b-04bb0bc0ebc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997706',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Prius',
'odometer': 48544,
'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': "Toyota, Prius '15, Toyota Prius 1.8 VVT-i Hybrid Lounge 5d",
'transmission': 'automatic',
'trim': ", '15, 1.8 VVT-i Hybrid Lounge 5d",
'vin': None,
'year': 2022}
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02: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-25 22:02:38 [ecarstrade.be] INFO: Saving data for 6997706auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373297.099681, 'last_price_update_time': 1774476158.5176}
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997706auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6999251auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6999251auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6999254auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6999254auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6999256auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999256auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6999256auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6999240auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6999240auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6999241auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6999241auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6999242auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6999242auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6994879auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6994879auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6994884auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6994884auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6994885auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6994885auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6994886auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6994886auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6934350auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934350auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6934350auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6994877auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6994877auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6994882auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [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-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6994882auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6994883auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994883auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6994883auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6980466auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980466auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6980466auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6980464auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980464auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6980464auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6980463auction101892
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980463auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:38 [ecarstrade.be] INFO: Scrape type for 6980463auction101892: 0
2026-03-25 22:02:38 [ecarstrade.be] INFO: Found listing with ID: 6980469auction101892
2026-03-25 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980469auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:39 [ecarstrade.be] INFO: Scrape type for 6980469auction101892: 0
2026-03-25 22:02:39 [ecarstrade.be] INFO: Found listing with ID: 6980467auction101892
2026-03-25 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980467auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:39 [ecarstrade.be] INFO: Scrape type for 6980467auction101892: 0
2026-03-25 22:02:39 [ecarstrade.be] INFO: Found listing with ID: 6984154auction101892
2026-03-25 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984154auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:39 [ecarstrade.be] INFO: Scrape type for 6984154auction101892: 0
2026-03-25 22:02:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997690> (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-25 22:02:39 [ecarstrade.be] INFO: Extracting details for car 6997690auction61871
2026-03-25 22:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f734c05-8e27-5db4-b615-b68df404c4b2 with identifier: 6997690auction61871
2026-03-25 22:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f734c05-8e27-5db4-b615-b68df404c4b2 with scrape type 2
2026-03-25 22:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f734c05-8e27-5db4-b615-b68df404c4b2 with scrape type 2
2026-03-25 22:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f734c05-8e27-5db4-b615-b68df404c4b2, identifier: 6997690auction61871
2026-03-25 22:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f734c05-8e27-5db4-b615-b68df404c4b2 with identifier: 6997690auction61871
2026-03-25 22:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f734c05-8e27-5db4-b615-b68df404c4b2 with identifier: 6997690auction61871
2026-03-25 22:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f734c05-8e27-5db4-b615-b68df404c4b2 with identifier: 6997690auction61871 to the API
2026-03-25 22:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997690>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.1L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '2f734c05-8e27-5db4-b615-b68df404c4b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997690',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 80370,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Fiesta 1.1i 52kW Business Class 5d',
'transmission': 'manual',
'trim': '1.1i 52kW Business Class 5d',
'vin': None,
'year': 2019}
2026-03-25 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997690auction61871%27 HTTP/1.1" 200 None
2026-03-25 22:02:40 [ecarstrade.be] INFO: Saving data for 6997690auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373276.324859, 'last_price_update_time': 1774476160.230887}
2026-03-25 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997690auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997687> (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-25 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997688> (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-25 22:02:40 [ecarstrade.be] INFO: Extracting details for car 6997687auction61871
2026-03-25 22:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with identifier: 6997687auction61871
2026-03-25 22:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with scrape type 2
2026-03-25 22:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with scrape type 2
2026-03-25 22:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9, identifier: 6997687auction61871
2026-03-25 22:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with identifier: 6997687auction61871
2026-03-25 22:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with identifier: 6997687auction61871
2026-03-25 22:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c310d02-e26d-5316-b4d5-bf9ee83ffde9 with identifier: 6997687auction61871 to the API
2026-03-25 22:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997687>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1c310d02-e26d-5316-b4d5-bf9ee83ffde9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997687',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'V60',
'odometer': 76401,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, V60 '18, Volvo V60 T6 Recharge 4x4 Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", '18, T6 Recharge 4x4 Geartronic R-Design 5d",
'vin': None,
'year': 2021}
2026-03-25 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:41 [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-25 22:02:41 [ecarstrade.be] INFO: Saving data for 6997687auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373252.927167, 'last_price_update_time': 1774476161.05959}
2026-03-25 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997687auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:41 [ecarstrade.be] INFO: Extracting details for car 6997688auction61871
2026-03-25 22:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cf9be64-280b-5784-897c-54086c703fad with identifier: 6997688auction61871
2026-03-25 22:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf9be64-280b-5784-897c-54086c703fad with scrape type 2
2026-03-25 22:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cf9be64-280b-5784-897c-54086c703fad with scrape type 2
2026-03-25 22:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cf9be64-280b-5784-897c-54086c703fad, identifier: 6997688auction61871
2026-03-25 22:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cf9be64-280b-5784-897c-54086c703fad with identifier: 6997688auction61871
2026-03-25 22:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cf9be64-280b-5784-897c-54086c703fad with identifier: 6997688auction61871
2026-03-25 22:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cf9be64-280b-5784-897c-54086c703fad with identifier: 6997688auction61871 to the API
2026-03-25 22:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:02: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-25 22:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997688>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T22:40:02Z',
'fuel_type': 'Petrol',
'id': '3cf9be64-280b-5784-897c-54086c703fad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997688',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Jaguar E-Pace',
'odometer': 30198,
'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': 'Jaguar E-Pace P160 Aut. FWD R-Dynamic S 5d',
'transmission': 'automatic',
'trim': 'P160 Aut. FWD R-Dynamic S 5d',
'vin': None,
'year': 2021}
2026-03-25 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:41 [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-25 22:02:41 [ecarstrade.be] INFO: Saving data for 6997688auction61871: {'auction_closing_time': 1774651202.0, 'created_time': 1774373279.972754, 'last_price_update_time': 1774476161.495088}
2026-03-25 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997688auction61871') HTTP/1.1" 204 0
2026-03-25 22:02:44 [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-25 22:02:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6984171auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984171auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6984171auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990827auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990827auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990827auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990832auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990832auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990832auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990833auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990833auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990833auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990834auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990834auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990834auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990835auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990835auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990835auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990836auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990836auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990836auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6980474auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980474auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6980474auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6980470auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980470auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6980470auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6980461auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980461auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6980461auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6984165auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984165auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6984165auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6984169auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984169auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6984169auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6984170auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984170auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6984170auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6984156auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984156auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6984156auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990102auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990102auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990102auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990094auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990094auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990094auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990100auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990100auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990100auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990103auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990103auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990103auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990104auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990104auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990104auction101892: 0
2026-03-25 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 6990106auction101892
2026-03-25 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990106auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:45 [ecarstrade.be] INFO: Scrape type for 6990106auction101892: 0
2026-03-25 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-25 22:02:52 [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-25 22:02:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6990110auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990110auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6990110auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6990114auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990114auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6990114auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6990117auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990117auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6990117auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6990082auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990082auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6990082auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6990083auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990083auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6990083auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6990084auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990084auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6990084auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6990088auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276990088auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6990088auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6984163auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984163auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6984163auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6984164auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984164auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6984164auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6984157auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984157auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6984157auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6984158auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276984158auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6984158auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6892353auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276892353auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6892353auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6886607auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276886607auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6886607auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6874575auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276874575auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6874575auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6874576auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276874576auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6874576auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6874577auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276874577auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6874577auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6874583auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276874583auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6874583auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6874584auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276874584auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6874584auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6874568auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276874568auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6874568auction101892: 0
2026-03-25 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 6874569auction101892
2026-03-25 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276874569auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:52 [ecarstrade.be] INFO: Scrape type for 6874569auction101892: 0
2026-03-25 22:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:02:58 [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-25 22:02:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6874571auction101892
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276874571auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6874571auction101892: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6427469auction101892
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276427469auction101892%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6427469auction101892: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6598020auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276598020auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6598020auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6612949auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276612949auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6612949auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6612951auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276612951auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6612951auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6612952auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276612952auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6612952auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6612957auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276612957auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6612957auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6617072auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276617072auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6617072auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6618515auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276618515auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6618515auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6618517auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276618517auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6618517auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6618518auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276618518auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6618518auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6618519auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276618519auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6618519auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6618808auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276618808auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6618808auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6618818auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276618818auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6618818auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6618820auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276618820auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6618820auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6618836auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276618836auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6618836auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6625391auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6625391auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6645591auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276645591auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6645591auction106404: 0
2026-03-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6663881auction106404
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276663881auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6663881auction106404: 2
2026-03-25 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-25 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-25 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:02:59 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 0
2026-03-25 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-25 22:03:05 [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-25 22:03:05 [ecarstrade.be] INFO: Found 5 car items
2026-03-25 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-25 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:05 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 0
2026-03-25 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-25 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:05 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 0
2026-03-25 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-25 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:05 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 0
2026-03-25 22:03:05 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 22:03:05 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 22:03:05 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-25 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%27NoneNone%27 HTTP/1.1" 200 None
2026-03-25 22:03:05 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-25 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-25 22:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6663881> (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-25 22:03:05 [ecarstrade.be] INFO: Extracting details for car 6663881auction106404
2026-03-25 22:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6663881auction106404, dropping item
2026-03-25 22:03:06 [scrapy.extensions.logstats] INFO: Crawled 1051 pages (at 43 pages/min), scraped 889 items (at 36 items/min)
2026-03-25 22:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:03:13 [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-25 22:03:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6719104auction106404
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276719104auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6719104auction106404: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6723454auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276723454auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6723454auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6725123auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276725123auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6725123auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276725764auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6725767auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276725767auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6725767auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276732946auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6735056auction106404
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276735056auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6735056auction106404: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6737028auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276737028auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6737028auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6737029auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276737029auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6737029auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6738189auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276738189auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6738189auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6742440auction106392
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276742440auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6742440auction106392: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6745347auction106404
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276745347auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6745347auction106404: 0
2026-03-25 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 6745355auction106404
2026-03-25 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276745355auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:13 [ecarstrade.be] INFO: Scrape type for 6745355auction106404: 0
2026-03-25 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-25 22:03:19 [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-25 22:03:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:03:19 [ecarstrade.be] INFO: Found listing with ID: 6745358auction106404
2026-03-25 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276745358auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6745358auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6745368auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276745368auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6745368auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6745371auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276745371auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6745371auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6745390auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276745390auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6745390auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6746049auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276746049auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6746049auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6746066auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276746066auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6746066auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6747730auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276747730auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6747730auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6747731auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276747731auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6747731auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6749433auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276749433auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6749433auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6750730auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276750730auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6750730auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6752454auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276752454auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6752454auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6752595auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276752595auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6752595auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6752601auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276752601auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6752601auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6752602auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276752602auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6752602auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6752603auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276752603auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6752603auction106404: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6754289auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276754289auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6754289auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6754290auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276754290auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6754290auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6754292auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276754292auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6754292auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6755896auction106392
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276755896auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6755896auction106392: 0
2026-03-25 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 6757282auction106404
2026-03-25 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276757282auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:03:20 [ecarstrade.be] INFO: Scrape type for 6757282auction106404: 0
2026-03-25 22:03:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6757850auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6757850auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6759417auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6759417auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6759418auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759418auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6759418auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6760076auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6760076auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6760879auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6760879auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6760880auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6760880auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6761373auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6761373auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6763813auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6763813auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6764589auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6764589auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6764590auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6764590auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6764591auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6764591auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6764592auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6764592auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6765306auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6765306auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6765687auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6765687auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6766624auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6766624auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6771908auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6771908auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6775855auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6775855auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6775858auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6775858auction106404: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6776756auction106392
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6776756auction106392: 0
2026-03-25 22:03:26 [ecarstrade.be] INFO: Found listing with ID: 6776872auction106404
2026-03-25 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:26 [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-25 22:03:26 [ecarstrade.be] INFO: Scrape type for 6776872auction106404: 0
2026-03-25 22:03:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6776880auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6776880auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777591auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777591auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777601auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777601auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777602auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777602auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777603auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777603auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777604auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777604auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777605auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777605auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777607auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777607auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777608auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777608auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777609auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777609auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777610auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777610auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777611auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777611auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777613auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777613auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777622auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777622auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777633auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777633auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777634auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777634auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777637auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777637auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777638auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777638auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777780auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777780auction106392: 0
2026-03-25 22:03:33 [ecarstrade.be] INFO: Found listing with ID: 6777781auction106392
2026-03-25 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:33 [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-25 22:03:33 [ecarstrade.be] INFO: Scrape type for 6777781auction106392: 0
2026-03-25 22:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:03:39 [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-25 22:03:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:03:39 [ecarstrade.be] INFO: Found listing with ID: 6777782auction106392
2026-03-25 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:39 [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-25 22:03:39 [ecarstrade.be] INFO: Scrape type for 6777782auction106392: 0
2026-03-25 22:03:39 [ecarstrade.be] INFO: Found listing with ID: 6777783auction106392
2026-03-25 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:39 [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-25 22:03:39 [ecarstrade.be] INFO: Scrape type for 6777783auction106392: 0
2026-03-25 22:03:39 [ecarstrade.be] INFO: Found listing with ID: 6777784auction106392
2026-03-25 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:39 [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-25 22:03:39 [ecarstrade.be] INFO: Scrape type for 6777784auction106392: 0
2026-03-25 22:03:39 [ecarstrade.be] INFO: Found listing with ID: 6778086auction106392
2026-03-25 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:39 [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-25 22:03:39 [ecarstrade.be] INFO: Scrape type for 6778086auction106392: 0
2026-03-25 22:03:39 [ecarstrade.be] INFO: Found listing with ID: 6778376auction106404
2026-03-25 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:39 [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-25 22:03:39 [ecarstrade.be] INFO: Scrape type for 6778376auction106404: 0
2026-03-25 22:03:39 [ecarstrade.be] INFO: Found listing with ID: 6778380auction106404
2026-03-25 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:39 [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-25 22:03:39 [ecarstrade.be] INFO: Scrape type for 6778380auction106404: 0
2026-03-25 22:03:39 [ecarstrade.be] INFO: Found listing with ID: 6778382auction106404
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6778382auction106404: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6779365auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6779365auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6780522auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6780522auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6780523auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6780523auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6780524auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6780524auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6780525auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6780525auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6780526auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6780526auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6780527auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6780527auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6780528auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6780528auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6781520auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6781520auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6781521auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6781521auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6781866auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6781866auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6781870auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:40 [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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6781870auction106392: 0
2026-03-25 22:03:40 [ecarstrade.be] INFO: Found listing with ID: 6781871auction106392
2026-03-25 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03: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-25 22:03:40 [ecarstrade.be] INFO: Scrape type for 6781871auction106392: 0
2026-03-25 22:03:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:03:46 [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-25 22:03:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:03:46 [ecarstrade.be] INFO: Found listing with ID: 6784596auction106392
2026-03-25 22:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6784596auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6785651auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6785651auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6786586auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6786586auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6786883auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6786883auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6786884auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6786884auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6787087auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6787087auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6787216auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6787216auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6787217auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6787217auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6787218auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6787218auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6787502auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6787502auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6788220auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6788220auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6790751auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6790751auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6801120auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6801120auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6802623auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6802623auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6802625auction106392
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6802625auction106392: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6802702auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6802702auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6802993auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6802993auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6802994auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6802994auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6802996auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6802996auction106404: 0
2026-03-25 22:03:47 [ecarstrade.be] INFO: Found listing with ID: 6802997auction106404
2026-03-25 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:47 [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-25 22:03:47 [ecarstrade.be] INFO: Scrape type for 6802997auction106404: 0
2026-03-25 22:03:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6807829auction106404
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6807829auction106404: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6807830auction106404
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6807830auction106404: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6808676auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6808676auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6812642auction106404
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6812642auction106404: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6815695auction106404
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6815695auction106404: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6815947auction106404
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6815947auction106404: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6818584auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6818584auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6818586auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6818586auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6818590auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6818590auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6818936auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6818936auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6819384auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6819384auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6819416auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6819416auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6820333auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6820333auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6820903auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6820903auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6827414auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6827414auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6827674auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6827674auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6827675auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6827675auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6828723auction106404
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6828723auction106404: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6828724auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276828724auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6828724auction106392: 0
2026-03-25 22:03:53 [ecarstrade.be] INFO: Found listing with ID: 6830000auction106392
2026-03-25 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:03:53 [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-25 22:03:53 [ecarstrade.be] INFO: Scrape type for 6830000auction106392: 0
2026-03-25 22:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:04:00 [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-25 22:04:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6830522auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830522auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6830522auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6830542auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6830542auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6831029auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276831029auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6831029auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6831648auction106404
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6831648auction106404: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6834240auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6834240auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6835309auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6835309auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6835314auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835314auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6835314auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6837652auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6837652auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6838803auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6838803auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6839068auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6839068auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6839069auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6839069auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6839459auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6839459auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6839757auction106404
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6839757auction106404: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6839759auction106404
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6839759auction106404: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6841645auction106392
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6841645auction106392: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6842641auction106404
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04: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-25 22:04:00 [ecarstrade.be] INFO: Scrape type for 6842641auction106404: 0
2026-03-25 22:04:00 [ecarstrade.be] INFO: Found listing with ID: 6842642auction106404
2026-03-25 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:01 [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-25 22:04:01 [ecarstrade.be] INFO: Scrape type for 6842642auction106404: 0
2026-03-25 22:04:01 [ecarstrade.be] INFO: Found listing with ID: 6842643auction106404
2026-03-25 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:01 [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-25 22:04:01 [ecarstrade.be] INFO: Scrape type for 6842643auction106404: 0
2026-03-25 22:04:01 [ecarstrade.be] INFO: Found listing with ID: 6842644auction106404
2026-03-25 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:01 [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-25 22:04:01 [ecarstrade.be] INFO: Scrape type for 6842644auction106404: 0
2026-03-25 22:04:01 [ecarstrade.be] INFO: Found listing with ID: 6842645auction106404
2026-03-25 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:01 [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-25 22:04:01 [ecarstrade.be] INFO: Scrape type for 6842645auction106404: 0
2026-03-25 22:04:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:04:06 [scrapy.extensions.logstats] INFO: Crawled 1059 pages (at 8 pages/min), scraped 889 items (at 0 items/min)
2026-03-25 22:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:04:07 [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-25 22:04:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 6842647auction106404
2026-03-25 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:07 [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-25 22:04:07 [ecarstrade.be] INFO: Scrape type for 6842647auction106404: 0
2026-03-25 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 6842661auction106392
2026-03-25 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:07 [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-25 22:04:07 [ecarstrade.be] INFO: Scrape type for 6842661auction106392: 0
2026-03-25 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 6842663auction106392
2026-03-25 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:07 [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-25 22:04:07 [ecarstrade.be] INFO: Scrape type for 6842663auction106392: 0
2026-03-25 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 6842666auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6842666auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843087auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843087auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843088auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843088auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843089auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843089auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843090auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843090auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843101auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843101auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843102auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843102auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843105auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843105auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843106auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843106auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843108auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843108auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843110auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843110auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843112auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843112auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843114auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843114auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843116auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843116auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843117auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843117auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843118auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843118auction106392: 0
2026-03-25 22:04:08 [ecarstrade.be] INFO: Found listing with ID: 6843132auction106392
2026-03-25 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:08 [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-25 22:04:08 [ecarstrade.be] INFO: Scrape type for 6843132auction106392: 0
2026-03-25 22:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6843136auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6843136auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6843340auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6843340auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6843341auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6843341auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6844030auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6844030auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6848139auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6848139auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6850767auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6850767auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6850913auction106404
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6850913auction106404: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6850914auction106404
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6850914auction106404: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6851177auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6851177auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6851182auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6851182auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6852772auction106404
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6852772auction106404: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6852773auction106404
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6852773auction106404: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6855991auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6855991auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6857831auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6857831auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6857836auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6857836auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6858717auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6858717auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6859376auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6859376auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6859378auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6859378auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6860940auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6860940auction106392: 0
2026-03-25 22:04:43 [ecarstrade.be] INFO: Found listing with ID: 6860944auction106392
2026-03-25 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:43 [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-25 22:04:43 [ecarstrade.be] INFO: Scrape type for 6860944auction106392: 0
2026-03-25 22:04:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:04:49 [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-25 22:04:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860945auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860945auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860945auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860946auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860946auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860946auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860951auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860951auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860951auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860953auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860953auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860953auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860955auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860955auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860955auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860956auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860956auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860956auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860959auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860959auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860959auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860960auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860960auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860960auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860961auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860961auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860961auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860962auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860962auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860962auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860963auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860963auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860963auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6860964auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276860964auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6860964auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6900115auction106404
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276900115auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6900115auction106404: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6900117auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276900117auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6900117auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6900121auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276900121auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6900121auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6900122auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276900122auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6900122auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6900124auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276900124auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6900124auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6900126auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276900126auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6900126auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6900130auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276900130auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:49 [ecarstrade.be] INFO: Scrape type for 6900130auction106392: 0
2026-03-25 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 6900135auction106392
2026-03-25 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900135auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:04:50 [ecarstrade.be] INFO: Scrape type for 6900135auction106392: 0
2026-03-25 22:04:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:04:56 [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-25 22:04:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900171auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900171auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900173auction106404
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900173auction106404: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900178auction106404
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900178auction106404: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900179auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900179auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900180auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900180auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900207auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900207auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900234auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900234auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900236auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900236auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900237auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900237auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900260auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900260auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900316auction106404
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900316auction106404: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900318auction106404
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900318auction106404: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900328auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900328auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900330auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900330auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900331auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900331auction106392: 2
2026-03-25 22:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900334auction106404
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900334auction106404: 2
2026-03-25 22:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900340auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900340auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900354auction106404
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900354auction106404: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900369auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900369auction106392: 0
2026-03-25 22:04:57 [ecarstrade.be] INFO: Found listing with ID: 6900371auction106392
2026-03-25 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:04:57 [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-25 22:04:57 [ecarstrade.be] INFO: Scrape type for 6900371auction106392: 2
2026-03-25 22:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900334> (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-25 22:05:03 [ecarstrade.be] INFO: Extracting details for car 6900334auction106404
2026-03-25 22:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b49e065d-1a30-5a96-8707-168394c73b69 with identifier: 6900334auction106404
2026-03-25 22:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b49e065d-1a30-5a96-8707-168394c73b69 with scrape type 2
2026-03-25 22:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b49e065d-1a30-5a96-8707-168394c73b69 with scrape type 2
2026-03-25 22:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b49e065d-1a30-5a96-8707-168394c73b69, identifier: 6900334auction106404
2026-03-25 22:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b49e065d-1a30-5a96-8707-168394c73b69 with identifier: 6900334auction106404
2026-03-25 22:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b49e065d-1a30-5a96-8707-168394c73b69 with identifier: 6900334auction106404
2026-03-25 22:05:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b49e065d-1a30-5a96-8707-168394c73b69 with identifier: 6900334auction106404 to the API
2026-03-25 22:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900334>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'b49e065d-1a30-5a96-8707-168394c73b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900334',
'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': '2025-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa GS 1.2 Gasoline 102hp',
'transmission': 'manual',
'trim': 'GS 1.2 Gasoline 102hp',
'vin': None,
'year': 2025}
2026-03-25 22:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:04 [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-25 22:05:04 [ecarstrade.be] INFO: Saving data for 6900334auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1772677729.2465, 'last_price_update_time': 1774476304.627538}
2026-03-25 22:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900334auction106404') HTTP/1.1" 204 0
2026-03-25 22:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900371> (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-25 22:05:04 [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-25 22:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900331> (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-25 22:05:04 [ecarstrade.be] INFO: Extracting details for car 6900371auction106392
2026-03-25 22:05:04 [ecarstrade.be] INFO: Extracting details for car 6900331auction106392
2026-03-25 22:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 139c8e34-3196-579c-8ea5-43d24accc832 with identifier: 6900371auction106392
2026-03-25 22:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 139c8e34-3196-579c-8ea5-43d24accc832 with scrape type 2
2026-03-25 22:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 139c8e34-3196-579c-8ea5-43d24accc832 with scrape type 2
2026-03-25 22:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 139c8e34-3196-579c-8ea5-43d24accc832, identifier: 6900371auction106392
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6900331auction106392
2026-03-25 22:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38071d68-28d2-59eb-a13e-27138a85df71 with scrape type 2
2026-03-25 22:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38071d68-28d2-59eb-a13e-27138a85df71 with scrape type 2
2026-03-25 22:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38071d68-28d2-59eb-a13e-27138a85df71, identifier: 6900331auction106392
2026-03-25 22:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 139c8e34-3196-579c-8ea5-43d24accc832 with identifier: 6900371auction106392
2026-03-25 22:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 139c8e34-3196-579c-8ea5-43d24accc832 with identifier: 6900371auction106392
2026-03-25 22:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 139c8e34-3196-579c-8ea5-43d24accc832 with identifier: 6900371auction106392 to the API
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900371>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '139c8e34-3196-579c-8ea5-43d24accc832',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900371',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 6231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-22',
'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-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Saving data for 6900371auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677330.936903, 'last_price_update_time': 1774476305.404122}
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900371auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6900331auction106392
2026-03-25 22:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6900331auction106392
2026-03-25 22:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6900331auction106392 to the API
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900331>
{'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-27T22:40:04Z',
'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/6900331',
'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-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Saving data for 6900331auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677257.068425, 'last_price_update_time': 1774476305.763031}
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900331auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900376auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900376auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900377auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900377auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900379auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900379auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900381auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900381auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900387auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900387auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900394auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900394auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900398auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900398auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900400auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900400auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900405auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900405auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900407auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [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-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900407auction106392: 2
2026-03-25 22:05:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900412auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900412auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:05 [ecarstrade.be] INFO: Scrape type for 6900412auction106392: 0
2026-03-25 22:05:05 [ecarstrade.be] INFO: Found listing with ID: 6900416auction106392
2026-03-25 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [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-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900416auction106392: 0
2026-03-25 22:05:06 [ecarstrade.be] INFO: Found listing with ID: 6900421auction106392
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [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-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900421auction106392: 0
2026-03-25 22:05:06 [ecarstrade.be] INFO: Found listing with ID: 6900423auction106392
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900423auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900423auction106392: 0
2026-03-25 22:05:06 [ecarstrade.be] INFO: Found listing with ID: 6900432auction106392
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [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-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900432auction106392: 0
2026-03-25 22:05:06 [ecarstrade.be] INFO: Found listing with ID: 6900438auction106392
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [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-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900438auction106392: 0
2026-03-25 22:05:06 [ecarstrade.be] INFO: Found listing with ID: 6900440auction106392
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [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-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900440auction106392: 0
2026-03-25 22:05:06 [ecarstrade.be] INFO: Found listing with ID: 6900441auction106404
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [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-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900441auction106404: 0
2026-03-25 22:05:06 [ecarstrade.be] INFO: Found listing with ID: 6900442auction106404
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [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-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900442auction106404: 0
2026-03-25 22:05:06 [ecarstrade.be] INFO: Found listing with ID: 6900443auction106404
2026-03-25 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:06 [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-25 22:05:06 [ecarstrade.be] INFO: Scrape type for 6900443auction106404: 0
2026-03-25 22:05:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:06 [scrapy.extensions.logstats] INFO: Crawled 1067 pages (at 8 pages/min), scraped 892 items (at 3 items/min)
2026-03-25 22:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900407> (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-25 22:05:13 [ecarstrade.be] INFO: Extracting details for car 6900407auction106392
2026-03-25 22:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f490244-2f40-59c0-b04b-77bd40aa9cff with identifier: 6900407auction106392
2026-03-25 22:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f490244-2f40-59c0-b04b-77bd40aa9cff with scrape type 2
2026-03-25 22:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f490244-2f40-59c0-b04b-77bd40aa9cff with scrape type 2
2026-03-25 22:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f490244-2f40-59c0-b04b-77bd40aa9cff, identifier: 6900407auction106392
2026-03-25 22:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f490244-2f40-59c0-b04b-77bd40aa9cff with identifier: 6900407auction106392
2026-03-25 22:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f490244-2f40-59c0-b04b-77bd40aa9cff with identifier: 6900407auction106392
2026-03-25 22:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f490244-2f40-59c0-b04b-77bd40aa9cff with identifier: 6900407auction106392 to the API
2026-03-25 22:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900407>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '5f490244-2f40-59c0-b04b-77bd40aa9cff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900407',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 24101,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-28',
'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-25 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:13 [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-25 22:05:13 [ecarstrade.be] INFO: Saving data for 6900407auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774285183.964457, 'last_price_update_time': 1774476313.741069}
2026-03-25 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900407auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:13 [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-25 22:05:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:05:13 [ecarstrade.be] INFO: Found listing with ID: 6900447auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900447auction106392: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900449auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900449auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900449auction106392: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900452auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900452auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900452auction106392: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900453auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900453auction106392: 2
2026-03-25 22:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900460auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900460auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900460auction106392: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900461auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900461auction106392: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900478auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900478auction106392: 2
2026-03-25 22:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900479auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900479auction106392: 2
2026-03-25 22:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900495auction106404
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900495auction106404: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900617auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900617auction106392: 2
2026-03-25 22:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6900620auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6900620auction106392: 2
2026-03-25 22:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6901391auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901391auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6901391auction106392: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6902439auction106392
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6902439auction106392: 2
2026-03-25 22:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6902451auction106404
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6902451auction106404: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6903179auction106404
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6903179auction106404: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6903180auction106404
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6903180auction106404: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6903182auction106404
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6903182auction106404: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6903183auction106404
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6903183auction106404: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6903184auction106404
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6903184auction106404: 0
2026-03-25 22:05:14 [ecarstrade.be] INFO: Found listing with ID: 6903185auction106404
2026-03-25 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:14 [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-25 22:05:14 [ecarstrade.be] INFO: Scrape type for 6903185auction106404: 2
2026-03-25 22:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:20 [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-25 22:05:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900479> (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-25 22:05:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6903186auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6903186auction106404: 2
2026-03-25 22:05:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6903188auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6903188auction106404: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6903525auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6903525auction106404: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6903529auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6903529auction106404: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6904571auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6904571auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6906591auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6906591auction106404: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6906593auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6906593auction106404: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6906600auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6906600auction106404: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6906601auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6906601auction106404: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6906602auction106404
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6906602auction106404: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6906610auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6906610auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6906613auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6906613auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6907011auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6907011auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6907012auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6907012auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6907017auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6907017auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6907018auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907018auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6907018auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6907020auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907020auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6907020auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6907022auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6907022auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6907025auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6907025auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 6907632auction106392
2026-03-25 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:20 [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-25 22:05:20 [ecarstrade.be] INFO: Scrape type for 6907632auction106392: 0
2026-03-25 22:05:20 [ecarstrade.be] INFO: Extracting details for car 6900479auction106392
2026-03-25 22:05:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900617> (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-25 22:05:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903185> (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-25 22:05:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900478> (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-25 22:05:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86747e02-3dcf-595d-ad40-82273406e38d with identifier: 6900479auction106392
2026-03-25 22:05:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86747e02-3dcf-595d-ad40-82273406e38d with scrape type 2
2026-03-25 22:05:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86747e02-3dcf-595d-ad40-82273406e38d with scrape type 2
2026-03-25 22:05:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86747e02-3dcf-595d-ad40-82273406e38d, identifier: 6900479auction106392
2026-03-25 22:05:20 [ecarstrade.be] INFO: Extracting details for car 6900617auction106392
2026-03-25 22:05:20 [ecarstrade.be] INFO: Extracting details for car 6903185auction106404
2026-03-25 22:05:21 [ecarstrade.be] INFO: Extracting details for car 6900478auction106392
2026-03-25 22:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86747e02-3dcf-595d-ad40-82273406e38d with identifier: 6900479auction106392
2026-03-25 22:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86747e02-3dcf-595d-ad40-82273406e38d with identifier: 6900479auction106392
2026-03-25 22:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86747e02-3dcf-595d-ad40-82273406e38d with identifier: 6900479auction106392 to the API
2026-03-25 22:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900479>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '86747e02-3dcf-595d-ad40-82273406e38d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900479',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 2185,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-04',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'vin': None,
'year': 2024}
2026-03-25 22:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:21 [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-25 22:05:21 [ecarstrade.be] INFO: Saving data for 6900479auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773699747.027364, 'last_price_update_time': 1774476321.358828}
2026-03-25 22:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900479auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6902439> (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-25 22:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d194f2-a7fa-5160-a93f-bcdad477e2ff with identifier: 6900617auction106392
2026-03-25 22:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d194f2-a7fa-5160-a93f-bcdad477e2ff with scrape type 2
2026-03-25 22:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63d194f2-a7fa-5160-a93f-bcdad477e2ff with scrape type 2
2026-03-25 22:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63d194f2-a7fa-5160-a93f-bcdad477e2ff, identifier: 6900617auction106392
2026-03-25 22:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 6903185auction106404
2026-03-25 22:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with scrape type 2
2026-03-25 22:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with scrape type 2
2026-03-25 22:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592, identifier: 6903185auction106404
2026-03-25 22:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 494a0048-ca7c-54cc-abee-b1e6154af69a with identifier: 6900478auction106392
2026-03-25 22:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 494a0048-ca7c-54cc-abee-b1e6154af69a with scrape type 2
2026-03-25 22:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 494a0048-ca7c-54cc-abee-b1e6154af69a with scrape type 2
2026-03-25 22:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 494a0048-ca7c-54cc-abee-b1e6154af69a, identifier: 6900478auction106392
2026-03-25 22:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63d194f2-a7fa-5160-a93f-bcdad477e2ff with identifier: 6900617auction106392
2026-03-25 22:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63d194f2-a7fa-5160-a93f-bcdad477e2ff with identifier: 6900617auction106392
2026-03-25 22:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63d194f2-a7fa-5160-a93f-bcdad477e2ff with identifier: 6900617auction106392 to the API
2026-03-25 22:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900617>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '63d194f2-a7fa-5160-a93f-bcdad477e2ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900617',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Audi',
'model': 'A6',
'odometer': 20935,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-23',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A6 A6 50 2.0 TFSI e quattro sport (EURO 6d) 2.0 TFSI Quattro',
'transmission': 'automatic',
'trim': '50 2.0 TFSI e quattro sport (EURO 6d) 2.0 TFSI Quattro',
'vin': None,
'year': 2023}
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:22 [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-25 22:05:22 [ecarstrade.be] INFO: Saving data for 6900617auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772614352.840899, 'last_price_update_time': 1774476322.077675}
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900617auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 6903185auction106404
2026-03-25 22:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 6903185auction106404
2026-03-25 22:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e45cc24-87b6-52a7-8c7b-d2609cbbf592 with identifier: 6903185auction106404 to the API
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903185>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': '4e45cc24-87b6-52a7-8c7b-d2609cbbf592',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903185',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-31',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L2H2 2.2 DIESEL 141hp',
'transmission': 'manual',
'trim': 'L2H2 2.2 DIESEL 141hp',
'vin': None,
'year': 2025}
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:22 [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-25 22:05:22 [ecarstrade.be] INFO: Saving data for 6903185auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1772677745.355606, 'last_price_update_time': 1774476322.429582}
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903185auction106404') HTTP/1.1" 204 0
2026-03-25 22:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 494a0048-ca7c-54cc-abee-b1e6154af69a with identifier: 6900478auction106392
2026-03-25 22:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 494a0048-ca7c-54cc-abee-b1e6154af69a with identifier: 6900478auction106392
2026-03-25 22:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 494a0048-ca7c-54cc-abee-b1e6154af69a with identifier: 6900478auction106392 to the API
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900478>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '494a0048-ca7c-54cc-abee-b1e6154af69a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900478',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 5378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-17',
'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-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:22 [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-25 22:05:22 [ecarstrade.be] INFO: Saving data for 6900478auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772614352.144752, 'last_price_update_time': 1774476322.741544}
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900478auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:22 [ecarstrade.be] INFO: Extracting details for car 6902439auction106392
2026-03-25 22:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900453> (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-25 22:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 762a7baf-0a88-5552-850a-e403d9ed8acb with identifier: 6902439auction106392
2026-03-25 22:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 762a7baf-0a88-5552-850a-e403d9ed8acb with scrape type 2
2026-03-25 22:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 762a7baf-0a88-5552-850a-e403d9ed8acb with scrape type 2
2026-03-25 22:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 762a7baf-0a88-5552-850a-e403d9ed8acb, identifier: 6902439auction106392
2026-03-25 22:05:22 [ecarstrade.be] INFO: Extracting details for car 6900453auction106392
2026-03-25 22:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 762a7baf-0a88-5552-850a-e403d9ed8acb with identifier: 6902439auction106392
2026-03-25 22:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 762a7baf-0a88-5552-850a-e403d9ed8acb with identifier: 6902439auction106392
2026-03-25 22:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 762a7baf-0a88-5552-850a-e403d9ed8acb with identifier: 6902439auction106392 to the API
2026-03-25 22:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6902439>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '762a7baf-0a88-5552-850a-e403d9ed8acb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6902439',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 7,
'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-25 22:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05: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-25 22:05:23 [ecarstrade.be] INFO: Saving data for 6902439auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772614353.498025, 'last_price_update_time': 1774476323.181978}
2026-03-25 22:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6902439auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with identifier: 6900453auction106392
2026-03-25 22:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with scrape type 2
2026-03-25 22:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with scrape type 2
2026-03-25 22:05:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e, identifier: 6900453auction106392
2026-03-25 22:05:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with identifier: 6900453auction106392
2026-03-25 22:05:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with identifier: 6900453auction106392
2026-03-25 22:05:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e with identifier: 6900453auction106392 to the API
2026-03-25 22:05:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900453>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '29ea8834-9e33-5d4e-9ec8-df9e1d8a9a8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900453',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 3677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 Hybrid 225 e-EAT8 GT',
'transmission': 'automatic',
'trim': 'Hybrid 225 e-EAT8 GT',
'vin': None,
'year': 2024}
2026-03-25 22:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:23 [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-25 22:05:23 [ecarstrade.be] INFO: Saving data for 6900453auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772614309.0652, 'last_price_update_time': 1774476323.591888}
2026-03-25 22:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900453auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6908677auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6908677auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6908678auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6908678auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6908984auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6908984auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6908985auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6908985auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6909655auction106392
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6909655auction106392: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6910344auction106392
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910344auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6910344auction106392: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6915541auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6915541auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6915542auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6915542auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6915544auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6915544auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6915546auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6915546auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6915549auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6915549auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6915550auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6915550auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6915551auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6915551auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6916239auction106392
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916239auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6916239auction106392: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6918212auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6918212auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6918214auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6918214auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6918216auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6918216auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6918217auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6918217auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6918218auction106404
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [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-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6918218auction106404: 0
2026-03-25 22:05:27 [ecarstrade.be] INFO: Found listing with ID: 6921337auction106392
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921337auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:27 [ecarstrade.be] INFO: Scrape type for 6921337auction106392: 0
2026-03-25 22:05:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903186> (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-25 22:05:29 [ecarstrade.be] INFO: Extracting details for car 6903186auction106404
2026-03-25 22:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6903186auction106404
2026-03-25 22:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0923d8b-cb71-510f-ae14-ad1c052b001e with scrape type 2
2026-03-25 22:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0923d8b-cb71-510f-ae14-ad1c052b001e with scrape type 2
2026-03-25 22:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0923d8b-cb71-510f-ae14-ad1c052b001e, identifier: 6903186auction106404
2026-03-25 22:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6903186auction106404
2026-03-25 22:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6903186auction106404
2026-03-25 22:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0923d8b-cb71-510f-ae14-ad1c052b001e with identifier: 6903186auction106404 to the API
2026-03-25 22:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903186>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'c0923d8b-cb71-510f-ae14-ad1c052b001e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903186',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-30',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L2H2 2.2 DIESEL 141hp',
'transmission': 'manual',
'trim': 'L2H2 2.2 DIESEL 141hp',
'vin': None,
'year': 2025}
2026-03-25 22:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:30 [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-25 22:05:30 [ecarstrade.be] INFO: Saving data for 6903186auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1772677745.866993, 'last_price_update_time': 1774476330.102251}
2026-03-25 22:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903186auction106404') HTTP/1.1" 204 0
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6921757auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6921757auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922096auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922096auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922097auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922097auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922098auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922098auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922426auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922426auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922426auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922433auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922433auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922441auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922441auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922441auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922445auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922445auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922698auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922698auction106392: 2
2026-03-25 22:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922702auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922702auction106392: 2
2026-03-25 22:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922706auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922706auction106392: 2
2026-03-25 22:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922714auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922714auction106392: 2
2026-03-25 22:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922716auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922716auction106392: 2
2026-03-25 22:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922717auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922717auction106392: 0
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922719auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922719auction106392: 2
2026-03-25 22:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922720auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922720auction106392: 2
2026-03-25 22:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922721auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922721auction106392: 2
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922730auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922730auction106392: 2
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922731auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922731auction106392: 2
2026-03-25 22:05:34 [ecarstrade.be] INFO: Found listing with ID: 6922735auction106392
2026-03-25 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:34 [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-25 22:05:34 [ecarstrade.be] INFO: Scrape type for 6922735auction106392: 2
2026-03-25 22:05:40 [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-25 22:05:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6922736auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6922736auction106392: 2
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6922744auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922744auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6922744auction106392: 2
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6922745auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922745auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6922745auction106392: 2
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6922755auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6922755auction106392: 2
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6922758auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6922758auction106392: 2
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6922761auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6922761auction106392: 2
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6922764auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6922764auction106392: 2
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6925635auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6925635auction106392: 2
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6925878auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6925878auction106392: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926439auction106404
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926439auction106404: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926441auction106404
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926441auction106404: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926442auction106404
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926442auction106404: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926756auction106404
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926756auction106404: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926757auction106404
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926757auction106404: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926761auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926761auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926761auction106392: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926762auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926762auction106392: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926763auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926763auction106392: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6926766auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6926766auction106392: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6928323auction106404
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928323auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6928323auction106404: 0
2026-03-25 22:05:41 [ecarstrade.be] INFO: Found listing with ID: 6929910auction106392
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:41 [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-25 22:05:41 [ecarstrade.be] INFO: Scrape type for 6929910auction106392: 0
2026-03-25 22:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922706> (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-25 22:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922702> (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-25 22:05:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922714> (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-25 22:05:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:41 [ecarstrade.be] INFO: Extracting details for car 6922706auction106392
2026-03-25 22:05:41 [ecarstrade.be] INFO: Extracting details for car 6922702auction106392
2026-03-25 22:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 277c18a1-cadb-5537-83f3-b0adb2c40393 with identifier: 6922706auction106392
2026-03-25 22:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 277c18a1-cadb-5537-83f3-b0adb2c40393 with scrape type 2
2026-03-25 22:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 277c18a1-cadb-5537-83f3-b0adb2c40393 with scrape type 2
2026-03-25 22:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 277c18a1-cadb-5537-83f3-b0adb2c40393, identifier: 6922706auction106392
2026-03-25 22:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc683e56-73d2-5b96-9623-1d66cb7f3b97 with identifier: 6922702auction106392
2026-03-25 22:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc683e56-73d2-5b96-9623-1d66cb7f3b97 with scrape type 2
2026-03-25 22:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc683e56-73d2-5b96-9623-1d66cb7f3b97 with scrape type 2
2026-03-25 22:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc683e56-73d2-5b96-9623-1d66cb7f3b97, identifier: 6922702auction106392
2026-03-25 22:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 277c18a1-cadb-5537-83f3-b0adb2c40393 with identifier: 6922706auction106392
2026-03-25 22:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 277c18a1-cadb-5537-83f3-b0adb2c40393 with identifier: 6922706auction106392
2026-03-25 22:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 277c18a1-cadb-5537-83f3-b0adb2c40393 with identifier: 6922706auction106392 to the API
2026-03-25 22:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922706>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '277c18a1-cadb-5537-83f3-b0adb2c40393',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922706',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 9909,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Kuga Titanium 2.5L Duratec Hybrid (FHEV) FlexiFuel (E85) 180 '
'ch',
'transmission': 'automatic',
'trim': 'Titanium 2.5L Duratec Hybrid (FHEV) FlexiFuel (E85) 180 ch',
'vin': None,
'year': 2025}
2026-03-25 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:42 [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-25 22:05:42 [ecarstrade.be] INFO: Saving data for 6922706auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677460.788059, 'last_price_update_time': 1774476342.223309}
2026-03-25 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922706auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc683e56-73d2-5b96-9623-1d66cb7f3b97 with identifier: 6922702auction106392
2026-03-25 22:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc683e56-73d2-5b96-9623-1d66cb7f3b97 with identifier: 6922702auction106392
2026-03-25 22:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc683e56-73d2-5b96-9623-1d66cb7f3b97 with identifier: 6922702auction106392 to the API
2026-03-25 22:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922702>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'bc683e56-73d2-5b96-9623-1d66cb7f3b97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922702',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 54966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Boxer ASPHALT BOXER TOLE 330 L1H1 BLUEHDI 120 S&S',
'transmission': 'manual',
'trim': 'ASPHALT BOXER TOLE 330 L1H1 BLUEHDI 120 S&S',
'vin': None,
'year': 2020}
2026-03-25 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:42 [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-25 22:05:42 [ecarstrade.be] INFO: Saving data for 6922702auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677459.30403, 'last_price_update_time': 1774476342.656896}
2026-03-25 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922702auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:42 [ecarstrade.be] INFO: Extracting details for car 6922714auction106392
2026-03-25 22:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922719> (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-25 22:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922698> (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-25 22:05:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with identifier: 6922714auction106392
2026-03-25 22:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with scrape type 2
2026-03-25 22:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with scrape type 2
2026-03-25 22:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7, identifier: 6922714auction106392
2026-03-25 22:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with identifier: 6922714auction106392
2026-03-25 22:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with identifier: 6922714auction106392
2026-03-25 22:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d29ec01-9d65-5aed-9de3-67b71a5dfdc7 with identifier: 6922714auction106392 to the API
2026-03-25 22:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922714>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '0d29ec01-9d65-5aed-9de3-67b71a5dfdc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922714',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 29101,
'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 3008 GT Hybrid 145 (1.2L) e-DCS6 mild-hybrid '
'gasoline/electric',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 (1.2L) e-DCS6 mild-hybrid gasoline/electric',
'vin': None,
'year': 2025}
2026-03-25 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:43 [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-25 22:05:43 [ecarstrade.be] INFO: Saving data for 6922714auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677430.980304, 'last_price_update_time': 1774476343.17044}
2026-03-25 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922714auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:43 [ecarstrade.be] INFO: Extracting details for car 6922719auction106392
2026-03-25 22:05:43 [ecarstrade.be] INFO: Extracting details for car 6922698auction106392
2026-03-25 22:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b7863e7-19ac-564e-8756-681e293f0628 with identifier: 6922719auction106392
2026-03-25 22:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b7863e7-19ac-564e-8756-681e293f0628 with scrape type 2
2026-03-25 22:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b7863e7-19ac-564e-8756-681e293f0628 with scrape type 2
2026-03-25 22:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b7863e7-19ac-564e-8756-681e293f0628, identifier: 6922719auction106392
2026-03-25 22:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with identifier: 6922698auction106392
2026-03-25 22:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with scrape type 2
2026-03-25 22:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with scrape type 2
2026-03-25 22:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: abecfc68-9ca7-59d2-bda8-134b95bbd6d7, identifier: 6922698auction106392
2026-03-25 22:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b7863e7-19ac-564e-8756-681e293f0628 with identifier: 6922719auction106392
2026-03-25 22:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b7863e7-19ac-564e-8756-681e293f0628 with identifier: 6922719auction106392
2026-03-25 22:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b7863e7-19ac-564e-8756-681e293f0628 with identifier: 6922719auction106392 to the API
2026-03-25 22:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922719>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '4b7863e7-19ac-564e-8756-681e293f0628',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922719',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 22039,
'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 3008 Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:43 [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-25 22:05:43 [ecarstrade.be] INFO: Saving data for 6922719auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677472.058061, 'last_price_update_time': 1774476343.729315}
2026-03-25 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922719auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with identifier: 6922698auction106392
2026-03-25 22:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with identifier: 6922698auction106392
2026-03-25 22:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: abecfc68-9ca7-59d2-bda8-134b95bbd6d7 with identifier: 6922698auction106392 to the API
2026-03-25 22:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922698>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'abecfc68-9ca7-59d2-bda8-134b95bbd6d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922698',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 14984,
'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 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-25 22:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:44 [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-25 22:05:44 [ecarstrade.be] INFO: Saving data for 6922698auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677461.346075, 'last_price_update_time': 1774476344.044189}
2026-03-25 22:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922698auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922720> (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-25 22:05:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:48 [ecarstrade.be] INFO: Extracting details for car 6922720auction106392
2026-03-25 22:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4eec795-4566-5669-87ac-b184059622e6 with identifier: 6922720auction106392
2026-03-25 22:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4eec795-4566-5669-87ac-b184059622e6 with scrape type 2
2026-03-25 22:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4eec795-4566-5669-87ac-b184059622e6 with scrape type 2
2026-03-25 22:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4eec795-4566-5669-87ac-b184059622e6, identifier: 6922720auction106392
2026-03-25 22:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4eec795-4566-5669-87ac-b184059622e6 with identifier: 6922720auction106392
2026-03-25 22:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4eec795-4566-5669-87ac-b184059622e6 with identifier: 6922720auction106392
2026-03-25 22:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4eec795-4566-5669-87ac-b184059622e6 with identifier: 6922720auction106392 to the API
2026-03-25 22:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922720>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'b4eec795-4566-5669-87ac-b184059622e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922720',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23839,
'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 3008 Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:49 [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-25 22:05:49 [ecarstrade.be] INFO: Saving data for 6922720auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677485.46966, 'last_price_update_time': 1774476349.20419}
2026-03-25 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922720auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922730> (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-25 22:05:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:49 [ecarstrade.be] INFO: Extracting details for car 6922730auction106392
2026-03-25 22:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d741d45c-60dd-5254-b34f-fdc3a58c69e3 with identifier: 6922730auction106392
2026-03-25 22:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d741d45c-60dd-5254-b34f-fdc3a58c69e3 with scrape type 2
2026-03-25 22:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d741d45c-60dd-5254-b34f-fdc3a58c69e3 with scrape type 2
2026-03-25 22:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d741d45c-60dd-5254-b34f-fdc3a58c69e3, identifier: 6922730auction106392
2026-03-25 22:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d741d45c-60dd-5254-b34f-fdc3a58c69e3 with identifier: 6922730auction106392
2026-03-25 22:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d741d45c-60dd-5254-b34f-fdc3a58c69e3 with identifier: 6922730auction106392
2026-03-25 22:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d741d45c-60dd-5254-b34f-fdc3a58c69e3 with identifier: 6922730auction106392 to the API
2026-03-25 22:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922730>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'd741d45c-60dd-5254-b34f-fdc3a58c69e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922730',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 21970,
'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 2008 Style 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:49 [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-25 22:05:49 [ecarstrade.be] INFO: Saving data for 6922730auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677454.047187, 'last_price_update_time': 1774476349.776509}
2026-03-25 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922730auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922731> (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-25 22:05:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:49 [ecarstrade.be] INFO: Extracting details for car 6922731auction106392
2026-03-25 22:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e7aee29-7c79-521f-95ce-068283acc8d1 with identifier: 6922731auction106392
2026-03-25 22:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e7aee29-7c79-521f-95ce-068283acc8d1 with scrape type 2
2026-03-25 22:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e7aee29-7c79-521f-95ce-068283acc8d1 with scrape type 2
2026-03-25 22:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e7aee29-7c79-521f-95ce-068283acc8d1, identifier: 6922731auction106392
2026-03-25 22:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922721> (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-25 22:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e7aee29-7c79-521f-95ce-068283acc8d1 with identifier: 6922731auction106392
2026-03-25 22:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e7aee29-7c79-521f-95ce-068283acc8d1 with identifier: 6922731auction106392
2026-03-25 22:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e7aee29-7c79-521f-95ce-068283acc8d1 with identifier: 6922731auction106392 to the API
2026-03-25 22:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922731>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '5e7aee29-7c79-521f-95ce-068283acc8d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922731',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 21951,
'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 2008 Style 1.2L (1199cc) gasoline 100hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) gasoline 100hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:50 [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-25 22:05:50 [ecarstrade.be] INFO: Saving data for 6922731auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677513.931723, 'last_price_update_time': 1774476350.305292}
2026-03-25 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922731auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:50 [ecarstrade.be] INFO: Extracting details for car 6922721auction106392
2026-03-25 22:05:50 [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-25 22:05:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922735> (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-25 22:05:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with identifier: 6922721auction106392
2026-03-25 22:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with scrape type 2
2026-03-25 22:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with scrape type 2
2026-03-25 22:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11, identifier: 6922721auction106392
2026-03-25 22:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with identifier: 6922721auction106392
2026-03-25 22:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with identifier: 6922721auction106392
2026-03-25 22:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff3fe3c1-ed74-5857-b54b-e9c22bd15a11 with identifier: 6922721auction106392 to the API
2026-03-25 22:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922721>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'ff3fe3c1-ed74-5857-b54b-e9c22bd15a11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922721',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23284,
'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 2008 Style 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:50 [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-25 22:05:50 [ecarstrade.be] INFO: Saving data for 6922721auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677471.390209, 'last_price_update_time': 1774476350.732338}
2026-03-25 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922721auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:50 [ecarstrade.be] INFO: Extracting details for car 6922735auction106392
2026-03-25 22:05:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with identifier: 6922735auction106392
2026-03-25 22:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with scrape type 2
2026-03-25 22:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with scrape type 2
2026-03-25 22:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8, identifier: 6922735auction106392
2026-03-25 22:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with identifier: 6922735auction106392
2026-03-25 22:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with identifier: 6922735auction106392
2026-03-25 22:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36adce4f-9cb0-5b18-922a-95ed0c3d96b8 with identifier: 6922735auction106392 to the API
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922735>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '36adce4f-9cb0-5b18-922a-95ed0c3d96b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922735',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23250,
'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 2008 Style 1.2L 100hp S&S (6-speed manual)',
'transmission': 'manual',
'trim': 'Style 1.2L 100hp S&S (6-speed manual)',
'vin': None,
'year': 2025}
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276922735auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Saving data for 6922735auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677483.306922, 'last_price_update_time': 1774476351.202535}
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922735auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6930054auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276930054auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6930054auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6930069auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276930069auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6930069auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6930607auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276930607auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6930607auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6932742auction106404
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276932742auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6932742auction106404: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6932743auction106404
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276932743auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6932743auction106404: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6932745auction106404
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276932745auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6932745auction106404: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933821auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933821auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933821auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933822auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933822auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933822auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933823auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933823auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933823auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933824auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933824auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933824auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933825auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933825auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933825auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933826auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933826auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933826auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933827auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933827auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933827auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933828auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933828auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933828auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933829auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933829auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933829auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933844auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933844auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933844auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933846auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933846auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933846auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933847auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933847auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933847auction106392: 2
2026-03-25 22:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900620> (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-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933850auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933850auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933850auction106392: 0
2026-03-25 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 6933851auction106392
2026-03-25 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276933851auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:51 [ecarstrade.be] INFO: Scrape type for 6933851auction106392: 0
2026-03-25 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-25 22:05:51 [ecarstrade.be] INFO: Extracting details for car 6900620auction106392
2026-03-25 22:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf73a39a-e845-5d67-a8b1-6411f4c78f72 with identifier: 6900620auction106392
2026-03-25 22:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf73a39a-e845-5d67-a8b1-6411f4c78f72 with scrape type 2
2026-03-25 22:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf73a39a-e845-5d67-a8b1-6411f4c78f72 with scrape type 2
2026-03-25 22:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf73a39a-e845-5d67-a8b1-6411f4c78f72, identifier: 6900620auction106392
2026-03-25 22:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf73a39a-e845-5d67-a8b1-6411f4c78f72 with identifier: 6900620auction106392
2026-03-25 22:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf73a39a-e845-5d67-a8b1-6411f4c78f72 with identifier: 6900620auction106392
2026-03-25 22:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf73a39a-e845-5d67-a8b1-6411f4c78f72 with identifier: 6900620auction106392 to the API
2026-03-25 22:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900620>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T22:40:04Z',
'fuel_type': 'Electric',
'id': 'bf73a39a-e845-5d67-a8b1-6411f4c78f72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900620',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Fiat',
'model': '500e',
'odometer': 52850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-14',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500e La Prima Elektro 118hp',
'transmission': 'automatic',
'trim': 'La Prima Elektro 118hp',
'vin': None,
'year': 2020}
2026-03-25 22:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:52 [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-25 22:05:52 [ecarstrade.be] INFO: Saving data for 6900620auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772614348.167424, 'last_price_update_time': 1774476352.222261}
2026-03-25 22:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900620auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922744> (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-25 22:05:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:56 [ecarstrade.be] INFO: Extracting details for car 6922744auction106392
2026-03-25 22:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8e92843-15ef-5ec6-860c-28e779751d50 with identifier: 6922744auction106392
2026-03-25 22:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8e92843-15ef-5ec6-860c-28e779751d50 with scrape type 2
2026-03-25 22:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8e92843-15ef-5ec6-860c-28e779751d50 with scrape type 2
2026-03-25 22:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8e92843-15ef-5ec6-860c-28e779751d50, identifier: 6922744auction106392
2026-03-25 22:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8e92843-15ef-5ec6-860c-28e779751d50 with identifier: 6922744auction106392
2026-03-25 22:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8e92843-15ef-5ec6-860c-28e779751d50 with identifier: 6922744auction106392
2026-03-25 22:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8e92843-15ef-5ec6-860c-28e779751d50 with identifier: 6922744auction106392 to the API
2026-03-25 22:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922744>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'd8e92843-15ef-5ec6-860c-28e779751d50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922744',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 27823,
'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 2008 Style 2008 100 S&S BVM6',
'transmission': 'manual',
'trim': 'Style 100 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922744auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:56 [ecarstrade.be] INFO: Saving data for 6922744auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677472.579247, 'last_price_update_time': 1774476356.578713}
2026-03-25 22:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922744auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922736> (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-25 22:05:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:56 [ecarstrade.be] INFO: Extracting details for car 6922736auction106392
2026-03-25 22:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03dcd96d-5204-542b-98c6-8f7d61ba26ea with identifier: 6922736auction106392
2026-03-25 22:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03dcd96d-5204-542b-98c6-8f7d61ba26ea with scrape type 2
2026-03-25 22:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03dcd96d-5204-542b-98c6-8f7d61ba26ea with scrape type 2
2026-03-25 22:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03dcd96d-5204-542b-98c6-8f7d61ba26ea, identifier: 6922736auction106392
2026-03-25 22:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03dcd96d-5204-542b-98c6-8f7d61ba26ea with identifier: 6922736auction106392
2026-03-25 22:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03dcd96d-5204-542b-98c6-8f7d61ba26ea with identifier: 6922736auction106392
2026-03-25 22:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03dcd96d-5204-542b-98c6-8f7d61ba26ea with identifier: 6922736auction106392 to the API
2026-03-25 22:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922736>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '03dcd96d-5204-542b-98c6-8f7d61ba26ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922736',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23674,
'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 2008 Style 1.2L (1199cc) 3-cylinder Gasoline 100hp S&S, '
'6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) 3-cylinder Gasoline 100hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 22:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:57 [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-25 22:05:57 [ecarstrade.be] INFO: Saving data for 6922736auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677514.504593, 'last_price_update_time': 1774476357.15365}
2026-03-25 22:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922736auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922745> (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-25 22:05:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:05:57 [ecarstrade.be] INFO: Extracting details for car 6922745auction106392
2026-03-25 22:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ddf253f-0d0c-5674-b141-767ad47c1402 with identifier: 6922745auction106392
2026-03-25 22:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ddf253f-0d0c-5674-b141-767ad47c1402 with scrape type 2
2026-03-25 22:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ddf253f-0d0c-5674-b141-767ad47c1402 with scrape type 2
2026-03-25 22:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ddf253f-0d0c-5674-b141-767ad47c1402, identifier: 6922745auction106392
2026-03-25 22:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ddf253f-0d0c-5674-b141-767ad47c1402 with identifier: 6922745auction106392
2026-03-25 22:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ddf253f-0d0c-5674-b141-767ad47c1402 with identifier: 6922745auction106392
2026-03-25 22:05:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ddf253f-0d0c-5674-b141-767ad47c1402 with identifier: 6922745auction106392 to the API
2026-03-25 22:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922745>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '6ddf253f-0d0c-5674-b141-767ad47c1402',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922745',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 28171,
'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) 1.2L',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6) 1.2L',
'vin': None,
'year': 2025}
2026-03-25 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276922745auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:58 [ecarstrade.be] INFO: Saving data for 6922745auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677456.316067, 'last_price_update_time': 1774476358.125659}
2026-03-25 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922745auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922761> (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-25 22:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925635> (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-25 22:05:58 [ecarstrade.be] INFO: Extracting details for car 6922761auction106392
2026-03-25 22:05:58 [ecarstrade.be] INFO: Extracting details for car 6925635auction106392
2026-03-25 22:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with identifier: 6922761auction106392
2026-03-25 22:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with scrape type 2
2026-03-25 22:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with scrape type 2
2026-03-25 22:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbcceab2-584d-59ea-bb8d-02296cc9dbe7, identifier: 6922761auction106392
2026-03-25 22:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e27f383-2ab5-557c-9115-014f6888a40a with identifier: 6925635auction106392
2026-03-25 22:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e27f383-2ab5-557c-9115-014f6888a40a with scrape type 2
2026-03-25 22:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e27f383-2ab5-557c-9115-014f6888a40a with scrape type 2
2026-03-25 22:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7e27f383-2ab5-557c-9115-014f6888a40a, identifier: 6925635auction106392
2026-03-25 22:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with identifier: 6922761auction106392
2026-03-25 22:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with identifier: 6922761auction106392
2026-03-25 22:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbcceab2-584d-59ea-bb8d-02296cc9dbe7 with identifier: 6922761auction106392 to the API
2026-03-25 22:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922761>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'fbcceab2-584d-59ea-bb8d-02296cc9dbe7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922761',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 17754,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'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-25 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276922761auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:58 [ecarstrade.be] INFO: Saving data for 6922761auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677451.175143, 'last_price_update_time': 1774476358.76037}
2026-03-25 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922761auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7e27f383-2ab5-557c-9115-014f6888a40a with identifier: 6925635auction106392
2026-03-25 22:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7e27f383-2ab5-557c-9115-014f6888a40a with identifier: 6925635auction106392
2026-03-25 22:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7e27f383-2ab5-557c-9115-014f6888a40a with identifier: 6925635auction106392 to the API
2026-03-25 22:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6925635>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '7e27f383-2ab5-557c-9115-014f6888a40a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6925635',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 14450,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-28',
'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-25 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276925635auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:59 [ecarstrade.be] INFO: Saving data for 6925635auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677546.31752, 'last_price_update_time': 1774476359.138258}
2026-03-25 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925635auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922764> (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-25 22:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922716> (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-25 22:05:59 [ecarstrade.be] INFO: Extracting details for car 6922764auction106392
2026-03-25 22:05:59 [ecarstrade.be] INFO: Extracting details for car 6922716auction106392
2026-03-25 22:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922758> (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-25 22:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with identifier: 6922764auction106392
2026-03-25 22:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with scrape type 2
2026-03-25 22:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with scrape type 2
2026-03-25 22:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8, identifier: 6922764auction106392
2026-03-25 22:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6ed0df2-e290-53a7-b950-1f5032d2b35e with identifier: 6922716auction106392
2026-03-25 22:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6ed0df2-e290-53a7-b950-1f5032d2b35e with scrape type 2
2026-03-25 22:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6ed0df2-e290-53a7-b950-1f5032d2b35e with scrape type 2
2026-03-25 22:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6ed0df2-e290-53a7-b950-1f5032d2b35e, identifier: 6922716auction106392
2026-03-25 22:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with identifier: 6922764auction106392
2026-03-25 22:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with identifier: 6922764auction106392
2026-03-25 22:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with identifier: 6922764auction106392 to the API
2026-03-25 22:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:05:59 [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-27T22:40:04Z',
'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 e-DCS6 (1.2L 3-cylinder)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L 3-cylinder)',
'vin': None,
'year': 2024}
2026-03-25 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276922764auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:05:59 [ecarstrade.be] INFO: Saving data for 6922764auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773699916.093202, 'last_price_update_time': 1774476359.777304}
2026-03-25 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922764auction106392') HTTP/1.1" 204 0
2026-03-25 22:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6ed0df2-e290-53a7-b950-1f5032d2b35e with identifier: 6922716auction106392
2026-03-25 22:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6ed0df2-e290-53a7-b950-1f5032d2b35e with identifier: 6922716auction106392
2026-03-25 22:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6ed0df2-e290-53a7-b950-1f5032d2b35e with identifier: 6922716auction106392 to the API
2026-03-25 22:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:05: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-25 22:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922716>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'b6ed0df2-e290-53a7-b950-1f5032d2b35e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922716',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 27452,
'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-25 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:00 [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-25 22:06:00 [ecarstrade.be] INFO: Saving data for 6922716auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677484.331693, 'last_price_update_time': 1774476360.111145}
2026-03-25 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922716auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:00 [ecarstrade.be] INFO: Extracting details for car 6922758auction106392
2026-03-25 22:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d7565d-3779-5866-bab6-4d8f75041851 with identifier: 6922758auction106392
2026-03-25 22:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d7565d-3779-5866-bab6-4d8f75041851 with scrape type 2
2026-03-25 22:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63d7565d-3779-5866-bab6-4d8f75041851 with scrape type 2
2026-03-25 22:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63d7565d-3779-5866-bab6-4d8f75041851, identifier: 6922758auction106392
2026-03-25 22:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63d7565d-3779-5866-bab6-4d8f75041851 with identifier: 6922758auction106392
2026-03-25 22:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63d7565d-3779-5866-bab6-4d8f75041851 with identifier: 6922758auction106392
2026-03-25 22:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63d7565d-3779-5866-bab6-4d8f75041851 with identifier: 6922758auction106392 to the API
2026-03-25 22:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922758>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': '63d7565d-3779-5866-bab6-4d8f75041851',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922758',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 16056,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution Blue dCi 1.5L 100 hp',
'transmission': 'manual',
'trim': 'Evolution Blue dCi 1.5L 100 hp',
'vin': None,
'year': 2025}
2026-03-25 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:00 [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-25 22:06:00 [ecarstrade.be] INFO: Saving data for 6922758auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677462.482451, 'last_price_update_time': 1774476360.584232}
2026-03-25 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922758auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922755> (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-25 22:06:03 [ecarstrade.be] INFO: Extracting details for car 6922755auction106392
2026-03-25 22:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d4aaa51-4a49-5b38-abf5-28153882d87d with identifier: 6922755auction106392
2026-03-25 22:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d4aaa51-4a49-5b38-abf5-28153882d87d with scrape type 2
2026-03-25 22:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d4aaa51-4a49-5b38-abf5-28153882d87d with scrape type 2
2026-03-25 22:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d4aaa51-4a49-5b38-abf5-28153882d87d, identifier: 6922755auction106392
2026-03-25 22:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d4aaa51-4a49-5b38-abf5-28153882d87d with identifier: 6922755auction106392
2026-03-25 22:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d4aaa51-4a49-5b38-abf5-28153882d87d with identifier: 6922755auction106392
2026-03-25 22:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d4aaa51-4a49-5b38-abf5-28153882d87d with identifier: 6922755auction106392 to the API
2026-03-25 22:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:03 [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-27T22:40:04Z',
'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 Hybrid 136 (e-DCS6) 1.2L',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6) 1.2L',
'vin': None,
'year': 2024}
2026-03-25 22:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:03 [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-25 22:06:03 [ecarstrade.be] INFO: Saving data for 6922755auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783291.037771, 'last_price_update_time': 1774476363.657985}
2026-03-25 22:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922755auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:03 [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-25 22:06:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934187auction106392
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934187auction106392: 2
2026-03-25 22:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934192auction106392
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934192auction106392: 2
2026-03-25 22:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934209auction106392
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934209auction106392: 2
2026-03-25 22:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934218auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934218auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934489auction106392
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934489auction106392: 2
2026-03-25 22:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934724auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934724auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934725auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934725auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934725auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934756auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934756auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934756auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934757auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934757auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934758auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934758auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934759auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934759auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934765auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934765auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934766auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934766auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934767auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934767auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934768auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934768auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934769auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934769auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934770auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934770auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934771auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934771auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934772auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934772auction106404: 0
2026-03-25 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 6934773auction106404
2026-03-25 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:04 [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-25 22:06:04 [ecarstrade.be] INFO: Scrape type for 6934773auction106404: 0
2026-03-25 22:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933847> (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-25 22:06:05 [ecarstrade.be] INFO: Extracting details for car 6933847auction106392
2026-03-25 22:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72b6b873-f697-5da7-b191-0555aa79f2a4 with identifier: 6933847auction106392
2026-03-25 22:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72b6b873-f697-5da7-b191-0555aa79f2a4 with scrape type 2
2026-03-25 22:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72b6b873-f697-5da7-b191-0555aa79f2a4 with scrape type 2
2026-03-25 22:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72b6b873-f697-5da7-b191-0555aa79f2a4, identifier: 6933847auction106392
2026-03-25 22:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72b6b873-f697-5da7-b191-0555aa79f2a4 with identifier: 6933847auction106392
2026-03-25 22:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72b6b873-f697-5da7-b191-0555aa79f2a4 with identifier: 6933847auction106392
2026-03-25 22:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72b6b873-f697-5da7-b191-0555aa79f2a4 with identifier: 6933847auction106392 to the API
2026-03-25 22:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933847>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '72b6b873-f697-5da7-b191-0555aa79f2a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933847',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 5,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot e-Partner VAN 50 kWh Peugeot e-Partner VAN 50 kWh *Rear '
'camera, Wooden floor',
'transmission': 'automatic',
'trim': 'e- VAN 50 kWh e- VAN 50 kWh *Rear camera, Wooden floor',
'vin': None,
'year': 2023}
2026-03-25 22:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:05 [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-25 22:06:05 [ecarstrade.be] INFO: Saving data for 6933847auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677613.000765, 'last_price_update_time': 1774476365.492493}
2026-03-25 22:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933847auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:06 [scrapy.extensions.logstats] INFO: Crawled 1103 pages (at 36 pages/min), scraped 921 items (at 29 items/min)
2026-03-25 22:06:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:06:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934209> (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-25 22:06:10 [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-25 22:06:10 [ecarstrade.be] INFO: Extracting details for car 6934209auction106392
2026-03-25 22:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc278185-9089-5340-95da-3cdc8ee5d263 with identifier: 6934209auction106392
2026-03-25 22:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc278185-9089-5340-95da-3cdc8ee5d263 with scrape type 2
2026-03-25 22:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc278185-9089-5340-95da-3cdc8ee5d263 with scrape type 2
2026-03-25 22:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc278185-9089-5340-95da-3cdc8ee5d263, identifier: 6934209auction106392
2026-03-25 22:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc278185-9089-5340-95da-3cdc8ee5d263 with identifier: 6934209auction106392
2026-03-25 22:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc278185-9089-5340-95da-3cdc8ee5d263 with identifier: 6934209auction106392
2026-03-25 22:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc278185-9089-5340-95da-3cdc8ee5d263 with identifier: 6934209auction106392 to the API
2026-03-25 22:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934209>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'fc278185-9089-5340-95da-3cdc8ee5d263',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934209',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 12397,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-11',
'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-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [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-25 22:06:11 [ecarstrade.be] INFO: Saving data for 6934209auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677589.709289, 'last_price_update_time': 1774476371.128539}
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934209auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934187> (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-25 22:06:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 6934776auction106404
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [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-25 22:06:11 [ecarstrade.be] INFO: Scrape type for 6934776auction106404: 0
2026-03-25 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 6934777auction106404
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [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-25 22:06:11 [ecarstrade.be] INFO: Scrape type for 6934777auction106404: 0
2026-03-25 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 6934778auction106404
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [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-25 22:06:11 [ecarstrade.be] INFO: Scrape type for 6934778auction106404: 0
2026-03-25 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 6934779auction106404
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [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-25 22:06:11 [ecarstrade.be] INFO: Scrape type for 6934779auction106404: 0
2026-03-25 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 6935190auction106392
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935190auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:11 [ecarstrade.be] INFO: Scrape type for 6935190auction106392: 2
2026-03-25 22:06:11 [ecarstrade.be] INFO: Extracting details for car 6934187auction106392
2026-03-25 22:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 6935200auction106392
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935200auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:11 [ecarstrade.be] INFO: Scrape type for 6935200auction106392: 2
2026-03-25 22:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60a5c55d-964a-56ae-b967-9f82585ee153 with identifier: 6934187auction106392
2026-03-25 22:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60a5c55d-964a-56ae-b967-9f82585ee153 with scrape type 2
2026-03-25 22:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60a5c55d-964a-56ae-b967-9f82585ee153 with scrape type 2
2026-03-25 22:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60a5c55d-964a-56ae-b967-9f82585ee153, identifier: 6934187auction106392
2026-03-25 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 6935202auction106392
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [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-25 22:06:11 [ecarstrade.be] INFO: Scrape type for 6935202auction106392: 0
2026-03-25 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 6935205auction106392
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:11 [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-25 22:06:11 [ecarstrade.be] INFO: Scrape type for 6935205auction106392: 2
2026-03-25 22:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60a5c55d-964a-56ae-b967-9f82585ee153 with identifier: 6934187auction106392
2026-03-25 22:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60a5c55d-964a-56ae-b967-9f82585ee153 with identifier: 6934187auction106392
2026-03-25 22:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60a5c55d-964a-56ae-b967-9f82585ee153 with identifier: 6934187auction106392 to the API
2026-03-25 22:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934187>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '60a5c55d-964a-56ae-b967-9f82585ee153',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934187',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4 X',
'odometer': 48160,
'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 C4 X MAX Electric (50 kWh battery)',
'transmission': 'automatic',
'trim': 'MAX Electric (50 kWh battery)',
'vin': None,
'year': 2024}
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [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-25 22:06:12 [ecarstrade.be] INFO: Saving data for 6934187auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677576.29104, 'last_price_update_time': 1774476372.1247}
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934187auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 6935207auction106392
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [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-25 22:06:12 [ecarstrade.be] INFO: Scrape type for 6935207auction106392: 2
2026-03-25 22:06:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934489> (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-25 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 6935209auction106392
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935209auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:12 [ecarstrade.be] INFO: Scrape type for 6935209auction106392: 2
2026-03-25 22:06:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 6935211auction106392
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [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-25 22:06:12 [ecarstrade.be] INFO: Scrape type for 6935211auction106392: 2
2026-03-25 22:06:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 6935224auction106392
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [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-25 22:06:12 [ecarstrade.be] INFO: Scrape type for 6935224auction106392: 2
2026-03-25 22:06:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 6935230auction106392
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935230auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:12 [ecarstrade.be] INFO: Scrape type for 6935230auction106392: 2
2026-03-25 22:06:12 [ecarstrade.be] INFO: Extracting details for car 6934489auction106392
2026-03-25 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 6935232auction106392
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [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-25 22:06:12 [ecarstrade.be] INFO: Scrape type for 6935232auction106392: 2
2026-03-25 22:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 488cbfe8-27cc-56f3-9172-81db38c95d09 with identifier: 6934489auction106392
2026-03-25 22:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 488cbfe8-27cc-56f3-9172-81db38c95d09 with scrape type 2
2026-03-25 22:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 488cbfe8-27cc-56f3-9172-81db38c95d09 with scrape type 2
2026-03-25 22:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 488cbfe8-27cc-56f3-9172-81db38c95d09, identifier: 6934489auction106392
2026-03-25 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 6935260auction106392
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [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-25 22:06:12 [ecarstrade.be] INFO: Scrape type for 6935260auction106392: 2
2026-03-25 22:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 488cbfe8-27cc-56f3-9172-81db38c95d09 with identifier: 6934489auction106392
2026-03-25 22:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 488cbfe8-27cc-56f3-9172-81db38c95d09 with identifier: 6934489auction106392
2026-03-25 22:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 488cbfe8-27cc-56f3-9172-81db38c95d09 with identifier: 6934489auction106392 to the API
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934489>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '488cbfe8-27cc-56f3-9172-81db38c95d09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934489',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 17861,
'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': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 300 EAT8 4x4 Rivoli',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 300 EAT8 4x4 Rivoli',
'vin': None,
'year': 2024}
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [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-25 22:06:12 [ecarstrade.be] INFO: Saving data for 6934489auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783392.594611, 'last_price_update_time': 1774476372.850887}
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934489auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 6935756auction106404
2026-03-25 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935756auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:06:13 [ecarstrade.be] INFO: Scrape type for 6935756auction106404: 0
2026-03-25 22:06:13 [ecarstrade.be] INFO: Found listing with ID: 6935823auction106392
2026-03-25 22:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:13 [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-25 22:06:13 [ecarstrade.be] INFO: Scrape type for 6935823auction106392: 0
2026-03-25 22:06:13 [ecarstrade.be] INFO: Found listing with ID: 6936283auction106392
2026-03-25 22:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:13 [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-25 22:06:13 [ecarstrade.be] INFO: Scrape type for 6936283auction106392: 0
2026-03-25 22:06:13 [ecarstrade.be] INFO: Found listing with ID: 6936597auction106392
2026-03-25 22:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:13 [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-25 22:06:13 [ecarstrade.be] INFO: Scrape type for 6936597auction106392: 2
2026-03-25 22:06:13 [ecarstrade.be] INFO: Found listing with ID: 6936599auction106392
2026-03-25 22:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:13 [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-25 22:06:13 [ecarstrade.be] INFO: Scrape type for 6936599auction106392: 0
2026-03-25 22:06:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934192> (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-25 22:06:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:13 [ecarstrade.be] INFO: Extracting details for car 6934192auction106392
2026-03-25 22:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc298dcd-d076-52bd-b9fe-cbc39918b155 with identifier: 6934192auction106392
2026-03-25 22:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc298dcd-d076-52bd-b9fe-cbc39918b155 with scrape type 2
2026-03-25 22:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc298dcd-d076-52bd-b9fe-cbc39918b155 with scrape type 2
2026-03-25 22:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc298dcd-d076-52bd-b9fe-cbc39918b155, identifier: 6934192auction106392
2026-03-25 22:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc298dcd-d076-52bd-b9fe-cbc39918b155 with identifier: 6934192auction106392
2026-03-25 22:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc298dcd-d076-52bd-b9fe-cbc39918b155 with identifier: 6934192auction106392
2026-03-25 22:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc298dcd-d076-52bd-b9fe-cbc39918b155 with identifier: 6934192auction106392 to the API
2026-03-25 22:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934192>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': 'fc298dcd-d076-52bd-b9fe-cbc39918b155',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934192',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 3752,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen e-Berlingo PLUS Electric 54 kWh (Single phase)',
'transmission': 'automatic',
'trim': 'e- PLUS Electric 54 kWh (Single phase)',
'vin': None,
'year': 2025}
2026-03-25 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276934192auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:14 [ecarstrade.be] INFO: Saving data for 6934192auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772677589.074335, 'last_price_update_time': 1774476374.253623}
2026-03-25 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934192auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935190> (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-25 22:06:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:18 [ecarstrade.be] INFO: Extracting details for car 6935190auction106392
2026-03-25 22:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0b03838-8509-507f-ac47-43a6c5404ce9 with identifier: 6935190auction106392
2026-03-25 22:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0b03838-8509-507f-ac47-43a6c5404ce9 with scrape type 2
2026-03-25 22:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0b03838-8509-507f-ac47-43a6c5404ce9 with scrape type 2
2026-03-25 22:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0b03838-8509-507f-ac47-43a6c5404ce9, identifier: 6935190auction106392
2026-03-25 22:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0b03838-8509-507f-ac47-43a6c5404ce9 with identifier: 6935190auction106392
2026-03-25 22:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0b03838-8509-507f-ac47-43a6c5404ce9 with identifier: 6935190auction106392
2026-03-25 22:06:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0b03838-8509-507f-ac47-43a6c5404ce9 with identifier: 6935190auction106392 to the API
2026-03-25 22:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935190>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T22:40:04Z',
'fuel_type': 'Electric',
'id': 'e0b03838-8509-507f-ac47-43a6c5404ce9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935190',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'AC',
'model': 'Citroen SpaceTourer',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-26',
'seats_number': 8,
'seller_name': None,
'title': 'Citroen SpaceTourer L2 75 kWh Electric 75 kWh (WLTP range 317 km)',
'transmission': 'automatic',
'trim': 'L2 75 kWh Electric 75 kWh (WLTP range 317 km)',
'vin': None,
'year': 2024}
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935190auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:19 [ecarstrade.be] INFO: Saving data for 6935190auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783405.847052, 'last_price_update_time': 1774476379.039786}
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935190auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:19 [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-25 22:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935211> (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-25 22:06:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:19 [ecarstrade.be] INFO: Extracting details for car 6935211auction106392
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6938572auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6938572auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6938589auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6938589auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6938606auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938606auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6938606auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6940264auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6940264auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6940266auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6940266auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6940267auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940267auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6940267auction106392: 2
2026-03-25 22:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6935211auction106392
2026-03-25 22:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6115dbb-21f3-554f-a554-d5dc9c21dcfa with scrape type 2
2026-03-25 22:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6115dbb-21f3-554f-a554-d5dc9c21dcfa with scrape type 2
2026-03-25 22:06:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6115dbb-21f3-554f-a554-d5dc9c21dcfa, identifier: 6935211auction106392
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6940279auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6940279auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6940280auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6940280auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6940801auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6940801auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6940804auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6940804auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6946077auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6946077auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6946078auction106392
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6946078auction106392: 0
2026-03-25 22:06:19 [ecarstrade.be] INFO: Found listing with ID: 6946689auction106404
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Scrape type for 6946689auction106404: 2
2026-03-25 22:06:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6935211auction106392
2026-03-25 22:06:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6935211auction106392
2026-03-25 22:06:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6935211auction106392 to the API
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935211>
{'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-27T22:40:04Z',
'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/6935211',
'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- Van 50 kWh Electric (50 kWh)',
'vin': None,
'year': 2024}
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [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-25 22:06:19 [ecarstrade.be] INFO: Saving data for 6935211auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783409.61814, 'last_price_update_time': 1774476379.901566}
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935211auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:20 [ecarstrade.be] INFO: Found listing with ID: 6947849auction106392
2026-03-25 22:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:20 [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-25 22:06:20 [ecarstrade.be] INFO: Scrape type for 6947849auction106392: 0
2026-03-25 22:06:20 [ecarstrade.be] INFO: Found listing with ID: 6948151auction106404
2026-03-25 22:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:20 [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-25 22:06:20 [ecarstrade.be] INFO: Scrape type for 6948151auction106404: 0
2026-03-25 22:06:20 [ecarstrade.be] INFO: Found listing with ID: 6948152auction106392
2026-03-25 22:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:20 [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-25 22:06:20 [ecarstrade.be] INFO: Scrape type for 6948152auction106392: 0
2026-03-25 22:06:20 [ecarstrade.be] INFO: Found listing with ID: 6948153auction106392
2026-03-25 22:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:20 [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-25 22:06:20 [ecarstrade.be] INFO: Scrape type for 6948153auction106392: 0
2026-03-25 22:06:20 [ecarstrade.be] INFO: Found listing with ID: 6949420auction106392
2026-03-25 22:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:20 [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-25 22:06:20 [ecarstrade.be] INFO: Scrape type for 6949420auction106392: 0
2026-03-25 22:06:20 [ecarstrade.be] INFO: Found listing with ID: 6949422auction106404
2026-03-25 22:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:20 [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-25 22:06:20 [ecarstrade.be] INFO: Scrape type for 6949422auction106404: 0
2026-03-25 22:06:20 [ecarstrade.be] INFO: Found listing with ID: 6949423auction106404
2026-03-25 22:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:20 [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-25 22:06:20 [ecarstrade.be] INFO: Scrape type for 6949423auction106404: 0
2026-03-25 22:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935209> (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-25 22:06:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935205> (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-25 22:06:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935200> (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-25 22:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935207> (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-25 22:06:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:20 [ecarstrade.be] INFO: Extracting details for car 6935209auction106392
2026-03-25 22:06:20 [ecarstrade.be] INFO: Extracting details for car 6935205auction106392
2026-03-25 22:06:20 [ecarstrade.be] INFO: Extracting details for car 6935200auction106392
2026-03-25 22:06:20 [ecarstrade.be] INFO: Extracting details for car 6935207auction106392
2026-03-25 22:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 538bf762-2486-58f7-b12f-841ba1d4c4f8 with identifier: 6935209auction106392
2026-03-25 22:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 538bf762-2486-58f7-b12f-841ba1d4c4f8 with scrape type 2
2026-03-25 22:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 538bf762-2486-58f7-b12f-841ba1d4c4f8 with scrape type 2
2026-03-25 22:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 538bf762-2486-58f7-b12f-841ba1d4c4f8, identifier: 6935209auction106392
2026-03-25 22:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f394c05-523b-58d9-85db-c6517a4d0786 with identifier: 6935205auction106392
2026-03-25 22:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f394c05-523b-58d9-85db-c6517a4d0786 with scrape type 2
2026-03-25 22:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f394c05-523b-58d9-85db-c6517a4d0786 with scrape type 2
2026-03-25 22:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f394c05-523b-58d9-85db-c6517a4d0786, identifier: 6935205auction106392
2026-03-25 22:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 010b5197-4775-5935-aaa5-1b83c48c5847 with identifier: 6935200auction106392
2026-03-25 22:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010b5197-4775-5935-aaa5-1b83c48c5847 with scrape type 2
2026-03-25 22:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 010b5197-4775-5935-aaa5-1b83c48c5847 with scrape type 2
2026-03-25 22:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 010b5197-4775-5935-aaa5-1b83c48c5847, identifier: 6935200auction106392
2026-03-25 22:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db0bfb0f-f93e-5518-80b1-3aaae477f136 with identifier: 6935207auction106392
2026-03-25 22:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db0bfb0f-f93e-5518-80b1-3aaae477f136 with scrape type 2
2026-03-25 22:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db0bfb0f-f93e-5518-80b1-3aaae477f136 with scrape type 2
2026-03-25 22:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: db0bfb0f-f93e-5518-80b1-3aaae477f136, identifier: 6935207auction106392
2026-03-25 22:06:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 538bf762-2486-58f7-b12f-841ba1d4c4f8 with identifier: 6935209auction106392
2026-03-25 22:06:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 538bf762-2486-58f7-b12f-841ba1d4c4f8 with identifier: 6935209auction106392
2026-03-25 22:06:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 538bf762-2486-58f7-b12f-841ba1d4c4f8 with identifier: 6935209auction106392 to the API
2026-03-25 22:06:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935209>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '538bf762-2486-58f7-b12f-841ba1d4c4f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935209',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 11415,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-15',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Frontera GS-line 44 kWh Electric',
'transmission': 'automatic',
'trim': 'GS-line 44 kWh Electric',
'vin': None,
'year': 2025}
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276935209auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:21 [ecarstrade.be] INFO: Saving data for 6935209auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783393.989133, 'last_price_update_time': 1774476381.032887}
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935209auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f394c05-523b-58d9-85db-c6517a4d0786 with identifier: 6935205auction106392
2026-03-25 22:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f394c05-523b-58d9-85db-c6517a4d0786 with identifier: 6935205auction106392
2026-03-25 22:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f394c05-523b-58d9-85db-c6517a4d0786 with identifier: 6935205auction106392 to the API
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935205>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '2f394c05-523b-58d9-85db-c6517a4d0786',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935205',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 10032,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Frontera Edition 44 kWh Electric',
'transmission': 'automatic',
'trim': 'Edition 44 kWh Electric',
'vin': None,
'year': 2025}
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276935205auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:21 [ecarstrade.be] INFO: Saving data for 6935205auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783408.451828, 'last_price_update_time': 1774476381.351327}
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935205auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 010b5197-4775-5935-aaa5-1b83c48c5847 with identifier: 6935200auction106392
2026-03-25 22:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 010b5197-4775-5935-aaa5-1b83c48c5847 with identifier: 6935200auction106392
2026-03-25 22:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 010b5197-4775-5935-aaa5-1b83c48c5847 with identifier: 6935200auction106392 to the API
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935200>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '010b5197-4775-5935-aaa5-1b83c48c5847',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935200',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 1747,
'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': 'Opel Frontera GS-line 44 kWh Electric (84 kW)',
'transmission': 'automatic',
'trim': 'GS-line 44 kWh Electric (84 kW)',
'vin': None,
'year': 2025}
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276935200auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:21 [ecarstrade.be] INFO: Saving data for 6935200auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783406.498605, 'last_price_update_time': 1774476381.691652}
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935200auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db0bfb0f-f93e-5518-80b1-3aaae477f136 with identifier: 6935207auction106392
2026-03-25 22:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db0bfb0f-f93e-5518-80b1-3aaae477f136 with identifier: 6935207auction106392
2026-03-25 22:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db0bfb0f-f93e-5518-80b1-3aaae477f136 with identifier: 6935207auction106392 to the API
2026-03-25 22:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935207>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': 'db0bfb0f-f93e-5518-80b1-3aaae477f136',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935207',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 7959,
'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': 'Opel Frontera Edition Electric 44 kWh (84 kW)',
'transmission': 'automatic',
'trim': 'Edition Electric 44 kWh (84 kW)',
'vin': None,
'year': 2025}
2026-03-25 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276935207auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:22 [ecarstrade.be] INFO: Saving data for 6935207auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783407.044107, 'last_price_update_time': 1774476382.011567}
2026-03-25 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935207auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935224> (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-25 22:06:22 [ecarstrade.be] INFO: Extracting details for car 6935224auction106392
2026-03-25 22:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff76c30-efbc-598a-a248-cfd088f018c7 with identifier: 6935224auction106392
2026-03-25 22:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff76c30-efbc-598a-a248-cfd088f018c7 with scrape type 2
2026-03-25 22:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff76c30-efbc-598a-a248-cfd088f018c7 with scrape type 2
2026-03-25 22:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ff76c30-efbc-598a-a248-cfd088f018c7, identifier: 6935224auction106392
2026-03-25 22:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ff76c30-efbc-598a-a248-cfd088f018c7 with identifier: 6935224auction106392
2026-03-25 22:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ff76c30-efbc-598a-a248-cfd088f018c7 with identifier: 6935224auction106392
2026-03-25 22:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ff76c30-efbc-598a-a248-cfd088f018c7 with identifier: 6935224auction106392 to the API
2026-03-25 22:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 22:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935224>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '0ff76c30-efbc-598a-a248-cfd088f018c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935224',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 34,
'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-25 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276935224auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:22 [ecarstrade.be] INFO: Saving data for 6935224auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783472.292218, 'last_price_update_time': 1774476382.614634}
2026-03-25 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935224auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935230> (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-25 22:06:25 [ecarstrade.be] INFO: Extracting details for car 6935230auction106392
2026-03-25 22:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55a7e264-6f78-544d-b989-e6d5c8a44b15 with identifier: 6935230auction106392
2026-03-25 22:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55a7e264-6f78-544d-b989-e6d5c8a44b15 with scrape type 2
2026-03-25 22:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55a7e264-6f78-544d-b989-e6d5c8a44b15 with scrape type 2
2026-03-25 22:06:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55a7e264-6f78-544d-b989-e6d5c8a44b15, identifier: 6935230auction106392
2026-03-25 22:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55a7e264-6f78-544d-b989-e6d5c8a44b15 with identifier: 6935230auction106392
2026-03-25 22:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55a7e264-6f78-544d-b989-e6d5c8a44b15 with identifier: 6935230auction106392
2026-03-25 22:06:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55a7e264-6f78-544d-b989-e6d5c8a44b15 with identifier: 6935230auction106392 to the API
2026-03-25 22:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935230>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '55a7e264-6f78-544d-b989-e6d5c8a44b15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935230',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 6028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Frontera Edition 44 kWh Electric (84 kW)',
'transmission': 'automatic',
'trim': 'Edition 44 kWh Electric (84 kW)',
'vin': None,
'year': 2025}
2026-03-25 22:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935230auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:25 [ecarstrade.be] INFO: Saving data for 6935230auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783411.542854, 'last_price_update_time': 1774476385.755699}
2026-03-25 22:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935230auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935260> (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-25 22:06:26 [ecarstrade.be] INFO: Extracting details for car 6935260auction106392
2026-03-25 22:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34b4a23f-df73-549d-abf5-eeed80939cee with identifier: 6935260auction106392
2026-03-25 22:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34b4a23f-df73-549d-abf5-eeed80939cee with scrape type 2
2026-03-25 22:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34b4a23f-df73-549d-abf5-eeed80939cee with scrape type 2
2026-03-25 22:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34b4a23f-df73-549d-abf5-eeed80939cee, identifier: 6935260auction106392
2026-03-25 22:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34b4a23f-df73-549d-abf5-eeed80939cee with identifier: 6935260auction106392
2026-03-25 22:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34b4a23f-df73-549d-abf5-eeed80939cee with identifier: 6935260auction106392
2026-03-25 22:06:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34b4a23f-df73-549d-abf5-eeed80939cee with identifier: 6935260auction106392 to the API
2026-03-25 22:06:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935260>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '34b4a23f-df73-549d-abf5-eeed80939cee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935260',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 13,
'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 Jumpy L2 75 kWh Electric 75 kWh (WLTP range ~317 km)',
'transmission': 'automatic',
'trim': 'L2 75 kWh Electric 75 kWh (WLTP range ~317 km)',
'vin': None,
'year': 2024}
2026-03-25 22:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:26 [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-25 22:06:26 [ecarstrade.be] INFO: Saving data for 6935260auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783407.920559, 'last_price_update_time': 1774476386.961141}
2026-03-25 22:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935260auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935232> (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-25 22:06:27 [ecarstrade.be] INFO: Extracting details for car 6935232auction106392
2026-03-25 22:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8de6383-efd4-5f00-983e-f9efa1cb1567 with identifier: 6935232auction106392
2026-03-25 22:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8de6383-efd4-5f00-983e-f9efa1cb1567 with scrape type 2
2026-03-25 22:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8de6383-efd4-5f00-983e-f9efa1cb1567 with scrape type 2
2026-03-25 22:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8de6383-efd4-5f00-983e-f9efa1cb1567, identifier: 6935232auction106392
2026-03-25 22:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8de6383-efd4-5f00-983e-f9efa1cb1567 with identifier: 6935232auction106392
2026-03-25 22:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8de6383-efd4-5f00-983e-f9efa1cb1567 with identifier: 6935232auction106392
2026-03-25 22:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8de6383-efd4-5f00-983e-f9efa1cb1567 with identifier: 6935232auction106392 to the API
2026-03-25 22:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935232>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': 'c8de6383-efd4-5f00-983e-f9efa1cb1567',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935232',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Opel',
'model': 'Frontera',
'odometer': 5536,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-15',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Frontera Edition Electric (44 kWh) 84 kW',
'transmission': 'automatic',
'trim': 'Edition Electric (44 kWh) 84 kW',
'vin': None,
'year': 2025}
2026-03-25 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:27 [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-25 22:06:27 [ecarstrade.be] INFO: Saving data for 6935232auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783411.974905, 'last_price_update_time': 1774476387.559138}
2026-03-25 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935232auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:27 [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-25 22:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936597> (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-25 22:06:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949424auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949424auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949425auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949425auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949426auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949426auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949427auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949427auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949428auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949428auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949429auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949429auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949430auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949430auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949431auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949431auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949432auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949432auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6949433auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6949433auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6950399auction106392
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950399auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6950399auction106392: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6950793auction106392
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950793auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6950793auction106392: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6951691auction106392
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951691auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6951691auction106392: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6951693auction106392
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6951693auction106392: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6952008auction106392
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6952008auction106392: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6953679auction106392
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6953679auction106392: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6953926auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6953926auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6953927auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6953927auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6953928auction106404
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6953928auction106404: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Found listing with ID: 6954557auction106392
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Scrape type for 6954557auction106392: 0
2026-03-25 22:06:28 [ecarstrade.be] INFO: Extracting details for car 6936597auction106392
2026-03-25 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-25 22:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946689> (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-25 22:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with identifier: 6936597auction106392
2026-03-25 22:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with scrape type 2
2026-03-25 22:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with scrape type 2
2026-03-25 22:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d, identifier: 6936597auction106392
2026-03-25 22:06:28 [ecarstrade.be] INFO: Extracting details for car 6946689auction106404
2026-03-25 22:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with identifier: 6936597auction106392
2026-03-25 22:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with identifier: 6936597auction106392
2026-03-25 22:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 500ef2ea-0d9a-5279-9c4c-0b0456af0e6d with identifier: 6936597auction106392 to the API
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 22:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936597>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '500ef2ea-0d9a-5279-9c4c-0b0456af0e6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936597',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 21563,
'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 2008 Style 1.2L 100hp S&S (6-speed manual)',
'transmission': 'manual',
'trim': 'Style 1.2L 100hp S&S (6-speed manual)',
'vin': None,
'year': 2025}
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [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-25 22:06:28 [ecarstrade.be] INFO: Saving data for 6936597auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772783469.186814, 'last_price_update_time': 1774476388.828171}
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936597auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940267> (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-25 22:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6946689auction106404
2026-03-25 22:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with scrape type 2
2026-03-25 22:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with scrape type 2
2026-03-25 22:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483, identifier: 6946689auction106404
2026-03-25 22:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6946689auction106404
2026-03-25 22:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6946689auction106404
2026-03-25 22:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483 with identifier: 6946689auction106404 to the API
2026-03-25 22:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 22:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946689>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '51938a2d-a7e4-50d6-aa6b-ccf4ba9d1483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946689',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 GT 1.2 Hybrid Electric/Gasoline 137hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 137hp',
'vin': None,
'year': 2025}
2026-03-25 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276946689auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:06:29 [ecarstrade.be] INFO: Saving data for 6946689auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1773127790.969438, 'last_price_update_time': 1774476389.34052}
2026-03-25 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946689auction106404') HTTP/1.1" 204 0
2026-03-25 22:06:29 [ecarstrade.be] INFO: Extracting details for car 6940267auction106392
2026-03-25 22:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eaa508a-dd70-5a6c-8713-d7f01739a332 with identifier: 6940267auction106392
2026-03-25 22:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eaa508a-dd70-5a6c-8713-d7f01739a332 with scrape type 2
2026-03-25 22:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eaa508a-dd70-5a6c-8713-d7f01739a332 with scrape type 2
2026-03-25 22:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1eaa508a-dd70-5a6c-8713-d7f01739a332, identifier: 6940267auction106392
2026-03-25 22:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1eaa508a-dd70-5a6c-8713-d7f01739a332 with identifier: 6940267auction106392
2026-03-25 22:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1eaa508a-dd70-5a6c-8713-d7f01739a332 with identifier: 6940267auction106392
2026-03-25 22:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1eaa508a-dd70-5a6c-8713-d7f01739a332 with identifier: 6940267auction106392 to the API
2026-03-25 22:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 22:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940267>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': '1eaa508a-dd70-5a6c-8713-d7f01739a332',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940267',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276940267auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:29 [ecarstrade.be] INFO: Saving data for 6940267auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1772841031.824708, 'last_price_update_time': 1774476389.82798}
2026-03-25 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940267auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:34 [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-25 22:06:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6956362auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276956362auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6956362auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6956366auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276956366auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6956366auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6956816auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276956816auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6956816auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6957053auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957053auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6957053auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6957355auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957355auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6957355auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6957366auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957366auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6957366auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6957370auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957370auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6957370auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6957372auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957372auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6957372auction106392: 2
2026-03-25 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-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6957999auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276957999auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6957999auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6959293auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276959293auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6959293auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6959577auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276959577auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6959577auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961282auction106404
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961282auction106404%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961282auction106404: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961283auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961283auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961283auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961351auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961351auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961351auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961352auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961352auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961352auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961356auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961356auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961356auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961359auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961359auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961359auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961360auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961360auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961360auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961968auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961968auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961968auction106392: 0
2026-03-25 22:06:35 [ecarstrade.be] INFO: Found listing with ID: 6961972auction106392
2026-03-25 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276961972auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:35 [ecarstrade.be] INFO: Scrape type for 6961972auction106392: 0
2026-03-25 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-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6961972auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6961972auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6963807auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963807auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6963807auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6963808auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6963808auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6963809auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6963809auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6963813auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6963813auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6964442auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964442auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6964442auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6964444auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6964444auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6964446auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6964446auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6965267auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965267auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6965267auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6965271auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6965271auction106392: 2
2026-03-25 22:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6965272auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6965272auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6965273auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965273auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6965273auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6965275auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6965275auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6966304auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6966304auction106392: 2
2026-03-25 22:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6966305auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966305auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6966305auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6966306auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6966306auction106392: 2
2026-03-25 22:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6966307auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6966307auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6966308auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966308auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6966308auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6967796auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6967796auction106392: 0
2026-03-25 22:06:41 [ecarstrade.be] INFO: Found listing with ID: 6968334auction106392
2026-03-25 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:41 [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-25 22:06:41 [ecarstrade.be] INFO: Scrape type for 6968334auction106392: 0
2026-03-25 22:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:47 [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-25 22:06:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:06:47 [ecarstrade.be] INFO: Found listing with ID: 6968336auction106392
2026-03-25 22:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6968336auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6968337auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6968337auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6968338auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6968338auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6969302auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6969302auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6969306auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6969306auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6970598auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6970598auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6971314auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6971314auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6971316auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6971316auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6971320auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6971320auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6971321auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6971321auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6971322auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971322auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6971322auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972353auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972353auction106392: 0
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972447auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972447auction106392: 2
2026-03-25 22:06:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972448auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972448auction106392: 2
2026-03-25 22:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966306> (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-25 22:06:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972449auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972449auction106392: 2
2026-03-25 22:06:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972451auction106404
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972451auction106404: 2
2026-03-25 22:06:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972459auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972459auction106392: 2
2026-03-25 22:06:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972599auction106404
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972599auction106404: 2
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972604auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972604auction106392: 2
2026-03-25 22:06:48 [ecarstrade.be] INFO: Extracting details for car 6966306auction106392
2026-03-25 22:06:48 [ecarstrade.be] INFO: Found listing with ID: 6972606auction106392
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Scrape type for 6972606auction106392: 2
2026-03-25 22:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f6884f1-356f-5fb1-ba36-734fba5e4974 with identifier: 6966306auction106392
2026-03-25 22:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f6884f1-356f-5fb1-ba36-734fba5e4974 with scrape type 2
2026-03-25 22:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f6884f1-356f-5fb1-ba36-734fba5e4974 with scrape type 2
2026-03-25 22:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f6884f1-356f-5fb1-ba36-734fba5e4974, identifier: 6966306auction106392
2026-03-25 22:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f6884f1-356f-5fb1-ba36-734fba5e4974 with identifier: 6966306auction106392
2026-03-25 22:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f6884f1-356f-5fb1-ba36-734fba5e4974 with identifier: 6966306auction106392
2026-03-25 22:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f6884f1-356f-5fb1-ba36-734fba5e4974 with identifier: 6966306auction106392 to the API
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966306>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '9f6884f1-356f-5fb1-ba36-734fba5e4974',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966306',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 13627,
'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-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [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-25 22:06:48 [ecarstrade.be] INFO: Saving data for 6966306auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773453253.170258, 'last_price_update_time': 1774476408.925954}
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966306auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965271> (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-25 22:06:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:49 [ecarstrade.be] INFO: Extracting details for car 6965271auction106392
2026-03-25 22:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0067dc35-e73c-558e-b5c8-8c41b023d314 with identifier: 6965271auction106392
2026-03-25 22:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0067dc35-e73c-558e-b5c8-8c41b023d314 with scrape type 2
2026-03-25 22:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0067dc35-e73c-558e-b5c8-8c41b023d314 with scrape type 2
2026-03-25 22:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0067dc35-e73c-558e-b5c8-8c41b023d314, identifier: 6965271auction106392
2026-03-25 22:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0067dc35-e73c-558e-b5c8-8c41b023d314 with identifier: 6965271auction106392
2026-03-25 22:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0067dc35-e73c-558e-b5c8-8c41b023d314 with identifier: 6965271auction106392
2026-03-25 22:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0067dc35-e73c-558e-b5c8-8c41b023d314 with identifier: 6965271auction106392 to the API
2026-03-25 22:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 22:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965271>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '0067dc35-e73c-558e-b5c8-8c41b023d314',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965271',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 16940,
'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 3-cyl) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 (1.2L 3-cyl) e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276965271auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:49 [ecarstrade.be] INFO: Saving data for 6965271auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773453259.75361, 'last_price_update_time': 1774476409.636744}
2026-03-25 22:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965271auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:55 [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-25 22:06:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found 13 car items
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6972609auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6972609auction106392: 2
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6972610auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972610auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6972610auction106392: 2
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6972612auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6972612auction106392: 2
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6972615auction106404
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6972615auction106404: 2
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6972616auction106404
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6972616auction106404: 2
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6973211auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6973211auction106392: 2
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6973223auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6973223auction106392: 0
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6973508auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6973508auction106392: 0
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6973965auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6973965auction106392: 0
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6974824auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974824auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6974824auction106392: 2
2026-03-25 22:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972449> (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-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6975474auction106404
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6975474auction106404: 2
2026-03-25 22:06:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6976161auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6976161auction106392: 2
2026-03-25 22:06:55 [ecarstrade.be] INFO: Found listing with ID: 6976179auction106392
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976179auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:55 [ecarstrade.be] INFO: Scrape type for 6976179auction106392: 0
2026-03-25 22:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972447> (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-25 22:06:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:55 [ecarstrade.be] INFO: Extracting details for car 6972449auction106392
2026-03-25 22:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaa4ec23-3bbc-5b22-81fa-080971b826a8 with identifier: 6972449auction106392
2026-03-25 22:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaa4ec23-3bbc-5b22-81fa-080971b826a8 with scrape type 2
2026-03-25 22:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaa4ec23-3bbc-5b22-81fa-080971b826a8 with scrape type 2
2026-03-25 22:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aaa4ec23-3bbc-5b22-81fa-080971b826a8, identifier: 6972449auction106392
2026-03-25 22:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aaa4ec23-3bbc-5b22-81fa-080971b826a8 with identifier: 6972449auction106392
2026-03-25 22:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aaa4ec23-3bbc-5b22-81fa-080971b826a8 with identifier: 6972449auction106392
2026-03-25 22:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aaa4ec23-3bbc-5b22-81fa-080971b826a8 with identifier: 6972449auction106392 to the API
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972449>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'aaa4ec23-3bbc-5b22-81fa-080971b826a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972449',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 9,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [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-25 22:06:55 [ecarstrade.be] INFO: Saving data for 6972449auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785243.423738, 'last_price_update_time': 1774476415.897745}
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972449auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:56 [ecarstrade.be] INFO: Extracting details for car 6972447auction106392
2026-03-25 22:06:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972448> (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-25 22:06:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972459> (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-25 22:06:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5962c734-e5ea-53c5-886e-49048eece970 with identifier: 6972447auction106392
2026-03-25 22:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5962c734-e5ea-53c5-886e-49048eece970 with scrape type 2
2026-03-25 22:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5962c734-e5ea-53c5-886e-49048eece970 with scrape type 2
2026-03-25 22:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5962c734-e5ea-53c5-886e-49048eece970, identifier: 6972447auction106392
2026-03-25 22:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5962c734-e5ea-53c5-886e-49048eece970 with identifier: 6972447auction106392
2026-03-25 22:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5962c734-e5ea-53c5-886e-49048eece970 with identifier: 6972447auction106392
2026-03-25 22:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5962c734-e5ea-53c5-886e-49048eece970 with identifier: 6972447auction106392 to the API
2026-03-25 22:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972447>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '5962c734-e5ea-53c5-886e-49048eece970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972447',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 17429,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-09',
'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-25 22:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:56 [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-25 22:06:56 [ecarstrade.be] INFO: Saving data for 6972447auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785220.985855, 'last_price_update_time': 1774476416.441993}
2026-03-25 22:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972447auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:56 [ecarstrade.be] INFO: Extracting details for car 6972448auction106392
2026-03-25 22:06:56 [ecarstrade.be] INFO: Extracting details for car 6972459auction106392
2026-03-25 22:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with identifier: 6972448auction106392
2026-03-25 22:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with scrape type 2
2026-03-25 22:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with scrape type 2
2026-03-25 22:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6, identifier: 6972448auction106392
2026-03-25 22:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3922876b-754b-5670-b7b6-f20277b0d423 with identifier: 6972459auction106392
2026-03-25 22:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3922876b-754b-5670-b7b6-f20277b0d423 with scrape type 2
2026-03-25 22:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3922876b-754b-5670-b7b6-f20277b0d423 with scrape type 2
2026-03-25 22:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3922876b-754b-5670-b7b6-f20277b0d423, identifier: 6972459auction106392
2026-03-25 22:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with identifier: 6972448auction106392
2026-03-25 22:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with identifier: 6972448auction106392
2026-03-25 22:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ddeaa0c0-9c79-5aab-9087-d00d7000f3d6 with identifier: 6972448auction106392 to the API
2026-03-25 22:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972448>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'ddeaa0c0-9c79-5aab-9087-d00d7000f3d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972448',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276972448auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:57 [ecarstrade.be] INFO: Saving data for 6972448auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785220.53736, 'last_price_update_time': 1774476417.04424}
2026-03-25 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972448auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3922876b-754b-5670-b7b6-f20277b0d423 with identifier: 6972459auction106392
2026-03-25 22:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3922876b-754b-5670-b7b6-f20277b0d423 with identifier: 6972459auction106392
2026-03-25 22:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3922876b-754b-5670-b7b6-f20277b0d423 with identifier: 6972459auction106392 to the API
2026-03-25 22:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972459>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '3922876b-754b-5670-b7b6-f20277b0d423',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972459',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19560,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-19',
'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-25 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276972459auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:57 [ecarstrade.be] INFO: Saving data for 6972459auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785240.637304, 'last_price_update_time': 1774476417.352331}
2026-03-25 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972459auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966304> (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-25 22:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957372> (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-25 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-25 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-25 22:06:57 [ecarstrade.be] INFO: Extracting details for car 6966304auction106392
2026-03-25 22:06:57 [ecarstrade.be] INFO: Extracting details for car 6957372auction106392
2026-03-25 22:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe1256bd-8706-505a-912d-009e4f5f77e8 with identifier: 6966304auction106392
2026-03-25 22:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe1256bd-8706-505a-912d-009e4f5f77e8 with scrape type 2
2026-03-25 22:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe1256bd-8706-505a-912d-009e4f5f77e8 with scrape type 2
2026-03-25 22:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe1256bd-8706-505a-912d-009e4f5f77e8, identifier: 6966304auction106392
2026-03-25 22:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f3eb705-ebc7-56b1-85a3-9350691db94b with identifier: 6957372auction106392
2026-03-25 22:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f3eb705-ebc7-56b1-85a3-9350691db94b with scrape type 2
2026-03-25 22:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f3eb705-ebc7-56b1-85a3-9350691db94b with scrape type 2
2026-03-25 22:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f3eb705-ebc7-56b1-85a3-9350691db94b, identifier: 6957372auction106392
2026-03-25 22:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe1256bd-8706-505a-912d-009e4f5f77e8 with identifier: 6966304auction106392
2026-03-25 22:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe1256bd-8706-505a-912d-009e4f5f77e8 with identifier: 6966304auction106392
2026-03-25 22:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe1256bd-8706-505a-912d-009e4f5f77e8 with identifier: 6966304auction106392 to the API
2026-03-25 22:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966304>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'fe1256bd-8706-505a-912d-009e4f5f77e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966304',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 15374,
'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-25 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:58 [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-25 22:06:58 [ecarstrade.be] INFO: Saving data for 6966304auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773453252.674435, 'last_price_update_time': 1774476418.004964}
2026-03-25 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966304auction106392') HTTP/1.1" 204 0
2026-03-25 22:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f3eb705-ebc7-56b1-85a3-9350691db94b with identifier: 6957372auction106392
2026-03-25 22:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f3eb705-ebc7-56b1-85a3-9350691db94b with identifier: 6957372auction106392
2026-03-25 22:06:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f3eb705-ebc7-56b1-85a3-9350691db94b with identifier: 6957372auction106392 to the API
2026-03-25 22:06:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:06: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-25 22:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957372>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '8f3eb705-ebc7-56b1-85a3-9350691db94b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957372',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 2510,
'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 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-25 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957372auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:06:58 [ecarstrade.be] INFO: Saving data for 6957372auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773303283.463766, 'last_price_update_time': 1774476418.371542}
2026-03-25 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957372auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972599> (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-25 22:07:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:01 [ecarstrade.be] INFO: Extracting details for car 6972599auction106404
2026-03-25 22:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with identifier: 6972599auction106404
2026-03-25 22:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with scrape type 2
2026-03-25 22:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with scrape type 2
2026-03-25 22:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea, identifier: 6972599auction106404
2026-03-25 22:07:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with identifier: 6972599auction106404
2026-03-25 22:07:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with identifier: 6972599auction106404
2026-03-25 22:07:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc3db357-9b8d-52c5-b0ec-e10cb64d35ea with identifier: 6972599auction106404 to the API
2026-03-25 22:07:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07:01 [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-25 22:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27dc3db357-9b8d-52c5-b0ec-e10cb64d35ea%27 HTTP/1.1" 200 None
2026-03-25 22:07:01 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id dc3db357-9b8d-52c5-b0ec-e10cb64d35ea: 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: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Isuzu N-Serie L 3.5T CityCab MY22 F150 ODB-E\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Isuzu\u0022, \u0022Model\u0022: \u0022Other\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-12-04\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6972599\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T22:40:04Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022N-Serie L 3.5T CityCab MY22 F150 ODB-E\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 2, \u0022DoorsNumber\u0022: 2, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022dc3db357-9b8d-52c5-b0ec-e10cb64d35ea\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 22:07:00 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-25 22:07:01 [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-25 22:07:01 [scrapy.core.scraper] ERROR: Error processing {'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'dc3db357-9b8d-52c5-b0ec-e10cb64d35ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972599',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Isuzu',
'model': 'Other',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-04',
'seats_number': 2,
'seller_name': None,
'title': 'Isuzu N-Serie L 3.5T CityCab MY22 F150 ODB-E',
'transmission': 'automatic',
'trim': 'N-Serie L 3.5T CityCab MY22 F150 ODB-E',
'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-25 22:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:01 [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-25 22:07:01 [ecarstrade.be] INFO: Saving data for 6972599auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1773785241.482359, 'last_price_update_time': 1774476421.480746}
2026-03-25 22:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972599auction106404') HTTP/1.1" 204 0
2026-03-25 22:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972606> (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-25 22:07:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:02 [ecarstrade.be] INFO: Extracting details for car 6972606auction106392
2026-03-25 22:07:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1338b51c-d744-5333-a0e6-4dd25b62acc4 with identifier: 6972606auction106392
2026-03-25 22:07:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1338b51c-d744-5333-a0e6-4dd25b62acc4 with scrape type 2
2026-03-25 22:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1338b51c-d744-5333-a0e6-4dd25b62acc4 with scrape type 2
2026-03-25 22:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1338b51c-d744-5333-a0e6-4dd25b62acc4, identifier: 6972606auction106392
2026-03-25 22:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1338b51c-d744-5333-a0e6-4dd25b62acc4 with identifier: 6972606auction106392
2026-03-25 22:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1338b51c-d744-5333-a0e6-4dd25b62acc4 with identifier: 6972606auction106392
2026-03-25 22:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1338b51c-d744-5333-a0e6-4dd25b62acc4 with identifier: 6972606auction106392 to the API
2026-03-25 22:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972606>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '1338b51c-d744-5333-a0e6-4dd25b62acc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972606',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 4278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-17',
'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-25 22:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:03 [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-25 22:07:03 [ecarstrade.be] INFO: Saving data for 6972606auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785238.882364, 'last_price_update_time': 1774476423.307359}
2026-03-25 22:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972606auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972604> (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-25 22:07:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:03 [ecarstrade.be] INFO: Extracting details for car 6972604auction106392
2026-03-25 22:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972609> (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-25 22:07:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1317194-5176-5f05-aced-19eaaf2dd55f with identifier: 6972604auction106392
2026-03-25 22:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1317194-5176-5f05-aced-19eaaf2dd55f with scrape type 2
2026-03-25 22:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1317194-5176-5f05-aced-19eaaf2dd55f with scrape type 2
2026-03-25 22:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1317194-5176-5f05-aced-19eaaf2dd55f, identifier: 6972604auction106392
2026-03-25 22:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1317194-5176-5f05-aced-19eaaf2dd55f with identifier: 6972604auction106392
2026-03-25 22:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1317194-5176-5f05-aced-19eaaf2dd55f with identifier: 6972604auction106392
2026-03-25 22:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1317194-5176-5f05-aced-19eaaf2dd55f with identifier: 6972604auction106392 to the API
2026-03-25 22:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972604>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd1317194-5176-5f05-aced-19eaaf2dd55f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972604',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 21,
'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-25 22:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:03 [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-25 22:07:03 [ecarstrade.be] INFO: Saving data for 6972604auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785242.824535, 'last_price_update_time': 1774476423.952215}
2026-03-25 22:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972604auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:03 [ecarstrade.be] INFO: Extracting details for car 6972609auction106392
2026-03-25 22:07:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ea8cb4-b950-5788-8f3d-d241b64d8110 with identifier: 6972609auction106392
2026-03-25 22:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ea8cb4-b950-5788-8f3d-d241b64d8110 with scrape type 2
2026-03-25 22:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86ea8cb4-b950-5788-8f3d-d241b64d8110 with scrape type 2
2026-03-25 22:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86ea8cb4-b950-5788-8f3d-d241b64d8110, identifier: 6972609auction106392
2026-03-25 22:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86ea8cb4-b950-5788-8f3d-d241b64d8110 with identifier: 6972609auction106392
2026-03-25 22:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86ea8cb4-b950-5788-8f3d-d241b64d8110 with identifier: 6972609auction106392
2026-03-25 22:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86ea8cb4-b950-5788-8f3d-d241b64d8110 with identifier: 6972609auction106392 to the API
2026-03-25 22:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972609>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '86ea8cb4-b950-5788-8f3d-d241b64d8110',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972609',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-21',
'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-25 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276972609auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:04 [ecarstrade.be] INFO: Saving data for 6972609auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785238.358286, 'last_price_update_time': 1774476424.370807}
2026-03-25 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972609auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972610> (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-25 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-25 22:07:04 [ecarstrade.be] INFO: Extracting details for car 6972610auction106392
2026-03-25 22:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0420b44-89f0-505b-93cb-101118c3b2da with identifier: 6972610auction106392
2026-03-25 22:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0420b44-89f0-505b-93cb-101118c3b2da with scrape type 2
2026-03-25 22:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0420b44-89f0-505b-93cb-101118c3b2da with scrape type 2
2026-03-25 22:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0420b44-89f0-505b-93cb-101118c3b2da, identifier: 6972610auction106392
2026-03-25 22:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0420b44-89f0-505b-93cb-101118c3b2da with identifier: 6972610auction106392
2026-03-25 22:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0420b44-89f0-505b-93cb-101118c3b2da with identifier: 6972610auction106392
2026-03-25 22:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0420b44-89f0-505b-93cb-101118c3b2da with identifier: 6972610auction106392 to the API
2026-03-25 22:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972610>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'b0420b44-89f0-505b-93cb-101118c3b2da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972610',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8357,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-19',
'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-25 22:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972610auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:05 [ecarstrade.be] INFO: Saving data for 6972610auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785238.002741, 'last_price_update_time': 1774476425.257199}
2026-03-25 22:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972610auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972612> (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-25 22:07:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:05 [ecarstrade.be] INFO: Extracting details for car 6972612auction106392
2026-03-25 22:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a7b86de-ba2c-52fb-9f83-837535de817c with identifier: 6972612auction106392
2026-03-25 22:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a7b86de-ba2c-52fb-9f83-837535de817c with scrape type 2
2026-03-25 22:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a7b86de-ba2c-52fb-9f83-837535de817c with scrape type 2
2026-03-25 22:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a7b86de-ba2c-52fb-9f83-837535de817c, identifier: 6972612auction106392
2026-03-25 22:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a7b86de-ba2c-52fb-9f83-837535de817c with identifier: 6972612auction106392
2026-03-25 22:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a7b86de-ba2c-52fb-9f83-837535de817c with identifier: 6972612auction106392
2026-03-25 22:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a7b86de-ba2c-52fb-9f83-837535de817c with identifier: 6972612auction106392 to the API
2026-03-25 22:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972612>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '5a7b86de-ba2c-52fb-9f83-837535de817c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972612',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24570,
'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 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-25 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:06 [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-25 22:07:06 [ecarstrade.be] INFO: Saving data for 6972612auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785236.12673, 'last_price_update_time': 1774476426.389629}
2026-03-25 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972612auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:06 [scrapy.extensions.logstats] INFO: Crawled 1141 pages (at 38 pages/min), scraped 951 items (at 30 items/min)
2026-03-25 22:07:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:07:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972615> (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-25 22:07:08 [ecarstrade.be] INFO: Extracting details for car 6972615auction106404
2026-03-25 22:07:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53715a44-97b0-59ae-947f-011c592c137a with identifier: 6972615auction106404
2026-03-25 22:07:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53715a44-97b0-59ae-947f-011c592c137a with scrape type 2
2026-03-25 22:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53715a44-97b0-59ae-947f-011c592c137a with scrape type 2
2026-03-25 22:07:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53715a44-97b0-59ae-947f-011c592c137a, identifier: 6972615auction106404
2026-03-25 22:07:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53715a44-97b0-59ae-947f-011c592c137a with identifier: 6972615auction106404
2026-03-25 22:07:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53715a44-97b0-59ae-947f-011c592c137a with identifier: 6972615auction106404
2026-03-25 22:07:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53715a44-97b0-59ae-947f-011c592c137a with identifier: 6972615auction106404 to the API
2026-03-25 22:07:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972615>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '53715a44-97b0-59ae-947f-011c592c137a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972615',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'AC',
'model': 'Suzuki Across',
'odometer': 11624,
'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': 5,
'seller_name': None,
'title': 'Suzuki Across GLX 2.5 AWD 7HYB ECVT',
'transmission': 'automatic',
'trim': 'GLX 2.5 AWD 7HYB ECVT',
'vin': None,
'year': 2024}
2026-03-25 22:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:08 [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-25 22:07:08 [ecarstrade.be] INFO: Saving data for 6972615auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1773785252.191616, 'last_price_update_time': 1774476428.608008}
2026-03-25 22:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972615auction106404') HTTP/1.1" 204 0
2026-03-25 22:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972616> (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-25 22:07:10 [ecarstrade.be] INFO: Extracting details for car 6972616auction106404
2026-03-25 22:07:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1337b0f1-1bb5-535c-9217-08b81502b512 with identifier: 6972616auction106404
2026-03-25 22:07:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1337b0f1-1bb5-535c-9217-08b81502b512 with scrape type 2
2026-03-25 22:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1337b0f1-1bb5-535c-9217-08b81502b512 with scrape type 2
2026-03-25 22:07:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1337b0f1-1bb5-535c-9217-08b81502b512, identifier: 6972616auction106404
2026-03-25 22:07:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1337b0f1-1bb5-535c-9217-08b81502b512 with identifier: 6972616auction106404
2026-03-25 22:07:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1337b0f1-1bb5-535c-9217-08b81502b512 with identifier: 6972616auction106404
2026-03-25 22:07:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1337b0f1-1bb5-535c-9217-08b81502b512 with identifier: 6972616auction106404 to the API
2026-03-25 22:07:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972616>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '1337b0f1-1bb5-535c-9217-08b81502b512',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972616',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'AC',
'model': 'Suzuki Across',
'odometer': 29984,
'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': 5,
'seller_name': None,
'title': 'Suzuki Across GLX 2.5 AWD 7HYB ECVT',
'transmission': 'automatic',
'trim': 'GLX 2.5 AWD 7HYB ECVT',
'vin': None,
'year': 2023}
2026-03-25 22:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:10 [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-25 22:07:10 [ecarstrade.be] INFO: Saving data for 6972616auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1773785251.516539, 'last_price_update_time': 1774476430.460576}
2026-03-25 22:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972616auction106404') HTTP/1.1" 204 0
2026-03-25 22:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974824> (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-25 22:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976161> (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-25 22:07:11 [ecarstrade.be] INFO: Extracting details for car 6974824auction106392
2026-03-25 22:07:11 [ecarstrade.be] INFO: Extracting details for car 6976161auction106392
2026-03-25 22:07:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0605fb82-f05e-51d7-893f-976072a162cc with identifier: 6974824auction106392
2026-03-25 22:07:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0605fb82-f05e-51d7-893f-976072a162cc with scrape type 2
2026-03-25 22:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0605fb82-f05e-51d7-893f-976072a162cc with scrape type 2
2026-03-25 22:07:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0605fb82-f05e-51d7-893f-976072a162cc, identifier: 6974824auction106392
2026-03-25 22:07:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5235a817-961d-5bfd-b0ec-725dda148297 with identifier: 6976161auction106392
2026-03-25 22:07:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5235a817-961d-5bfd-b0ec-725dda148297 with scrape type 2
2026-03-25 22:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5235a817-961d-5bfd-b0ec-725dda148297 with scrape type 2
2026-03-25 22:07:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5235a817-961d-5bfd-b0ec-725dda148297, identifier: 6976161auction106392
2026-03-25 22:07:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0605fb82-f05e-51d7-893f-976072a162cc with identifier: 6974824auction106392
2026-03-25 22:07:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0605fb82-f05e-51d7-893f-976072a162cc with identifier: 6974824auction106392
2026-03-25 22:07:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0605fb82-f05e-51d7-893f-976072a162cc with identifier: 6974824auction106392 to the API
2026-03-25 22:07:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974824>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '0605fb82-f05e-51d7-893f-976072a162cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974824',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 23814,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-17',
'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-25 22:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974824auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:11 [ecarstrade.be] INFO: Saving data for 6974824auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785250.443022, 'last_price_update_time': 1774476431.967808}
2026-03-25 22:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974824auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5235a817-961d-5bfd-b0ec-725dda148297 with identifier: 6976161auction106392
2026-03-25 22:07:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5235a817-961d-5bfd-b0ec-725dda148297 with identifier: 6976161auction106392
2026-03-25 22:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5235a817-961d-5bfd-b0ec-725dda148297 with identifier: 6976161auction106392 to the API
2026-03-25 22:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976161>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '5235a817-961d-5bfd-b0ec-725dda148297',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976161',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 24840,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-17',
'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-25 22:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:12 [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-25 22:07:12 [ecarstrade.be] INFO: Saving data for 6976161auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773802109.0176, 'last_price_update_time': 1774476432.319347}
2026-03-25 22:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976161auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6975474> (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-25 22:07:12 [ecarstrade.be] INFO: Extracting details for car 6975474auction106404
2026-03-25 22:07:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with identifier: 6975474auction106404
2026-03-25 22:07:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with scrape type 2
2026-03-25 22:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with scrape type 2
2026-03-25 22:07:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9, identifier: 6975474auction106404
2026-03-25 22:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with identifier: 6975474auction106404
2026-03-25 22:07:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with identifier: 6975474auction106404
2026-03-25 22:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9 with identifier: 6975474auction106404 to the API
2026-03-25 22:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07:12 [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-25 22:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9%27 HTTP/1.1" 200 None
2026-03-25 22:07:12 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9: 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: \u0022Black\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: \u0022Volkswagen\u0022, \u0022Model\u0022: \u0022T5 Transporter\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/6975474\u0022, \u0022ExpirationDate\u0022: \u00222026-03-27T22:40:04Z\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: \u0022b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Wed, 25 Mar 2026 22:07:12 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-25 22:07:12 [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-25 22:07:12 [scrapy.core.scraper] ERROR: Error processing {'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'b73eee1d-0ff5-5b3a-9a04-ed5a7edaa3e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6975474',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'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-25 22:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:12 [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-25 22:07:12 [ecarstrade.be] INFO: Saving data for 6975474auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1773785244.148269, 'last_price_update_time': 1774476432.799994}
2026-03-25 22:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6975474auction106404') HTTP/1.1" 204 0
2026-03-25 22:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973211> (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-25 22:07:13 [ecarstrade.be] INFO: Extracting details for car 6973211auction106392
2026-03-25 22:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9095f0fb-d6fb-5a67-8859-9c91629c40ac with identifier: 6973211auction106392
2026-03-25 22:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9095f0fb-d6fb-5a67-8859-9c91629c40ac with scrape type 2
2026-03-25 22:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9095f0fb-d6fb-5a67-8859-9c91629c40ac with scrape type 2
2026-03-25 22:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9095f0fb-d6fb-5a67-8859-9c91629c40ac, identifier: 6973211auction106392
2026-03-25 22:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9095f0fb-d6fb-5a67-8859-9c91629c40ac with identifier: 6973211auction106392
2026-03-25 22:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9095f0fb-d6fb-5a67-8859-9c91629c40ac with identifier: 6973211auction106392
2026-03-25 22:07:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9095f0fb-d6fb-5a67-8859-9c91629c40ac with identifier: 6973211auction106392 to the API
2026-03-25 22:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973211>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': '9095f0fb-d6fb-5a67-8859-9c91629c40ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973211',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 2,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:13 [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-25 22:07:13 [ecarstrade.be] INFO: Saving data for 6973211auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773785240.293227, 'last_price_update_time': 1774476433.564237}
2026-03-25 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973211auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972451> (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-25 22:07:26 [ecarstrade.be] INFO: Extracting details for car 6972451auction106404
2026-03-25 22:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c893638f-a13c-54b7-906d-25085c4c7b48 with identifier: 6972451auction106404
2026-03-25 22:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c893638f-a13c-54b7-906d-25085c4c7b48 with scrape type 2
2026-03-25 22:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c893638f-a13c-54b7-906d-25085c4c7b48 with scrape type 2
2026-03-25 22:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c893638f-a13c-54b7-906d-25085c4c7b48, identifier: 6972451auction106404
2026-03-25 22:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c893638f-a13c-54b7-906d-25085c4c7b48 with identifier: 6972451auction106404
2026-03-25 22:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c893638f-a13c-54b7-906d-25085c4c7b48 with identifier: 6972451auction106404
2026-03-25 22:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c893638f-a13c-54b7-906d-25085c4c7b48 with identifier: 6972451auction106404 to the API
2026-03-25 22:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972451>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'c893638f-a13c-54b7-906d-25085c4c7b48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972451',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Other',
'model': 'Subaru',
'odometer': 47218,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-15',
'seats_number': 5,
'seller_name': None,
'title': 'Subaru WRX STI',
'transmission': 'manual',
'trim': 'WRX STI',
'vin': None,
'year': 2014}
2026-03-25 22:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:26 [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-25 22:07:26 [ecarstrade.be] INFO: Saving data for 6972451auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1773785218.459121, 'last_price_update_time': 1774476446.565106}
2026-03-25 22:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972451auction106404') HTTP/1.1" 204 0
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976613auction106404
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976613auction106404: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976614auction106404
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976614auction106404: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976615auction106404
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976615auction106404: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976616auction106404
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976616auction106404: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976617auction106404
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976617auction106404: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976979auction106392
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976979auction106392: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976980auction106392
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976980auction106392: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976982auction106392
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976982auction106392: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976983auction106392
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976983auction106392: 2
2026-03-25 22:07:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976984auction106392
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [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-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976984auction106392: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976986auction106392
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976986auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:31 [ecarstrade.be] INFO: Scrape type for 6976986auction106392: 0
2026-03-25 22:07:31 [ecarstrade.be] INFO: Found listing with ID: 6976987auction106392
2026-03-25 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976987auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6976987auction106392: 0
2026-03-25 22:07:32 [ecarstrade.be] INFO: Found listing with ID: 6976988auction106392
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [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-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6976988auction106392: 2
2026-03-25 22:07:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:32 [ecarstrade.be] INFO: Found listing with ID: 6977661auction106392
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [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-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6977661auction106392: 2
2026-03-25 22:07:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:32 [ecarstrade.be] INFO: Found listing with ID: 6978907auction106392
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [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-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6978907auction106392: 2
2026-03-25 22:07:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:32 [ecarstrade.be] INFO: Found listing with ID: 6979328auction106404
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [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-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6979328auction106404: 0
2026-03-25 22:07:32 [ecarstrade.be] INFO: Found listing with ID: 6980215auction106392
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [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-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6980215auction106392: 2
2026-03-25 22:07:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:32 [ecarstrade.be] INFO: Found listing with ID: 6980216auction106392
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [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-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6980216auction106392: 2
2026-03-25 22:07:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:32 [ecarstrade.be] INFO: Found listing with ID: 6980217auction106392
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [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-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6980217auction106392: 2
2026-03-25 22:07:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:32 [ecarstrade.be] INFO: Found listing with ID: 6980218auction106392
2026-03-25 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:32 [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-25 22:07:32 [ecarstrade.be] INFO: Scrape type for 6980218auction106392: 2
2026-03-25 22:07:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:38 [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-25 22:07:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980343auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980343auction106392: 2
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980344auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980344auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980345auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980345auction106392: 2
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980346auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980346auction106392: 2
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980347auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980347auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980347auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980348auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980348auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980351auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980351auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980352auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980352auction106392: 2
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980353auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980353auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980354auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980354auction106392: 2
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980355auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980355auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980356auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980356auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980357auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980357auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980358auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980358auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980359auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980359auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980361auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980361auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980362auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980362auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980364auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980364auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980581auction106392
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980581auction106392: 0
2026-03-25 22:07:38 [ecarstrade.be] INFO: Found listing with ID: 6980787auction106404
2026-03-25 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:38 [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-25 22:07:38 [ecarstrade.be] INFO: Scrape type for 6980787auction106404: 0
2026-03-25 22:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978907> (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-25 22:07:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976988> (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-25 22:07:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:38 [ecarstrade.be] INFO: Extracting details for car 6978907auction106392
2026-03-25 22:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 300776ad-466f-5cbe-8213-0329008dcce4 with identifier: 6978907auction106392
2026-03-25 22:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 300776ad-466f-5cbe-8213-0329008dcce4 with scrape type 2
2026-03-25 22:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 300776ad-466f-5cbe-8213-0329008dcce4 with scrape type 2
2026-03-25 22:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 300776ad-466f-5cbe-8213-0329008dcce4, identifier: 6978907auction106392
2026-03-25 22:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 300776ad-466f-5cbe-8213-0329008dcce4 with identifier: 6978907auction106392
2026-03-25 22:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 300776ad-466f-5cbe-8213-0329008dcce4 with identifier: 6978907auction106392
2026-03-25 22:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 300776ad-466f-5cbe-8213-0329008dcce4 with identifier: 6978907auction106392 to the API
2026-03-25 22:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978907>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '300776ad-466f-5cbe-8213-0329008dcce4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978907',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 14169,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-15',
'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-25 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:39 [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-25 22:07:39 [ecarstrade.be] INFO: Saving data for 6978907auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773854185.845945, 'last_price_update_time': 1774476459.354041}
2026-03-25 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978907auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:39 [ecarstrade.be] INFO: Extracting details for car 6976988auction106392
2026-03-25 22:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6977661> (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-25 22:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980216> (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-25 22:07:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980217> (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-25 22:07:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0c679a9-dea1-532e-a524-3b87876f9907 with identifier: 6976988auction106392
2026-03-25 22:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0c679a9-dea1-532e-a524-3b87876f9907 with scrape type 2
2026-03-25 22:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0c679a9-dea1-532e-a524-3b87876f9907 with scrape type 2
2026-03-25 22:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0c679a9-dea1-532e-a524-3b87876f9907, identifier: 6976988auction106392
2026-03-25 22:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0c679a9-dea1-532e-a524-3b87876f9907 with identifier: 6976988auction106392
2026-03-25 22:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0c679a9-dea1-532e-a524-3b87876f9907 with identifier: 6976988auction106392
2026-03-25 22:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0c679a9-dea1-532e-a524-3b87876f9907 with identifier: 6976988auction106392 to the API
2026-03-25 22:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976988>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'c0c679a9-dea1-532e-a524-3b87876f9907',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976988',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 16634,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno TCe 90 (0.999L Turbo) 3-cylinder',
'transmission': 'manual',
'trim': 'Techno TCe 90 (0.999L Turbo) 3-cylinder',
'vin': None,
'year': 2025}
2026-03-25 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:39 [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-25 22:07:39 [ecarstrade.be] INFO: Saving data for 6976988auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773854194.077341, 'last_price_update_time': 1774476459.90323}
2026-03-25 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976988auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:39 [ecarstrade.be] INFO: Extracting details for car 6977661auction106392
2026-03-25 22:07:39 [ecarstrade.be] INFO: Extracting details for car 6980216auction106392
2026-03-25 22:07:39 [ecarstrade.be] INFO: Extracting details for car 6980217auction106392
2026-03-25 22:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980215> (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-25 22:07:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd01030e-1ea2-5d65-818c-6a1908519699 with identifier: 6977661auction106392
2026-03-25 22:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd01030e-1ea2-5d65-818c-6a1908519699 with scrape type 2
2026-03-25 22:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd01030e-1ea2-5d65-818c-6a1908519699 with scrape type 2
2026-03-25 22:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd01030e-1ea2-5d65-818c-6a1908519699, identifier: 6977661auction106392
2026-03-25 22:07:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with identifier: 6980216auction106392
2026-03-25 22:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with scrape type 2
2026-03-25 22:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with scrape type 2
2026-03-25 22:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8, identifier: 6980216auction106392
2026-03-25 22:07:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with identifier: 6980217auction106392
2026-03-25 22:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with scrape type 2
2026-03-25 22:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with scrape type 2
2026-03-25 22:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7, identifier: 6980217auction106392
2026-03-25 22:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd01030e-1ea2-5d65-818c-6a1908519699 with identifier: 6977661auction106392
2026-03-25 22:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd01030e-1ea2-5d65-818c-6a1908519699 with identifier: 6977661auction106392
2026-03-25 22:07:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd01030e-1ea2-5d65-818c-6a1908519699 with identifier: 6977661auction106392 to the API
2026-03-25 22:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6977661>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'dd01030e-1ea2-5d65-818c-6a1908519699',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6977661',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10025,
'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 136 e-DCS6 Style',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Style',
'vin': None,
'year': 2025}
2026-03-25 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:40 [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-25 22:07:40 [ecarstrade.be] INFO: Saving data for 6977661auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773854219.372358, 'last_price_update_time': 1774476460.524291}
2026-03-25 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6977661auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with identifier: 6980216auction106392
2026-03-25 22:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with identifier: 6980216auction106392
2026-03-25 22:07:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 137113aa-68f8-5f73-b9d1-2f2a2f5497c8 with identifier: 6980216auction106392 to the API
2026-03-25 22:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980216>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '137113aa-68f8-5f73-b9d1-2f2a2f5497c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980216',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 38,
'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': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-25 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:40 [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-25 22:07:40 [ecarstrade.be] INFO: Saving data for 6980216auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773959209.19675, 'last_price_update_time': 1774476460.891857}
2026-03-25 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980216auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with identifier: 6980217auction106392
2026-03-25 22:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with identifier: 6980217auction106392
2026-03-25 22:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7 with identifier: 6980217auction106392 to the API
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980217>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '3fc8cacc-6556-52b6-8ce2-8b798c9f5ef7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980217',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 32,
'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': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980217auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:41 [ecarstrade.be] INFO: Saving data for 6980217auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773959211.499901, 'last_price_update_time': 1774476461.204005}
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980217auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:41 [ecarstrade.be] INFO: Extracting details for car 6980215auction106392
2026-03-25 22:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976983> (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-25 22:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with identifier: 6980215auction106392
2026-03-25 22:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with scrape type 2
2026-03-25 22:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with scrape type 2
2026-03-25 22:07:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d, identifier: 6980215auction106392
2026-03-25 22:07:41 [ecarstrade.be] INFO: Extracting details for car 6976983auction106392
2026-03-25 22:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with identifier: 6980215auction106392
2026-03-25 22:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with identifier: 6980215auction106392
2026-03-25 22:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe8e4f0a-7047-5df5-925b-0dbf76f45e3d with identifier: 6980215auction106392 to the API
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980215>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': 'fe8e4f0a-7047-5df5-925b-0dbf76f45e3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980215',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 10,
'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': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980215auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:41 [ecarstrade.be] INFO: Saving data for 6980215auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773959210.402626, 'last_price_update_time': 1774476461.68863}
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980215auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with identifier: 6976983auction106392
2026-03-25 22:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with scrape type 2
2026-03-25 22:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with scrape type 2
2026-03-25 22:07:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00949cde-a798-55a5-b3ff-7b1b7b2e6797, identifier: 6976983auction106392
2026-03-25 22:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with identifier: 6976983auction106392
2026-03-25 22:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with identifier: 6976983auction106392
2026-03-25 22:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with identifier: 6976983auction106392 to the API
2026-03-25 22:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976983>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '00949cde-a798-55a5-b3ff-7b1b7b2e6797',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976983',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 16026,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno TCe 90 (0.999L turbo, 3-cylinder)',
'transmission': 'manual',
'trim': 'Techno TCe 90 (0.999L turbo, 3-cylinder)',
'vin': None,
'year': 2025}
2026-03-25 22:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:42 [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-25 22:07:42 [ecarstrade.be] INFO: Saving data for 6976983auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773854173.700184, 'last_price_update_time': 1774476462.177179}
2026-03-25 22:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976983auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980218> (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-25 22:07:44 [ecarstrade.be] INFO: Extracting details for car 6980218auction106392
2026-03-25 22:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f80a8c09-fef7-54d8-851b-b00f6a133219 with identifier: 6980218auction106392
2026-03-25 22:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f80a8c09-fef7-54d8-851b-b00f6a133219 with scrape type 2
2026-03-25 22:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f80a8c09-fef7-54d8-851b-b00f6a133219 with scrape type 2
2026-03-25 22:07:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f80a8c09-fef7-54d8-851b-b00f6a133219, identifier: 6980218auction106392
2026-03-25 22:07:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f80a8c09-fef7-54d8-851b-b00f6a133219 with identifier: 6980218auction106392
2026-03-25 22:07:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f80a8c09-fef7-54d8-851b-b00f6a133219 with identifier: 6980218auction106392
2026-03-25 22:07:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f80a8c09-fef7-54d8-851b-b00f6a133219 with identifier: 6980218auction106392 to the API
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980218>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': 'f80a8c09-fef7-54d8-851b-b00f6a133219',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980218',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 56,
'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': '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-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Saving data for 6980218auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773959209.793308, 'last_price_update_time': 1774476465.375724}
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980218auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6982830auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6982830auction106392: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6982839auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6982839auction106392: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6984003auction106404
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6984003auction106404: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6984004auction106404
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6984004auction106404: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6984005auction106404
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6984005auction106404: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6984792auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6984792auction106392: 2
2026-03-25 22:07:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6985928auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6985928auction106392: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6985932auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6985932auction106392: 2
2026-03-25 22:07:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6985934auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6985934auction106392: 2
2026-03-25 22:07:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6985935auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985935auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6985935auction106392: 2
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6985936auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6985936auction106392: 2
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6988951auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6988951auction106392: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6988952auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6988952auction106392: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6988954auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6988954auction106392: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6988955auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6988955auction106392: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6990654auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6990654auction106392: 0
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6991136auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991136auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6991136auction106392: 2
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6991220auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [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-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6991220auction106392: 2
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6991221auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991221auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6991221auction106392: 2
2026-03-25 22:07:45 [ecarstrade.be] INFO: Found listing with ID: 6991770auction106392
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991770auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:45 [ecarstrade.be] INFO: Scrape type for 6991770auction106392: 2
2026-03-25 22:07:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980343> (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-25 22:07:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:46 [ecarstrade.be] INFO: Extracting details for car 6980343auction106392
2026-03-25 22:07:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with identifier: 6980343auction106392
2026-03-25 22:07:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with scrape type 2
2026-03-25 22:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with scrape type 2
2026-03-25 22:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51, identifier: 6980343auction106392
2026-03-25 22:07:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with identifier: 6980343auction106392
2026-03-25 22:07:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with identifier: 6980343auction106392
2026-03-25 22:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08008b3c-3ab3-5dfc-9bc1-262b846fdc51 with identifier: 6980343auction106392 to the API
2026-03-25 22:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980343>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '08008b3c-3ab3-5dfc-9bc1-262b846fdc51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980343',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 8,
'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 (101 kW)',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh Electric 50 kWh (101 kW)',
'vin': None,
'year': 2024}
2026-03-25 22:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:47 [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-25 22:07:47 [ecarstrade.be] INFO: Saving data for 6980343auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773971644.519169, 'last_price_update_time': 1774476467.298986}
2026-03-25 22:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980343auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980352> (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-25 22:07:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980346> (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-25 22:07:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:47 [ecarstrade.be] INFO: Extracting details for car 6980352auction106392
2026-03-25 22:07:47 [ecarstrade.be] INFO: Extracting details for car 6980346auction106392
2026-03-25 22:07:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75de01ed-4782-5336-9676-5a68929d7cd7 with identifier: 6980352auction106392
2026-03-25 22:07:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75de01ed-4782-5336-9676-5a68929d7cd7 with scrape type 2
2026-03-25 22:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75de01ed-4782-5336-9676-5a68929d7cd7 with scrape type 2
2026-03-25 22:07:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75de01ed-4782-5336-9676-5a68929d7cd7, identifier: 6980352auction106392
2026-03-25 22:07:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 327ac545-abbd-58b6-bc17-2df9fb931724 with identifier: 6980346auction106392
2026-03-25 22:07:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 327ac545-abbd-58b6-bc17-2df9fb931724 with scrape type 2
2026-03-25 22:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 327ac545-abbd-58b6-bc17-2df9fb931724 with scrape type 2
2026-03-25 22:07:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 327ac545-abbd-58b6-bc17-2df9fb931724, identifier: 6980346auction106392
2026-03-25 22:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75de01ed-4782-5336-9676-5a68929d7cd7 with identifier: 6980352auction106392
2026-03-25 22:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75de01ed-4782-5336-9676-5a68929d7cd7 with identifier: 6980352auction106392
2026-03-25 22:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75de01ed-4782-5336-9676-5a68929d7cd7 with identifier: 6980352auction106392 to the API
2026-03-25 22:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980352>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '75de01ed-4782-5336-9676-5a68929d7cd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980352',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 6,
'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-Berlingo Van 50 kWh 50 kWh electric',
'vin': None,
'year': 2024}
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980352auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:48 [ecarstrade.be] INFO: Saving data for 6980352auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773959335.366377, 'last_price_update_time': 1774476468.03748}
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980352auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 327ac545-abbd-58b6-bc17-2df9fb931724 with identifier: 6980346auction106392
2026-03-25 22:07:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 327ac545-abbd-58b6-bc17-2df9fb931724 with identifier: 6980346auction106392
2026-03-25 22:07:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 327ac545-abbd-58b6-bc17-2df9fb931724 with identifier: 6980346auction106392 to the API
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980346>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '327ac545-abbd-58b6-bc17-2df9fb931724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980346',
'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 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980346auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:48 [ecarstrade.be] INFO: Saving data for 6980346auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773971646.770749, 'last_price_update_time': 1774476468.354754}
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980346auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980345> (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-25 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-25 22:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980354> (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-25 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-25 22:07:48 [ecarstrade.be] INFO: Extracting details for car 6980345auction106392
2026-03-25 22:07:48 [ecarstrade.be] INFO: Extracting details for car 6980354auction106392
2026-03-25 22:07:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with identifier: 6980345auction106392
2026-03-25 22:07:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with scrape type 2
2026-03-25 22:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with scrape type 2
2026-03-25 22:07:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 818d2d30-ce61-5dec-99f1-90a2400ea9a5, identifier: 6980345auction106392
2026-03-25 22:07:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with identifier: 6980354auction106392
2026-03-25 22:07:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with scrape type 2
2026-03-25 22:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with scrape type 2
2026-03-25 22:07:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d7f0565-d31f-59b2-9a0e-9facdf350e33, identifier: 6980354auction106392
2026-03-25 22:07:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with identifier: 6980345auction106392
2026-03-25 22:07:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with identifier: 6980345auction106392
2026-03-25 22:07:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 818d2d30-ce61-5dec-99f1-90a2400ea9a5 with identifier: 6980345auction106392 to the API
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980345>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '818d2d30-ce61-5dec-99f1-90a2400ea9a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980345',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 12,
'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 Citroën ë-Berlingo Van 50 kWh *3 '
'seats',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh Citroën ë- Van 50 kWh *3 seats',
'vin': None,
'year': 2024}
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276980345auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:48 [ecarstrade.be] INFO: Saving data for 6980345auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773971643.676039, 'last_price_update_time': 1774476468.984663}
2026-03-25 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980345auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with identifier: 6980354auction106392
2026-03-25 22:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with identifier: 6980354auction106392
2026-03-25 22:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d7f0565-d31f-59b2-9a0e-9facdf350e33 with identifier: 6980354auction106392 to the API
2026-03-25 22:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980354>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '5d7f0565-d31f-59b2-9a0e-9facdf350e33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980354',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 18,
'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-Berlingo Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-25 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:49 [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-25 22:07:49 [ecarstrade.be] INFO: Saving data for 6980354auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1773959290.896371, 'last_price_update_time': 1774476469.290772}
2026-03-25 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980354auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:51 [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-25 22:07:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:07:51 [ecarstrade.be] INFO: Found listing with ID: 6991771auction106392
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:51 [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-25 22:07:51 [ecarstrade.be] INFO: Scrape type for 6991771auction106392: 2
2026-03-25 22:07:51 [ecarstrade.be] INFO: Found listing with ID: 6992843auction106392
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992843auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:51 [ecarstrade.be] INFO: Scrape type for 6992843auction106392: 2
2026-03-25 22:07:51 [ecarstrade.be] INFO: Found listing with ID: 6992845auction106392
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992845auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:51 [ecarstrade.be] INFO: Scrape type for 6992845auction106392: 2
2026-03-25 22:07:51 [ecarstrade.be] INFO: Found listing with ID: 6993024auction106392
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993024auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:51 [ecarstrade.be] INFO: Scrape type for 6993024auction106392: 0
2026-03-25 22:07:51 [ecarstrade.be] INFO: Found listing with ID: 6993025auction106392
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:51 [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-25 22:07:51 [ecarstrade.be] INFO: Scrape type for 6993025auction106392: 2
2026-03-25 22:07:51 [ecarstrade.be] INFO: Found listing with ID: 6993026auction106392
2026-03-25 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6993026auction106392: 0
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6993029auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6993029auction106392: 2
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6993030auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6993030auction106392: 2
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6993031auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6993031auction106392: 2
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6993032auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6993032auction106392: 2
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6993743auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6993743auction106392: 2
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6993745auction106404
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6993745auction106404: 2
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6994241auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6994241auction106392: 2
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6994873auction106404
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6994873auction106404: 0
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6995245auction106404
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6995245auction106404: 0
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6995496auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6995496auction106392: 0
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6995498auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6995498auction106392: 0
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6995500auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6995500auction106392: 0
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6995810auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6995810auction106392: 0
2026-03-25 22:07:52 [ecarstrade.be] INFO: Found listing with ID: 6995811auction106392
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:52 [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-25 22:07:52 [ecarstrade.be] INFO: Scrape type for 6995811auction106392: 0
2026-03-25 22:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985932> (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-25 22:07:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:52 [ecarstrade.be] INFO: Extracting details for car 6985932auction106392
2026-03-25 22:07:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with identifier: 6985932auction106392
2026-03-25 22:07:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with scrape type 2
2026-03-25 22:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with scrape type 2
2026-03-25 22:07:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869, identifier: 6985932auction106392
2026-03-25 22:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with identifier: 6985932auction106392
2026-03-25 22:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with identifier: 6985932auction106392
2026-03-25 22:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869 with identifier: 6985932auction106392 to the API
2026-03-25 22:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985932>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '1dbc1e21-b6ca-5dc2-99b9-e4a12c8f1869',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985932',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24537,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-09',
'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-25 22:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:53 [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-25 22:07:53 [ecarstrade.be] INFO: Saving data for 6985932auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774017543.336162, 'last_price_update_time': 1774476473.01484}
2026-03-25 22:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985932auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985934> (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-25 22:07:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:53 [ecarstrade.be] INFO: Extracting details for car 6985934auction106392
2026-03-25 22:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5bd7891-e17f-5f8c-b397-e97868091734 with identifier: 6985934auction106392
2026-03-25 22:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5bd7891-e17f-5f8c-b397-e97868091734 with scrape type 2
2026-03-25 22:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5bd7891-e17f-5f8c-b397-e97868091734 with scrape type 2
2026-03-25 22:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5bd7891-e17f-5f8c-b397-e97868091734, identifier: 6985934auction106392
2026-03-25 22:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5bd7891-e17f-5f8c-b397-e97868091734 with identifier: 6985934auction106392
2026-03-25 22:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5bd7891-e17f-5f8c-b397-e97868091734 with identifier: 6985934auction106392
2026-03-25 22:07:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5bd7891-e17f-5f8c-b397-e97868091734 with identifier: 6985934auction106392 to the API
2026-03-25 22:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985934>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'b5bd7891-e17f-5f8c-b397-e97868091734',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985934',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 21214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-31',
'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-25 22:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:54 [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-25 22:07:54 [ecarstrade.be] INFO: Saving data for 6985934auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774017540.204036, 'last_price_update_time': 1774476474.201929}
2026-03-25 22:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985934auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985936> (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-25 22:07:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:54 [ecarstrade.be] INFO: Extracting details for car 6985936auction106392
2026-03-25 22:07:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with identifier: 6985936auction106392
2026-03-25 22:07:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with scrape type 2
2026-03-25 22:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with scrape type 2
2026-03-25 22:07:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 701f5d81-97a4-5295-b1bf-c7cdeee4e118, identifier: 6985936auction106392
2026-03-25 22:07:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with identifier: 6985936auction106392
2026-03-25 22:07:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with identifier: 6985936auction106392
2026-03-25 22:07:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 701f5d81-97a4-5295-b1bf-c7cdeee4e118 with identifier: 6985936auction106392 to the API
2026-03-25 22:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985936>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '701f5d81-97a4-5295-b1bf-c7cdeee4e118',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985936',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3792,
'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-25 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:55 [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-25 22:07:55 [ecarstrade.be] INFO: Saving data for 6985936auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774017546.251787, 'last_price_update_time': 1774476475.064566}
2026-03-25 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985936auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985935> (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-25 22:07:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:55 [ecarstrade.be] INFO: Extracting details for car 6985935auction106392
2026-03-25 22:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c707f65a-c4ee-56c9-8f9f-e24a3987dc41 with identifier: 6985935auction106392
2026-03-25 22:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c707f65a-c4ee-56c9-8f9f-e24a3987dc41 with scrape type 2
2026-03-25 22:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c707f65a-c4ee-56c9-8f9f-e24a3987dc41 with scrape type 2
2026-03-25 22:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c707f65a-c4ee-56c9-8f9f-e24a3987dc41, identifier: 6985935auction106392
2026-03-25 22:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c707f65a-c4ee-56c9-8f9f-e24a3987dc41 with identifier: 6985935auction106392
2026-03-25 22:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c707f65a-c4ee-56c9-8f9f-e24a3987dc41 with identifier: 6985935auction106392
2026-03-25 22:07:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c707f65a-c4ee-56c9-8f9f-e24a3987dc41 with identifier: 6985935auction106392 to the API
2026-03-25 22:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985935>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'c707f65a-c4ee-56c9-8f9f-e24a3987dc41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985935',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 17361,
'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-25 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985935auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:55 [ecarstrade.be] INFO: Saving data for 6985935auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774017544.239133, 'last_price_update_time': 1774476475.651434}
2026-03-25 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985935auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991136> (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-25 22:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991220> (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-25 22:07:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:55 [ecarstrade.be] INFO: Extracting details for car 6991136auction106392
2026-03-25 22:07:55 [ecarstrade.be] INFO: Extracting details for car 6991220auction106392
2026-03-25 22:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 984b34bc-41e2-5e19-8b18-5aec71250356 with identifier: 6991136auction106392
2026-03-25 22:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 984b34bc-41e2-5e19-8b18-5aec71250356 with scrape type 2
2026-03-25 22:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 984b34bc-41e2-5e19-8b18-5aec71250356 with scrape type 2
2026-03-25 22:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 984b34bc-41e2-5e19-8b18-5aec71250356, identifier: 6991136auction106392
2026-03-25 22:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with identifier: 6991220auction106392
2026-03-25 22:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with scrape type 2
2026-03-25 22:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with scrape type 2
2026-03-25 22:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e696d4c-4e24-5e53-bf8c-79aad719fb79, identifier: 6991220auction106392
2026-03-25 22:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 984b34bc-41e2-5e19-8b18-5aec71250356 with identifier: 6991136auction106392
2026-03-25 22:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 984b34bc-41e2-5e19-8b18-5aec71250356 with identifier: 6991136auction106392
2026-03-25 22:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 984b34bc-41e2-5e19-8b18-5aec71250356 with identifier: 6991136auction106392 to the API
2026-03-25 22:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991136>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '984b34bc-41e2-5e19-8b18-5aec71250356',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991136',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 15833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-02',
'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-25 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991136auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:56 [ecarstrade.be] INFO: Saving data for 6991136auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280477.777189, 'last_price_update_time': 1774476476.291336}
2026-03-25 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991136auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with identifier: 6991220auction106392
2026-03-25 22:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with identifier: 6991220auction106392
2026-03-25 22:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e696d4c-4e24-5e53-bf8c-79aad719fb79 with identifier: 6991220auction106392 to the API
2026-03-25 22:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991220>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '5e696d4c-4e24-5e53-bf8c-79aad719fb79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991220',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 19170,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-28',
'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-25 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991220auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:56 [ecarstrade.be] INFO: Saving data for 6991220auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280476.531016, 'last_price_update_time': 1774476476.602599}
2026-03-25 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991220auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984792> (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-25 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-25 22:07:56 [ecarstrade.be] INFO: Extracting details for car 6984792auction106392
2026-03-25 22:07:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 694105ee-71ab-5170-9382-74e050902a23 with identifier: 6984792auction106392
2026-03-25 22:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 694105ee-71ab-5170-9382-74e050902a23 with scrape type 2
2026-03-25 22:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 694105ee-71ab-5170-9382-74e050902a23 with scrape type 2
2026-03-25 22:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 694105ee-71ab-5170-9382-74e050902a23, identifier: 6984792auction106392
2026-03-25 22:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 694105ee-71ab-5170-9382-74e050902a23 with identifier: 6984792auction106392
2026-03-25 22:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 694105ee-71ab-5170-9382-74e050902a23 with identifier: 6984792auction106392
2026-03-25 22:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 694105ee-71ab-5170-9382-74e050902a23 with identifier: 6984792auction106392 to the API
2026-03-25 22:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984792>
{'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-27T22:40:04Z',
'fuel_type': 'Electric',
'id': '694105ee-71ab-5170-9382-74e050902a23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984792',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Lotus',
'model': 'Eletre',
'odometer': 34579,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-05',
'seats_number': 5,
'seller_name': None,
'title': 'Lotus Eletre Eletre Elektro 612hp',
'transmission': 'automatic',
'trim': 'Elektro 612hp',
'vin': None,
'year': 2023}
2026-03-25 22:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:57 [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-25 22:07:57 [ecarstrade.be] INFO: Saving data for 6984792auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774017543.649379, 'last_price_update_time': 1774476477.125477}
2026-03-25 22:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984792auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991221> (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-25 22:07:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:58 [ecarstrade.be] INFO: Extracting details for car 6991221auction106392
2026-03-25 22:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70bf0ab9-dee2-563c-9633-26f0eeb7512f with identifier: 6991221auction106392
2026-03-25 22:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70bf0ab9-dee2-563c-9633-26f0eeb7512f with scrape type 2
2026-03-25 22:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70bf0ab9-dee2-563c-9633-26f0eeb7512f with scrape type 2
2026-03-25 22:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70bf0ab9-dee2-563c-9633-26f0eeb7512f, identifier: 6991221auction106392
2026-03-25 22:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70bf0ab9-dee2-563c-9633-26f0eeb7512f with identifier: 6991221auction106392
2026-03-25 22:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70bf0ab9-dee2-563c-9633-26f0eeb7512f with identifier: 6991221auction106392
2026-03-25 22:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70bf0ab9-dee2-563c-9633-26f0eeb7512f with identifier: 6991221auction106392 to the API
2026-03-25 22:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:07: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-25 22:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991221>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '70bf0ab9-dee2-563c-9633-26f0eeb7512f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991221',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS3',
'odometer': 4336,
'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-25 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991221auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:07:58 [ecarstrade.be] INFO: Saving data for 6991221auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280477.354684, 'last_price_update_time': 1774476478.706338}
2026-03-25 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991221auction106392') HTTP/1.1" 204 0
2026-03-25 22:07:59 [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-25 22:07:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6997367auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6997367auction106392: 0
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6997369auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6997369auction106392: 0
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6997380auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6997380auction106392: 0
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6997381auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6997381auction106392: 0
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6997383auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6997383auction106392: 0
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6998338auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6998338auction106392: 2
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6998339auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6998339auction106392: 2
2026-03-25 22:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991770> (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-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6999054auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6999054auction106392: 2
2026-03-25 22:07:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6999055auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6999055auction106392: 2
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6999150auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6999150auction106392: 2
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6999151auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6999151auction106392: 2
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6999152auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6999152auction106392: 2
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6999154auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6999154auction106392: 2
2026-03-25 22:07:59 [ecarstrade.be] INFO: Extracting details for car 6991770auction106392
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6999155auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6999155auction106392: 2
2026-03-25 22:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f13fa13-5718-5fe2-ae96-5cdf7acef9f2 with identifier: 6991770auction106392
2026-03-25 22:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f13fa13-5718-5fe2-ae96-5cdf7acef9f2 with scrape type 2
2026-03-25 22:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f13fa13-5718-5fe2-ae96-5cdf7acef9f2 with scrape type 2
2026-03-25 22:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f13fa13-5718-5fe2-ae96-5cdf7acef9f2, identifier: 6991770auction106392
2026-03-25 22:07:59 [ecarstrade.be] INFO: Found listing with ID: 6999156auction106392
2026-03-25 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:07:59 [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-25 22:07:59 [ecarstrade.be] INFO: Scrape type for 6999156auction106392: 2
2026-03-25 22:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f13fa13-5718-5fe2-ae96-5cdf7acef9f2 with identifier: 6991770auction106392
2026-03-25 22:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f13fa13-5718-5fe2-ae96-5cdf7acef9f2 with identifier: 6991770auction106392
2026-03-25 22:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f13fa13-5718-5fe2-ae96-5cdf7acef9f2 with identifier: 6991770auction106392 to the API
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991770>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '3f13fa13-5718-5fe2-ae96-5cdf7acef9f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991770',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10663,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-28',
'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-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991770auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:00 [ecarstrade.be] INFO: Saving data for 6991770auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280473.555693, 'last_price_update_time': 1774476480.299234}
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991770auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:00 [ecarstrade.be] INFO: Found listing with ID: 6999157auction106392
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:00 [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-25 22:08:00 [ecarstrade.be] INFO: Scrape type for 6999157auction106392: 2
2026-03-25 22:08:00 [ecarstrade.be] INFO: Found listing with ID: 6999158auction106392
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:00 [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-25 22:08:00 [ecarstrade.be] INFO: Scrape type for 6999158auction106392: 2
2026-03-25 22:08:00 [ecarstrade.be] INFO: Found listing with ID: 6999159auction106392
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:00 [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-25 22:08:00 [ecarstrade.be] INFO: Scrape type for 6999159auction106392: 2
2026-03-25 22:08:00 [ecarstrade.be] INFO: Found listing with ID: 6999160auction106392
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:00 [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-25 22:08:00 [ecarstrade.be] INFO: Scrape type for 6999160auction106392: 2
2026-03-25 22:08:00 [ecarstrade.be] INFO: Found listing with ID: 6999162auction106392
2026-03-25 22:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:00 [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-25 22:08:00 [ecarstrade.be] INFO: Scrape type for 6999162auction106392: 2
2026-03-25 22:08:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6991771> (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-25 22:08:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:02 [ecarstrade.be] INFO: Extracting details for car 6991771auction106392
2026-03-25 22:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cbc7ce-7286-5f86-898a-a7f648aefbff with identifier: 6991771auction106392
2026-03-25 22:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cbc7ce-7286-5f86-898a-a7f648aefbff with scrape type 2
2026-03-25 22:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cbc7ce-7286-5f86-898a-a7f648aefbff with scrape type 2
2026-03-25 22:08:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52cbc7ce-7286-5f86-898a-a7f648aefbff, identifier: 6991771auction106392
2026-03-25 22:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52cbc7ce-7286-5f86-898a-a7f648aefbff with identifier: 6991771auction106392
2026-03-25 22:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52cbc7ce-7286-5f86-898a-a7f648aefbff with identifier: 6991771auction106392
2026-03-25 22:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52cbc7ce-7286-5f86-898a-a7f648aefbff with identifier: 6991771auction106392 to the API
2026-03-25 22:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6991771>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': '52cbc7ce-7286-5f86-898a-a7f648aefbff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6991771',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 38,
'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': 3,
'seller_name': None,
'title': 'Citroen Jumpy JUMPY FGN M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'JUMPY FGN M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:02 [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-25 22:08:02 [ecarstrade.be] INFO: Saving data for 6991771auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280255.421615, 'last_price_update_time': 1774476482.891192}
2026-03-25 22:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6991771auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992845> (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-25 22:08:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993025> (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-25 22:08:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:03 [ecarstrade.be] INFO: Extracting details for car 6992845auction106392
2026-03-25 22:08:03 [ecarstrade.be] INFO: Extracting details for car 6993025auction106392
2026-03-25 22:08:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993029> (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-25 22:08:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b72dc38e-3564-5dd7-beb1-4d91b3166803 with identifier: 6992845auction106392
2026-03-25 22:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b72dc38e-3564-5dd7-beb1-4d91b3166803 with scrape type 2
2026-03-25 22:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b72dc38e-3564-5dd7-beb1-4d91b3166803 with scrape type 2
2026-03-25 22:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b72dc38e-3564-5dd7-beb1-4d91b3166803, identifier: 6992845auction106392
2026-03-25 22:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cf1e159-9a6e-528b-92ac-380d26720f0e with identifier: 6993025auction106392
2026-03-25 22:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cf1e159-9a6e-528b-92ac-380d26720f0e with scrape type 2
2026-03-25 22:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cf1e159-9a6e-528b-92ac-380d26720f0e with scrape type 2
2026-03-25 22:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cf1e159-9a6e-528b-92ac-380d26720f0e, identifier: 6993025auction106392
2026-03-25 22:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b72dc38e-3564-5dd7-beb1-4d91b3166803 with identifier: 6992845auction106392
2026-03-25 22:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b72dc38e-3564-5dd7-beb1-4d91b3166803 with identifier: 6992845auction106392
2026-03-25 22:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b72dc38e-3564-5dd7-beb1-4d91b3166803 with identifier: 6992845auction106392 to the API
2026-03-25 22:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992845>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'b72dc38e-3564-5dd7-beb1-4d91b3166803',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992845',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 10,
'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': 3,
'seller_name': None,
'title': 'Peugeot Boxer TOLE 3.5 T L2H2 BLUEHDI 140 S&S BVM6',
'transmission': 'manual',
'trim': 'TOLE 3.5 T L2H2 BLUEHDI 140 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992845auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:03 [ecarstrade.be] INFO: Saving data for 6992845auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280477.023577, 'last_price_update_time': 1774476483.542234}
2026-03-25 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992845auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cf1e159-9a6e-528b-92ac-380d26720f0e with identifier: 6993025auction106392
2026-03-25 22:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cf1e159-9a6e-528b-92ac-380d26720f0e with identifier: 6993025auction106392
2026-03-25 22:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cf1e159-9a6e-528b-92ac-380d26720f0e with identifier: 6993025auction106392 to the API
2026-03-25 22:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993025>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8cf1e159-9a6e-528b-92ac-380d26720f0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993025',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 25522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 225 Plug-in Hybrid (e-EAT8) 1.6L',
'transmission': 'automatic',
'trim': 'GT Hybrid 225 Plug-in Hybrid (e-EAT8) 1.6L',
'vin': None,
'year': 2023}
2026-03-25 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276993025auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:03 [ecarstrade.be] INFO: Saving data for 6993025auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280267.374067, 'last_price_update_time': 1774476483.842293}
2026-03-25 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993025auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:03 [ecarstrade.be] INFO: Extracting details for car 6993029auction106392
2026-03-25 22:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f484d4c-4372-5405-969c-850f76094301 with identifier: 6993029auction106392
2026-03-25 22:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f484d4c-4372-5405-969c-850f76094301 with scrape type 2
2026-03-25 22:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f484d4c-4372-5405-969c-850f76094301 with scrape type 2
2026-03-25 22:08:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f484d4c-4372-5405-969c-850f76094301, identifier: 6993029auction106392
2026-03-25 22:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f484d4c-4372-5405-969c-850f76094301 with identifier: 6993029auction106392
2026-03-25 22:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f484d4c-4372-5405-969c-850f76094301 with identifier: 6993029auction106392
2026-03-25 22:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f484d4c-4372-5405-969c-850f76094301 with identifier: 6993029auction106392 to the API
2026-03-25 22:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993029>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': '5f484d4c-4372-5405-969c-850f76094301',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993029',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumpy',
'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': 3,
'seller_name': None,
'title': 'Citroen Jumpy JUMPY FGN M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'JUMPY FGN M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276993029auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:04 [ecarstrade.be] INFO: Saving data for 6993029auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280499.689394, 'last_price_update_time': 1774476484.384777}
2026-03-25 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993029auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992843> (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-25 22:08:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993030> (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-25 22:08:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:05 [ecarstrade.be] INFO: Extracting details for car 6992843auction106392
2026-03-25 22:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72954c8e-16a7-5a63-9e4c-615ba1890f45 with identifier: 6992843auction106392
2026-03-25 22:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72954c8e-16a7-5a63-9e4c-615ba1890f45 with scrape type 2
2026-03-25 22:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72954c8e-16a7-5a63-9e4c-615ba1890f45 with scrape type 2
2026-03-25 22:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72954c8e-16a7-5a63-9e4c-615ba1890f45, identifier: 6992843auction106392
2026-03-25 22:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72954c8e-16a7-5a63-9e4c-615ba1890f45 with identifier: 6992843auction106392
2026-03-25 22:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72954c8e-16a7-5a63-9e4c-615ba1890f45 with identifier: 6992843auction106392
2026-03-25 22:08:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72954c8e-16a7-5a63-9e4c-615ba1890f45 with identifier: 6992843auction106392 to the API
2026-03-25 22:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992843>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '72954c8e-16a7-5a63-9e4c-615ba1890f45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992843',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 18395,
'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 Style',
'transmission': 'manual',
'trim': '100 S&S BVM6 Style',
'vin': None,
'year': 2025}
2026-03-25 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992843auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:05 [ecarstrade.be] INFO: Saving data for 6992843auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280475.06185, 'last_price_update_time': 1774476485.694825}
2026-03-25 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992843auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:05 [ecarstrade.be] INFO: Extracting details for car 6993030auction106392
2026-03-25 22:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with identifier: 6993030auction106392
2026-03-25 22:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with scrape type 2
2026-03-25 22:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with scrape type 2
2026-03-25 22:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 029e30fe-aa99-5c8d-8306-bbc1604c7b69, identifier: 6993030auction106392
2026-03-25 22:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with identifier: 6993030auction106392
2026-03-25 22:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with identifier: 6993030auction106392
2026-03-25 22:08:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 029e30fe-aa99-5c8d-8306-bbc1604c7b69 with identifier: 6993030auction106392 to the API
2026-03-25 22:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993030>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': '029e30fe-aa99-5c8d-8306-bbc1604c7b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993030',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 18,
'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': 3,
'seller_name': None,
'title': 'Citroen Jumpy JUMPY FGN M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'JUMPY FGN M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2025}
2026-03-25 22:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:06 [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-25 22:08:06 [ecarstrade.be] INFO: Saving data for 6993030auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280499.081584, 'last_price_update_time': 1774476486.137113}
2026-03-25 22:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993030auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6994241> (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-25 22:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:06 [ecarstrade.be] INFO: Extracting details for car 6994241auction106392
2026-03-25 22:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with identifier: 6994241auction106392
2026-03-25 22:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with scrape type 2
2026-03-25 22:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with scrape type 2
2026-03-25 22:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52, identifier: 6994241auction106392
2026-03-25 22:08:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with identifier: 6994241auction106392
2026-03-25 22:08:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with identifier: 6994241auction106392
2026-03-25 22:08:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52 with identifier: 6994241auction106392 to the API
2026-03-25 22:08:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6994241>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '6b7aecb9-3053-5ab5-bcb8-eab8c3fb4a52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6994241',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 31841,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia 1.0 MPI 65 ch BVM5 Active',
'transmission': 'manual',
'trim': '1.0 MPI 65 ch BVM5 Active',
'vin': None,
'year': 2022}
2026-03-25 22:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:06 [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-25 22:08:06 [ecarstrade.be] INFO: Saving data for 6994241auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774285260.125905, 'last_price_update_time': 1774476486.656735}
2026-03-25 22:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6994241auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:06 [scrapy.extensions.logstats] INFO: Crawled 1182 pages (at 41 pages/min), scraped 986 items (at 35 items/min)
2026-03-25 22:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993745> (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-25 22:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:06 [ecarstrade.be] INFO: Extracting details for car 6993745auction106404
2026-03-25 22:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c75f2d16-6357-5713-b9cb-5e73b8a866f2 with identifier: 6993745auction106404
2026-03-25 22:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c75f2d16-6357-5713-b9cb-5e73b8a866f2 with scrape type 2
2026-03-25 22:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c75f2d16-6357-5713-b9cb-5e73b8a866f2 with scrape type 2
2026-03-25 22:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c75f2d16-6357-5713-b9cb-5e73b8a866f2, identifier: 6993745auction106404
2026-03-25 22:08:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c75f2d16-6357-5713-b9cb-5e73b8a866f2 with identifier: 6993745auction106404
2026-03-25 22:08:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c75f2d16-6357-5713-b9cb-5e73b8a866f2 with identifier: 6993745auction106404
2026-03-25 22:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c75f2d16-6357-5713-b9cb-5e73b8a866f2 with identifier: 6993745auction106404 to the API
2026-03-25 22:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993745>
{'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-27T22:40:04Z',
'fuel_type': 'Diesel',
'id': 'c75f2d16-6357-5713-b9cb-5e73b8a866f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993745',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-11-21',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Berlingo VAN 1.5 DIESEL 102hp',
'transmission': 'manual',
'trim': 'VAN 1.5 DIESEL 102hp',
'vin': None,
'year': 2025}
2026-03-25 22:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:07 [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-25 22:08:07 [ecarstrade.be] INFO: Saving data for 6993745auction106404: {'auction_closing_time': 1774651204.0, 'created_time': 1774284809.637789, 'last_price_update_time': 1774476487.26013}
2026-03-25 22:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993745auction106404') HTTP/1.1" 204 0
2026-03-25 22:08:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993743> (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-25 22:08:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:08 [ecarstrade.be] INFO: Extracting details for car 6993743auction106392
2026-03-25 22:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6993743auction106392, dropping item
2026-03-25 22:08:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993032> (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-25 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-25 22:08:10 [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-25 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-25 22:08:10 [ecarstrade.be] INFO: Extracting details for car 6993032auction106392
2026-03-25 22:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a2ae74-0784-584c-98ec-529747d76269 with identifier: 6993032auction106392
2026-03-25 22:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a2ae74-0784-584c-98ec-529747d76269 with scrape type 2
2026-03-25 22:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a2ae74-0784-584c-98ec-529747d76269 with scrape type 2
2026-03-25 22:08:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5a2ae74-0784-584c-98ec-529747d76269, identifier: 6993032auction106392
2026-03-25 22:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5a2ae74-0784-584c-98ec-529747d76269 with identifier: 6993032auction106392
2026-03-25 22:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5a2ae74-0784-584c-98ec-529747d76269 with identifier: 6993032auction106392
2026-03-25 22:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5a2ae74-0784-584c-98ec-529747d76269 with identifier: 6993032auction106392 to the API
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993032>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'b5a2ae74-0784-584c-98ec-529747d76269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993032',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10570,
'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 Style',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Style',
'vin': None,
'year': 2025}
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276993032auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Saving data for 6993032auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280233.875615, 'last_price_update_time': 1774476490.699779}
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993032auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999163auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999163auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999163auction106392: 2
2026-03-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999164auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999164auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999164auction106392: 2
2026-03-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999165auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999165auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999165auction106392: 2
2026-03-25 22:08:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993031> (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-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999166auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999166auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999166auction106392: 2
2026-03-25 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-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999167auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999167auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999167auction106392: 2
2026-03-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999168auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999168auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999168auction106392: 2
2026-03-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999170auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999170auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999170auction106392: 2
2026-03-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999171auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999171auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999171auction106392: 2
2026-03-25 22:08:10 [ecarstrade.be] INFO: Extracting details for car 6993031auction106392
2026-03-25 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 6999173auction106392
2026-03-25 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999173auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:10 [ecarstrade.be] INFO: Scrape type for 6999173auction106392: 2
2026-03-25 22:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 115e7a31-0bcd-59d9-8851-50205d328f3f with identifier: 6993031auction106392
2026-03-25 22:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 115e7a31-0bcd-59d9-8851-50205d328f3f with scrape type 2
2026-03-25 22:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 115e7a31-0bcd-59d9-8851-50205d328f3f with scrape type 2
2026-03-25 22:08:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 115e7a31-0bcd-59d9-8851-50205d328f3f, identifier: 6993031auction106392
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999174auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999174auction106392: 2
2026-03-25 22:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 115e7a31-0bcd-59d9-8851-50205d328f3f with identifier: 6993031auction106392
2026-03-25 22:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 115e7a31-0bcd-59d9-8851-50205d328f3f with identifier: 6993031auction106392
2026-03-25 22:08:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 115e7a31-0bcd-59d9-8851-50205d328f3f with identifier: 6993031auction106392 to the API
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993031>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '115e7a31-0bcd-59d9-8851-50205d328f3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993031',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 18034,
'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 208 100 S&S BVM6 Style',
'transmission': 'manual',
'trim': '100 S&S BVM6 Style',
'vin': None,
'year': 2025}
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Saving data for 6993031auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774280544.071443, 'last_price_update_time': 1774476491.378198}
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993031auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999176auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999176auction106392: 2
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999177auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999177auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999177auction106392: 2
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999178auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999178auction106392: 2
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999180auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999180auction106392: 2
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999181auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999181auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999181auction106392: 2
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999182auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999182auction106392: 2
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999183auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999183auction106392: 0
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999184auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999184auction106392: 2
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999185auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999185auction106392: 2
2026-03-25 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 6999186auction106392
2026-03-25 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:11 [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-25 22:08:11 [ecarstrade.be] INFO: Scrape type for 6999186auction106392: 2
2026-03-25 22:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998339> (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-25 22:08:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:12 [ecarstrade.be] INFO: Extracting details for car 6998339auction106392
2026-03-25 22:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff584c50-2cea-54b1-b35a-2a2a030f322c with identifier: 6998339auction106392
2026-03-25 22:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff584c50-2cea-54b1-b35a-2a2a030f322c with scrape type 2
2026-03-25 22:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff584c50-2cea-54b1-b35a-2a2a030f322c with scrape type 2
2026-03-25 22:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff584c50-2cea-54b1-b35a-2a2a030f322c, identifier: 6998339auction106392
2026-03-25 22:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff584c50-2cea-54b1-b35a-2a2a030f322c with identifier: 6998339auction106392
2026-03-25 22:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff584c50-2cea-54b1-b35a-2a2a030f322c with identifier: 6998339auction106392
2026-03-25 22:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff584c50-2cea-54b1-b35a-2a2a030f322c with identifier: 6998339auction106392 to the API
2026-03-25 22:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998339>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'ff584c50-2cea-54b1-b35a-2a2a030f322c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998339',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Fiat',
'model': '500',
'odometer': 24696,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-30',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 70 ch Hybride BSG S/S',
'transmission': 'manual',
'trim': '1.0 70 ch Hybride BSG S/S',
'vin': None,
'year': 2023}
2026-03-25 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:12 [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-25 22:08:12 [ecarstrade.be] INFO: Saving data for 6998339auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774373719.109957, 'last_price_update_time': 1774476492.62907}
2026-03-25 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998339auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999054> (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-25 22:08:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:12 [ecarstrade.be] INFO: Extracting details for car 6999054auction106392
2026-03-25 22:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with identifier: 6999054auction106392
2026-03-25 22:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with scrape type 2
2026-03-25 22:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with scrape type 2
2026-03-25 22:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5eb7faf-2e4c-5d56-9094-f9fba12a9253, identifier: 6999054auction106392
2026-03-25 22:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with identifier: 6999054auction106392
2026-03-25 22:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with identifier: 6999054auction106392
2026-03-25 22:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5eb7faf-2e4c-5d56-9094-f9fba12a9253 with identifier: 6999054auction106392 to the API
2026-03-25 22:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999054>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'd5eb7faf-2e4c-5d56-9094-f9fba12a9253',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999054',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 20514,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max 1.2L PureTech Turbo 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Max 1.2L PureTech Turbo 130 (EAT8)',
'vin': None,
'year': 2024}
2026-03-25 22:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:13 [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-25 22:08:13 [ecarstrade.be] INFO: Saving data for 6999054auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389963.483855, 'last_price_update_time': 1774476493.304852}
2026-03-25 22:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999054auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998338> (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-25 22:08:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:13 [ecarstrade.be] INFO: Extracting details for car 6998338auction106392
2026-03-25 22:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with identifier: 6998338auction106392
2026-03-25 22:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with scrape type 2
2026-03-25 22:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with scrape type 2
2026-03-25 22:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8eb98a12-108a-51c9-a331-9e502f3ec7e3, identifier: 6998338auction106392
2026-03-25 22:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with identifier: 6998338auction106392
2026-03-25 22:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with identifier: 6998338auction106392
2026-03-25 22:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8eb98a12-108a-51c9-a331-9e502f3ec7e3 with identifier: 6998338auction106392 to the API
2026-03-25 22:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998338>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '8eb98a12-108a-51c9-a331-9e502f3ec7e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998338',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8131,
'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 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-25 22:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:13 [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-25 22:08:13 [ecarstrade.be] INFO: Saving data for 6998338auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774373719.616769, 'last_price_update_time': 1774476493.820208}
2026-03-25 22:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998338auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999055> (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-25 22:08:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999162> (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-25 22:08:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:14 [ecarstrade.be] INFO: Extracting details for car 6999055auction106392
2026-03-25 22:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with identifier: 6999055auction106392
2026-03-25 22:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with scrape type 2
2026-03-25 22:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with scrape type 2
2026-03-25 22:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36, identifier: 6999055auction106392
2026-03-25 22:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with identifier: 6999055auction106392
2026-03-25 22:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with identifier: 6999055auction106392
2026-03-25 22:08:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba4e34be-55e7-5552-bbb6-a60a7d5b0d36 with identifier: 6999055auction106392 to the API
2026-03-25 22:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999055>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'ba4e34be-55e7-5552-bbb6-a60a7d5b0d36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999055',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 15195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-16',
'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-25 22:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:15 [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-25 22:08:15 [ecarstrade.be] INFO: Saving data for 6999055auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389963.855855, 'last_price_update_time': 1774476495.082444}
2026-03-25 22:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999055auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:15 [ecarstrade.be] INFO: Extracting details for car 6999162auction106392
2026-03-25 22:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a68819d-d5a8-510b-92d6-5f76a22b24ac with identifier: 6999162auction106392
2026-03-25 22:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a68819d-d5a8-510b-92d6-5f76a22b24ac with scrape type 2
2026-03-25 22:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a68819d-d5a8-510b-92d6-5f76a22b24ac with scrape type 2
2026-03-25 22:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a68819d-d5a8-510b-92d6-5f76a22b24ac, identifier: 6999162auction106392
2026-03-25 22:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a68819d-d5a8-510b-92d6-5f76a22b24ac with identifier: 6999162auction106392
2026-03-25 22:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a68819d-d5a8-510b-92d6-5f76a22b24ac with identifier: 6999162auction106392
2026-03-25 22:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a68819d-d5a8-510b-92d6-5f76a22b24ac with identifier: 6999162auction106392 to the API
2026-03-25 22:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999162>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8a68819d-d5a8-510b-92d6-5f76a22b24ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999162',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 29966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-25 22:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:15 [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-25 22:08:15 [ecarstrade.be] INFO: Saving data for 6999162auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389979.98973, 'last_price_update_time': 1774476495.517793}
2026-03-25 22:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999162auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999160> (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-25 22:08:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:16 [ecarstrade.be] INFO: Extracting details for car 6999160auction106392
2026-03-25 22:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with identifier: 6999160auction106392
2026-03-25 22:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with scrape type 2
2026-03-25 22:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with scrape type 2
2026-03-25 22:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e, identifier: 6999160auction106392
2026-03-25 22:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with identifier: 6999160auction106392
2026-03-25 22:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with identifier: 6999160auction106392
2026-03-25 22:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ff26d73-e9e1-5c04-a2ec-a852c134de0e with identifier: 6999160auction106392 to the API
2026-03-25 22:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999160>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '3ff26d73-e9e1-5c04-a2ec-a852c134de0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999160',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 16298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) 100hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) 100hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999160auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:17 [ecarstrade.be] INFO: Saving data for 6999160auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389919.877743, 'last_price_update_time': 1774476497.358184}
2026-03-25 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999160auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999158> (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-25 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-25 22:08:17 [ecarstrade.be] INFO: Extracting details for car 6999158auction106392
2026-03-25 22:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with identifier: 6999158auction106392
2026-03-25 22:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with scrape type 2
2026-03-25 22:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with scrape type 2
2026-03-25 22:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b, identifier: 6999158auction106392
2026-03-25 22:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with identifier: 6999158auction106392
2026-03-25 22:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with identifier: 6999158auction106392
2026-03-25 22:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with identifier: 6999158auction106392 to the API
2026-03-25 22:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:18 [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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'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 (1.2L)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-25 22:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:18 [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-25 22:08:18 [ecarstrade.be] INFO: Saving data for 6999158auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389920.619491, 'last_price_update_time': 1774476498.344171}
2026-03-25 22:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999158auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999159> (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-25 22:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:18 [ecarstrade.be] INFO: Extracting details for car 6999159auction106392
2026-03-25 22:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 240ab6b6-9e88-57a7-b345-57b93af21bf1 with identifier: 6999159auction106392
2026-03-25 22:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 240ab6b6-9e88-57a7-b345-57b93af21bf1 with scrape type 2
2026-03-25 22:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 240ab6b6-9e88-57a7-b345-57b93af21bf1 with scrape type 2
2026-03-25 22:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 240ab6b6-9e88-57a7-b345-57b93af21bf1, identifier: 6999159auction106392
2026-03-25 22:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 240ab6b6-9e88-57a7-b345-57b93af21bf1 with identifier: 6999159auction106392
2026-03-25 22:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 240ab6b6-9e88-57a7-b345-57b93af21bf1 with identifier: 6999159auction106392
2026-03-25 22:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 240ab6b6-9e88-57a7-b345-57b93af21bf1 with identifier: 6999159auction106392 to the API
2026-03-25 22:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999159>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '240ab6b6-9e88-57a7-b345-57b93af21bf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999159',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 15437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) 100 hp S&S manual (BVM6)',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) 100 hp S&S manual (BVM6)',
'vin': None,
'year': 2025}
2026-03-25 22:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:18 [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-25 22:08:18 [ecarstrade.be] INFO: Saving data for 6999159auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389921.082783, 'last_price_update_time': 1774476498.896207}
2026-03-25 22:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999159auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999157> (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-25 22:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:19 [ecarstrade.be] INFO: Extracting details for car 6999157auction106392
2026-03-25 22:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with identifier: 6999157auction106392
2026-03-25 22:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with scrape type 2
2026-03-25 22:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with scrape type 2
2026-03-25 22:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6a46c21-ab25-5b2c-a781-37b1e70c6db2, identifier: 6999157auction106392
2026-03-25 22:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with identifier: 6999157auction106392
2026-03-25 22:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with identifier: 6999157auction106392
2026-03-25 22:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6a46c21-ab25-5b2c-a781-37b1e70c6db2 with identifier: 6999157auction106392 to the API
2026-03-25 22:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999157>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'c6a46c21-ab25-5b2c-a781-37b1e70c6db2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999157',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7549,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) gasoline 100 hp S&S, manual '
'6-speed',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) gasoline 100 hp S&S, manual 6-speed',
'vin': None,
'year': 2025}
2026-03-25 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:19 [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-25 22:08:19 [ecarstrade.be] INFO: Saving data for 6999157auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389922.762537, 'last_price_update_time': 1774476499.509853}
2026-03-25 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999157auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999156> (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-25 22:08:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:19 [ecarstrade.be] INFO: Extracting details for car 6999156auction106392
2026-03-25 22:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcd73d05-6a02-5126-a80b-0a461fa3e229 with identifier: 6999156auction106392
2026-03-25 22:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcd73d05-6a02-5126-a80b-0a461fa3e229 with scrape type 2
2026-03-25 22:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcd73d05-6a02-5126-a80b-0a461fa3e229 with scrape type 2
2026-03-25 22:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcd73d05-6a02-5126-a80b-0a461fa3e229, identifier: 6999156auction106392
2026-03-25 22:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcd73d05-6a02-5126-a80b-0a461fa3e229 with identifier: 6999156auction106392
2026-03-25 22:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcd73d05-6a02-5126-a80b-0a461fa3e229 with identifier: 6999156auction106392
2026-03-25 22:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcd73d05-6a02-5126-a80b-0a461fa3e229 with identifier: 6999156auction106392 to the API
2026-03-25 22:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999156>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fcd73d05-6a02-5126-a80b-0a461fa3e229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999156',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style Hybrid 145 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'Style Hybrid 145 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:20 [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-25 22:08:20 [ecarstrade.be] INFO: Saving data for 6999156auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389923.594809, 'last_price_update_time': 1774476500.165858}
2026-03-25 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999156auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999155> (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-25 22:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:20 [ecarstrade.be] INFO: Extracting details for car 6999155auction106392
2026-03-25 22:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 723a41f3-4b85-5303-9eae-e9014934d376 with identifier: 6999155auction106392
2026-03-25 22:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 723a41f3-4b85-5303-9eae-e9014934d376 with scrape type 2
2026-03-25 22:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 723a41f3-4b85-5303-9eae-e9014934d376 with scrape type 2
2026-03-25 22:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 723a41f3-4b85-5303-9eae-e9014934d376, identifier: 6999155auction106392
2026-03-25 22:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 723a41f3-4b85-5303-9eae-e9014934d376 with identifier: 6999155auction106392
2026-03-25 22:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 723a41f3-4b85-5303-9eae-e9014934d376 with identifier: 6999155auction106392
2026-03-25 22:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 723a41f3-4b85-5303-9eae-e9014934d376 with identifier: 6999155auction106392 to the API
2026-03-25 22:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999155>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '723a41f3-4b85-5303-9eae-e9014934d376',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999155',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 34089,
'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 GT 3008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:20 [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-25 22:08:20 [ecarstrade.be] INFO: Saving data for 6999155auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389924.760808, 'last_price_update_time': 1774476500.724761}
2026-03-25 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999155auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999154> (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-25 22:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:20 [ecarstrade.be] INFO: Extracting details for car 6999154auction106392
2026-03-25 22:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c245bb-6ca2-5c32-88fa-129259e4497f with identifier: 6999154auction106392
2026-03-25 22:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c245bb-6ca2-5c32-88fa-129259e4497f with scrape type 2
2026-03-25 22:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c245bb-6ca2-5c32-88fa-129259e4497f with scrape type 2
2026-03-25 22:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70c245bb-6ca2-5c32-88fa-129259e4497f, identifier: 6999154auction106392
2026-03-25 22:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70c245bb-6ca2-5c32-88fa-129259e4497f with identifier: 6999154auction106392
2026-03-25 22:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70c245bb-6ca2-5c32-88fa-129259e4497f with identifier: 6999154auction106392
2026-03-25 22:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70c245bb-6ca2-5c32-88fa-129259e4497f with identifier: 6999154auction106392 to the API
2026-03-25 22:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999154>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '70c245bb-6ca2-5c32-88fa-129259e4497f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999154',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 26715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-25 22:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:21 [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-25 22:08:21 [ecarstrade.be] INFO: Saving data for 6999154auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389922.056207, 'last_price_update_time': 1774476501.40238}
2026-03-25 22:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999154auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999150> (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-25 22:08:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:24 [ecarstrade.be] INFO: Extracting details for car 6999150auction106392
2026-03-25 22:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9642d92c-3b01-5f23-83ac-c1af8076ce9f with identifier: 6999150auction106392
2026-03-25 22:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9642d92c-3b01-5f23-83ac-c1af8076ce9f with scrape type 2
2026-03-25 22:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9642d92c-3b01-5f23-83ac-c1af8076ce9f with scrape type 2
2026-03-25 22:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9642d92c-3b01-5f23-83ac-c1af8076ce9f, identifier: 6999150auction106392
2026-03-25 22:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9642d92c-3b01-5f23-83ac-c1af8076ce9f with identifier: 6999150auction106392
2026-03-25 22:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9642d92c-3b01-5f23-83ac-c1af8076ce9f with identifier: 6999150auction106392
2026-03-25 22:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9642d92c-3b01-5f23-83ac-c1af8076ce9f with identifier: 6999150auction106392 to the API
2026-03-25 22:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999150>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9642d92c-3b01-5f23-83ac-c1af8076ce9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999150',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 21520,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Allure Hybrid 145 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'SW Allure Hybrid 145 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:24 [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-25 22:08:24 [ecarstrade.be] INFO: Saving data for 6999150auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389962.887774, 'last_price_update_time': 1774476504.869247}
2026-03-25 22:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999150auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999151> (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-25 22:08:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999165> (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-25 22:08:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:25 [ecarstrade.be] INFO: Extracting details for car 6999151auction106392
2026-03-25 22:08:25 [ecarstrade.be] INFO: Extracting details for car 6999165auction106392
2026-03-25 22:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d957eb52-30fa-537d-951a-2c57a11ac08f with identifier: 6999151auction106392
2026-03-25 22:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d957eb52-30fa-537d-951a-2c57a11ac08f with scrape type 2
2026-03-25 22:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d957eb52-30fa-537d-951a-2c57a11ac08f with scrape type 2
2026-03-25 22:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d957eb52-30fa-537d-951a-2c57a11ac08f, identifier: 6999151auction106392
2026-03-25 22:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with identifier: 6999165auction106392
2026-03-25 22:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with scrape type 2
2026-03-25 22:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with scrape type 2
2026-03-25 22:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8, identifier: 6999165auction106392
2026-03-25 22:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d957eb52-30fa-537d-951a-2c57a11ac08f with identifier: 6999151auction106392
2026-03-25 22:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d957eb52-30fa-537d-951a-2c57a11ac08f with identifier: 6999151auction106392
2026-03-25 22:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d957eb52-30fa-537d-951a-2c57a11ac08f with identifier: 6999151auction106392 to the API
2026-03-25 22:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999151>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd957eb52-30fa-537d-951a-2c57a11ac08f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999151',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 20445,
'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 308 SW Allure 308 SW Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'SW Allure SW Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:25 [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-25 22:08:25 [ecarstrade.be] INFO: Saving data for 6999151auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389959.70528, 'last_price_update_time': 1774476505.532325}
2026-03-25 22:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999151auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with identifier: 6999165auction106392
2026-03-25 22:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with identifier: 6999165auction106392
2026-03-25 22:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55f4cb36-f9ab-5311-840e-b0e29ad0b7c8 with identifier: 6999165auction106392 to the API
2026-03-25 22:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999165>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '55f4cb36-f9ab-5311-840e-b0e29ad0b7c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999165',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 9117,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L gasoline 100 hp S&S (6-speed manual)',
'transmission': 'manual',
'trim': 'Allure 1.2L gasoline 100 hp S&S (6-speed manual)',
'vin': None,
'year': 2025}
2026-03-25 22:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:25 [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-25 22:08:25 [ecarstrade.be] INFO: Saving data for 6999165auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389977.387122, 'last_price_update_time': 1774476505.849726}
2026-03-25 22:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999165auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999152> (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-25 22:08:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999184> (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-25 22:08:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:25 [ecarstrade.be] INFO: Extracting details for car 6999152auction106392
2026-03-25 22:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77d25a0d-b09d-5d3a-9078-36a6419e3431 with identifier: 6999152auction106392
2026-03-25 22:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77d25a0d-b09d-5d3a-9078-36a6419e3431 with scrape type 2
2026-03-25 22:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77d25a0d-b09d-5d3a-9078-36a6419e3431 with scrape type 2
2026-03-25 22:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77d25a0d-b09d-5d3a-9078-36a6419e3431, identifier: 6999152auction106392
2026-03-25 22:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77d25a0d-b09d-5d3a-9078-36a6419e3431 with identifier: 6999152auction106392
2026-03-25 22:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77d25a0d-b09d-5d3a-9078-36a6419e3431 with identifier: 6999152auction106392
2026-03-25 22:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77d25a0d-b09d-5d3a-9078-36a6419e3431 with identifier: 6999152auction106392 to the API
2026-03-25 22:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999152>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '77d25a0d-b09d-5d3a-9078-36a6419e3431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999152',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 19558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Allure 308 SW Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'SW Allure SW Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:26 [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-25 22:08:26 [ecarstrade.be] INFO: Saving data for 6999152auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389925.649102, 'last_price_update_time': 1774476506.391922}
2026-03-25 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999152auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:26 [ecarstrade.be] INFO: Extracting details for car 6999184auction106392
2026-03-25 22:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4043905e-3065-5911-8cb3-960ed6ec9661 with identifier: 6999184auction106392
2026-03-25 22:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4043905e-3065-5911-8cb3-960ed6ec9661 with scrape type 2
2026-03-25 22:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4043905e-3065-5911-8cb3-960ed6ec9661 with scrape type 2
2026-03-25 22:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4043905e-3065-5911-8cb3-960ed6ec9661, identifier: 6999184auction106392
2026-03-25 22:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4043905e-3065-5911-8cb3-960ed6ec9661 with identifier: 6999184auction106392
2026-03-25 22:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4043905e-3065-5911-8cb3-960ed6ec9661 with identifier: 6999184auction106392
2026-03-25 22:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4043905e-3065-5911-8cb3-960ed6ec9661 with identifier: 6999184auction106392 to the API
2026-03-25 22:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999184>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4043905e-3065-5911-8cb3-960ed6ec9661',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999184',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 25975,
'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-25 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:26 [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-25 22:08:26 [ecarstrade.be] INFO: Saving data for 6999184auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389989.474849, 'last_price_update_time': 1774476506.846867}
2026-03-25 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999184auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999185> (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-25 22:08:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999186> (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-25 22:08:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:26 [ecarstrade.be] INFO: Extracting details for car 6999185auction106392
2026-03-25 22:08:26 [ecarstrade.be] INFO: Extracting details for car 6999186auction106392
2026-03-25 22:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df42468c-4413-5da7-9e42-67d4f12a3275 with identifier: 6999185auction106392
2026-03-25 22:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df42468c-4413-5da7-9e42-67d4f12a3275 with scrape type 2
2026-03-25 22:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df42468c-4413-5da7-9e42-67d4f12a3275 with scrape type 2
2026-03-25 22:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df42468c-4413-5da7-9e42-67d4f12a3275, identifier: 6999185auction106392
2026-03-25 22:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27dde707-4198-542b-a5f4-cf328feed6aa with identifier: 6999186auction106392
2026-03-25 22:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27dde707-4198-542b-a5f4-cf328feed6aa with scrape type 2
2026-03-25 22:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27dde707-4198-542b-a5f4-cf328feed6aa with scrape type 2
2026-03-25 22:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27dde707-4198-542b-a5f4-cf328feed6aa, identifier: 6999186auction106392
2026-03-25 22:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df42468c-4413-5da7-9e42-67d4f12a3275 with identifier: 6999185auction106392
2026-03-25 22:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df42468c-4413-5da7-9e42-67d4f12a3275 with identifier: 6999185auction106392
2026-03-25 22:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df42468c-4413-5da7-9e42-67d4f12a3275 with identifier: 6999185auction106392 to the API
2026-03-25 22:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999185>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'df42468c-4413-5da7-9e42-67d4f12a3275',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999185',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7057,
'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 2008 Style Hybrid 136 e-DCS6 (1.2L 3-cyl mild-hybrid)',
'transmission': 'automatic',
'trim': 'Style Hybrid 136 e-DCS6 (1.2L 3-cyl mild-hybrid)',
'vin': None,
'year': 2025}
2026-03-25 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:27 [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-25 22:08:27 [ecarstrade.be] INFO: Saving data for 6999185auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389977.848848, 'last_price_update_time': 1774476507.515149}
2026-03-25 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999185auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27dde707-4198-542b-a5f4-cf328feed6aa with identifier: 6999186auction106392
2026-03-25 22:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27dde707-4198-542b-a5f4-cf328feed6aa with identifier: 6999186auction106392
2026-03-25 22:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27dde707-4198-542b-a5f4-cf328feed6aa with identifier: 6999186auction106392 to the API
2026-03-25 22:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999186>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '27dde707-4198-542b-a5f4-cf328feed6aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999186',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 27859,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-09',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 145 hp e-DCS6 (1.2L 3-cylinder)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DCS6 (1.2L 3-cylinder)',
'vin': None,
'year': 2025}
2026-03-25 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:27 [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-25 22:08:27 [ecarstrade.be] INFO: Saving data for 6999186auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389975.319503, 'last_price_update_time': 1774476507.809695}
2026-03-25 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999186auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999182> (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-25 22:08:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:28 [ecarstrade.be] INFO: Extracting details for car 6999182auction106392
2026-03-25 22:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 142a7437-d9de-596b-8ca8-1239df31c5a5 with identifier: 6999182auction106392
2026-03-25 22:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 142a7437-d9de-596b-8ca8-1239df31c5a5 with scrape type 2
2026-03-25 22:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 142a7437-d9de-596b-8ca8-1239df31c5a5 with scrape type 2
2026-03-25 22:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 142a7437-d9de-596b-8ca8-1239df31c5a5, identifier: 6999182auction106392
2026-03-25 22:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 142a7437-d9de-596b-8ca8-1239df31c5a5 with identifier: 6999182auction106392
2026-03-25 22:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 142a7437-d9de-596b-8ca8-1239df31c5a5 with identifier: 6999182auction106392
2026-03-25 22:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 142a7437-d9de-596b-8ca8-1239df31c5a5 with identifier: 6999182auction106392 to the API
2026-03-25 22:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999182>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '142a7437-d9de-596b-8ca8-1239df31c5a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999182',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 24897,
'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)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-25 22:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:29 [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-25 22:08:29 [ecarstrade.be] INFO: Saving data for 6999182auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389955.833205, 'last_price_update_time': 1774476509.314421}
2026-03-25 22:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999182auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999181> (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-25 22:08:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:31 [ecarstrade.be] INFO: Extracting details for car 6999181auction106392
2026-03-25 22:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30c4d9a9-4d5f-5a97-8332-d3beccb5884c with identifier: 6999181auction106392
2026-03-25 22:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30c4d9a9-4d5f-5a97-8332-d3beccb5884c with scrape type 2
2026-03-25 22:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30c4d9a9-4d5f-5a97-8332-d3beccb5884c with scrape type 2
2026-03-25 22:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30c4d9a9-4d5f-5a97-8332-d3beccb5884c, identifier: 6999181auction106392
2026-03-25 22:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30c4d9a9-4d5f-5a97-8332-d3beccb5884c with identifier: 6999181auction106392
2026-03-25 22:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30c4d9a9-4d5f-5a97-8332-d3beccb5884c with identifier: 6999181auction106392
2026-03-25 22:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30c4d9a9-4d5f-5a97-8332-d3beccb5884c with identifier: 6999181auction106392 to the API
2026-03-25 22:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999181>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '30c4d9a9-4d5f-5a97-8332-d3beccb5884c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999181',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 24452,
'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, 3-cylinder)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L, 3-cylinder)',
'vin': None,
'year': 2025}
2026-03-25 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999181auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:32 [ecarstrade.be] INFO: Saving data for 6999181auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389954.772017, 'last_price_update_time': 1774476512.229684}
2026-03-25 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999181auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999180> (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-25 22:08:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:32 [ecarstrade.be] INFO: Extracting details for car 6999180auction106392
2026-03-25 22:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75e79eaa-7e8b-5696-979a-8e846da1aafe with identifier: 6999180auction106392
2026-03-25 22:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e79eaa-7e8b-5696-979a-8e846da1aafe with scrape type 2
2026-03-25 22:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75e79eaa-7e8b-5696-979a-8e846da1aafe with scrape type 2
2026-03-25 22:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75e79eaa-7e8b-5696-979a-8e846da1aafe, identifier: 6999180auction106392
2026-03-25 22:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75e79eaa-7e8b-5696-979a-8e846da1aafe with identifier: 6999180auction106392
2026-03-25 22:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75e79eaa-7e8b-5696-979a-8e846da1aafe with identifier: 6999180auction106392
2026-03-25 22:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75e79eaa-7e8b-5696-979a-8e846da1aafe with identifier: 6999180auction106392 to the API
2026-03-25 22:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999180>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '75e79eaa-7e8b-5696-979a-8e846da1aafe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999180',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 23726,
'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-25 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:32 [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-25 22:08:32 [ecarstrade.be] INFO: Saving data for 6999180auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389955.123696, 'last_price_update_time': 1774476512.747239}
2026-03-25 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999180auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999177> (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-25 22:08:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:32 [ecarstrade.be] INFO: Extracting details for car 6999177auction106392
2026-03-25 22:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98160a26-f5e7-512c-aa1f-42ee158b3696 with identifier: 6999177auction106392
2026-03-25 22:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98160a26-f5e7-512c-aa1f-42ee158b3696 with scrape type 2
2026-03-25 22:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98160a26-f5e7-512c-aa1f-42ee158b3696 with scrape type 2
2026-03-25 22:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98160a26-f5e7-512c-aa1f-42ee158b3696, identifier: 6999177auction106392
2026-03-25 22:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98160a26-f5e7-512c-aa1f-42ee158b3696 with identifier: 6999177auction106392
2026-03-25 22:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98160a26-f5e7-512c-aa1f-42ee158b3696 with identifier: 6999177auction106392
2026-03-25 22:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98160a26-f5e7-512c-aa1f-42ee158b3696 with identifier: 6999177auction106392 to the API
2026-03-25 22:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999177>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '98160a26-f5e7-512c-aa1f-42ee158b3696',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999177',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8935,
'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 2008 Style 1.2L Hybrid (e-DCS6) 136 hp',
'transmission': 'automatic',
'trim': 'Style 1.2L Hybrid (e-DCS6) 136 hp',
'vin': None,
'year': 2025}
2026-03-25 22:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999177auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:33 [ecarstrade.be] INFO: Saving data for 6999177auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389954.35444, 'last_price_update_time': 1774476513.273526}
2026-03-25 22:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999177auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999178> (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-25 22:08:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:33 [ecarstrade.be] INFO: Extracting details for car 6999178auction106392
2026-03-25 22:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43a5092e-65b6-52d0-9143-b547fe0a1b13 with identifier: 6999178auction106392
2026-03-25 22:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43a5092e-65b6-52d0-9143-b547fe0a1b13 with scrape type 2
2026-03-25 22:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43a5092e-65b6-52d0-9143-b547fe0a1b13 with scrape type 2
2026-03-25 22:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43a5092e-65b6-52d0-9143-b547fe0a1b13, identifier: 6999178auction106392
2026-03-25 22:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43a5092e-65b6-52d0-9143-b547fe0a1b13 with identifier: 6999178auction106392
2026-03-25 22:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43a5092e-65b6-52d0-9143-b547fe0a1b13 with identifier: 6999178auction106392
2026-03-25 22:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43a5092e-65b6-52d0-9143-b547fe0a1b13 with identifier: 6999178auction106392 to the API
2026-03-25 22:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999178>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '43a5092e-65b6-52d0-9143-b547fe0a1b13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999178',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 24636,
'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-25 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:34 [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-25 22:08:34 [ecarstrade.be] INFO: Saving data for 6999178auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389951.678564, 'last_price_update_time': 1774476514.128852}
2026-03-25 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999178auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999176> (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-25 22:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:34 [ecarstrade.be] INFO: Extracting details for car 6999176auction106392
2026-03-25 22:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 677e0d33-18b0-59e4-9cf6-82b374a67f69 with identifier: 6999176auction106392
2026-03-25 22:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 677e0d33-18b0-59e4-9cf6-82b374a67f69 with scrape type 2
2026-03-25 22:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 677e0d33-18b0-59e4-9cf6-82b374a67f69 with scrape type 2
2026-03-25 22:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 677e0d33-18b0-59e4-9cf6-82b374a67f69, identifier: 6999176auction106392
2026-03-25 22:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 677e0d33-18b0-59e4-9cf6-82b374a67f69 with identifier: 6999176auction106392
2026-03-25 22:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 677e0d33-18b0-59e4-9cf6-82b374a67f69 with identifier: 6999176auction106392
2026-03-25 22:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 677e0d33-18b0-59e4-9cf6-82b374a67f69 with identifier: 6999176auction106392 to the API
2026-03-25 22:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999176>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '677e0d33-18b0-59e4-9cf6-82b374a67f69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999176',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 16293,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 100hp S&S (BVM6) 3-cylinder gasoline',
'transmission': 'manual',
'trim': 'Allure 1.2L 100hp S&S (BVM6) 3-cylinder gasoline',
'vin': None,
'year': 2025}
2026-03-25 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:34 [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-25 22:08:34 [ecarstrade.be] INFO: Saving data for 6999176auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389953.321212, 'last_price_update_time': 1774476514.676258}
2026-03-25 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999176auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999174> (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-25 22:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:34 [ecarstrade.be] INFO: Extracting details for car 6999174auction106392
2026-03-25 22:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with identifier: 6999174auction106392
2026-03-25 22:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with scrape type 2
2026-03-25 22:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with scrape type 2
2026-03-25 22:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba, identifier: 6999174auction106392
2026-03-25 22:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with identifier: 6999174auction106392
2026-03-25 22:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with identifier: 6999174auction106392
2026-03-25 22:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b710cb5-d02a-59ce-8ea4-1bc55f625fba with identifier: 6999174auction106392 to the API
2026-03-25 22:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999174>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5b710cb5-d02a-59ce-8ea4-1bc55f625fba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999174',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 21295,
'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 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:35 [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-25 22:08:35 [ecarstrade.be] INFO: Saving data for 6999174auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389950.438875, 'last_price_update_time': 1774476515.432426}
2026-03-25 22:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999174auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999171> (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-25 22:08:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:35 [ecarstrade.be] INFO: Extracting details for car 6999171auction106392
2026-03-25 22:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b508a89b-5fc5-546c-aad8-0c5862561183 with identifier: 6999171auction106392
2026-03-25 22:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b508a89b-5fc5-546c-aad8-0c5862561183 with scrape type 2
2026-03-25 22:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b508a89b-5fc5-546c-aad8-0c5862561183 with scrape type 2
2026-03-25 22:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b508a89b-5fc5-546c-aad8-0c5862561183, identifier: 6999171auction106392
2026-03-25 22:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b508a89b-5fc5-546c-aad8-0c5862561183 with identifier: 6999171auction106392
2026-03-25 22:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b508a89b-5fc5-546c-aad8-0c5862561183 with identifier: 6999171auction106392
2026-03-25 22:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b508a89b-5fc5-546c-aad8-0c5862561183 with identifier: 6999171auction106392 to the API
2026-03-25 22:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999171>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b508a89b-5fc5-546c-aad8-0c5862561183',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999171',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 24494,
'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 1.2L Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-25 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999171auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:36 [ecarstrade.be] INFO: Saving data for 6999171auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389947.682388, 'last_price_update_time': 1774476516.319668}
2026-03-25 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999171auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999170> (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-25 22:08:38 [ecarstrade.be] INFO: Extracting details for car 6999170auction106392
2026-03-25 22:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with identifier: 6999170auction106392
2026-03-25 22:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with scrape type 2
2026-03-25 22:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with scrape type 2
2026-03-25 22:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430, identifier: 6999170auction106392
2026-03-25 22:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with identifier: 6999170auction106392
2026-03-25 22:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with identifier: 6999170auction106392
2026-03-25 22:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d48c0fd-f8a6-5a2e-a8e5-12b198da1430 with identifier: 6999170auction106392 to the API
2026-03-25 22:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999170>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3d48c0fd-f8a6-5a2e-a8e5-12b198da1430',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999170',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 20075,
'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 2008 Allure Hybrid 136 e-DCS6 (1.2L 3-cyl)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L 3-cyl)',
'vin': None,
'year': 2025}
2026-03-25 22:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:38 [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-25 22:08:38 [ecarstrade.be] INFO: Saving data for 6999170auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389946.547895, 'last_price_update_time': 1774476518.613321}
2026-03-25 22:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999170auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999168> (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-25 22:08:38 [ecarstrade.be] INFO: Extracting details for car 6999168auction106392
2026-03-25 22:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31697c50-6e67-5890-8db1-a62cc86d08e0 with identifier: 6999168auction106392
2026-03-25 22:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31697c50-6e67-5890-8db1-a62cc86d08e0 with scrape type 2
2026-03-25 22:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31697c50-6e67-5890-8db1-a62cc86d08e0 with scrape type 2
2026-03-25 22:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31697c50-6e67-5890-8db1-a62cc86d08e0, identifier: 6999168auction106392
2026-03-25 22:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31697c50-6e67-5890-8db1-a62cc86d08e0 with identifier: 6999168auction106392
2026-03-25 22:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31697c50-6e67-5890-8db1-a62cc86d08e0 with identifier: 6999168auction106392
2026-03-25 22:08:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31697c50-6e67-5890-8db1-a62cc86d08e0 with identifier: 6999168auction106392 to the API
2026-03-25 22:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999168>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '31697c50-6e67-5890-8db1-a62cc86d08e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999168',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 15871,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-02',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 100hp S&S (BVM6)',
'transmission': 'manual',
'trim': 'Allure 1.2L 100hp S&S (BVM6)',
'vin': None,
'year': 2025}
2026-03-25 22:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:39 [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-25 22:08:39 [ecarstrade.be] INFO: Saving data for 6999168auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389945.616571, 'last_price_update_time': 1774476519.387176}
2026-03-25 22:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999168auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999164> (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-25 22:08:41 [ecarstrade.be] INFO: Extracting details for car 6999164auction106392
2026-03-25 22:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5769e793-ade5-5b9a-9537-04928f940957 with identifier: 6999164auction106392
2026-03-25 22:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5769e793-ade5-5b9a-9537-04928f940957 with scrape type 2
2026-03-25 22:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5769e793-ade5-5b9a-9537-04928f940957 with scrape type 2
2026-03-25 22:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5769e793-ade5-5b9a-9537-04928f940957, identifier: 6999164auction106392
2026-03-25 22:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5769e793-ade5-5b9a-9537-04928f940957 with identifier: 6999164auction106392
2026-03-25 22:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5769e793-ade5-5b9a-9537-04928f940957 with identifier: 6999164auction106392
2026-03-25 22:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5769e793-ade5-5b9a-9537-04928f940957 with identifier: 6999164auction106392 to the API
2026-03-25 22:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:42 [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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'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 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-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Saving data for 6999164auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389972.68259, 'last_price_update_time': 1774476522.030485}
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999164auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999187auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999187auction106392: 2
2026-03-25 22:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999188auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999188auction106392: 2
2026-03-25 22:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999191auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999191auction106392: 2
2026-03-25 22:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999192auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999192auction106392: 2
2026-03-25 22:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999193auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999193auction106392: 2
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999194auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999194auction106392: 2
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999195auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999195auction106392: 2
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999196auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999196auction106392: 2
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999197auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999197auction106392: 2
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999198auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999198auction106392: 2
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999200auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999200auction106392: 2
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999201auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999201auction106392: 2
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999221auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999221auction106392: 0
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999222auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999222auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999222auction106392: 0
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999237auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999237auction106392: 0
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999239auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999239auction106392: 0
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999265auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999265auction106392: 0
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999266auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999266auction106392: 0
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999267auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999267auction106392: 0
2026-03-25 22:08:42 [ecarstrade.be] INFO: Found listing with ID: 6999269auction106392
2026-03-25 22:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:42 [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-25 22:08:42 [ecarstrade.be] INFO: Scrape type for 6999269auction106392: 0
2026-03-25 22:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999166> (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-25 22:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999163> (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-25 22:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:42 [ecarstrade.be] INFO: Extracting details for car 6999166auction106392
2026-03-25 22:08:42 [ecarstrade.be] INFO: Extracting details for car 6999163auction106392
2026-03-25 22:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0cc4a24-25af-50db-b7aa-33fe7077efb6 with identifier: 6999166auction106392
2026-03-25 22:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0cc4a24-25af-50db-b7aa-33fe7077efb6 with scrape type 2
2026-03-25 22:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0cc4a24-25af-50db-b7aa-33fe7077efb6 with scrape type 2
2026-03-25 22:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0cc4a24-25af-50db-b7aa-33fe7077efb6, identifier: 6999166auction106392
2026-03-25 22:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5722ba9f-fafb-5720-ad98-c94e3a99309b with identifier: 6999163auction106392
2026-03-25 22:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5722ba9f-fafb-5720-ad98-c94e3a99309b with scrape type 2
2026-03-25 22:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5722ba9f-fafb-5720-ad98-c94e3a99309b with scrape type 2
2026-03-25 22:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5722ba9f-fafb-5720-ad98-c94e3a99309b, identifier: 6999163auction106392
2026-03-25 22:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0cc4a24-25af-50db-b7aa-33fe7077efb6 with identifier: 6999166auction106392
2026-03-25 22:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0cc4a24-25af-50db-b7aa-33fe7077efb6 with identifier: 6999166auction106392
2026-03-25 22:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0cc4a24-25af-50db-b7aa-33fe7077efb6 with identifier: 6999166auction106392 to the API
2026-03-25 22:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999166>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'b0cc4a24-25af-50db-b7aa-33fe7077efb6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999166',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 12059,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) gasoline 100 hp S&S, 6-speed '
'manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) gasoline 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999166auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:43 [ecarstrade.be] INFO: Saving data for 6999166auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389950.773288, 'last_price_update_time': 1774476523.397261}
2026-03-25 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999166auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5722ba9f-fafb-5720-ad98-c94e3a99309b with identifier: 6999163auction106392
2026-03-25 22:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5722ba9f-fafb-5720-ad98-c94e3a99309b with identifier: 6999163auction106392
2026-03-25 22:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5722ba9f-fafb-5720-ad98-c94e3a99309b with identifier: 6999163auction106392 to the API
2026-03-25 22:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999163>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5722ba9f-fafb-5720-ad98-c94e3a99309b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999163',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 26293,
'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 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999163auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:43 [ecarstrade.be] INFO: Saving data for 6999163auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389981.540373, 'last_price_update_time': 1774476523.827005}
2026-03-25 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999163auction106392') HTTP/1.1" 204 0
2026-03-25 22:08: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-25 22:08:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999270auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08: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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999270auction106392: 0
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999271auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08: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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999271auction106392: 0
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999476auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08: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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999476auction106392: 0
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999477auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08: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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999477auction106392: 0
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999478auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08: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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999478auction106392: 0
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999479auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999479auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999480auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999480auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999481auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999481auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999481auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 6999483auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 6999483auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7000297auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7000297auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7000301auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7000301auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7000302auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7000302auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7000303auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7000303auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7000304auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7000304auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7001058auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7001058auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7001460auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7001460auction106392: 1
2026-03-25 22:08:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999191> (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-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7001472auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7001472auction106392: 1
2026-03-25 22:08:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7001473auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7001473auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7002167auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7002167auction106392: 1
2026-03-25 22:08:48 [ecarstrade.be] INFO: Found listing with ID: 7002183auction106392
2026-03-25 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:48 [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-25 22:08:48 [ecarstrade.be] INFO: Scrape type for 7002183auction106392: 1
2026-03-25 22:08:49 [ecarstrade.be] INFO: Extracting details for car 6999191auction106392
2026-03-25 22:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb30663-2e47-5395-8bc7-7693e4b3505c with identifier: 6999191auction106392
2026-03-25 22:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb30663-2e47-5395-8bc7-7693e4b3505c with scrape type 2
2026-03-25 22:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccb30663-2e47-5395-8bc7-7693e4b3505c with scrape type 2
2026-03-25 22:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ccb30663-2e47-5395-8bc7-7693e4b3505c, identifier: 6999191auction106392
2026-03-25 22:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ccb30663-2e47-5395-8bc7-7693e4b3505c with identifier: 6999191auction106392
2026-03-25 22:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ccb30663-2e47-5395-8bc7-7693e4b3505c with identifier: 6999191auction106392
2026-03-25 22:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ccb30663-2e47-5395-8bc7-7693e4b3505c with identifier: 6999191auction106392 to the API
2026-03-25 22:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999191>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'ccb30663-2e47-5395-8bc7-7693e4b3505c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999191',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 11967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) gasoline 100 hp S&S, 6-speed '
'manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) gasoline 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:49 [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-25 22:08:49 [ecarstrade.be] INFO: Saving data for 6999191auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389998.691707, 'last_price_update_time': 1774476529.416983}
2026-03-25 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999191auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999188> (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-25 22:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999187> (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-25 22:08:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:49 [ecarstrade.be] INFO: Extracting details for car 6999188auction106392
2026-03-25 22:08:49 [ecarstrade.be] INFO: Extracting details for car 6999187auction106392
2026-03-25 22:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84bf7ceb-5485-5ba1-8bbf-117a99b82ef2 with identifier: 6999188auction106392
2026-03-25 22:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84bf7ceb-5485-5ba1-8bbf-117a99b82ef2 with scrape type 2
2026-03-25 22:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84bf7ceb-5485-5ba1-8bbf-117a99b82ef2 with scrape type 2
2026-03-25 22:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84bf7ceb-5485-5ba1-8bbf-117a99b82ef2, identifier: 6999188auction106392
2026-03-25 22:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with identifier: 6999187auction106392
2026-03-25 22:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with scrape type 2
2026-03-25 22:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with scrape type 2
2026-03-25 22:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae, identifier: 6999187auction106392
2026-03-25 22:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84bf7ceb-5485-5ba1-8bbf-117a99b82ef2 with identifier: 6999188auction106392
2026-03-25 22:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84bf7ceb-5485-5ba1-8bbf-117a99b82ef2 with identifier: 6999188auction106392
2026-03-25 22:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84bf7ceb-5485-5ba1-8bbf-117a99b82ef2 with identifier: 6999188auction106392 to the API
2026-03-25 22:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999188>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '84bf7ceb-5485-5ba1-8bbf-117a99b82ef2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999188',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'DS3',
'odometer': 31914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 3 Esprit de Voyage 1.2L PureTech 130 (EAT8) turbo gasoline',
'transmission': 'automatic',
'trim': 'DS DS 3 Esprit de Voyage 1.2L PureTech 130 (EAT8) turbo gasoline',
'vin': None,
'year': 2024}
2026-03-25 22:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:50 [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-25 22:08:50 [ecarstrade.be] INFO: Saving data for 6999188auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774390009.535678, 'last_price_update_time': 1774476530.150827}
2026-03-25 22:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999188auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with identifier: 6999187auction106392
2026-03-25 22:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with identifier: 6999187auction106392
2026-03-25 22:08:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac14ce4e-b783-5dad-8ffd-0ac3fa665dae with identifier: 6999187auction106392 to the API
2026-03-25 22:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999187>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ac14ce4e-b783-5dad-8ffd-0ac3fa665dae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999187',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 28237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'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-25 22:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:50 [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-25 22:08:50 [ecarstrade.be] INFO: Saving data for 6999187auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389976.339548, 'last_price_update_time': 1774476530.511176}
2026-03-25 22:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999187auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999193> (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-25 22:08:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999192> (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-25 22:08:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:50 [ecarstrade.be] INFO: Extracting details for car 6999193auction106392
2026-03-25 22:08:50 [ecarstrade.be] INFO: Extracting details for car 6999192auction106392
2026-03-25 22:08:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with identifier: 6999193auction106392
2026-03-25 22:08:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with scrape type 2
2026-03-25 22:08:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with scrape type 2
2026-03-25 22:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e, identifier: 6999193auction106392
2026-03-25 22:08:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 839d471e-2b80-51fe-9dbb-d8e10efea14f with identifier: 6999192auction106392
2026-03-25 22:08:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 839d471e-2b80-51fe-9dbb-d8e10efea14f with scrape type 2
2026-03-25 22:08:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 839d471e-2b80-51fe-9dbb-d8e10efea14f with scrape type 2
2026-03-25 22:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 839d471e-2b80-51fe-9dbb-d8e10efea14f, identifier: 6999192auction106392
2026-03-25 22:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with identifier: 6999193auction106392
2026-03-25 22:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with identifier: 6999193auction106392
2026-03-25 22:08:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with identifier: 6999193auction106392 to the API
2026-03-25 22:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:51 [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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'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-25 22:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:51 [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-25 22:08:51 [ecarstrade.be] INFO: Saving data for 6999193auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389993.127926, 'last_price_update_time': 1774476531.126727}
2026-03-25 22:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999193auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 839d471e-2b80-51fe-9dbb-d8e10efea14f with identifier: 6999192auction106392
2026-03-25 22:08:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 839d471e-2b80-51fe-9dbb-d8e10efea14f with identifier: 6999192auction106392
2026-03-25 22:08:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 839d471e-2b80-51fe-9dbb-d8e10efea14f with identifier: 6999192auction106392 to the API
2026-03-25 22:08:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999192>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '839d471e-2b80-51fe-9dbb-d8e10efea14f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999192',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 3-cylinder Gasoline 100hp S&S (6-speed '
'manual)',
'transmission': 'manual',
'trim': 'Allure 1.2L 3-cylinder Gasoline 100hp S&S (6-speed manual)',
'vin': None,
'year': 2025}
2026-03-25 22:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:51 [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-25 22:08:51 [ecarstrade.be] INFO: Saving data for 6999192auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389999.681021, 'last_price_update_time': 1774476531.425169}
2026-03-25 22:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999192auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999194> (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-25 22:08:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:54 [ecarstrade.be] INFO: Extracting details for car 6999194auction106392
2026-03-25 22:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19842dc2-19ef-5881-a889-101594a86117 with identifier: 6999194auction106392
2026-03-25 22:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19842dc2-19ef-5881-a889-101594a86117 with scrape type 2
2026-03-25 22:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19842dc2-19ef-5881-a889-101594a86117 with scrape type 2
2026-03-25 22:08:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19842dc2-19ef-5881-a889-101594a86117, identifier: 6999194auction106392
2026-03-25 22:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19842dc2-19ef-5881-a889-101594a86117 with identifier: 6999194auction106392
2026-03-25 22:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19842dc2-19ef-5881-a889-101594a86117 with identifier: 6999194auction106392
2026-03-25 22:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19842dc2-19ef-5881-a889-101594a86117 with identifier: 6999194auction106392 to the API
2026-03-25 22:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999194>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '19842dc2-19ef-5881-a889-101594a86117',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999194',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8415,
'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 2008 Style 1.2L Hybrid (e-DCS6) 136 hp',
'transmission': 'automatic',
'trim': 'Style 1.2L Hybrid (e-DCS6) 136 hp',
'vin': None,
'year': 2025}
2026-03-25 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999194auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:08:55 [ecarstrade.be] INFO: Saving data for 6999194auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389995.077145, 'last_price_update_time': 1774476535.318048}
2026-03-25 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999194auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999195> (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-25 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-25 22:08:55 [ecarstrade.be] INFO: Extracting details for car 6999195auction106392
2026-03-25 22:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1de70909-9e5e-565f-b0e7-c1edb14fd97b with identifier: 6999195auction106392
2026-03-25 22:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1de70909-9e5e-565f-b0e7-c1edb14fd97b with scrape type 2
2026-03-25 22:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1de70909-9e5e-565f-b0e7-c1edb14fd97b with scrape type 2
2026-03-25 22:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1de70909-9e5e-565f-b0e7-c1edb14fd97b, identifier: 6999195auction106392
2026-03-25 22:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1de70909-9e5e-565f-b0e7-c1edb14fd97b with identifier: 6999195auction106392
2026-03-25 22:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1de70909-9e5e-565f-b0e7-c1edb14fd97b with identifier: 6999195auction106392
2026-03-25 22:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1de70909-9e5e-565f-b0e7-c1edb14fd97b with identifier: 6999195auction106392 to the API
2026-03-25 22:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999195>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '1de70909-9e5e-565f-b0e7-c1edb14fd97b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999195',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 21315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Plus 1.2L PureTech Turbo 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus 1.2L PureTech Turbo 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-25 22:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:56 [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-25 22:08:56 [ecarstrade.be] INFO: Saving data for 6999195auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389993.552761, 'last_price_update_time': 1774476536.361858}
2026-03-25 22:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999195auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999196> (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-25 22:08:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:56 [ecarstrade.be] INFO: Extracting details for car 6999196auction106392
2026-03-25 22:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67b449db-e9d8-58c9-8f84-dde44df8301d with identifier: 6999196auction106392
2026-03-25 22:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67b449db-e9d8-58c9-8f84-dde44df8301d with scrape type 2
2026-03-25 22:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67b449db-e9d8-58c9-8f84-dde44df8301d with scrape type 2
2026-03-25 22:08:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67b449db-e9d8-58c9-8f84-dde44df8301d, identifier: 6999196auction106392
2026-03-25 22:08:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67b449db-e9d8-58c9-8f84-dde44df8301d with identifier: 6999196auction106392
2026-03-25 22:08:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67b449db-e9d8-58c9-8f84-dde44df8301d with identifier: 6999196auction106392
2026-03-25 22:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67b449db-e9d8-58c9-8f84-dde44df8301d with identifier: 6999196auction106392 to the API
2026-03-25 22:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999196>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '67b449db-e9d8-58c9-8f84-dde44df8301d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999196',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 22022,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max 1.2L PureTech 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Max 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2024}
2026-03-25 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:57 [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-25 22:08:57 [ecarstrade.be] INFO: Saving data for 6999196auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389978.909745, 'last_price_update_time': 1774476537.236587}
2026-03-25 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999196auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999200> (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-25 22:08:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:57 [ecarstrade.be] INFO: Extracting details for car 6999200auction106392
2026-03-25 22:08:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with identifier: 6999200auction106392
2026-03-25 22:08:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with scrape type 2
2026-03-25 22:08:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with scrape type 2
2026-03-25 22:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b, identifier: 6999200auction106392
2026-03-25 22:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with identifier: 6999200auction106392
2026-03-25 22:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with identifier: 6999200auction106392
2026-03-25 22:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b with identifier: 6999200auction106392 to the API
2026-03-25 22:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999200>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '1c5d70ca-464a-53c1-a74f-70d7f9d1ae9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999200',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 9568,
'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-25 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:57 [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-25 22:08:57 [ecarstrade.be] INFO: Saving data for 6999200auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389995.569474, 'last_price_update_time': 1774476537.822848}
2026-03-25 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999200auction106392') HTTP/1.1" 204 0
2026-03-25 22:08:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999198> (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-25 22:08:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:08:58 [ecarstrade.be] INFO: Extracting details for car 6999198auction106392
2026-03-25 22:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with identifier: 6999198auction106392
2026-03-25 22:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with scrape type 2
2026-03-25 22:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with scrape type 2
2026-03-25 22:08:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8, identifier: 6999198auction106392
2026-03-25 22:08:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with identifier: 6999198auction106392
2026-03-25 22:08:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with identifier: 6999198auction106392
2026-03-25 22:08:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 447fd5f6-0fa0-5401-9567-c1aa4b0393c8 with identifier: 6999198auction106392 to the API
2026-03-25 22:08:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:08: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-25 22:08:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999198>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '447fd5f6-0fa0-5401-9567-c1aa4b0393c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999198',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 23773,
'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 Turbo 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus 1.2L PureTech Turbo 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-25 22:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:58 [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-25 22:08:58 [ecarstrade.be] INFO: Saving data for 6999198auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389979.486797, 'last_price_update_time': 1774476538.866417}
2026-03-25 22:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999198auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999201> (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-25 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-25 22:09:02 [ecarstrade.be] INFO: Extracting details for car 6999201auction106392
2026-03-25 22:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8288a77d-0666-54fd-b05d-eb938da80bbb with identifier: 6999201auction106392
2026-03-25 22:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8288a77d-0666-54fd-b05d-eb938da80bbb with scrape type 2
2026-03-25 22:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8288a77d-0666-54fd-b05d-eb938da80bbb with scrape type 2
2026-03-25 22:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8288a77d-0666-54fd-b05d-eb938da80bbb, identifier: 6999201auction106392
2026-03-25 22:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8288a77d-0666-54fd-b05d-eb938da80bbb with identifier: 6999201auction106392
2026-03-25 22:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8288a77d-0666-54fd-b05d-eb938da80bbb with identifier: 6999201auction106392
2026-03-25 22:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8288a77d-0666-54fd-b05d-eb938da80bbb with identifier: 6999201auction106392 to the API
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999201>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '8288a77d-0666-54fd-b05d-eb938da80bbb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999201',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10084,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-28',
'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-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:03 [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-25 22:09:03 [ecarstrade.be] INFO: Saving data for 6999201auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774390000.061254, 'last_price_update_time': 1774476543.239322}
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999201auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001460> (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-25 22:09:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:03 [ecarstrade.be] INFO: Extracting details for car 7001460auction106392
2026-03-25 22:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 7001460auction106392, dropping item
2026-03-25 22:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999479> (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-25 22:09:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:03 [ecarstrade.be] INFO: Extracting details for car 6999479auction106392
2026-03-25 22:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6518c8a-75ba-5e7d-8239-f05987983623 with identifier: 6999479auction106392
2026-03-25 22:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6518c8a-75ba-5e7d-8239-f05987983623 with scrape type 1
2026-03-25 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c6518c8a-75ba-5e7d-8239-f05987983623
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999479%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432462%27 HTTP/1.1" 200 None
2026-03-25 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_001/780x0__r.jpg?hash=1774432462 not downloaded yet
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999479%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432462%27 HTTP/1.1" 200 None
2026-03-25 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_002/780x0__r.jpg?hash=1774432462 not downloaded yet
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999479%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432462%27 HTTP/1.1" 200 None
2026-03-25 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_003/780x0__r.jpg?hash=1774432462 not downloaded yet
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999479%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432462%27 HTTP/1.1" 200 None
2026-03-25 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_004/780x0__r.jpg?hash=1774432462 not downloaded yet
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999479%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432462%27 HTTP/1.1" 200 None
2026-03-25 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_005/780x0__r.jpg?hash=1774432462 not downloaded yet
2026-03-25 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999479%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432462%27 HTTP/1.1" 200 None
2026-03-25 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_006/780x0__r.jpg?hash=1774432462 not downloaded yet
2026-03-25 22:09:05 [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-25 22:09:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 7002637auction106392
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 7002637auction106392: 1
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 7002638auction106392
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 7002638auction106392: 1
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6493461auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6493461auction87925: 0
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6532089auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6532089auction87925: 0
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6581203auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6581203auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6609305auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6609305auction87925: 0
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6660338auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6660338auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6756803auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6756803auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6778495auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6778495auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6778496auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6778496auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6784204auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6784204auction87925: 0
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6784210auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6784210auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6810528auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6810528auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6810530auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6810530auction87925: 0
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6844413auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6844413auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6844418auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6844418auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6861888auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6861888auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6861910auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6861910auction87925: 2
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6861911auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6861911auction87925: 0
2026-03-25 22:09:05 [ecarstrade.be] INFO: Found listing with ID: 6875741auction87925
2026-03-25 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:05 [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-25 22:09:05 [ecarstrade.be] INFO: Scrape type for 6875741auction87925: 0
2026-03-25 22:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999173> (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-25 22:09:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:06 [ecarstrade.be] INFO: Extracting details for car 6999173auction106392
2026-03-25 22:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83201d64-648d-540b-8f3f-d0b9af4afcf4 with identifier: 6999173auction106392
2026-03-25 22:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83201d64-648d-540b-8f3f-d0b9af4afcf4 with scrape type 2
2026-03-25 22:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83201d64-648d-540b-8f3f-d0b9af4afcf4 with scrape type 2
2026-03-25 22:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83201d64-648d-540b-8f3f-d0b9af4afcf4, identifier: 6999173auction106392
2026-03-25 22:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83201d64-648d-540b-8f3f-d0b9af4afcf4 with identifier: 6999173auction106392
2026-03-25 22:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83201d64-648d-540b-8f3f-d0b9af4afcf4 with identifier: 6999173auction106392
2026-03-25 22:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83201d64-648d-540b-8f3f-d0b9af4afcf4 with identifier: 6999173auction106392 to the API
2026-03-25 22:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999173>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '83201d64-648d-540b-8f3f-d0b9af4afcf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999173',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 34038,
'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 e-DCS6 (1.2L 3-cylinder)',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 e-DCS6 (1.2L 3-cylinder)',
'vin': None,
'year': 2025}
2026-03-25 22:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:06 [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-25 22:09:06 [ecarstrade.be] INFO: Saving data for 6999173auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389947.04409, 'last_price_update_time': 1774476546.780101}
2026-03-25 22:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999173auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:06 [scrapy.extensions.logstats] INFO: Crawled 1236 pages (at 54 pages/min), scraped 1033 items (at 47 items/min)
2026-03-25 22:09:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002183> (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-25 22:09:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:07 [ecarstrade.be] INFO: Extracting details for car 7002183auction106392
2026-03-25 22:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16b79562-5f95-5e4e-935a-cf149d79a7a9 with identifier: 7002183auction106392
2026-03-25 22:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16b79562-5f95-5e4e-935a-cf149d79a7a9 with scrape type 1
2026-03-25 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 16b79562-5f95-5e4e-935a-cf149d79a7a9
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7002183%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774454078%27 HTTP/1.1" 200 None
2026-03-25 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_001/780x0__r.jpg?hash=1774454078 not downloaded yet
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7002183%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774454078%27 HTTP/1.1" 200 None
2026-03-25 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_002/780x0__r.jpg?hash=1774454078 not downloaded yet
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7002183%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774454078%27 HTTP/1.1" 200 None
2026-03-25 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_003/780x0__r.jpg?hash=1774454078 not downloaded yet
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7002183%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774454076%27 HTTP/1.1" 200 None
2026-03-25 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_004/780x0__r.jpg?hash=1774454076 not downloaded yet
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7002183%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774454076%27 HTTP/1.1" 200 None
2026-03-25 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_005/780x0__r.jpg?hash=1774454076 not downloaded yet
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7002183%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774454076%27 HTTP/1.1" 200 None
2026-03-25 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_006/780x0__r.jpg?hash=1774454076 not downloaded yet
2026-03-25 22:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999167> (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-25 22:09:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:07 [ecarstrade.be] INFO: Extracting details for car 6999167auction106392
2026-03-25 22:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba7f54dc-d047-5509-8b7e-272f00f05439 with identifier: 6999167auction106392
2026-03-25 22:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba7f54dc-d047-5509-8b7e-272f00f05439 with scrape type 2
2026-03-25 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba7f54dc-d047-5509-8b7e-272f00f05439 with scrape type 2
2026-03-25 22:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba7f54dc-d047-5509-8b7e-272f00f05439, identifier: 6999167auction106392
2026-03-25 22:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba7f54dc-d047-5509-8b7e-272f00f05439 with identifier: 6999167auction106392
2026-03-25 22:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba7f54dc-d047-5509-8b7e-272f00f05439 with identifier: 6999167auction106392
2026-03-25 22:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba7f54dc-d047-5509-8b7e-272f00f05439 with identifier: 6999167auction106392 to the API
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999167>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ba7f54dc-d047-5509-8b7e-272f00f05439',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999167',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 25156,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure 5008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:07 [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-25 22:09:07 [ecarstrade.be] INFO: Saving data for 6999167auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389949.931355, 'last_price_update_time': 1774476547.669142}
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999167auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001473> (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-25 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-25 22:09:10 [ecarstrade.be] INFO: Extracting details for car 7001473auction106392
2026-03-25 22:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with identifier: 7001473auction106392
2026-03-25 22:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with scrape type 1
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001473%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450474%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_001/780x0__r.jpg?hash=1774450474 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001473%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450476%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_002/780x0__r.jpg?hash=1774450476 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001473%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450474%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_003/780x0__r.jpg?hash=1774450474 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001473%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450474%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_004/780x0__r.jpg?hash=1774450474 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001473%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450476%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_005/780x0__r.jpg?hash=1774450476 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001473%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450474%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_006/780x0__r.jpg?hash=1774450474 not downloaded yet
2026-03-25 22:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001472> (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-25 22:09:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:10 [ecarstrade.be] INFO: Extracting details for car 7001472auction106392
2026-03-25 22:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daf31b72-7a46-5509-9133-dfc04e81c3ef with identifier: 7001472auction106392
2026-03-25 22:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daf31b72-7a46-5509-9133-dfc04e81c3ef with scrape type 1
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item daf31b72-7a46-5509-9133-dfc04e81c3ef
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001472%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774450475%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_001/780x0__r.jpg?hash=1774450475 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001472%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774450475%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_002/780x0__r.jpg?hash=1774450475 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001472%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774450475%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_003/780x0__r.jpg?hash=1774450475 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001472%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774450475%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_004/780x0__r.jpg?hash=1774450475 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001472%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774450475%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_005/780x0__r.jpg?hash=1774450475 not downloaded yet
2026-03-25 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7001472%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774450475%27 HTTP/1.1" 200 None
2026-03-25 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_006/780x0__r.jpg?hash=1774450475 not downloaded yet
2026-03-25 22:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001058> (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-25 22:09:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:13 [ecarstrade.be] INFO: Extracting details for car 7001058auction106392
2026-03-25 22:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: b72dc38e-3564-5dd7-beb1-4d91b3166803 with identifier: 7001058auction106392, dropping item
2026-03-25 22:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000304> (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-25 22:09:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:13 [ecarstrade.be] INFO: Extracting details for car 7000304auction106392
2026-03-25 22:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with identifier: 7000304auction106392
2026-03-25 22:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with scrape type 1
2026-03-25 22:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8
2026-03-25 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000304%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443262%27 HTTP/1.1" 200 None
2026-03-25 22:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_001/780x0__r.jpg?hash=1774443262 not downloaded yet
2026-03-25 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000304%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443262%27 HTTP/1.1" 200 None
2026-03-25 22:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_002/780x0__r.jpg?hash=1774443262 not downloaded yet
2026-03-25 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000304%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443262%27 HTTP/1.1" 200 None
2026-03-25 22:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_003/780x0__r.jpg?hash=1774443262 not downloaded yet
2026-03-25 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000304%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443262%27 HTTP/1.1" 200 None
2026-03-25 22:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_004/780x0__r.jpg?hash=1774443262 not downloaded yet
2026-03-25 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000304%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443262%27 HTTP/1.1" 200 None
2026-03-25 22:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_005/780x0__r.jpg?hash=1774443262 not downloaded yet
2026-03-25 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000304%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443262%27 HTTP/1.1" 200 None
2026-03-25 22:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_006/780x0__r.jpg?hash=1774443262 not downloaded yet
2026-03-25 22:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000302> (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-25 22:09:14 [ecarstrade.be] INFO: Extracting details for car 7000302auction106392
2026-03-25 22:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c95e4773-e064-536b-bc58-4801bfd5c1c5 with identifier: 7000302auction106392
2026-03-25 22:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c95e4773-e064-536b-bc58-4801bfd5c1c5 with scrape type 1
2026-03-25 22:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c95e4773-e064-536b-bc58-4801bfd5c1c5
2026-03-25 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000302%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443257%27 HTTP/1.1" 200 None
2026-03-25 22:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_001/780x0__r.jpg?hash=1774443257 not downloaded yet
2026-03-25 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000302%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443257%27 HTTP/1.1" 200 None
2026-03-25 22:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_002/780x0__r.jpg?hash=1774443257 not downloaded yet
2026-03-25 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000302%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443258%27 HTTP/1.1" 200 None
2026-03-25 22:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_003/780x0__r.jpg?hash=1774443258 not downloaded yet
2026-03-25 22:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_006/780x0__r.jpg?hash=1774432462> (referer: https://ecarstrade.com/cars/6999479)
2026-03-25 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000302%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443258%27 HTTP/1.1" 200 None
2026-03-25 22:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_004/780x0__r.jpg?hash=1774443258 not downloaded yet
2026-03-25 22:09:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000302%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443257%27 HTTP/1.1" 200 None
2026-03-25 22:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_005/780x0__r.jpg?hash=1774443257 not downloaded yet
2026-03-25 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000302%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443258%27 HTTP/1.1" 200 None
2026-03-25 22:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_006/780x0__r.jpg?hash=1774443258 not downloaded yet
2026-03-25 22:09:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c6518c8a-75ba-5e7d-8239-f05987983623
2026-03-25 22:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000301> (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-25 22:09:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:16 [ecarstrade.be] INFO: Extracting details for car 7000301auction106392
2026-03-25 22:09:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with identifier: 7000301auction106392
2026-03-25 22:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with scrape type 1
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 995fc40e-8d2d-5e97-b1d1-68e966ccc194
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000301%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443255%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_001/780x0__r.jpg?hash=1774443255 not downloaded yet
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000301%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443255%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_002/780x0__r.jpg?hash=1774443255 not downloaded yet
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000301%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443255%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_003/780x0__r.jpg?hash=1774443255 not downloaded yet
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000301%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443255%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_004/780x0__r.jpg?hash=1774443255 not downloaded yet
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000301%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443255%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_005/780x0__r.jpg?hash=1774443255 not downloaded yet
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000301%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443255%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_006/780x0__r.jpg?hash=1774443255 not downloaded yet
2026-03-25 22:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000297> (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-25 22:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_006/780x0__r.jpg?hash=1774454076> (referer: https://ecarstrade.com/cars/7002183)
2026-03-25 22:09:16 [ecarstrade.be] INFO: Extracting details for car 7000297auction106392
2026-03-25 22:09:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da85e0b5-416a-52a2-8677-323dcb055a99 with identifier: 7000297auction106392
2026-03-25 22:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da85e0b5-416a-52a2-8677-323dcb055a99 with scrape type 1
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item da85e0b5-416a-52a2-8677-323dcb055a99
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000297%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443248%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_001/780x0__r.jpg?hash=1774443248 not downloaded yet
2026-03-25 22:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_005/780x0__r.jpg?hash=1774454076> (referer: https://ecarstrade.com/cars/7002183)
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000297%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443247%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_002/780x0__r.jpg?hash=1774443247 not downloaded yet
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000297%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443247%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_003/780x0__r.jpg?hash=1774443247 not downloaded yet
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000297%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443247%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_004/780x0__r.jpg?hash=1774443247 not downloaded yet
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000297%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443247%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_005/780x0__r.jpg?hash=1774443247 not downloaded yet
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 16b79562-5f95-5e4e-935a-cf149d79a7a9
2026-03-25 22:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_006/780x0__r.jpg?hash=1774450474> (referer: https://ecarstrade.com/cars/7001473)
2026-03-25 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000297%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443248%27 HTTP/1.1" 200 None
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_006/780x0__r.jpg?hash=1774443248 not downloaded yet
2026-03-25 22:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 16b79562-5f95-5e4e-935a-cf149d79a7a9
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_006/780x0__r.jpg?hash=1774450475> (referer: https://ecarstrade.com/cars/7001472)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_005/780x0__r.jpg?hash=1774450475> (referer: https://ecarstrade.com/cars/7001472)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item daf31b72-7a46-5509-9133-dfc04e81c3ef
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_006/780x0__r.jpg?hash=1774443262> (referer: https://ecarstrade.com/cars/7000304)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item daf31b72-7a46-5509-9133-dfc04e81c3ef
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_003/780x0__r.jpg?hash=1774443258> (referer: https://ecarstrade.com/cars/7000302)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_006/780x0__r.jpg?hash=1774443258> (referer: https://ecarstrade.com/cars/7000302)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c95e4773-e064-536b-bc58-4801bfd5c1c5
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_006/780x0__r.jpg?hash=1774443255> (referer: https://ecarstrade.com/cars/7000301)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c95e4773-e064-536b-bc58-4801bfd5c1c5
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_005/780x0__r.jpg?hash=1774443255> (referer: https://ecarstrade.com/cars/7000301)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 995fc40e-8d2d-5e97-b1d1-68e966ccc194
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_001/780x0__r.jpg?hash=1774443248> (referer: https://ecarstrade.com/cars/7000297)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 995fc40e-8d2d-5e97-b1d1-68e966ccc194
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_005/780x0__r.jpg?hash=1774443247> (referer: https://ecarstrade.com/cars/7000297)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item da85e0b5-416a-52a2-8677-323dcb055a99
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_006/780x0__r.jpg?hash=1774443248> (referer: https://ecarstrade.com/cars/7000297)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item da85e0b5-416a-52a2-8677-323dcb055a99
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_004/780x0__r.jpg?hash=1774443247> (referer: https://ecarstrade.com/cars/7000297)
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_003/780x0__r.jpg?hash=1774443247> (referer: https://ecarstrade.com/cars/7000297)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item da85e0b5-416a-52a2-8677-323dcb055a99
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item da85e0b5-416a-52a2-8677-323dcb055a99
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_002/780x0__r.jpg?hash=1774443247> (referer: https://ecarstrade.com/cars/7000297)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item da85e0b5-416a-52a2-8677-323dcb055a99
2026-03-25 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_004/780x0__r.jpg?hash=1774443255> (referer: https://ecarstrade.com/cars/7000301)
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item da85e0b5-416a-52a2-8677-323dcb055a99
2026-03-25 22:09:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da85e0b5-416a-52a2-8677-323dcb055a99, skipping ID generation
2026-03-25 22:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da85e0b5-416a-52a2-8677-323dcb055a99 with scrape type 1
2026-03-25 22:09:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da85e0b5-416a-52a2-8677-323dcb055a99 sending to next pipeline
2026-03-25 22:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da85e0b5-416a-52a2-8677-323dcb055a99, identifier: 7000297auction106392
2026-03-25 22:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da85e0b5-416a-52a2-8677-323dcb055a99 with identifier: 7000297auction106392
2026-03-25 22:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da85e0b5-416a-52a2-8677-323dcb055a99 with identifier: 7000297auction106392
2026-03-25 22:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da85e0b5-416a-52a2-8677-323dcb055a99 with identifier: 7000297auction106392 to the API
2026-03-25 22:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000297/photo_002/780x0__r.jpg?hash=1774443247>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'da85e0b5-416a-52a2-8677-323dcb055a99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000297',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-11',
'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-25 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:18 [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-25 22:09:18 [ecarstrade.be] INFO: Saving data for 7000297auction106392: {'created_time': 1774476558.254017, 'last_price_update_time': 1774476558.254028, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000297auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_003/780x0__r.jpg?hash=1774443255> (referer: https://ecarstrade.com/cars/7000301)
2026-03-25 22:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 995fc40e-8d2d-5e97-b1d1-68e966ccc194
2026-03-25 22:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_002/780x0__r.jpg?hash=1774443255> (referer: https://ecarstrade.com/cars/7000301)
2026-03-25 22:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 995fc40e-8d2d-5e97-b1d1-68e966ccc194
2026-03-25 22:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_001/780x0__r.jpg?hash=1774443255> (referer: https://ecarstrade.com/cars/7000301)
2026-03-25 22:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_005/780x0__r.jpg?hash=1774443257> (referer: https://ecarstrade.com/cars/7000302)
2026-03-25 22:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 995fc40e-8d2d-5e97-b1d1-68e966ccc194
2026-03-25 22:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_004/780x0__r.jpg?hash=1774443258> (referer: https://ecarstrade.com/cars/7000302)
2026-03-25 22:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 995fc40e-8d2d-5e97-b1d1-68e966ccc194
2026-03-25 22:09:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 995fc40e-8d2d-5e97-b1d1-68e966ccc194, skipping ID generation
2026-03-25 22:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with scrape type 1
2026-03-25 22:09:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 995fc40e-8d2d-5e97-b1d1-68e966ccc194 sending to next pipeline
2026-03-25 22:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 995fc40e-8d2d-5e97-b1d1-68e966ccc194, identifier: 7000301auction106392
2026-03-25 22:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with identifier: 7000301auction106392
2026-03-25 22:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with identifier: 7000301auction106392
2026-03-25 22:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 995fc40e-8d2d-5e97-b1d1-68e966ccc194 with identifier: 7000301auction106392 to the API
2026-03-25 22:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000301/photo_001/780x0__r.jpg?hash=1774443255>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '995fc40e-8d2d-5e97-b1d1-68e966ccc194',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000301',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 4044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-15',
'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-25 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:18 [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-25 22:09:18 [ecarstrade.be] INFO: Saving data for 7000301auction106392: {'created_time': 1774476558.970307, 'last_price_update_time': 1774476558.970315, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000301auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_002/780x0__r.jpg?hash=1774443257> (referer: https://ecarstrade.com/cars/7000302)
2026-03-25 22:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c95e4773-e064-536b-bc58-4801bfd5c1c5
2026-03-25 22:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c95e4773-e064-536b-bc58-4801bfd5c1c5
2026-03-25 22:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_001/780x0__r.jpg?hash=1774443257> (referer: https://ecarstrade.com/cars/7000302)
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c95e4773-e064-536b-bc58-4801bfd5c1c5
2026-03-25 22:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_005/780x0__r.jpg?hash=1774443262> (referer: https://ecarstrade.com/cars/7000304)
2026-03-25 22:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_004/780x0__r.jpg?hash=1774443262> (referer: https://ecarstrade.com/cars/7000304)
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c95e4773-e064-536b-bc58-4801bfd5c1c5
2026-03-25 22:09:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c95e4773-e064-536b-bc58-4801bfd5c1c5, skipping ID generation
2026-03-25 22:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c95e4773-e064-536b-bc58-4801bfd5c1c5 with scrape type 1
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c95e4773-e064-536b-bc58-4801bfd5c1c5 sending to next pipeline
2026-03-25 22:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c95e4773-e064-536b-bc58-4801bfd5c1c5, identifier: 7000302auction106392
2026-03-25 22:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c95e4773-e064-536b-bc58-4801bfd5c1c5 with identifier: 7000302auction106392
2026-03-25 22:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c95e4773-e064-536b-bc58-4801bfd5c1c5 with identifier: 7000302auction106392
2026-03-25 22:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c95e4773-e064-536b-bc58-4801bfd5c1c5 with identifier: 7000302auction106392 to the API
2026-03-25 22:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000302/photo_001/780x0__r.jpg?hash=1774443257>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c95e4773-e064-536b-bc58-4801bfd5c1c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000302',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-25 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:19 [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-25 22:09:19 [ecarstrade.be] INFO: Saving data for 7000302auction106392: {'created_time': 1774476559.593162, 'last_price_update_time': 1774476559.593171, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000302auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_003/780x0__r.jpg?hash=1774443262> (referer: https://ecarstrade.com/cars/7000304)
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8
2026-03-25 22:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_002/780x0__r.jpg?hash=1774443262> (referer: https://ecarstrade.com/cars/7000304)
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8
2026-03-25 22:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_001/780x0__r.jpg?hash=1774443262> (referer: https://ecarstrade.com/cars/7000304)
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8
2026-03-25 22:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_004/780x0__r.jpg?hash=1774450475> (referer: https://ecarstrade.com/cars/7001472)
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8
2026-03-25 22:09:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8, skipping ID generation
2026-03-25 22:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with scrape type 1
2026-03-25 22:09:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 sending to next pipeline
2026-03-25 22:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8, identifier: 7000304auction106392
2026-03-25 22:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with identifier: 7000304auction106392
2026-03-25 22:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with identifier: 7000304auction106392
2026-03-25 22:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 869e8a0d-b8b1-54e7-b726-1bbd9ad342d8 with identifier: 7000304auction106392 to the API
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000304/photo_001/780x0__r.jpg?hash=1774443262>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '869e8a0d-b8b1-54e7-b726-1bbd9ad342d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000304',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-25 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:20 [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-25 22:09:20 [ecarstrade.be] INFO: Saving data for 7000304auction106392: {'created_time': 1774476560.265595, 'last_price_update_time': 1774476560.265608, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000304auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_003/780x0__r.jpg?hash=1774450475> (referer: https://ecarstrade.com/cars/7001472)
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item daf31b72-7a46-5509-9133-dfc04e81c3ef
2026-03-25 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_002/780x0__r.jpg?hash=1774450475> (referer: https://ecarstrade.com/cars/7001472)
2026-03-25 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999483> (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-25 22:09:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item daf31b72-7a46-5509-9133-dfc04e81c3ef
2026-03-25 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_001/780x0__r.jpg?hash=1774450475> (referer: https://ecarstrade.com/cars/7001472)
2026-03-25 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999481> (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-25 22:09:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item daf31b72-7a46-5509-9133-dfc04e81c3ef
2026-03-25 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_004/780x0__r.jpg?hash=1774450474> (referer: https://ecarstrade.com/cars/7001473)
2026-03-25 22:09:20 [ecarstrade.be] INFO: Extracting details for car 6999483auction106392
2026-03-25 22:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with identifier: 6999483auction106392
2026-03-25 22:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with scrape type 1
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c8137c0b-d99a-52c5-b315-1a2cf253fbf8
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999483%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432469%27 HTTP/1.1" 200 None
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_001/780x0__r.jpg?hash=1774432469 not downloaded yet
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999483%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432469%27 HTTP/1.1" 200 None
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_002/780x0__r.jpg?hash=1774432469 not downloaded yet
2026-03-25 22:09:20 [ecarstrade.be] INFO: Extracting details for car 6999481auction106392
2026-03-25 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_002/780x0__r.jpg?hash=1774450476> (referer: https://ecarstrade.com/cars/7001473)
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999483%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432469%27 HTTP/1.1" 200 None
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_003/780x0__r.jpg?hash=1774432469 not downloaded yet
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item daf31b72-7a46-5509-9133-dfc04e81c3ef
2026-03-25 22:09:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: daf31b72-7a46-5509-9133-dfc04e81c3ef, skipping ID generation
2026-03-25 22:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daf31b72-7a46-5509-9133-dfc04e81c3ef with scrape type 1
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item daf31b72-7a46-5509-9133-dfc04e81c3ef sending to next pipeline
2026-03-25 22:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: daf31b72-7a46-5509-9133-dfc04e81c3ef, identifier: 7001472auction106392
2026-03-25 22:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6777504-eacd-521e-9ade-8f7c9f4a884d with identifier: 6999481auction106392
2026-03-25 22:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6777504-eacd-521e-9ade-8f7c9f4a884d with scrape type 1
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d6777504-eacd-521e-9ade-8f7c9f4a884d
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999481%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_001/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_005/780x0__r.jpg?hash=1774450476> (referer: https://ecarstrade.com/cars/7001473)
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999483%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432469%27 HTTP/1.1" 200 None
2026-03-25 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_004/780x0__r.jpg?hash=1774432469 not downloaded yet
2026-03-25 22:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: daf31b72-7a46-5509-9133-dfc04e81c3ef with identifier: 7001472auction106392
2026-03-25 22:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: daf31b72-7a46-5509-9133-dfc04e81c3ef with identifier: 7001472auction106392
2026-03-25 22:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: daf31b72-7a46-5509-9133-dfc04e81c3ef with identifier: 7001472auction106392 to the API
2026-03-25 22:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001472/photo_001/780x0__r.jpg?hash=1774450475>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'daf31b72-7a46-5509-9133-dfc04e81c3ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001472',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'DS4',
'odometer': 3617,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-11',
'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-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:21 [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-25 22:09:21 [ecarstrade.be] INFO: Saving data for 7001472auction106392: {'created_time': 1774476561.137168, 'last_price_update_time': 1774476561.137176, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001472auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_003/780x0__r.jpg?hash=1774450474> (referer: https://ecarstrade.com/cars/7001473)
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999481%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_002/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_001/780x0__r.jpg?hash=1774450474> (referer: https://ecarstrade.com/cars/7001473)
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999483%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432469%27 HTTP/1.1" 200 None
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_005/780x0__r.jpg?hash=1774432469 not downloaded yet
2026-03-25 22:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6861910> (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-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999481%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_003/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999483%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432470%27 HTTP/1.1" 200 None
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_006/780x0__r.jpg?hash=1774432470 not downloaded yet
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999481%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_004/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999481%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_005/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_003/780x0__r.jpg?hash=1774454078> (referer: https://ecarstrade.com/cars/7002183)
2026-03-25 22:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_004/780x0__r.jpg?hash=1774454076> (referer: https://ecarstrade.com/cars/7002183)
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F6990001-7000000%252F6999481%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_006/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd
2026-03-25 22:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_002/780x0__r.jpg?hash=1774454078> (referer: https://ecarstrade.com/cars/7002183)
2026-03-25 22:09:21 [ecarstrade.be] INFO: Extracting details for car 6861910auction87925
2026-03-25 22:09:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd
2026-03-25 22:09:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd, skipping ID generation
2026-03-25 22:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with scrape type 1
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b60be6bd-9e2d-56a3-8de3-37757d6e2ebd sending to next pipeline
2026-03-25 22:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd, identifier: 7001473auction106392
2026-03-25 22:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with identifier: 7001473auction106392
2026-03-25 22:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with identifier: 7001473auction106392
2026-03-25 22:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b60be6bd-9e2d-56a3-8de3-37757d6e2ebd with identifier: 7001473auction106392 to the API
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001473/photo_001/780x0__r.jpg?hash=1774450474>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b60be6bd-9e2d-56a3-8de3-37757d6e2ebd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001473',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 40111,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:21 [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-25 22:09:21 [ecarstrade.be] INFO: Saving data for 7001473auction106392: {'created_time': 1774476561.76372, 'last_price_update_time': 1774476561.76373, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001473auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with identifier: 6861910auction87925
2026-03-25 22:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with scrape type 2
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with scrape type 2
2026-03-25 22:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed2a79ae-8338-56b4-87c4-5a2ac9d21326, identifier: 6861910auction87925
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 16b79562-5f95-5e4e-935a-cf149d79a7a9
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 16b79562-5f95-5e4e-935a-cf149d79a7a9
2026-03-25 22:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 16b79562-5f95-5e4e-935a-cf149d79a7a9
2026-03-25 22:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with identifier: 6861910auction87925
2026-03-25 22:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with identifier: 6861910auction87925
2026-03-25 22:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed2a79ae-8338-56b4-87c4-5a2ac9d21326 with identifier: 6861910auction87925 to the API
2026-03-25 22:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6861910>
{'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': 'ed2a79ae-8338-56b4-87c4-5a2ac9d21326',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6861910',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Opel',
'model': 'Astra',
'odometer': 62085,
'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 1.2 SPORT TOURER TURBO 130CV BVA8 GS',
'transmission': 'automatic',
'trim': 'OPEL 1.2 SPORT TOURER TURBO 130CV BVA8 GS',
'vin': None,
'year': 2024}
2026-03-25 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:22 [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-25 22:09:22 [ecarstrade.be] INFO: Saving data for 6861910auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280894.790365, 'last_price_update_time': 1774476562.160626}
2026-03-25 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6861910auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_001/780x0__r.jpg?hash=1774454078> (referer: https://ecarstrade.com/cars/7002183)
2026-03-25 22:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_002/780x0__r.jpg?hash=1774432469> (referer: https://ecarstrade.com/cars/6999483)
2026-03-25 22:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 16b79562-5f95-5e4e-935a-cf149d79a7a9
2026-03-25 22:09:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 16b79562-5f95-5e4e-935a-cf149d79a7a9, skipping ID generation
2026-03-25 22:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16b79562-5f95-5e4e-935a-cf149d79a7a9 with scrape type 1
2026-03-25 22:09:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 16b79562-5f95-5e4e-935a-cf149d79a7a9 sending to next pipeline
2026-03-25 22:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16b79562-5f95-5e4e-935a-cf149d79a7a9, identifier: 7002183auction106392
2026-03-25 22:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16b79562-5f95-5e4e-935a-cf149d79a7a9 with identifier: 7002183auction106392
2026-03-25 22:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16b79562-5f95-5e4e-935a-cf149d79a7a9 with identifier: 7002183auction106392
2026-03-25 22:09:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16b79562-5f95-5e4e-935a-cf149d79a7a9 with identifier: 7002183auction106392 to the API
2026-03-25 22:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_001/780x0__r.jpg?hash=1774454078>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '16b79562-5f95-5e4e-935a-cf149d79a7a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002183',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-25 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:22 [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-25 22:09:22 [ecarstrade.be] INFO: Saving data for 7002183auction106392: {'created_time': 1774476562.777843, 'last_price_update_time': 1774476562.777854, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002183auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_001/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999481)
2026-03-25 22:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c8137c0b-d99a-52c5-b315-1a2cf253fbf8
2026-03-25 22:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_003/780x0__r.jpg?hash=1774432469> (referer: https://ecarstrade.com/cars/6999483)
2026-03-25 22:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d6777504-eacd-521e-9ade-8f7c9f4a884d
2026-03-25 22:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_002/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999481)
2026-03-25 22:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c8137c0b-d99a-52c5-b315-1a2cf253fbf8
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_004/780x0__r.jpg?hash=1774432469> (referer: https://ecarstrade.com/cars/6999483)
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d6777504-eacd-521e-9ade-8f7c9f4a884d
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_005/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999481)
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_004/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999481)
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c8137c0b-d99a-52c5-b315-1a2cf253fbf8
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d6777504-eacd-521e-9ade-8f7c9f4a884d
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_006/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999481)
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d6777504-eacd-521e-9ade-8f7c9f4a884d
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_006/780x0__r.jpg?hash=1774432470> (referer: https://ecarstrade.com/cars/6999483)
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d6777504-eacd-521e-9ade-8f7c9f4a884d
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_003/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999481)
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c8137c0b-d99a-52c5-b315-1a2cf253fbf8
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_005/780x0__r.jpg?hash=1774432469> (referer: https://ecarstrade.com/cars/6999483)
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d6777504-eacd-521e-9ade-8f7c9f4a884d
2026-03-25 22:09:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6777504-eacd-521e-9ade-8f7c9f4a884d, skipping ID generation
2026-03-25 22:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6777504-eacd-521e-9ade-8f7c9f4a884d with scrape type 1
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6777504-eacd-521e-9ade-8f7c9f4a884d sending to next pipeline
2026-03-25 22:09:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6777504-eacd-521e-9ade-8f7c9f4a884d, identifier: 6999481auction106392
2026-03-25 22:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6777504-eacd-521e-9ade-8f7c9f4a884d with identifier: 6999481auction106392
2026-03-25 22:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6777504-eacd-521e-9ade-8f7c9f4a884d with identifier: 6999481auction106392
2026-03-25 22:09:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6777504-eacd-521e-9ade-8f7c9f4a884d with identifier: 6999481auction106392 to the API
2026-03-25 22:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999481/photo_003/780x0__r.jpg?hash=1774432464>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd6777504-eacd-521e-9ade-8f7c9f4a884d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999481',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 21317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-25 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999481auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:09:23 [ecarstrade.be] INFO: Saving data for 6999481auction106392: {'created_time': 1774476563.953896, 'last_price_update_time': 1774476563.953905, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999481auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_001/780x0__r.jpg?hash=1774432469> (referer: https://ecarstrade.com/cars/6999483)
2026-03-25 22:09:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6861888> (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-25 22:09:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c8137c0b-d99a-52c5-b315-1a2cf253fbf8
2026-03-25 22:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c8137c0b-d99a-52c5-b315-1a2cf253fbf8
2026-03-25 22:09:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8137c0b-d99a-52c5-b315-1a2cf253fbf8, skipping ID generation
2026-03-25 22:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with scrape type 1
2026-03-25 22:09:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8137c0b-d99a-52c5-b315-1a2cf253fbf8 sending to next pipeline
2026-03-25 22:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8137c0b-d99a-52c5-b315-1a2cf253fbf8, identifier: 6999483auction106392
2026-03-25 22:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with identifier: 6999483auction106392
2026-03-25 22:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with identifier: 6999483auction106392
2026-03-25 22:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8137c0b-d99a-52c5-b315-1a2cf253fbf8 with identifier: 6999483auction106392 to the API
2026-03-25 22:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999483/photo_001/780x0__r.jpg?hash=1774432469>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c8137c0b-d99a-52c5-b315-1a2cf253fbf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999483',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 13587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-25 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276999483auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:09:24 [ecarstrade.be] INFO: Saving data for 6999483auction106392: {'created_time': 1774476564.58923, 'last_price_update_time': 1774476564.589241, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999483auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:24 [ecarstrade.be] INFO: Extracting details for car 6861888auction87925
2026-03-25 22:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 197ff4fb-c043-5896-ac40-bde6abef5198 with identifier: 6861888auction87925
2026-03-25 22:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 197ff4fb-c043-5896-ac40-bde6abef5198 with scrape type 2
2026-03-25 22:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 197ff4fb-c043-5896-ac40-bde6abef5198 with scrape type 2
2026-03-25 22:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 197ff4fb-c043-5896-ac40-bde6abef5198, identifier: 6861888auction87925
2026-03-25 22:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 197ff4fb-c043-5896-ac40-bde6abef5198 with identifier: 6861888auction87925
2026-03-25 22:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 197ff4fb-c043-5896-ac40-bde6abef5198 with identifier: 6861888auction87925
2026-03-25 22:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 197ff4fb-c043-5896-ac40-bde6abef5198 with identifier: 6861888auction87925 to the API
2026-03-25 22:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6861888>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '197ff4fb-c043-5896-ac40-bde6abef5198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6861888',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Ford',
'model': 'Puma',
'odometer': 71009,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-14',
'seats_number': None,
'seller_name': None,
'title': 'FORD Puma 1.0 Ecoboost 125 ch mHEV S&S ST-Line DCT7',
'transmission': 'automatic',
'trim': 'FORD 1.0 Ecoboost 125 ch mHEV S&S ST-Line DCT7',
'vin': None,
'year': 2023}
2026-03-25 22:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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-25 22:09:25 [ecarstrade.be] INFO: Saving data for 6861888auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139246.316716, 'last_price_update_time': 1774476565.01748}
2026-03-25 22:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6861888auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999197> (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-25 22:09:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:27 [ecarstrade.be] INFO: Extracting details for car 6999197auction106392
2026-03-25 22:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with identifier: 6999197auction106392
2026-03-25 22:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with scrape type 2
2026-03-25 22:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with scrape type 2
2026-03-25 22:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6, identifier: 6999197auction106392
2026-03-25 22:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with identifier: 6999197auction106392
2026-03-25 22:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with identifier: 6999197auction106392
2026-03-25 22:09:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6 with identifier: 6999197auction106392 to the API
2026-03-25 22:09:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999197>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'fa6f78ca-6ba9-58c0-84f2-2e05f7c46ff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999197',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 13563,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Plus PureTech 1.2L 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus PureTech 1.2L 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-25 22:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:27 [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-25 22:09:27 [ecarstrade.be] INFO: Saving data for 6999197auction106392: {'auction_closing_time': 1774651204.0, 'created_time': 1774389997.133825, 'last_price_update_time': 1774476567.595592}
2026-03-25 22:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999197auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844413> (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-25 22:09:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:28 [ecarstrade.be] INFO: Extracting details for car 6844413auction87925
2026-03-25 22:09:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with identifier: 6844413auction87925
2026-03-25 22:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with scrape type 2
2026-03-25 22:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with scrape type 2
2026-03-25 22:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778, identifier: 6844413auction87925
2026-03-25 22:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with identifier: 6844413auction87925
2026-03-25 22:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with identifier: 6844413auction87925
2026-03-25 22:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d80cf8b0-0fb4-5e37-a18b-0ae7c3471778 with identifier: 6844413auction87925 to the API
2026-03-25 22:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6844413>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'd80cf8b0-0fb4-5e37-a18b-0ae7c3471778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6844413',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Citroen',
'model': 'C3',
'odometer': 61495,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-28',
'seats_number': None,
'seller_name': None,
'title': 'CITROËN C3 Pure Tech 83 S&S BVM5 Shine',
'transmission': 'manual',
'trim': 'CITROËN Pure Tech 83 S&S BVM5 Shine',
'vin': None,
'year': 2023}
2026-03-25 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:28 [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-25 22:09:28 [ecarstrade.be] INFO: Saving data for 6844413auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280825.369004, 'last_price_update_time': 1774476568.625564}
2026-03-25 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844413auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6810528> (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-25 22:09:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:29 [ecarstrade.be] INFO: Extracting details for car 6810528auction87925
2026-03-25 22:09:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 069b5132-fede-5b76-ad63-bc57ead30346 with identifier: 6810528auction87925
2026-03-25 22:09:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 069b5132-fede-5b76-ad63-bc57ead30346 with scrape type 2
2026-03-25 22:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 069b5132-fede-5b76-ad63-bc57ead30346 with scrape type 2
2026-03-25 22:09:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 069b5132-fede-5b76-ad63-bc57ead30346, identifier: 6810528auction87925
2026-03-25 22:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 069b5132-fede-5b76-ad63-bc57ead30346 with identifier: 6810528auction87925
2026-03-25 22:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 069b5132-fede-5b76-ad63-bc57ead30346 with identifier: 6810528auction87925
2026-03-25 22:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 069b5132-fede-5b76-ad63-bc57ead30346 with identifier: 6810528auction87925 to the API
2026-03-25 22:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6810528>
{'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': '069b5132-fede-5b76-ad63-bc57ead30346',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6810528',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Opel',
'model': 'Astra',
'odometer': 63777,
'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': 'OPEL Astra SW 1,2 TURBO 130 CV BVA GS',
'transmission': 'manual',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVA GS',
'vin': None,
'year': 2024}
2026-03-25 22:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:29 [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-25 22:09:29 [ecarstrade.be] INFO: Saving data for 6810528auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679053.808285, 'last_price_update_time': 1774476569.349715}
2026-03-25 22:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6810528auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784210> (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-25 22:09:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:31 [ecarstrade.be] INFO: Extracting details for car 6784210auction87925
2026-03-25 22:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8ad382e-b6cf-564c-96c6-87945d493c53 with identifier: 6784210auction87925
2026-03-25 22:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8ad382e-b6cf-564c-96c6-87945d493c53 with scrape type 2
2026-03-25 22:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8ad382e-b6cf-564c-96c6-87945d493c53 with scrape type 2
2026-03-25 22:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8ad382e-b6cf-564c-96c6-87945d493c53, identifier: 6784210auction87925
2026-03-25 22:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8ad382e-b6cf-564c-96c6-87945d493c53 with identifier: 6784210auction87925
2026-03-25 22:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8ad382e-b6cf-564c-96c6-87945d493c53 with identifier: 6784210auction87925
2026-03-25 22:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8ad382e-b6cf-564c-96c6-87945d493c53 with identifier: 6784210auction87925 to the API
2026-03-25 22:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784210>
{'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': 'b8ad382e-b6cf-564c-96c6-87945d493c53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784210',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT Orly"',
'make': 'Opel',
'model': 'Astra',
'odometer': 52807,
'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': 'OPEL Astra SW 1,2 TURBO 130 CV BVM GS',
'transmission': 'manual',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVM GS',
'vin': None,
'year': 2024}
2026-03-25 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:31 [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-25 22:09:31 [ecarstrade.be] INFO: Saving data for 6784210auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679121.900399, 'last_price_update_time': 1774476571.710172}
2026-03-25 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784210auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844418> (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-25 22:09:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6778496> (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-25 22:09:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:31 [ecarstrade.be] INFO: Extracting details for car 6844418auction87925
2026-03-25 22:09:31 [ecarstrade.be] INFO: Extracting details for car 6778496auction87925
2026-03-25 22:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72e9063a-31db-533d-b8b0-1f39155883e5 with identifier: 6844418auction87925
2026-03-25 22:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72e9063a-31db-533d-b8b0-1f39155883e5 with scrape type 2
2026-03-25 22:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72e9063a-31db-533d-b8b0-1f39155883e5 with scrape type 2
2026-03-25 22:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72e9063a-31db-533d-b8b0-1f39155883e5, identifier: 6844418auction87925
2026-03-25 22:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with identifier: 6778496auction87925
2026-03-25 22:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with scrape type 2
2026-03-25 22:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with scrape type 2
2026-03-25 22:09:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 963fdad9-2a1b-51ba-af8c-17d032e6bf24, identifier: 6778496auction87925
2026-03-25 22:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72e9063a-31db-533d-b8b0-1f39155883e5 with identifier: 6844418auction87925
2026-03-25 22:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72e9063a-31db-533d-b8b0-1f39155883e5 with identifier: 6844418auction87925
2026-03-25 22:09:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72e9063a-31db-533d-b8b0-1f39155883e5 with identifier: 6844418auction87925 to the API
2026-03-25 22:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6844418>
{'auction_title': '',
'c_o_2_emission_value': 118,
'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': '72e9063a-31db-533d-b8b0-1f39155883e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6844418',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 91066,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-12',
'seats_number': None,
'seller_name': None,
'title': 'FORD Kuga 2.5 Duratec FHEV 190 ch Hybrid FlexiFuel Powershift '
'TITANIUM',
'transmission': 'automatic',
'trim': 'FORD 2.5 Duratec FHEV 190 ch Hybrid FlexiFuel Powershift TITANIUM',
'vin': None,
'year': 2023}
2026-03-25 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276844418auction87925%27 HTTP/1.1" 200 None
2026-03-25 22:09:32 [ecarstrade.be] INFO: Saving data for 6844418auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679050.840987, 'last_price_update_time': 1774476572.342253}
2026-03-25 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844418auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with identifier: 6778496auction87925
2026-03-25 22:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with identifier: 6778496auction87925
2026-03-25 22:09:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 963fdad9-2a1b-51ba-af8c-17d032e6bf24 with identifier: 6778496auction87925 to the API
2026-03-25 22:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6778496>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '963fdad9-2a1b-51ba-af8c-17d032e6bf24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6778496',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT Orly"',
'make': 'Opel',
'model': 'Astra',
'odometer': 62941,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-25',
'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-25 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276778496auction87925%27 HTTP/1.1" 200 None
2026-03-25 22:09:32 [ecarstrade.be] INFO: Saving data for 6778496auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280771.376601, 'last_price_update_time': 1774476572.62062}
2026-03-25 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778496auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6778495> (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-25 22:09:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:34 [ecarstrade.be] INFO: Extracting details for car 6778495auction87925
2026-03-25 22:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c259ada1-f82f-5669-ba10-3b49a6f032f8 with identifier: 6778495auction87925
2026-03-25 22:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c259ada1-f82f-5669-ba10-3b49a6f032f8 with scrape type 2
2026-03-25 22:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c259ada1-f82f-5669-ba10-3b49a6f032f8 with scrape type 2
2026-03-25 22:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c259ada1-f82f-5669-ba10-3b49a6f032f8, identifier: 6778495auction87925
2026-03-25 22:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c259ada1-f82f-5669-ba10-3b49a6f032f8 with identifier: 6778495auction87925
2026-03-25 22:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c259ada1-f82f-5669-ba10-3b49a6f032f8 with identifier: 6778495auction87925
2026-03-25 22:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c259ada1-f82f-5669-ba10-3b49a6f032f8 with identifier: 6778495auction87925 to the API
2026-03-25 22:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6778495>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'c259ada1-f82f-5669-ba10-3b49a6f032f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6778495',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT Orly"',
'make': 'Opel',
'model': 'Astra',
'odometer': 55989,
'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 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-25 22:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:34 [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-25 22:09:34 [ecarstrade.be] INFO: Saving data for 6778495auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280770.911762, 'last_price_update_time': 1774476574.507039}
2026-03-25 22:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778495auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6756803> (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-25 22:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_005/780x0__r.jpg?hash=1774432462> (referer: https://ecarstrade.com/cars/6999479)
2026-03-25 22:09:34 [ecarstrade.be] INFO: Extracting details for car 6756803auction87925
2026-03-25 22:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with identifier: 6756803auction87925
2026-03-25 22:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with scrape type 2
2026-03-25 22:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with scrape type 2
2026-03-25 22:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7, identifier: 6756803auction87925
2026-03-25 22:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with identifier: 6756803auction87925
2026-03-25 22:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with identifier: 6756803auction87925
2026-03-25 22:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c49b5dc-7ad4-50d0-b25b-89f60cf329a7 with identifier: 6756803auction87925 to the API
2026-03-25 22:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6756803>
{'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': '2c49b5dc-7ad4-50d0-b25b-89f60cf329a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6756803',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 116596,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-15',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2023}
2026-03-25 22:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:35 [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-25 22:09:35 [ecarstrade.be] INFO: Saving data for 6756803auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369308.690626, 'last_price_update_time': 1774476575.022329}
2026-03-25 22:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6756803auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_004/780x0__r.jpg?hash=1774432462> (referer: https://ecarstrade.com/cars/6999479)
2026-03-25 22:09:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c6518c8a-75ba-5e7d-8239-f05987983623
2026-03-25 22:09:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_003/780x0__r.jpg?hash=1774432462> (referer: https://ecarstrade.com/cars/6999479)
2026-03-25 22:09:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c6518c8a-75ba-5e7d-8239-f05987983623
2026-03-25 22:09:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_002/780x0__r.jpg?hash=1774432462> (referer: https://ecarstrade.com/cars/6999479)
2026-03-25 22:09:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c6518c8a-75ba-5e7d-8239-f05987983623
2026-03-25 22:09:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_001/780x0__r.jpg?hash=1774432462> (referer: https://ecarstrade.com/cars/6999479)
2026-03-25 22:09:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c6518c8a-75ba-5e7d-8239-f05987983623
2026-03-25 22:09:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c6518c8a-75ba-5e7d-8239-f05987983623
2026-03-25 22:09:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6518c8a-75ba-5e7d-8239-f05987983623, skipping ID generation
2026-03-25 22:09:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6518c8a-75ba-5e7d-8239-f05987983623 with scrape type 1
2026-03-25 22:09:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c6518c8a-75ba-5e7d-8239-f05987983623 sending to next pipeline
2026-03-25 22:09:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6518c8a-75ba-5e7d-8239-f05987983623, identifier: 6999479auction106392
2026-03-25 22:09:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6518c8a-75ba-5e7d-8239-f05987983623 with identifier: 6999479auction106392
2026-03-25 22:09:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6518c8a-75ba-5e7d-8239-f05987983623 with identifier: 6999479auction106392
2026-03-25 22:09:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6518c8a-75ba-5e7d-8239-f05987983623 with identifier: 6999479auction106392 to the API
2026-03-25 22:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999479/photo_001/780x0__r.jpg?hash=1774432462>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'c6518c8a-75ba-5e7d-8239-f05987983623',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999479',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8480,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) Gasoline 100hp S&S, 6-speed '
'manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) Gasoline 100hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-25 22:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:35 [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-25 22:09:35 [ecarstrade.be] INFO: Saving data for 6999479auction106392: {'created_time': 1774476575.796587, 'last_price_update_time': 1774476575.796597, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999479auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002167> (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-25 22:09:37 [ecarstrade.be] INFO: Extracting details for car 7002167auction106392
2026-03-25 22:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6581203> (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-25 22:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36249ed-10e8-51e3-8238-f7bc872ebd80 with identifier: 7002167auction106392
2026-03-25 22:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36249ed-10e8-51e3-8238-f7bc872ebd80 with scrape type 1
2026-03-25 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c36249ed-10e8-51e3-8238-f7bc872ebd80
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002167%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774454052%27 HTTP/1.1" 200 None
2026-03-25 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_001/780x0__r.jpg?hash=1774454052 not downloaded yet
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002167%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774454052%27 HTTP/1.1" 200 None
2026-03-25 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_002/780x0__r.jpg?hash=1774454052 not downloaded yet
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002167%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774454052%27 HTTP/1.1" 200 None
2026-03-25 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_003/780x0__r.jpg?hash=1774454052 not downloaded yet
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002167%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774454052%27 HTTP/1.1" 200 None
2026-03-25 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_004/780x0__r.jpg?hash=1774454052 not downloaded yet
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002167%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774454052%27 HTTP/1.1" 200 None
2026-03-25 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_005/780x0__r.jpg?hash=1774454052 not downloaded yet
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002167%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774454052%27 HTTP/1.1" 200 None
2026-03-25 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_006/780x0__r.jpg?hash=1774454052 not downloaded yet
2026-03-25 22:09:37 [ecarstrade.be] INFO: Extracting details for car 6581203auction87925
2026-03-25 22:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76032c0f-37ca-569b-99cc-0b678564e157 with identifier: 6581203auction87925
2026-03-25 22:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76032c0f-37ca-569b-99cc-0b678564e157 with scrape type 2
2026-03-25 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76032c0f-37ca-569b-99cc-0b678564e157 with scrape type 2
2026-03-25 22:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76032c0f-37ca-569b-99cc-0b678564e157, identifier: 6581203auction87925
2026-03-25 22:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76032c0f-37ca-569b-99cc-0b678564e157 with identifier: 6581203auction87925
2026-03-25 22:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76032c0f-37ca-569b-99cc-0b678564e157 with identifier: 6581203auction87925
2026-03-25 22:09:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76032c0f-37ca-569b-99cc-0b678564e157 with identifier: 6581203auction87925 to the API
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6581203>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '76032c0f-37ca-569b-99cc-0b678564e157',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6581203',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 61552,
'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': 'OPEL Crossland 1.2 Elegance 110ch BVM',
'transmission': 'manual',
'trim': 'OPEL Crossland 1.2 Elegance 110ch BVM',
'vin': None,
'year': 2023}
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:37 [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-25 22:09:37 [ecarstrade.be] INFO: Saving data for 6581203auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280824.847428, 'last_price_update_time': 1774476577.939347}
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6581203auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_002/780x0__r.jpg?hash=1774454052> (referer: https://ecarstrade.com/cars/7002167)
2026-03-25 22:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_001/780x0__r.jpg?hash=1774454052> (referer: https://ecarstrade.com/cars/7002167)
2026-03-25 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_003/780x0__r.jpg?hash=1774454052> (referer: https://ecarstrade.com/cars/7002167)
2026-03-25 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_004/780x0__r.jpg?hash=1774454052> (referer: https://ecarstrade.com/cars/7002167)
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c36249ed-10e8-51e3-8238-f7bc872ebd80
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c36249ed-10e8-51e3-8238-f7bc872ebd80
2026-03-25 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_005/780x0__r.jpg?hash=1774454052> (referer: https://ecarstrade.com/cars/7002167)
2026-03-25 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_006/780x0__r.jpg?hash=1774454052> (referer: https://ecarstrade.com/cars/7002167)
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c36249ed-10e8-51e3-8238-f7bc872ebd80
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c36249ed-10e8-51e3-8238-f7bc872ebd80
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c36249ed-10e8-51e3-8238-f7bc872ebd80
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c36249ed-10e8-51e3-8238-f7bc872ebd80
2026-03-25 22:09:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c36249ed-10e8-51e3-8238-f7bc872ebd80, skipping ID generation
2026-03-25 22:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36249ed-10e8-51e3-8238-f7bc872ebd80 with scrape type 1
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c36249ed-10e8-51e3-8238-f7bc872ebd80 sending to next pipeline
2026-03-25 22:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c36249ed-10e8-51e3-8238-f7bc872ebd80, identifier: 7002167auction106392
2026-03-25 22:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c36249ed-10e8-51e3-8238-f7bc872ebd80 with identifier: 7002167auction106392
2026-03-25 22:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c36249ed-10e8-51e3-8238-f7bc872ebd80 with identifier: 7002167auction106392
2026-03-25 22:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c36249ed-10e8-51e3-8238-f7bc872ebd80 with identifier: 7002167auction106392 to the API
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_006/780x0__r.jpg?hash=1774454052>
{'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-27T22:40:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c36249ed-10e8-51e3-8238-f7bc872ebd80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002167',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 15364,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Evolution 1.6L E-TECH Full Hybrid 145 hp',
'transmission': 'automatic',
'trim': 'Evolution 1.6L E-TECH Full Hybrid 145 hp',
'vin': None,
'year': 2025}
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277002167auction106392%27 HTTP/1.1" 200 None
2026-03-25 22:09:38 [ecarstrade.be] INFO: Saving data for 7002167auction106392: {'created_time': 1774476578.721288, 'last_price_update_time': 1774476578.721297, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002167auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002637> (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-25 22:09:38 [ecarstrade.be] INFO: Extracting details for car 7002637auction106392
2026-03-25 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002638> (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-25 22:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c8f226f-01dd-5dd2-b081-afb914a42a4d with identifier: 7002637auction106392
2026-03-25 22:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c8f226f-01dd-5dd2-b081-afb914a42a4d with scrape type 1
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5c8f226f-01dd-5dd2-b081-afb914a42a4d
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002637%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457652%27 HTTP/1.1" 200 None
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_001/780x0__r.jpg?hash=1774457652 not downloaded yet
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002637%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457652%27 HTTP/1.1" 200 None
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_002/780x0__r.jpg?hash=1774457652 not downloaded yet
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002637%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457652%27 HTTP/1.1" 200 None
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_003/780x0__r.jpg?hash=1774457652 not downloaded yet
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002637%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457652%27 HTTP/1.1" 200 None
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_004/780x0__r.jpg?hash=1774457652 not downloaded yet
2026-03-25 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002637%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457652%27 HTTP/1.1" 200 None
2026-03-25 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_005/780x0__r.jpg?hash=1774457652 not downloaded yet
2026-03-25 22:09:38 [ecarstrade.be] INFO: Extracting details for car 7002638auction106392
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002637%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457652%27 HTTP/1.1" 200 None
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_006/780x0__r.jpg?hash=1774457652 not downloaded yet
2026-03-25 22:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ac17c92-398f-5ab9-ac9a-83f901a72826 with identifier: 7002638auction106392
2026-03-25 22:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ac17c92-398f-5ab9-ac9a-83f901a72826 with scrape type 1
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9ac17c92-398f-5ab9-ac9a-83f901a72826
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002638%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774457654%27 HTTP/1.1" 200 None
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_001/780x0__r.jpg?hash=1774457654 not downloaded yet
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_002/780x0__r.jpg?hash=1774457652> (referer: https://ecarstrade.com/cars/7002637)
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_001/780x0__r.jpg?hash=1774457652> (referer: https://ecarstrade.com/cars/7002637)
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002638%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774457653%27 HTTP/1.1" 200 None
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_002/780x0__r.jpg?hash=1774457653 not downloaded yet
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_003/780x0__r.jpg?hash=1774457652> (referer: https://ecarstrade.com/cars/7002637)
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002638%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774457654%27 HTTP/1.1" 200 None
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_003/780x0__r.jpg?hash=1774457654 not downloaded yet
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_004/780x0__r.jpg?hash=1774457652> (referer: https://ecarstrade.com/cars/7002637)
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002638%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774457654%27 HTTP/1.1" 200 None
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_004/780x0__r.jpg?hash=1774457654 not downloaded yet
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002638%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774457654%27 HTTP/1.1" 200 None
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_005/780x0__r.jpg?hash=1774457654 not downloaded yet
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_005/780x0__r.jpg?hash=1774457652> (referer: https://ecarstrade.com/cars/7002637)
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_001/780x0__r.jpg?hash=1774457654> (referer: https://ecarstrade.com/cars/7002638)
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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%252F7000001-7010000%252F7002638%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774457654%27 HTTP/1.1" 200 None
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_006/780x0__r.jpg?hash=1774457654 not downloaded yet
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_006/780x0__r.jpg?hash=1774457652> (referer: https://ecarstrade.com/cars/7002637)
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5c8f226f-01dd-5dd2-b081-afb914a42a4d
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5c8f226f-01dd-5dd2-b081-afb914a42a4d
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5c8f226f-01dd-5dd2-b081-afb914a42a4d
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_002/780x0__r.jpg?hash=1774457653> (referer: https://ecarstrade.com/cars/7002638)
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5c8f226f-01dd-5dd2-b081-afb914a42a4d
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_003/780x0__r.jpg?hash=1774457654> (referer: https://ecarstrade.com/cars/7002638)
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_005/780x0__r.jpg?hash=1774457654> (referer: https://ecarstrade.com/cars/7002638)
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_004/780x0__r.jpg?hash=1774457654> (referer: https://ecarstrade.com/cars/7002638)
2026-03-25 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_006/780x0__r.jpg?hash=1774457654> (referer: https://ecarstrade.com/cars/7002638)
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5c8f226f-01dd-5dd2-b081-afb914a42a4d
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9ac17c92-398f-5ab9-ac9a-83f901a72826
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5c8f226f-01dd-5dd2-b081-afb914a42a4d
2026-03-25 22:09:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5c8f226f-01dd-5dd2-b081-afb914a42a4d, skipping ID generation
2026-03-25 22:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c8f226f-01dd-5dd2-b081-afb914a42a4d with scrape type 1
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5c8f226f-01dd-5dd2-b081-afb914a42a4d sending to next pipeline
2026-03-25 22:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c8f226f-01dd-5dd2-b081-afb914a42a4d, identifier: 7002637auction106392
2026-03-25 22:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c8f226f-01dd-5dd2-b081-afb914a42a4d with identifier: 7002637auction106392
2026-03-25 22:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c8f226f-01dd-5dd2-b081-afb914a42a4d with identifier: 7002637auction106392
2026-03-25 22:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c8f226f-01dd-5dd2-b081-afb914a42a4d with identifier: 7002637auction106392 to the API
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_006/780x0__r.jpg?hash=1774457652>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '5c8f226f-01dd-5dd2-b081-afb914a42a4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002637',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 32486,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-25',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.0 TSI 95 S&S DSG7 LIFE BUSINESS',
'transmission': 'automatic',
'trim': '1.0 TSI 95 S&S DSG7 LIFE BUSINESS',
'vin': None,
'year': 2022}
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:39 [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-25 22:09:39 [ecarstrade.be] INFO: Saving data for 7002637auction106392: {'created_time': 1774476579.677551, 'last_price_update_time': 1774476579.677561, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002637auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9ac17c92-398f-5ab9-ac9a-83f901a72826
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9ac17c92-398f-5ab9-ac9a-83f901a72826
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9ac17c92-398f-5ab9-ac9a-83f901a72826
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9ac17c92-398f-5ab9-ac9a-83f901a72826
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9ac17c92-398f-5ab9-ac9a-83f901a72826
2026-03-25 22:09:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9ac17c92-398f-5ab9-ac9a-83f901a72826, skipping ID generation
2026-03-25 22:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ac17c92-398f-5ab9-ac9a-83f901a72826 with scrape type 1
2026-03-25 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9ac17c92-398f-5ab9-ac9a-83f901a72826 sending to next pipeline
2026-03-25 22:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ac17c92-398f-5ab9-ac9a-83f901a72826, identifier: 7002638auction106392
2026-03-25 22:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ac17c92-398f-5ab9-ac9a-83f901a72826 with identifier: 7002638auction106392
2026-03-25 22:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ac17c92-398f-5ab9-ac9a-83f901a72826 with identifier: 7002638auction106392
2026-03-25 22:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ac17c92-398f-5ab9-ac9a-83f901a72826 with identifier: 7002638auction106392 to the API
2026-03-25 22:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_006/780x0__r.jpg?hash=1774457654>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '9ac17c92-398f-5ab9-ac9a-83f901a72826',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002638',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'DS4',
'odometer': 4770,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-19',
'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-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Saving data for 7002638auction106392: {'created_time': 1774476580.125165, 'last_price_update_time': 1774476580.125175, 'auction_closing_time': 1774651204.0}
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002638auction106392') HTTP/1.1" 204 0
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6875747auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6875747auction87925: 2
2026-03-25 22:09:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6875748auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6875748auction87925: 2
2026-03-25 22:09:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6898132auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6898132auction87925: 2
2026-03-25 22:09:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6898138auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6898138auction87925: 2
2026-03-25 22:09:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6898139auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6898139auction87925: 2
2026-03-25 22:09:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949434auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949434auction87925: 2
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949440auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949440auction87925: 0
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949443auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949443auction87925: 0
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949444auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949444auction87925: 2
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949457auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949457auction87925: 2
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949461auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949461auction87925: 2
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949471auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949471auction87925: 0
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949491auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949491auction87925: 0
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949528auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949528auction87925: 0
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6949576auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6949576auction87925: 0
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6959581auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6959581auction87925: 0
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6959582auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6959582auction87925: 2
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6959594auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6959594auction87925: 0
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6959609auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6959609auction87925: 2
2026-03-25 22:09:40 [ecarstrade.be] INFO: Found listing with ID: 6959627auction87925
2026-03-25 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:40 [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-25 22:09:40 [ecarstrade.be] INFO: Scrape type for 6959627auction87925: 2
2026-03-25 22:09:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6660338> (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-25 22:09:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:42 [ecarstrade.be] INFO: Extracting details for car 6660338auction87925
2026-03-25 22:09:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d36c21f-1795-5702-ab44-c28e8de43df2 with identifier: 6660338auction87925
2026-03-25 22:09:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d36c21f-1795-5702-ab44-c28e8de43df2 with scrape type 2
2026-03-25 22:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d36c21f-1795-5702-ab44-c28e8de43df2 with scrape type 2
2026-03-25 22:09:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d36c21f-1795-5702-ab44-c28e8de43df2, identifier: 6660338auction87925
2026-03-25 22:09:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d36c21f-1795-5702-ab44-c28e8de43df2 with identifier: 6660338auction87925
2026-03-25 22:09:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d36c21f-1795-5702-ab44-c28e8de43df2 with identifier: 6660338auction87925
2026-03-25 22:09:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d36c21f-1795-5702-ab44-c28e8de43df2 with identifier: 6660338auction87925 to the API
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6660338>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7d36c21f-1795-5702-ab44-c28e8de43df2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6660338',
'listing': 'auction',
'location': 'France - "TEA BOUCHAIN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 74247,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-12',
'seats_number': None,
'seller_name': None,
'title': 'FORD KUGA 2.5 DURATE 2.5 Duratec FHEV 190 CV FlexiFuel FHEV E85 '
'Powershift ST-Line X',
'transmission': 'automatic',
'trim': 'FORD KUGA 2.5 DURATE 2.5 Duratec FHEV 190 CV FlexiFuel FHEV E85 '
'Powershift ST-Line X',
'vin': None,
'year': 2023}
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:42 [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-25 22:09:42 [ecarstrade.be] INFO: Saving data for 6660338auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773185175.552081, 'last_price_update_time': 1774476582.663598}
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6660338auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999480> (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-25 22:09:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:42 [ecarstrade.be] INFO: Extracting details for car 6999480auction106392
2026-03-25 22:09:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61681d9c-dc33-5b06-8708-47f6291c0794 with identifier: 6999480auction106392
2026-03-25 22:09:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61681d9c-dc33-5b06-8708-47f6291c0794 with scrape type 1
2026-03-25 22:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 61681d9c-dc33-5b06-8708-47f6291c0794
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999480%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_001/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999480%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774432463%27 HTTP/1.1" 200 None
2026-03-25 22:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_002/780x0__r.jpg?hash=1774432463 not downloaded yet
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999480%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774432463%27 HTTP/1.1" 200 None
2026-03-25 22:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_003/780x0__r.jpg?hash=1774432463 not downloaded yet
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999480%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774432463%27 HTTP/1.1" 200 None
2026-03-25 22:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_004/780x0__r.jpg?hash=1774432463 not downloaded yet
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999480%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_005/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6999480%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774432464%27 HTTP/1.1" 200 None
2026-03-25 22:09:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_006/780x0__r.jpg?hash=1774432464 not downloaded yet
2026-03-25 22:09:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000303> (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-25 22:09:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:43 [ecarstrade.be] INFO: Extracting details for car 7000303auction106392
2026-03-25 22:09:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae99bc4e-4abc-51f6-881f-3e5a21b91449 with identifier: 7000303auction106392
2026-03-25 22:09:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae99bc4e-4abc-51f6-881f-3e5a21b91449 with scrape type 1
2026-03-25 22:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ae99bc4e-4abc-51f6-881f-3e5a21b91449
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7000303%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774443260%27 HTTP/1.1" 200 None
2026-03-25 22:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_001/780x0__r.jpg?hash=1774443260 not downloaded yet
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7000303%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774443260%27 HTTP/1.1" 200 None
2026-03-25 22:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_002/780x0__r.jpg?hash=1774443260 not downloaded yet
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7000303%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774443260%27 HTTP/1.1" 200 None
2026-03-25 22:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_003/780x0__r.jpg?hash=1774443260 not downloaded yet
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7000303%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774443261%27 HTTP/1.1" 200 None
2026-03-25 22:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_004/780x0__r.jpg?hash=1774443261 not downloaded yet
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7000303%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774443261%27 HTTP/1.1" 200 None
2026-03-25 22:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_005/780x0__r.jpg?hash=1774443261 not downloaded yet
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.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%252F7000303%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774443261%27 HTTP/1.1" 200 None
2026-03-25 22:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_006/780x0__r.jpg?hash=1774443261 not downloaded yet
2026-03-25 22:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875747> (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-25 22:09:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:46 [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-25 22:09:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:46 [ecarstrade.be] INFO: Extracting details for car 6875747auction87925
2026-03-25 22:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with identifier: 6875747auction87925
2026-03-25 22:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with scrape type 2
2026-03-25 22:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with scrape type 2
2026-03-25 22:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b, identifier: 6875747auction87925
2026-03-25 22:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with identifier: 6875747auction87925
2026-03-25 22:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with identifier: 6875747auction87925
2026-03-25 22:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b913ef7-feab-5fb5-a268-6e4bfbc4143b with identifier: 6875747auction87925 to the API
2026-03-25 22:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875747>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '7b913ef7-feab-5fb5-a268-6e4bfbc4143b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875747',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Opel',
'model': 'Astra',
'odometer': 72745,
'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-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Saving data for 6875747auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679092.453626, 'last_price_update_time': 1774476587.100255}
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875747auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6959631auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6959631auction87925: 0
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6959632auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6959632auction87925: 2
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6959636auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6959636auction87925: 2
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6959649auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6959649auction87925: 2
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6963412auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6963412auction87925: 0
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6963414auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6963414auction87925: 2
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6968496auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6968496auction87925: 2
2026-03-25 22:09:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898138> (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-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6968497auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6968497auction87925: 0
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6968499auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6968499auction87925: 0
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6968502auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6968502auction87925: 0
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6968504auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6968504auction87925: 2
2026-03-25 22:09:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6978828auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6978828auction87925: 2
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6983201auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6983201auction87925: 2
2026-03-25 22:09:47 [ecarstrade.be] INFO: Extracting details for car 6898138auction87925
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6983202auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6983202auction87925: 0
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6983206auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6983206auction87925: 2
2026-03-25 22:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1916b4a1-fc81-5c2f-a73d-a83846554990 with identifier: 6898138auction87925
2026-03-25 22:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1916b4a1-fc81-5c2f-a73d-a83846554990 with scrape type 2
2026-03-25 22:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1916b4a1-fc81-5c2f-a73d-a83846554990 with scrape type 2
2026-03-25 22:09:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1916b4a1-fc81-5c2f-a73d-a83846554990, identifier: 6898138auction87925
2026-03-25 22:09:47 [ecarstrade.be] INFO: Found listing with ID: 6983209auction87925
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Scrape type for 6983209auction87925: 2
2026-03-25 22:09:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1916b4a1-fc81-5c2f-a73d-a83846554990 with identifier: 6898138auction87925
2026-03-25 22:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1916b4a1-fc81-5c2f-a73d-a83846554990 with identifier: 6898138auction87925
2026-03-25 22:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1916b4a1-fc81-5c2f-a73d-a83846554990 with identifier: 6898138auction87925 to the API
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898138>
{'auction_title': '',
'c_o_2_emission_value': 233,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': '1916b4a1-fc81-5c2f-a73d-a83846554990',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898138',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 89459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-20',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Boxer 2.2 HDI 130 335 L2H2 3.5T 2.2 HDI 140 BVM + Nav + '
'camera recul + grip control',
'transmission': 'manual',
'trim': 'PEUGEOT 2.2 HDI 130 335 L2H2 3.5T 2.2 HDI 140 BVM + Nav + camera '
'recul + grip control',
'vin': None,
'year': 2023}
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [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-25 22:09:47 [ecarstrade.be] INFO: Saving data for 6898138auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679121.484954, 'last_price_update_time': 1774476587.896332}
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898138auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875748> (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-25 22:09:48 [ecarstrade.be] INFO: Found listing with ID: 6983216auction87925
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:48 [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-25 22:09:48 [ecarstrade.be] INFO: Scrape type for 6983216auction87925: 2
2026-03-25 22:09:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:48 [ecarstrade.be] INFO: Found listing with ID: 6983218auction87925
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:48 [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-25 22:09:48 [ecarstrade.be] INFO: Scrape type for 6983218auction87925: 0
2026-03-25 22:09:48 [ecarstrade.be] INFO: Found listing with ID: 6983222auction87925
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:48 [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-25 22:09:48 [ecarstrade.be] INFO: Scrape type for 6983222auction87925: 0
2026-03-25 22:09:48 [ecarstrade.be] INFO: Found listing with ID: 6983224auction87925
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:48 [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-25 22:09:48 [ecarstrade.be] INFO: Scrape type for 6983224auction87925: 2
2026-03-25 22:09:48 [ecarstrade.be] INFO: Extracting details for car 6875748auction87925
2026-03-25 22:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9837eaf9-2797-52ad-90b6-191de4d54069 with identifier: 6875748auction87925
2026-03-25 22:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9837eaf9-2797-52ad-90b6-191de4d54069 with scrape type 2
2026-03-25 22:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9837eaf9-2797-52ad-90b6-191de4d54069 with scrape type 2
2026-03-25 22:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9837eaf9-2797-52ad-90b6-191de4d54069, identifier: 6875748auction87925
2026-03-25 22:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9837eaf9-2797-52ad-90b6-191de4d54069 with identifier: 6875748auction87925
2026-03-25 22:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9837eaf9-2797-52ad-90b6-191de4d54069 with identifier: 6875748auction87925
2026-03-25 22:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9837eaf9-2797-52ad-90b6-191de4d54069 with identifier: 6875748auction87925 to the API
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875748>
{'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': '9837eaf9-2797-52ad-90b6-191de4d54069',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875748',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Astra',
'odometer': 73594,
'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': 'OPEL Astra SW 1,2 TURBO 130 CV BVA GS',
'transmission': 'manual',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVA GS',
'vin': None,
'year': 2024}
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:48 [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-25 22:09:48 [ecarstrade.be] INFO: Saving data for 6875748auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679091.879432, 'last_price_update_time': 1774476588.482781}
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875748auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898132> (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-25 22:09:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:48 [ecarstrade.be] INFO: Extracting details for car 6898132auction87925
2026-03-25 22:09:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65129d06-60f1-505b-a070-14823824255c with identifier: 6898132auction87925
2026-03-25 22:09:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65129d06-60f1-505b-a070-14823824255c with scrape type 2
2026-03-25 22:09:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65129d06-60f1-505b-a070-14823824255c with scrape type 2
2026-03-25 22:09:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65129d06-60f1-505b-a070-14823824255c, identifier: 6898132auction87925
2026-03-25 22:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65129d06-60f1-505b-a070-14823824255c with identifier: 6898132auction87925
2026-03-25 22:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65129d06-60f1-505b-a070-14823824255c with identifier: 6898132auction87925
2026-03-25 22:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65129d06-60f1-505b-a070-14823824255c with identifier: 6898132auction87925 to the API
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898132>
{'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': 'Petrol',
'id': '65129d06-60f1-505b-a070-14823824255c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898132',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Ford',
'model': 'Focus',
'odometer': 76414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-11',
'seats_number': None,
'seller_name': None,
'title': 'FORD Focus 1.0 125 CV FLEXIFUEL BVM ST LINE X',
'transmission': 'manual',
'trim': 'FORD 1.0 125 CV FLEXIFUEL BVM ST LINE X',
'vin': None,
'year': 2023}
2026-03-25 22:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:48 [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-25 22:09:48 [ecarstrade.be] INFO: Saving data for 6898132auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679150.928817, 'last_price_update_time': 1774476588.994185}
2026-03-25 22:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898132auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949434> (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-25 22:09:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_001/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999480)
2026-03-25 22:09:49 [ecarstrade.be] INFO: Extracting details for car 6949434auction87925
2026-03-25 22:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with identifier: 6949434auction87925
2026-03-25 22:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with scrape type 2
2026-03-25 22:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with scrape type 2
2026-03-25 22:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96, identifier: 6949434auction87925
2026-03-25 22:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with identifier: 6949434auction87925
2026-03-25 22:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with identifier: 6949434auction87925
2026-03-25 22:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c04a2a3-f6d0-5aea-9c03-b885f7608a96 with identifier: 6949434auction87925 to the API
2026-03-25 22:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949434>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '9c04a2a3-f6d0-5aea-9c03-b885f7608a96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949434',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'BMW',
'model': '118',
'odometer': 56770,
'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': 'BMW SERIE 1\xa0\xa0\xa0\xa0 118iA 136ch BVA Sport edition',
'transmission': 'automatic',
'trim': 'SERIE 1\xa0\xa0\xa0\xa0 iA 136ch BVA Sport edition',
'vin': None,
'year': 2023}
2026-03-25 22:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:49 [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-25 22:09:49 [ecarstrade.be] INFO: Saving data for 6949434auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139396.65319, 'last_price_update_time': 1774476589.821009}
2026-03-25 22:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949434auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_002/780x0__r.jpg?hash=1774432463> (referer: https://ecarstrade.com/cars/6999480)
2026-03-25 22:09:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 61681d9c-dc33-5b06-8708-47f6291c0794
2026-03-25 22:09:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_006/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999480)
2026-03-25 22:09:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 61681d9c-dc33-5b06-8708-47f6291c0794
2026-03-25 22:09:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_006/780x0__r.jpg?hash=1774443261> (referer: https://ecarstrade.com/cars/7000303)
2026-03-25 22:09:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 61681d9c-dc33-5b06-8708-47f6291c0794
2026-03-25 22:09:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_005/780x0__r.jpg?hash=1774443261> (referer: https://ecarstrade.com/cars/7000303)
2026-03-25 22:09:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ae99bc4e-4abc-51f6-881f-3e5a21b91449
2026-03-25 22:09:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ae99bc4e-4abc-51f6-881f-3e5a21b91449
2026-03-25 22:09:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949444> (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-25 22:09:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:51 [ecarstrade.be] INFO: Extracting details for car 6949444auction87925
2026-03-25 22:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6c6acb7-241e-5020-82d8-7191277c37ab with identifier: 6949444auction87925
2026-03-25 22:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6c6acb7-241e-5020-82d8-7191277c37ab with scrape type 2
2026-03-25 22:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6c6acb7-241e-5020-82d8-7191277c37ab with scrape type 2
2026-03-25 22:09:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6c6acb7-241e-5020-82d8-7191277c37ab, identifier: 6949444auction87925
2026-03-25 22:09:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6c6acb7-241e-5020-82d8-7191277c37ab with identifier: 6949444auction87925
2026-03-25 22:09:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6c6acb7-241e-5020-82d8-7191277c37ab with identifier: 6949444auction87925
2026-03-25 22:09:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6c6acb7-241e-5020-82d8-7191277c37ab with identifier: 6949444auction87925 to the API
2026-03-25 22:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949444>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'e6c6acb7-241e-5020-82d8-7191277c37ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949444',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 83734,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-15',
'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-25 22:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:51 [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-25 22:09:51 [ecarstrade.be] INFO: Saving data for 6949444auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139338.324667, 'last_price_update_time': 1774476591.422583}
2026-03-25 22:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949444auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949457> (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-25 22:09:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:53 [ecarstrade.be] INFO: Extracting details for car 6949457auction87925
2026-03-25 22:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b67dee71-4dcf-56fd-bf8c-2ae6673367ec with identifier: 6949457auction87925
2026-03-25 22:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b67dee71-4dcf-56fd-bf8c-2ae6673367ec with scrape type 2
2026-03-25 22:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b67dee71-4dcf-56fd-bf8c-2ae6673367ec with scrape type 2
2026-03-25 22:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b67dee71-4dcf-56fd-bf8c-2ae6673367ec, identifier: 6949457auction87925
2026-03-25 22:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b67dee71-4dcf-56fd-bf8c-2ae6673367ec with identifier: 6949457auction87925
2026-03-25 22:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b67dee71-4dcf-56fd-bf8c-2ae6673367ec with identifier: 6949457auction87925
2026-03-25 22:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b67dee71-4dcf-56fd-bf8c-2ae6673367ec with identifier: 6949457auction87925 to the API
2026-03-25 22:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949457>
{'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': 'b67dee71-4dcf-56fd-bf8c-2ae6673367ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949457',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Opel',
'model': 'Astra',
'odometer': 70042,
'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 1.2 SPORT TOURER TURBO 130CV BVA8 GS',
'transmission': 'automatic',
'trim': 'OPEL 1.2 SPORT TOURER TURBO 130CV BVA8 GS',
'vin': None,
'year': 2024}
2026-03-25 22:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:53 [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-25 22:09:53 [ecarstrade.be] INFO: Saving data for 6949457auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139327.781342, 'last_price_update_time': 1774476593.804512}
2026-03-25 22:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949457auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949461> (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-25 22:09:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:53 [ecarstrade.be] INFO: Extracting details for car 6949461auction87925
2026-03-25 22:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 427152cd-8758-5810-b9c8-cf1dc024c40b with identifier: 6949461auction87925
2026-03-25 22:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 427152cd-8758-5810-b9c8-cf1dc024c40b with scrape type 2
2026-03-25 22:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 427152cd-8758-5810-b9c8-cf1dc024c40b with scrape type 2
2026-03-25 22:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 427152cd-8758-5810-b9c8-cf1dc024c40b, identifier: 6949461auction87925
2026-03-25 22:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 427152cd-8758-5810-b9c8-cf1dc024c40b with identifier: 6949461auction87925
2026-03-25 22:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 427152cd-8758-5810-b9c8-cf1dc024c40b with identifier: 6949461auction87925
2026-03-25 22:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 427152cd-8758-5810-b9c8-cf1dc024c40b with identifier: 6949461auction87925 to the API
2026-03-25 22:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949461>
{'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': '427152cd-8758-5810-b9c8-cf1dc024c40b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949461',
'listing': 'auction',
'location': 'France - "TEA BOUCHAIN"',
'make': 'Opel',
'model': 'Astra',
'odometer': 74348,
'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 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-25 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:54 [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-25 22:09:54 [ecarstrade.be] INFO: Saving data for 6949461auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139322.473315, 'last_price_update_time': 1774476594.301479}
2026-03-25 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949461auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959609> (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-25 22:09:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:54 [ecarstrade.be] INFO: Extracting details for car 6959609auction87925
2026-03-25 22:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd13d020-ce08-522e-b161-a936e8a6a7a6 with identifier: 6959609auction87925
2026-03-25 22:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd13d020-ce08-522e-b161-a936e8a6a7a6 with scrape type 2
2026-03-25 22:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd13d020-ce08-522e-b161-a936e8a6a7a6 with scrape type 2
2026-03-25 22:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd13d020-ce08-522e-b161-a936e8a6a7a6, identifier: 6959609auction87925
2026-03-25 22:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd13d020-ce08-522e-b161-a936e8a6a7a6 with identifier: 6959609auction87925
2026-03-25 22:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd13d020-ce08-522e-b161-a936e8a6a7a6 with identifier: 6959609auction87925
2026-03-25 22:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd13d020-ce08-522e-b161-a936e8a6a7a6 with identifier: 6959609auction87925 to the API
2026-03-25 22:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959609>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'dd13d020-ce08-522e-b161-a936e8a6a7a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959609',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 55718,
'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 Corsa 1.2 TURBO 100ch EDITION BVM',
'transmission': 'manual',
'trim': 'OPEL 1.2 TURBO 100ch EDITION BVM',
'vin': None,
'year': 2024}
2026-03-25 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:54 [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-25 22:09:54 [ecarstrade.be] INFO: Saving data for 6959609auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280948.296019, 'last_price_update_time': 1774476594.937617}
2026-03-25 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959609auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959582> (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-25 22:09:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:55 [ecarstrade.be] INFO: Extracting details for car 6959582auction87925
2026-03-25 22:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99eca40a-4bcc-538b-abb8-ab203ba0df1d with identifier: 6959582auction87925
2026-03-25 22:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99eca40a-4bcc-538b-abb8-ab203ba0df1d with scrape type 2
2026-03-25 22:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99eca40a-4bcc-538b-abb8-ab203ba0df1d with scrape type 2
2026-03-25 22:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99eca40a-4bcc-538b-abb8-ab203ba0df1d, identifier: 6959582auction87925
2026-03-25 22:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99eca40a-4bcc-538b-abb8-ab203ba0df1d with identifier: 6959582auction87925
2026-03-25 22:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99eca40a-4bcc-538b-abb8-ab203ba0df1d with identifier: 6959582auction87925
2026-03-25 22:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99eca40a-4bcc-538b-abb8-ab203ba0df1d with identifier: 6959582auction87925 to the API
2026-03-25 22:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959582>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '99eca40a-4bcc-538b-abb8-ab203ba0df1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959582',
'listing': 'auction',
'location': 'France - "F2S Montereau sur le Jard (77)"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 59799,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-03',
'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-25 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:55 [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-25 22:09:55 [ecarstrade.be] INFO: Saving data for 6959582auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369414.755462, 'last_price_update_time': 1774476595.427873}
2026-03-25 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959582auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959627> (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-25 22:09:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:55 [ecarstrade.be] INFO: Extracting details for car 6959627auction87925
2026-03-25 22:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with identifier: 6959627auction87925
2026-03-25 22:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with scrape type 2
2026-03-25 22:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with scrape type 2
2026-03-25 22:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 612766ba-06f3-5db8-9ff2-5028b2ae0c90, identifier: 6959627auction87925
2026-03-25 22:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with identifier: 6959627auction87925
2026-03-25 22:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with identifier: 6959627auction87925
2026-03-25 22:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 612766ba-06f3-5db8-9ff2-5028b2ae0c90 with identifier: 6959627auction87925 to the API
2026-03-25 22:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959627>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '612766ba-06f3-5db8-9ff2-5028b2ae0c90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959627',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 65941,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-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-25 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:55 [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-25 22:09:55 [ecarstrade.be] INFO: Saving data for 6959627auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369452.258347, 'last_price_update_time': 1774476595.911625}
2026-03-25 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959627auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968496> (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-25 22:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:56 [ecarstrade.be] INFO: Extracting details for car 6968496auction87925
2026-03-25 22:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8af58046-89eb-5649-9115-eea1573034e0 with identifier: 6968496auction87925
2026-03-25 22:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8af58046-89eb-5649-9115-eea1573034e0 with scrape type 2
2026-03-25 22:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8af58046-89eb-5649-9115-eea1573034e0 with scrape type 2
2026-03-25 22:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8af58046-89eb-5649-9115-eea1573034e0, identifier: 6968496auction87925
2026-03-25 22:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8af58046-89eb-5649-9115-eea1573034e0 with identifier: 6968496auction87925
2026-03-25 22:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8af58046-89eb-5649-9115-eea1573034e0 with identifier: 6968496auction87925
2026-03-25 22:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8af58046-89eb-5649-9115-eea1573034e0 with identifier: 6968496auction87925 to the API
2026-03-25 22:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968496>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '8af58046-89eb-5649-9115-eea1573034e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968496',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 46443,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-07',
'seats_number': None,
'seller_name': None,
'title': 'ALFA ROMEO TONALE 1.5 130cv Hybrid TCT7 Sprint BVA',
'transmission': 'automatic',
'trim': 'ALFA ROMEO TONALE 1.5 130cv Hybrid TCT7 Sprint BVA',
'vin': None,
'year': 2023}
2026-03-25 22:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:56 [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-25 22:09:56 [ecarstrade.be] INFO: Saving data for 6968496auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773700662.699309, 'last_price_update_time': 1774476596.862298}
2026-03-25 22:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968496auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983209> (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-25 22:09:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:57 [ecarstrade.be] INFO: Extracting details for car 6983209auction87925
2026-03-25 22:09:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with identifier: 6983209auction87925
2026-03-25 22:09:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with scrape type 2
2026-03-25 22:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with scrape type 2
2026-03-25 22:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a, identifier: 6983209auction87925
2026-03-25 22:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with identifier: 6983209auction87925
2026-03-25 22:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with identifier: 6983209auction87925
2026-03-25 22:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46b303a1-32b1-53a3-bcd6-82dd8f387a2a with identifier: 6983209auction87925 to the API
2026-03-25 22:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:09: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-25 22:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983209>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': '46b303a1-32b1-53a3-bcd6-82dd8f387a2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983209',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Mitsubishi',
'model': 'Eclipse Cross',
'odometer': 93787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-11',
'seats_number': None,
'seller_name': None,
'title': 'MITSUBISHI Eclipse Cross PHEV 4WD Intense Design',
'transmission': 'automatic',
'trim': 'MITSUBISHI PHEV 4WD Intense Design',
'vin': None,
'year': 2023}
2026-03-25 22:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09: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-25 22:09:57 [ecarstrade.be] INFO: Saving data for 6983209auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961862.214761, 'last_price_update_time': 1774476597.98569}
2026-03-25 22:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983209auction87925') HTTP/1.1" 204 0
2026-03-25 22:09:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983216> (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-25 22:09:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:09:59 [ecarstrade.be] INFO: Extracting details for car 6983216auction87925
2026-03-25 22:09:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb953fe7-a63d-5799-8124-f02a1bfe9f7e with identifier: 6983216auction87925
2026-03-25 22:09:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb953fe7-a63d-5799-8124-f02a1bfe9f7e with scrape type 2
2026-03-25 22:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb953fe7-a63d-5799-8124-f02a1bfe9f7e with scrape type 2
2026-03-25 22:09:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb953fe7-a63d-5799-8124-f02a1bfe9f7e, identifier: 6983216auction87925
2026-03-25 22:09:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb953fe7-a63d-5799-8124-f02a1bfe9f7e with identifier: 6983216auction87925
2026-03-25 22:09:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb953fe7-a63d-5799-8124-f02a1bfe9f7e with identifier: 6983216auction87925
2026-03-25 22:10:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb953fe7-a63d-5799-8124-f02a1bfe9f7e with identifier: 6983216auction87925 to the API
2026-03-25 22:10:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983216>
{'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': 'fb953fe7-a63d-5799-8124-f02a1bfe9f7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983216',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 55404,
'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-25 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:00 [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-25 22:10:00 [ecarstrade.be] INFO: Saving data for 6983216auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961954.937256, 'last_price_update_time': 1774476600.289451}
2026-03-25 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983216auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983224> (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-25 22:10:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:00 [ecarstrade.be] INFO: Extracting details for car 6983224auction87925
2026-03-25 22:10:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with identifier: 6983224auction87925
2026-03-25 22:10:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with scrape type 2
2026-03-25 22:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with scrape type 2
2026-03-25 22:10:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b, identifier: 6983224auction87925
2026-03-25 22:10:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with identifier: 6983224auction87925
2026-03-25 22:10:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with identifier: 6983224auction87925
2026-03-25 22:10:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b with identifier: 6983224auction87925 to the API
2026-03-25 22:10:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983224>
{'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': 'ad2f6fd0-e743-5e1e-b1cc-6eefe5ce116b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983224',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Peugeot',
'model': '2008',
'odometer': 74533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-11',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 2008\xa0 puretech 100 allure BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT \xa0 puretech 100 allure BVM6',
'vin': None,
'year': 2024}
2026-03-25 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:00 [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-25 22:10:00 [ecarstrade.be] INFO: Saving data for 6983224auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961923.12058, 'last_price_update_time': 1774476600.938189}
2026-03-25 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983224auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983206> (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-25 22:10:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:01 [ecarstrade.be] INFO: Extracting details for car 6983206auction87925
2026-03-25 22:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with identifier: 6983206auction87925
2026-03-25 22:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with scrape type 2
2026-03-25 22:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with scrape type 2
2026-03-25 22:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca, identifier: 6983206auction87925
2026-03-25 22:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with identifier: 6983206auction87925
2026-03-25 22:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with identifier: 6983206auction87925
2026-03-25 22:10:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca with identifier: 6983206auction87925 to the API
2026-03-25 22:10:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983206>
{'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': '2d9b6b44-d6a7-5e9c-a8c4-ee556bb3bbca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983206',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Hyundai',
'model': 'i30',
'odometer': 69954,
'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 T-GDI SW 120cv 48V-Mildhybrid Creative DCT7',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.0 T-GDI SW 120cv 48V-Mildhybrid Creative DCT7',
'vin': None,
'year': 2024}
2026-03-25 22:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:01 [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-25 22:10:01 [ecarstrade.be] INFO: Saving data for 6983206auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961921.69807, 'last_price_update_time': 1774476601.418573}
2026-03-25 22:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983206auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983201> (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-25 22:10:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:02 [ecarstrade.be] INFO: Extracting details for car 6983201auction87925
2026-03-25 22:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with identifier: 6983201auction87925
2026-03-25 22:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with scrape type 2
2026-03-25 22:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with scrape type 2
2026-03-25 22:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1b15b55-51c1-5c97-b13e-cc5706fcbc83, identifier: 6983201auction87925
2026-03-25 22:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with identifier: 6983201auction87925
2026-03-25 22:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with identifier: 6983201auction87925
2026-03-25 22:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1b15b55-51c1-5c97-b13e-cc5706fcbc83 with identifier: 6983201auction87925 to the API
2026-03-25 22:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983201>
{'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': 'e1b15b55-51c1-5c97-b13e-cc5706fcbc83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983201',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 85837,
'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-25 22:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:02 [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-25 22:10:02 [ecarstrade.be] INFO: Saving data for 6983201auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961863.662846, 'last_price_update_time': 1774476602.560767}
2026-03-25 22:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983201auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978828> (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-25 22:10:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_004/780x0__r.jpg?hash=1774443261> (referer: https://ecarstrade.com/cars/7000303)
2026-03-25 22:10:02 [ecarstrade.be] INFO: Extracting details for car 6978828auction87925
2026-03-25 22:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce27dc44-b27c-5906-a9dd-3316e490fd7d with identifier: 6978828auction87925
2026-03-25 22:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce27dc44-b27c-5906-a9dd-3316e490fd7d with scrape type 2
2026-03-25 22:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce27dc44-b27c-5906-a9dd-3316e490fd7d with scrape type 2
2026-03-25 22:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce27dc44-b27c-5906-a9dd-3316e490fd7d, identifier: 6978828auction87925
2026-03-25 22:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce27dc44-b27c-5906-a9dd-3316e490fd7d with identifier: 6978828auction87925
2026-03-25 22:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce27dc44-b27c-5906-a9dd-3316e490fd7d with identifier: 6978828auction87925
2026-03-25 22:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce27dc44-b27c-5906-a9dd-3316e490fd7d with identifier: 6978828auction87925 to the API
2026-03-25 22:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978828>
{'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': 'ce27dc44-b27c-5906-a9dd-3316e490fd7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978828',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Renault',
'model': 'Austral',
'odometer': 75677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-18',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT AUSTRAL techno esprit Alpine mild hybrid 160 EDC',
'transmission': 'automatic',
'trim': 'RENAULT AUSTRAL techno esprit Alpine mild hybrid 160 EDC',
'vin': None,
'year': 2024}
2026-03-25 22:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:03 [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-25 22:10:03 [ecarstrade.be] INFO: Saving data for 6978828auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773856194.6681, 'last_price_update_time': 1774476603.052555}
2026-03-25 22:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978828auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_003/780x0__r.jpg?hash=1774443260> (referer: https://ecarstrade.com/cars/7000303)
2026-03-25 22:10:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968504> (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-25 22:10:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ae99bc4e-4abc-51f6-881f-3e5a21b91449
2026-03-25 22:10:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_001/780x0__r.jpg?hash=1774443260> (referer: https://ecarstrade.com/cars/7000303)
2026-03-25 22:10:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_002/780x0__r.jpg?hash=1774443260> (referer: https://ecarstrade.com/cars/7000303)
2026-03-25 22:10:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ae99bc4e-4abc-51f6-881f-3e5a21b91449
2026-03-25 22:10:03 [ecarstrade.be] INFO: Extracting details for car 6968504auction87925
2026-03-25 22:10:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6deacfd-6814-5fba-8686-b63489ad839b with identifier: 6968504auction87925
2026-03-25 22:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6deacfd-6814-5fba-8686-b63489ad839b with scrape type 2
2026-03-25 22:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6deacfd-6814-5fba-8686-b63489ad839b with scrape type 2
2026-03-25 22:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6deacfd-6814-5fba-8686-b63489ad839b, identifier: 6968504auction87925
2026-03-25 22:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6deacfd-6814-5fba-8686-b63489ad839b with identifier: 6968504auction87925
2026-03-25 22:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6deacfd-6814-5fba-8686-b63489ad839b with identifier: 6968504auction87925
2026-03-25 22:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6deacfd-6814-5fba-8686-b63489ad839b with identifier: 6968504auction87925 to the API
2026-03-25 22:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968504>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'b6deacfd-6814-5fba-8686-b63489ad839b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968504',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 59322,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-31',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Corsa 1.2 TURBO 100ch EDITION BVM',
'transmission': 'manual',
'trim': 'OPEL 1.2 TURBO 100ch EDITION BVM',
'vin': None,
'year': 2023}
2026-03-25 22:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:03 [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-25 22:10:03 [ecarstrade.be] INFO: Saving data for 6968504auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773700661.855002, 'last_price_update_time': 1774476603.567812}
2026-03-25 22:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968504auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_005/780x0__r.jpg?hash=1774432464> (referer: https://ecarstrade.com/cars/6999480)
2026-03-25 22:10:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_004/780x0__r.jpg?hash=1774432463> (referer: https://ecarstrade.com/cars/6999480)
2026-03-25 22:10:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ae99bc4e-4abc-51f6-881f-3e5a21b91449
2026-03-25 22:10:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ae99bc4e-4abc-51f6-881f-3e5a21b91449
2026-03-25 22:10:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae99bc4e-4abc-51f6-881f-3e5a21b91449, skipping ID generation
2026-03-25 22:10:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae99bc4e-4abc-51f6-881f-3e5a21b91449 with scrape type 1
2026-03-25 22:10:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae99bc4e-4abc-51f6-881f-3e5a21b91449 sending to next pipeline
2026-03-25 22:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae99bc4e-4abc-51f6-881f-3e5a21b91449, identifier: 7000303auction106392
2026-03-25 22:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae99bc4e-4abc-51f6-881f-3e5a21b91449 with identifier: 7000303auction106392
2026-03-25 22:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae99bc4e-4abc-51f6-881f-3e5a21b91449 with identifier: 7000303auction106392
2026-03-25 22:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae99bc4e-4abc-51f6-881f-3e5a21b91449 with identifier: 7000303auction106392 to the API
2026-03-25 22:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000303/photo_002/780x0__r.jpg?hash=1774443260>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': 'ae99bc4e-4abc-51f6-881f-3e5a21b91449',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000303',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 13122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-28',
'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-25 22:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:04 [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-25 22:10:04 [ecarstrade.be] INFO: Saving data for 7000303auction106392: {'created_time': 1774476604.004522, 'last_price_update_time': 1774476604.004531, 'auction_closing_time': 1774651204.0}
2026-03-25 22:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7000303auction106392') HTTP/1.1" 204 0
2026-03-25 22:10:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_003/780x0__r.jpg?hash=1774432463> (referer: https://ecarstrade.com/cars/6999480)
2026-03-25 22:10:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 61681d9c-dc33-5b06-8708-47f6291c0794
2026-03-25 22:10:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 61681d9c-dc33-5b06-8708-47f6291c0794
2026-03-25 22:10:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 61681d9c-dc33-5b06-8708-47f6291c0794
2026-03-25 22:10:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61681d9c-dc33-5b06-8708-47f6291c0794, skipping ID generation
2026-03-25 22:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61681d9c-dc33-5b06-8708-47f6291c0794 with scrape type 1
2026-03-25 22:10:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61681d9c-dc33-5b06-8708-47f6291c0794 sending to next pipeline
2026-03-25 22:10:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61681d9c-dc33-5b06-8708-47f6291c0794, identifier: 6999480auction106392
2026-03-25 22:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61681d9c-dc33-5b06-8708-47f6291c0794 with identifier: 6999480auction106392
2026-03-25 22:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61681d9c-dc33-5b06-8708-47f6291c0794 with identifier: 6999480auction106392
2026-03-25 22:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61681d9c-dc33-5b06-8708-47f6291c0794 with identifier: 6999480auction106392 to the API
2026-03-25 22:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999480/photo_003/780x0__r.jpg?hash=1774432463>
{'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-27T22:40:04Z',
'fuel_type': 'Petrol',
'id': '61681d9c-dc33-5b06-8708-47f6291c0794',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999480',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10568,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L 100hp S&S (BVM6)',
'transmission': 'manual',
'trim': 'Allure 1.2L 100hp S&S (BVM6)',
'vin': None,
'year': 2025}
2026-03-25 22:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:04 [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-25 22:10:04 [ecarstrade.be] INFO: Saving data for 6999480auction106392: {'created_time': 1774476604.568457, 'last_price_update_time': 1774476604.568469, 'auction_closing_time': 1774651204.0}
2026-03-25 22:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999480auction106392') HTTP/1.1" 204 0
2026-03-25 22:10:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963414> (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-25 22:10:04 [ecarstrade.be] INFO: Extracting details for car 6963414auction87925
2026-03-25 22:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with identifier: 6963414auction87925
2026-03-25 22:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with scrape type 2
2026-03-25 22:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with scrape type 2
2026-03-25 22:10:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e, identifier: 6963414auction87925
2026-03-25 22:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with identifier: 6963414auction87925
2026-03-25 22:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with identifier: 6963414auction87925
2026-03-25 22:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e with identifier: 6963414auction87925 to the API
2026-03-25 22:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963414>
{'auction_title': '',
'c_o_2_emission_value': 233,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': '80c4ca3a-36b0-57b2-b685-c5a0b0b7d59e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963414',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 94913,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-27',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Boxer 2.2 HDI 130 335 L2H2 3.5T 2.2 HDI 140 BVM + Nav + '
'camera recul + grip control',
'transmission': 'manual',
'trim': 'PEUGEOT 2.2 HDI 130 335 L2H2 3.5T 2.2 HDI 140 BVM + Nav + camera '
'recul + grip control',
'vin': None,
'year': 2023}
2026-03-25 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:05 [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-25 22:10:05 [ecarstrade.be] INFO: Saving data for 6963414auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773411676.140578, 'last_price_update_time': 1774476605.079409}
2026-03-25 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963414auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:06 [scrapy.extensions.logstats] INFO: Crawled 1286 pages (at 50 pages/min), scraped 1081 items (at 48 items/min)
2026-03-25 22:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959636> (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-25 22:10:07 [ecarstrade.be] INFO: Extracting details for car 6959636auction87925
2026-03-25 22:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 515a64f8-dc1c-5141-989c-f7f6033ad0df with identifier: 6959636auction87925
2026-03-25 22:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 515a64f8-dc1c-5141-989c-f7f6033ad0df with scrape type 2
2026-03-25 22:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 515a64f8-dc1c-5141-989c-f7f6033ad0df with scrape type 2
2026-03-25 22:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 515a64f8-dc1c-5141-989c-f7f6033ad0df, identifier: 6959636auction87925
2026-03-25 22:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 515a64f8-dc1c-5141-989c-f7f6033ad0df with identifier: 6959636auction87925
2026-03-25 22:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 515a64f8-dc1c-5141-989c-f7f6033ad0df with identifier: 6959636auction87925
2026-03-25 22:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 515a64f8-dc1c-5141-989c-f7f6033ad0df with identifier: 6959636auction87925 to the API
2026-03-25 22:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959636>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '515a64f8-dc1c-5141-989c-f7f6033ad0df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959636',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Peugeot',
'model': '208',
'odometer': 68879,
'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-25 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:07 [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-25 22:10:07 [ecarstrade.be] INFO: Saving data for 6959636auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369458.076635, 'last_price_update_time': 1774476607.547041}
2026-03-25 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959636auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959632> (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-25 22:10:08 [ecarstrade.be] INFO: Extracting details for car 6959632auction87925
2026-03-25 22:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28c20dfb-880c-56ab-89fd-f25dabd77b34 with identifier: 6959632auction87925
2026-03-25 22:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28c20dfb-880c-56ab-89fd-f25dabd77b34 with scrape type 2
2026-03-25 22:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28c20dfb-880c-56ab-89fd-f25dabd77b34 with scrape type 2
2026-03-25 22:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28c20dfb-880c-56ab-89fd-f25dabd77b34, identifier: 6959632auction87925
2026-03-25 22:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28c20dfb-880c-56ab-89fd-f25dabd77b34 with identifier: 6959632auction87925
2026-03-25 22:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28c20dfb-880c-56ab-89fd-f25dabd77b34 with identifier: 6959632auction87925
2026-03-25 22:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28c20dfb-880c-56ab-89fd-f25dabd77b34 with identifier: 6959632auction87925 to the API
2026-03-25 22:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959632>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '28c20dfb-880c-56ab-89fd-f25dabd77b34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959632',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT Orly"',
'make': 'Peugeot',
'model': '2008',
'odometer': 73205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-23',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 2008 PureTech 130 Allure EAT8',
'transmission': 'automatic',
'trim': 'PEUGEOT PureTech 130 Allure EAT8',
'vin': None,
'year': 2023}
2026-03-25 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:08 [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-25 22:10:08 [ecarstrade.be] INFO: Saving data for 6959632auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369415.261485, 'last_price_update_time': 1774476608.625816}
2026-03-25 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959632auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959649> (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-25 22:10:09 [ecarstrade.be] INFO: Extracting details for car 6959649auction87925
2026-03-25 22:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 061e34ee-f98a-5f20-95a7-edabf86dd788 with identifier: 6959649auction87925
2026-03-25 22:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 061e34ee-f98a-5f20-95a7-edabf86dd788 with scrape type 2
2026-03-25 22:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 061e34ee-f98a-5f20-95a7-edabf86dd788 with scrape type 2
2026-03-25 22:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 061e34ee-f98a-5f20-95a7-edabf86dd788, identifier: 6959649auction87925
2026-03-25 22:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 061e34ee-f98a-5f20-95a7-edabf86dd788 with identifier: 6959649auction87925
2026-03-25 22:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 061e34ee-f98a-5f20-95a7-edabf86dd788 with identifier: 6959649auction87925
2026-03-25 22:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 061e34ee-f98a-5f20-95a7-edabf86dd788 with identifier: 6959649auction87925 to the API
2026-03-25 22:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959649>
{'auction_title': '',
'c_o_2_emission_value': 215,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': '061e34ee-f98a-5f20-95a7-edabf86dd788',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959649',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 88734,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-26',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT Boxer 2,0 HDI 140 CV BVM L2H2 35T PACK URBAIN',
'transmission': 'manual',
'trim': 'PEUGEOT 2,0 HDI 140 CV BVM L2H2 35T PACK URBAIN',
'vin': None,
'year': 2023}
2026-03-25 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:09 [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-25 22:10:09 [ecarstrade.be] INFO: Saving data for 6959649auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369432.589085, 'last_price_update_time': 1774476609.810566}
2026-03-25 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959649auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:09 [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-25 22:10:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6983225auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6983225auction87925: 2
2026-03-25 22:10:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6983228auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6983228auction87925: 2
2026-03-25 22:10:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6985957auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6985957auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6985958auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6985958auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6992420auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6992420auction87925: 2
2026-03-25 22:10:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995793auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995793auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995794auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995794auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995796auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995796auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995797auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995797auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995799auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995799auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995800auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995800auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995801auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995801auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995802auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995802auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995803auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995803auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995804auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995804auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995805auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995805auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 6995806auction87925
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 6995806auction87925: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 7001304auction111033
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 7001304auction111033: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 7001305auction111033
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 7001305auction111033: 0
2026-03-25 22:10:10 [ecarstrade.be] INFO: Found listing with ID: 7001306auction111033
2026-03-25 22:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:10 [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-25 22:10:10 [ecarstrade.be] INFO: Scrape type for 7001306auction111033: 0
2026-03-25 22:10:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6992420> (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-25 22:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983228> (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-25 22:10:16 [ecarstrade.be] INFO: Extracting details for car 6992420auction87925
2026-03-25 22:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbde97be-b2c5-596b-b2c1-74ab002eda2e with identifier: 6992420auction87925
2026-03-25 22:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbde97be-b2c5-596b-b2c1-74ab002eda2e with scrape type 2
2026-03-25 22:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbde97be-b2c5-596b-b2c1-74ab002eda2e with scrape type 2
2026-03-25 22:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbde97be-b2c5-596b-b2c1-74ab002eda2e, identifier: 6992420auction87925
2026-03-25 22:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbde97be-b2c5-596b-b2c1-74ab002eda2e with identifier: 6992420auction87925
2026-03-25 22:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbde97be-b2c5-596b-b2c1-74ab002eda2e with identifier: 6992420auction87925
2026-03-25 22:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbde97be-b2c5-596b-b2c1-74ab002eda2e with identifier: 6992420auction87925 to the API
2026-03-25 22:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6992420>
{'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': 'Diesel',
'id': 'fbde97be-b2c5-596b-b2c1-74ab002eda2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6992420',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 60797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-29',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter 514 CDI 130 CV 43',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ 514 CDI 130 CV 43',
'vin': None,
'year': 2019}
2026-03-25 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:17 [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-25 22:10:17 [ecarstrade.be] INFO: Saving data for 6992420auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774280977.063846, 'last_price_update_time': 1774476617.168005}
2026-03-25 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6992420auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:17 [ecarstrade.be] INFO: Extracting details for car 6983228auction87925
2026-03-25 22:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983225> (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-25 22:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a63b0b6-8596-523b-a580-fa034ad1c84e with identifier: 6983228auction87925
2026-03-25 22:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a63b0b6-8596-523b-a580-fa034ad1c84e with scrape type 2
2026-03-25 22:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a63b0b6-8596-523b-a580-fa034ad1c84e with scrape type 2
2026-03-25 22:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a63b0b6-8596-523b-a580-fa034ad1c84e, identifier: 6983228auction87925
2026-03-25 22:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a63b0b6-8596-523b-a580-fa034ad1c84e with identifier: 6983228auction87925
2026-03-25 22:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a63b0b6-8596-523b-a580-fa034ad1c84e with identifier: 6983228auction87925
2026-03-25 22:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a63b0b6-8596-523b-a580-fa034ad1c84e with identifier: 6983228auction87925 to the API
2026-03-25 22:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983228>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': '3a63b0b6-8596-523b-a580-fa034ad1c84e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983228',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 67197,
'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': 7,
'seller_name': None,
'title': 'RENAULT Espace 1.2 E-Tech Hybrid 200 HK CVT Techno 7 PLACES',
'transmission': 'automatic',
'trim': 'RENAULT Espace 1.2 E-Tech Hybrid 200 HK CVT Techno 7 PLES',
'vin': None,
'year': 2024}
2026-03-25 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:17 [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-25 22:10:17 [ecarstrade.be] INFO: Saving data for 6983228auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961920.290853, 'last_price_update_time': 1774476617.643309}
2026-03-25 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983228auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:17 [ecarstrade.be] INFO: Extracting details for car 6983225auction87925
2026-03-25 22:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with identifier: 6983225auction87925
2026-03-25 22:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with scrape type 2
2026-03-25 22:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with scrape type 2
2026-03-25 22:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863, identifier: 6983225auction87925
2026-03-25 22:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with identifier: 6983225auction87925
2026-03-25 22:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with identifier: 6983225auction87925
2026-03-25 22:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ed2db08-a5a2-52b7-93d3-4af81b6b6863 with identifier: 6983225auction87925 to the API
2026-03-25 22:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983225>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '0ed2db08-a5a2-52b7-93d3-4af81b6b6863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983225',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Peugeot',
'model': '208',
'odometer': 66006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-31',
'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-25 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:18 [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-25 22:10:18 [ecarstrade.be] INFO: Saving data for 6983225auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961945.191821, 'last_price_update_time': 1774476618.031472}
2026-03-25 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983225auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898139> (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-25 22:10:19 [ecarstrade.be] INFO: Extracting details for car 6898139auction87925
2026-03-25 22:10:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with identifier: 6898139auction87925
2026-03-25 22:10:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with scrape type 2
2026-03-25 22:10:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with scrape type 2
2026-03-25 22:10:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6, identifier: 6898139auction87925
2026-03-25 22:10:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with identifier: 6898139auction87925
2026-03-25 22:10:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with identifier: 6898139auction87925
2026-03-25 22:10:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7a08ec6-05fa-56b3-a3dd-772dc4e082e6 with identifier: 6898139auction87925 to the API
2026-03-25 22:10:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 22:10: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-25 22:10:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898139>
{'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': 'd7a08ec6-05fa-56b3-a3dd-772dc4e082e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898139',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 84229,
'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 Expert M BLUEHDI 120 S&S BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT M BLUEHDI 120 S&S BVM6',
'vin': None,
'year': 2023}
2026-03-25 22:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:19 [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-25 22:10:19 [ecarstrade.be] INFO: Saving data for 6898139auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679126.490239, 'last_price_update_time': 1774476619.884482}
2026-03-25 22:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898139auction87925') HTTP/1.1" 204 0
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001307auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001307auction111033%27 HTTP/1.1" 200 None
2026-03-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001307auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001309auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001309auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001310auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001310auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001311auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001311auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001312auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001312auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001313auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001313auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001314auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001314auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001315auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001315auction111033%27 HTTP/1.1" 200 None
2026-03-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001315auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001316auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001316auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001318auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001318auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001319auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001319auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001320auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001320auction111033%27 HTTP/1.1" 200 None
2026-03-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001320auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001321auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001321auction111033%27 HTTP/1.1" 200 None
2026-03-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001321auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001322auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001322auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001323auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001323auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001324auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001324auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001325auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001325auction111033%27 HTTP/1.1" 200 None
2026-03-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001325auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001326auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001326auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001327auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001327auction111033: 0
2026-03-25 22:10:44 [ecarstrade.be] INFO: Found listing with ID: 7001328auction111033
2026-03-25 22:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:44 [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-25 22:10:44 [ecarstrade.be] INFO: Scrape type for 7001328auction111033: 0
2026-03-25 22:10:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001329auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001329auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001330auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001330auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001332auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001332auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001334auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001334auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001335auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001335auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001336auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001336auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001337auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001337auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001338auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001338auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001339auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001339auction111033%27 HTTP/1.1" 200 None
2026-03-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001339auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001340auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001340auction111033%27 HTTP/1.1" 200 None
2026-03-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001340auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001341auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001341auction111033%27 HTTP/1.1" 200 None
2026-03-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001341auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001342auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001342auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001343auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001343auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001345auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001345auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001346auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001346auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001347auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001347auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001348auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001348auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001349auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001349auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001350auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001350auction111033: 0
2026-03-25 22:10:50 [ecarstrade.be] INFO: Found listing with ID: 7001352auction111033
2026-03-25 22:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:50 [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-25 22:10:50 [ecarstrade.be] INFO: Scrape type for 7001352auction111033: 0
2026-03-25 22:10:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:10:56 [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-25 22:10:56 [ecarstrade.be] INFO: Found 13 car items
2026-03-25 22:10:56 [ecarstrade.be] INFO: Found listing with ID: 7001353auction111033
2026-03-25 22:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:56 [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-25 22:10:56 [ecarstrade.be] INFO: Scrape type for 7001353auction111033: 0
2026-03-25 22:10:56 [ecarstrade.be] INFO: Found listing with ID: 7001354auction111033
2026-03-25 22:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:56 [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-25 22:10:56 [ecarstrade.be] INFO: Scrape type for 7001354auction111033: 0
2026-03-25 22:10:56 [ecarstrade.be] INFO: Found listing with ID: 7001355auction111033
2026-03-25 22:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 7001355auction111033: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 7001356auction111033
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 7001356auction111033: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 7001357auction111033
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 7001357auction111033: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 7001358auction111033
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 7001358auction111033: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 7001359auction111033
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 7001359auction111033: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 7001360auction111033
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 7001360auction111033: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 6988429auction110870
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 6988429auction110870: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 6988433auction110870
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 6988433auction110870: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 6988437auction110870
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 6988437auction110870: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 6988442auction110870
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 6988442auction110870: 0
2026-03-25 22:10:57 [ecarstrade.be] INFO: Found listing with ID: 6988444auction110870
2026-03-25 22:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:10:57 [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-25 22:10:57 [ecarstrade.be] INFO: Scrape type for 6988444auction110870: 0
2026-03-25 22:10:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 22:11:06 [scrapy.extensions.logstats] INFO: Crawled 1297 pages (at 11 pages/min), scraped 1088 items (at 7 items/min)
2026-03-25 22:11:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 329MiB
2026-03-25 22:11:12 [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-25 22:11:13 [ecarstrade.be] INFO: No car items found on page 199
2026-03-25 22:11:13 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-25 22:11:13 [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>: 53, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:11:13 [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-25 22:11:13 [ecarstrade.be] INFO: Saving data for 7001058auction106392: {'created_time': 1774476673.385339}
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001058auction106392') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:11:13 [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-25 22:11:13 [ecarstrade.be] INFO: Saving data for 7001460auction106392: {'created_time': 1774476673.419349}
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001460auction106392') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 22:11:13 [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%201774044673 HTTP/1.1" 200 None
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6597833stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6685902stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6829926stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867640stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908804stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908937stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911147auction61871') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922089stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936618auction61871') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939203stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939251stock') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985504auction110845') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985505auction110845') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988073auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988074auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988076auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988077auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988078auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988079auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988080auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988081auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988083auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988084auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988085auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988086auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988087auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988089auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988090auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988092auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988093auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988094auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988095auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988097auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988098auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988100auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988102auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988103auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988104auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988106auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988107auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988109auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988110auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988111auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988113auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988114auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988115auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988116auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988117auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988118auction110864') HTTP/1.1" 204 0
2026-03-25 22:11:14 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (1088 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.be/task_33_2026-03-25T21_30_00.jl
2026-03-25 22:11:14 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 6462778,
'downloader/request_count': 2612,
'downloader/request_method_count/GET': 2612,
'downloader/response_bytes': 614806943,
'downloader/response_count': 2612,
'downloader/response_status_count/200': 2612,
'elapsed_time_seconds': 2467.403697,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 25, 22, 11, 14, 102032, tzinfo=datetime.timezone.utc),
'item_scraped_count': 1088,
'log_count/DEBUG': 22677,
'log_count/ERROR': 18,
'log_count/INFO': 19759,
'log_count/WARNING': 1314,
'memusage/max': 345214976,
'memusage/startup': 148037632,
'photo_download_count': 1314,
'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': 181,
'playwright/request_count/method/GET': 157,
'playwright/request_count/method/POST': 24,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 19,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 89,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 181,
'playwright/response_count/method/GET': 157,
'playwright/response_count/method/POST': 24,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 19,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 89,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 45,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 199,
'response_received_count': 1298,
'scheduler/dequeued': 2612,
'scheduler/dequeued/memory': 2612,
'scheduler/enqueued': 2612,
'scheduler/enqueued/memory': 2612,
'scrape_type/new': 217,
'scrape_type/new_duplicate_id': 4,
'scrape_type/price_update': 877,
'scrape_type/skipped': 2803,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 1297,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 8.579654059908883,
'scrapy-zyte-api/mean_response_seconds': 8.795456566623113,
'scrapy-zyte-api/processed': 1297,
'scrapy-zyte-api/request_args/browserHtml': 1297,
'scrapy-zyte-api/request_args/experimental.requestCookies': 1297,
'scrapy-zyte-api/request_args/experimental.responseCookies': 1297,
'scrapy-zyte-api/request_args/requestHeaders': 1297,
'scrapy-zyte-api/request_args/sessionContext': 1297,
'scrapy-zyte-api/request_args/url': 1297,
'scrapy-zyte-api/status_codes/200': 1297,
'scrapy-zyte-api/success': 1297,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 25, 21, 30, 6, 698335, tzinfo=datetime.timezone.utc)}
2026-03-25 22:11:14 [scrapy.core.engine] INFO: Spider closed (finished)